0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Lib/distutils
Greg Ward ac1424a9ce Added 'write_file()' function.
Added global cache PATH_CREATED used by 'mkpath()' to ensure it doesn't
  try to create the same path more than once in a session (and, more
  importantly, to ensure that it doesn't print "creating X" more than
  once for each X per session!).
1999-09-21 18:37:51 +00:00
..
command Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
__init__.py
ccompiler.py Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). 1999-09-21 18:35:09 +00:00
core.py Fixed some goofs in 'alias_options'. 1999-09-13 03:03:01 +00:00
errors.py
fancy_getopt.py
msvccompiler.py Ditched redundant docstrings and comments (overlap with ccompiler.py). 1999-09-08 02:36:01 +00:00
spawn.py [from 1999/08/28] 1999-09-08 02:23:28 +00:00
sysconfig.py Patch from Perry Stoll: tweaks to Windows support. 1999-08-29 18:22:13 +00:00
text_file.py
unixccompiler.py In 'link_shared_object()', try to be less sensitive to missing input files 1999-09-21 18:36:15 +00:00
util.py Added 'write_file()' function. 1999-09-21 18:37:51 +00:00
version.py