cpython/Lib/distutils/command
Greg Ward 37bc815053 Added 'description' class attribute to every command class (to help the
'--help-commands' option).
Shuffled imports around in a few command modules to avoid expensive
  up-front import of sysconfig (and resulting delays in generating list
  of all commands).
2000-01-30 18:34:15 +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_ext.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
build_py.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +00:00
dist.py Added 'description' class attribute to every command class (to help the 2000-01-30 18:34:15 +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