cpython/Lib/distutils/command
Greg Ward cb9c9aed01 Finished the overhaul of byte-compilation options: there's now a 6-way
choice between (compile, no-compile) * (optimize=0, optimize=1,
optimize=2).  Details:
  - added --no-compile option to complement --compile, which has
    been there for ages
  - changed --optimize (which never worked) to a value option, which
    expects 0, 1, or 2
  - renamed 'bytecompile()' method to 'byte_compile()', and beefed
    it up to handle both 'compile' and 'optimize' options
  - fix '_bytecode_filenames()' to respect the new options
2000-10-02 02:15:08 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_dumb.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_rpm.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_wininst.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_clib.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_ext.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_py.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
build_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
clean.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
install.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
install_data.py Expect a tuple (dest_name, copied) from 'copy_file()'. 2000-09-30 17:34:50 +00:00
install_headers.py Expect a tuple (dest_name, copied) from 'copy_file()'. 2000-09-30 17:34:50 +00:00
install_lib.py Finished the overhaul of byte-compilation options: there's now a 6-way 2000-10-02 02:15:08 +00:00
install_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
sdist.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00