0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward 802d6b7b4c Added 'extra_preargs' and 'extra_postargs' parameters to most methods,
which allowed us to get rid of the 'build_info' used in some places
  (a temporary kludge to support MSVC++ "def" files).
Deleted big comment whining about that kludge.
Added 'compiler_type' class attribute.
Overhauled 'new_compiler()': now takes 'compiler' argument along with
  'plat' (both optional with sensible defaults), and looks them both up
  in the new 'default_compiler' and 'compiler_class' dictionaries to
  figure out where to get the concrete compiler class from.
Reordered arguments to 'gen_lib_options()' to match the order in
  which the arguments are generated (ie. -L before -l).
1999-09-29 12:20:55 +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 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
unixccompiler.py In 'link_shared_object()', try to be less sensitive to missing input files 1999-09-21 18:36:15 +00:00
util.py More tweaks to 'mkpath()': 1999-09-29 12:14:16 +00:00
version.py