0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib/distutils/command
Greg Ward 2a612067e6 Renamed 'dir' option to be consistent with other commands.
Don't call 'set_final_options()' in 'run()' anymore -- that's now
  guaranteed to be taken care of for us by the Distribution instance.
Rearranged to bit to allow outsiders (specifically, the 'dist' command)
  to find out what modules we would build:
  - 'find_modules()' renamed to 'find_package_modules()'
  - most of 'build_modules()' abstracted out to 'find_modules()'
  - added 'get_source_files()' (for the 'dist' command to use)
  - drastically simplified 'build_modules()' -- now just a wrapper around
    'find_modules()' and 'build_module()'
1999-09-29 12:44:57 +00:00
..
__init__.py Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
build_ext.py Some option changes: 1999-09-21 18:27:12 +00:00
build_py.py Renamed 'dir' option to be consistent with other commands. 1999-09-29 12:44:57 +00:00
build.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_ext.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_lib.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_py.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00