cpython/Lib/distutils/command
2000-01-30 18:31:34 +00:00
..
__init__.py Added 'dist' command. 2000-01-30 18:31:34 +00:00
build.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
build_ext.py Changed 'build_extensions()' so 'sources' can be a list or tuple; and 1999-12-12 17:01:01 +00:00
build_py.py Ditch unneeded imports. 2000-01-17 16:25:17 +00:00
dist.py Fix indentation bug. 2000-01-17 21:58:07 +00:00
install.py Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' 2000-01-17 16:25:59 +00:00
install_ext.py Added missing run of corresponding 'build' command. 2000-01-30 15:07:56 +00:00
install_lib.py Added missing run of corresponding 'build' command. 2000-01-30 15:07:56 +00:00
install_py.py Added missing run of corresponding 'build' command. 2000-01-30 15:07:56 +00:00