0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward e01149cbe8 Renamed 'set_default_options()' to 'initialize_options()', and
'set_final_options()' to 'finalize_options()'.
2000-02-18 00:35:22 +00:00
..
command Renamed 'set_default_options()' to 'initialize_options()', and 2000-02-18 00:35:22 +00:00
__init__.py
ccompiler.py Added 'debug' flag to compile and link method signatures. 2000-02-09 02:16:14 +00:00
core.py Changed references to the command class 'options' attribute to 'user_options'. 2000-02-18 00:26:23 +00:00
errors.py
fancy_getopt.py
msvccompiler.py Ditched '_find_SET()', since it was a no-value-added wrapper around 2000-02-11 02:52:39 +00:00
spawn.py
sysconfig.py get_config_h_filename(): Support NT as well as Posix systems. 2000-02-08 15:55:42 +00:00
text_file.py
unixccompiler.py Typecheck 'output_dir' argument to compile/link methods. 2000-02-10 02:51:32 +00:00
util.py
version.py