cpython/Lib/distutils
Greg Ward 0f72695da3 Rearranged things so that compilation of .py files is the responsibility
of the 'install_py' command rather than 'build_py'.  Obviously, this
meant that the 'build_py' and 'install_py' modules had to change; less
obviously, so did 'install' and 'build', since these higher-level
commands must make options available to control the lower-level
commands, and some compilation-related options had to migrate with the
code.
1999-05-02 21:39:13 +00:00
..
command Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00
__init__.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00
core.py Added all the "external action" methods (to make handling the verbose 1999-04-04 02:58:07 +00:00
errors.py First checkin of real Distutils code. 1999-03-22 14:52:19 +00:00
fancy_getopt.py First checkin of real Distutils code. 1999-03-22 14:52:19 +00:00
sysconfig.py get_config_h_filename(): Fix to work with current Python 1999-01-11 15:34:55 +00:00
text_file.py 'warn()' method now takes an optional line number. 1999-04-15 17:50:19 +00:00
util.py Added 'dry_run' flag to most functions (to support the "shadow methods" 1999-04-04 02:54:20 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00