0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils
Greg Ward 7f0fb0b01e Improved an error message.
Announce when we start building each extension (better feedback).
2000-02-03 23:07:54 +00:00
..
command Improved an error message. 2000-02-03 23:07:54 +00:00
__init__.py
ccompiler.py Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. 2000-01-09 22:41:02 +00:00
core.py Improvements to the help system: 2000-01-30 18:30:32 +00:00
errors.py
fancy_getopt.py
msvccompiler.py Removed /GD switch -- currently ignored by MSVC. 2000-01-17 21:57:17 +00:00
spawn.py Catch OSError from 'spawnv()' in '_spawn_nt()'. 2000-01-17 21:57:55 +00:00
sysconfig.py Comment fix. 2000-02-02 00:05:14 +00:00
text_file.py
unixccompiler.py Changed 'compile()' method to compile files one-at-a-time -- gives better 2000-02-03 23:07:19 +00:00
util.py Fixed broken list extend in 'copy_tree()'. 2000-01-30 19:57:48 +00:00
version.py