cpython/Lib/distutils/command
Greg Ward 8bbba17d38 Fixed a couple of long-hidden bugs (amazing what you find when you
attempt to verify the bold assertions in the documentation):
  * entries for the "root package" in 'package_dir' didn't work --
    fixed by improving the fall-through code in 'get_package_dir()'
  * __init__.py files weren't installed when modules-in-packages
    were listed individually (ie. in 'py_modules' in the setup script);
    fixed by making 'check_package()' return the name of the __init__
    file if it exists, and making 'find_modules()' add an entry to
    the module list for __init__ if applicable
2000-05-26 00:44:06 +00:00
..
__init__.py Bastian Kleineidam: the "build_scripts" command and changes 2000-05-25 01:19:18 +00:00
bdist.py Added the 'bdist_base' option, the base temp directory for all bdist commands. 2000-05-13 03:08:28 +00:00
bdist_dumb.py Use 'get_command_obj()' instead of 'find_command_obj()'. 2000-05-23 01:55:01 +00:00
bdist_rpm.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
build.py Use Distribution's 'has_scripts()' method instead of directly accessing 2000-05-25 01:21:54 +00:00
build_clib.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
build_ext.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
build_py.py Fixed a couple of long-hidden bugs (amazing what you find when you 2000-05-26 00:44:06 +00:00
build_scripts.py Take the basename of the script before concatenating it with the build dir. 2000-05-25 20:05:52 +00:00
clean.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
command_template Changed default developer name. 2000-05-13 03:35:05 +00:00
install.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00
install_data.py Fix to use 'change_root()' rather than directly mangling path. 2000-05-25 02:14:26 +00:00
install_lib.py Fixed command description. 2000-05-23 01:55:16 +00:00
install_scripts.py Bastian Kleineidam: the "build_scripts" command and changes 2000-05-25 01:19:18 +00:00
sdist.py Normalized all the end-of-class lines. 2000-05-25 01:10:04 +00:00