0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward 0e3530ba28 Catch up with latest changes in CCompiler:
- add 'extra_preargs' and 'extra_postargs' parameters (and use them!)
  - added 'compiler_type' class attribute
  - respect reordered arguments to 'gen_lib_options()'
1999-09-29 12:22:50 +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
fancy_getopt.py
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
text_file.py
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