cpython/Lib/distutils/command
Greg Ward cdb20ba56d Fixed a bunch of screwed-up logic and inconsistent terminology.
Fixed 'build_extensions()' to pay attention to the 'rpath' element of the
  'build_info' dictionary.
2000-03-26 21:45:14 +00:00
..
__init__.py Simplified doc string. 2000-03-18 17:36:09 +00:00
build.py Renamed 'build_lib' command to 'build_clib': 2000-03-02 01:57:12 +00:00
build_clib.py Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
build_ext.py Fixed a bunch of screwed-up logic and inconsistent terminology. 2000-03-26 21:45:14 +00:00
build_py.py Typo fix. 2000-03-03 03:00:27 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Revised tons of comments to reflect the current state of affairs better. 2000-03-22 00:51:18 +00:00
install_lib.py Fixed the class name. 2000-03-23 04:37:11 +00:00
sdist.py Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: 2000-03-18 15:43:42 +00:00