cpython/Lib/distutils
Greg Ward fa4eb188f4 Changed selection of installation directories (in 'set_final_options()')
so that pure Python modules are installed to the platform-specific
directory if there are any extension modules in this distribution.
1999-09-13 13:58:34 +00:00
..
command Changed selection of installation directories (in 'set_final_options()') 1999-09-13 13:58:34 +00:00
__init__.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00
ccompiler.py Added 'output_dir' attribute, and 'output_dir' parameter to several method 1999-09-13 03:07:24 +00:00
core.py Fixed some goofs in 'alias_options'. 1999-09-13 03:03:01 +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
msvccompiler.py Ditched redundant docstrings and comments (overlap with ccompiler.py). 1999-09-08 02:36:01 +00:00
spawn.py [from 1999/08/28] 1999-09-08 02:23:28 +00:00
sysconfig.py Patch from Perry Stoll: tweaks to Windows support. 1999-08-29 18:22:13 +00:00
text_file.py Allow comment characters (#) to be escaped: 1999-08-10 20:09:38 +00:00
unixccompiler.py Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). 1999-09-13 03:12:53 +00:00
util.py Added 'newer_pairwise()' and 'newer_group()'. 1999-09-13 03:09:38 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00