0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
2000-02-05 02:24:52 +00:00
..
command Run the 'build_lib' command before building extensions, if necessary. 2000-02-05 02:24:16 +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 Added 'libraries' option for use by the 'build_lib' command. 2000-02-05 02:24:52 +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