0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward 048ca7dcaf Run 'install_lib' instead of 'install_py', and ditch 'install_ext'
completely (was already commented-out).
2000-03-22 00:40:16 +00:00
..
command Run 'install_lib' instead of 'install_py', and ditch 'install_ext' 2000-03-22 00:40:16 +00:00
__init__.py
ccompiler.py Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' 2000-03-18 15:19:51 +00:00
core.py Dropped the evil and misguided 'set_peer_option()' method -- it's no 2000-03-22 00:31:37 +00:00
errors.py
fancy_getopt.py
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
unixccompiler.py Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' 2000-03-18 15:19:51 +00:00
util.py Improved an error message in 'mkpath()'. 2000-03-22 00:22:44 +00:00
version.py