cpython/Lib/distutils
Greg Ward e1aaaa653c Added 'verbose' and 'dry_run' flags to CCompiler constructor and
'new_compiler()' factory function.
Added 'runtime_library_dirs' list (for -R linker option) and methods
  to manipulate it.
Deleted some obsolete comments.
Added all the filename manglign methods: 'object_filenames()',
  'shared_object_filename()', 'library_filename()',
  'shared_library_filename()'.
Added 'spawn()' method (front end to the "real" spawn).
1999-08-14 23:50:50 +00:00
..
command Added a self-berating command relating to installation directories for 1999-07-10 02:02:31 +00:00
__init__.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00
ccompiler.py Added 'verbose' and 'dry_run' flags to CCompiler constructor and 1999-08-14 23:50:50 +00:00
core.py Comment tweak. 1999-08-14 23:47:21 +00:00
errors.py Added DistutilsExecError, DistutilsValueError. 1999-08-14 23:43:45 +00:00
fancy_getopt.py Better detection of bad entries in option table. 1999-08-14 23:44:37 +00:00
sysconfig.py Now handles NT, through '_init_nt()' function (courtesy of 1999-06-08 01:58:36 +00:00
text_file.py Allow comment characters (#) to be escaped: 1999-08-10 20:09:38 +00:00
unixccompiler.py The first concrete subclass of CCompiler: defines a barebones Unix C compiler. 1999-07-10 02:04:22 +00:00
util.py On David Ascher's recommendation: reversed order of 'utime()' and 1999-06-08 17:05:21 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00