cpython/Lib/distutils
Greg Ward 11fc7e447c Tweaked all over:
* improve help strings
  * warn if user supplies non-existing directories
  * don't try to 'remove_tree()' non-existing directories
  * try to remove the build_base after cleanup (but don't do or say
    anything if it fails -- this is just in case we made it empty)
2000-03-18 17:33:18 +00:00
..
command Tweaked all over: 2000-03-18 17:33:18 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
ccompiler.py Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' 2000-03-18 15:19:51 +00:00
core.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
errors.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
fancy_getopt.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
msvccompiler.py Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' 2000-03-18 15:19:51 +00:00
spawn.py Added '_nt_quote_args()' to deal with whitespace in command-line arguments 2000-03-07 03:25:20 +00:00
sysconfig.py There are a few places which can raise DistutilsPlatformError; make 2000-03-09 15:54:52 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' 2000-03-18 15:19:51 +00:00
util.py Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'. 2000-03-18 15:42:22 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00