0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Lib/distutils
Greg Ward df0d33586d Ditched the whole notion of "alias options": this meant dropping the
'alias_options' table and getting rid of some hairy code in the
  Distribution constructor.
Resurrected the distribution options that describe the modules present
  in the module distribution ('py_modules', 'ext_modules'), and added
  a bunch more: 'packages', 'package_dir', 'ext_package', 'include_dirs',
  'install_path'.
Updated some comments.
Added 'warn()' method to Command.
'Command.get_command_name()' now stores generated command name in
  self.command_name.
1999-09-21 18:41:36 +00:00
..
command Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
__init__.py
ccompiler.py Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). 1999-09-21 18:35:09 +00:00
core.py Ditched the whole notion of "alias options": this meant dropping the 1999-09-21 18:41:36 +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
sysconfig.py
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 Added 'write_file()' function. 1999-09-21 18:37:51 +00:00
version.py