cpython/Lib/distutils/command
Greg Ward aaf27ee07b New command to build C (and C++, hopefully) libraries needed by extensions
in the current distribution: motivated by PIL's libImaging.
2000-02-05 02:23:59 +00:00
..
__init__.py Added 'dist' command. 2000-01-30 18:31:34 +00:00
build.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
build_clib.py New command to build C (and C++, hopefully) libraries needed by extensions 2000-02-05 02:23:59 +00:00
build_ext.py Tweaked various comments, docstrings, and error messages. 2000-02-05 02:23:16 +00:00
build_lib.py New command to build C (and C++, hopefully) libraries needed by extensions 2000-02-05 02:23:59 +00:00
build_py.py Patch from Joe Van Andel: fix arg to % operator in warning. 2000-02-02 00:07:14 +00:00
dist.py Allow either README or README.txt as a "standard file". 2000-01-30 20:22:27 +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