cpython/Lib/distutils
Greg Ward aebf706b4e Reorganization: ripped util.py to shreds, creating in the process:
- file_util.py: operations on single files
  - dir_util.py: operations on whole directories or directory trees
  - dep_util.py: simple timestamp-based dependency analysis
  - archive_util.py: creation of archive (tar, zip, ...) files
The functions left in util.py are miscellany that don't fit in any of the
new files.
2000-04-04 02:05:59 +00:00
..
command Added code to blow away the pseudo-installation tree and a 'keep_tree' 2000-03-31 05:22:47 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
archive_util.py Reorganization: ripped util.py to shreds, creating in the process: 2000-04-04 02:05:59 +00:00
ccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods. 2000-03-26 21:37:09 +00:00
cmd.py Reorganization: moved the Distribution class from core.py to dist.py, and 2000-04-04 01:40:52 +00:00
core.py Reorganization: moved the Distribution class from core.py to dist.py, and 2000-04-04 01:40:52 +00:00
dep_util.py Reorganization: ripped util.py to shreds, creating in the process: 2000-04-04 02:05:59 +00:00
dir_util.py Reorganization: ripped util.py to shreds, creating in the process: 2000-04-04 02:05:59 +00:00
dist.py Reorganization: moved the Distribution class from core.py to dist.py, and 2000-04-04 01:40:52 +00:00
errors.py Added DistutilsInternalError. 2000-03-31 02:57:31 +00:00
fancy_getopt.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
file_util.py Reorganization: ripped util.py to shreds, creating in the process: 2000-04-04 02:05:59 +00:00
msvccompiler.py Fixed my simplification to Thomas' patch: winreg and win32api export the same 2000-03-31 19:04:25 +00:00
spawn.py Duh, it helps if '_nt_quote_args()' actually returns the mutated list, 2000-03-26 21:47:00 +00:00
sysconfig.py There are a few places which can raise DistutilsPlatformError; make 2000-03-09 15:54:52 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to 2000-03-26 21:40:19 +00:00
util.py Reorganization: ripped util.py to shreds, creating in the process: 2000-04-04 02:05:59 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00