cpython/Lib/distutils/command
Greg Ward 631e6a0c07 [from 1999-11-04]
Bunch of little bug fixes that appeared in building non-packagized
distributions.  Mainly:
  - brain-slip typo in 'get_package_dir()'
  - don't try to os.path.join() an empty path tuple -- it doesn't like it
  - more type-safety in 'build_module()'
1999-12-03 16:18:56 +00:00
..
__init__.py Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
build.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
build_ext.py Pass 'force' flag to 'new_compiler()'. 1999-10-03 21:08:42 +00:00
build_py.py [from 1999-11-04] 1999-12-03 16:18:56 +00:00
dist.py Don't assume GNU tar -- generate tar file and compress in separate steps. 1999-10-23 19:25:05 +00:00
install.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_ext.py Renamed many options to be consistent across commands. 1999-09-29 12:38:18 +00:00
install_lib.py Tweaked verbosity messages for byte-compilation. 1999-10-03 21:03:26 +00:00
install_py.py Tweaked verbosity messages for byte-compilation. 1999-10-03 21:03:26 +00:00