cpython/Lib/distutils
Greg Ward aaf27ee07b New command to build C (and C++, hopefully) libraries needed by extensions
in the current distribution: motivated by PIL's libImaging.
2000-02-05 02:23:59 +00:00
..
command New command to build C (and C++, hopefully) libraries needed by extensions 2000-02-05 02:23:59 +00:00
__init__.py Added docstring and RCS id (apparently some Windows tar extractors 1999-09-22 15:24:04 +00:00
ccompiler.py Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. 2000-01-09 22:41:02 +00:00
core.py Improvements to the help system: 2000-01-30 18:30:32 +00:00
errors.py Added DistutilsExecError, DistutilsValueError. 1999-08-14 23:43:45 +00:00
fancy_getopt.py Added support for printing out help text from option table: 'print_help()', 1999-12-12 16:54:55 +00:00
msvccompiler.py Removed /GD switch -- currently ignored by MSVC. 2000-01-17 21:57:17 +00:00
spawn.py Catch OSError from 'spawnv()' in '_spawn_nt()'. 2000-01-17 21:57:55 +00:00
sysconfig.py Comment fix. 2000-02-02 00:05:14 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Changed 'compile()' method to compile files one-at-a-time -- gives better 2000-02-03 23:07:19 +00:00
util.py Fixed broken list extend in 'copy_tree()'. 2000-01-30 19:57:48 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00