cpython/Lib/distutils
Greg Ward 92f3377078 Catch up with change to CCompiler API: call 'create_static_lib()', not
'link_static_lib()'.
2000-03-10 02:02:44 +00:00
..
command Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
ccompiler.py Renamed 'link_static_lib() to 'create_static_lib()'. 2000-03-10 01:48:32 +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 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create 2000-03-10 01:49:26 +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 Renamed 'link_static_lib() to 'create_static_lib()'. 2000-03-10 01:48:32 +00:00
util.py Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): 2000-03-07 03:34:16 +00:00
version.py