cpython/Lib/distutils
Greg Ward df178f97de Catch up with latest changes in CCompiler:
- add 'extra_preargs' and 'extra_postargs' parameters (and use them!)
  - got rid of 'build_info' kludge parameter
  - added 'compiler_type' class attribute
  - respect reordered arguments to 'gen_lib_options()'
Also added 'output_dir' parameter (catching up with older change in
  CCompiler) -- BUT this is presently ignored by all methods!
Deleted some more docstrings redundant with CCompiler.
Dropped generated of "/DEF:" argument --- that's now done by
  the 'build_ext' command.
1999-09-29 12:29:10 +00:00
..
command Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
__init__.py Added docstring and RCS id (apparently some Windows tar extractors 1999-09-22 15:24:04 +00:00
ccompiler.py Added 'extra_preargs' and 'extra_postargs' parameters to most methods, 1999-09-29 12:20:55 +00:00
core.py Added 'ready' flag and 'ensure_ready()' method to Command: together 1999-09-29 12:12:19 +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 Catch up with latest changes in CCompiler: 1999-09-29 12:29:10 +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 Catch up with latest changes in CCompiler: 1999-09-29 12:22:50 +00:00
util.py More tweaks to 'mkpath()': 1999-09-29 12:14:16 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00