cpython/Lib/distutils/command
Greg Ward e1b1c94a0c Changed 'dist' to 'sdist'. 2000-02-18 00:11:52 +00:00
..
__init__.py Changed 'dist' to 'sdist'. 2000-02-18 00:11:52 +00:00
build.py Added 'debug' option (just there for 'build_ext' and 'build_lib' commands 2000-02-09 02:19:49 +00:00
build_clib.py Added 'debug' option, and changed compile/link calls to use it. 2000-02-09 02:20:14 +00:00
build_ext.py Path from Thomas Heller: resurrect the .def file kludge while preserving the 2000-02-10 02:17:06 +00:00
build_lib.py Added 'debug' option, and changed compile/link calls to use it. 2000-02-09 02:20:14 +00:00
build_py.py Patch from Joe Van Andel: fix arg to % operator in warning. 2000-02-02 00:07:14 +00:00
install.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
install_ext.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
install_lib.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
install_py.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
sdist.py The 'sdist' command to create a source distribution. This is derived from the 2000-02-17 23:56:15 +00:00