cpython/Lib/distutils
Greg Ward f7a39ecac1 os.name is "posix" or "nt" or we don't care.
Added big comment about the kludginess of passing 'build_options'
  to the link methods and how to fix it.
Added 'gen_preprocess_options()' and 'gen_lib_options()' convenience
  functions -- the two cases are very similar for Unix C Compilers and
  VC++, so I figured I might as well unify the implementations.
1999-09-08 02:29:08 +00:00
..
command Patch from Perry Stoll: typo fix, make sure we only compile .py files. 1999-08-29 18:19:37 +00:00
__init__.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00
ccompiler.py os.name is "posix" or "nt" or we don't care. 1999-09-08 02:29:08 +00:00
core.py Patch from Perry Stoll: import types module. 1999-08-29 18:20:32 +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 Added msvccompiler module exactly as supplied by Perry Stoll. 1999-08-29 18:15:07 +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 Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) 1999-08-29 18:23:32 +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