0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/distutils
Greg Ward cd1486fff1 More tweaks to 'mkpath()':
- deal with empty tail from os.path.split() (eg. from trailing slash,
    or backslash, or whatever)
  - check PATH_CREATED hash inside loop as well
1999-09-29 12:14:16 +00:00
..
command Added docstring, brought __all__ up-to-date. 1999-09-21 18:33:09 +00:00
__init__.py Added docstring and RCS id (apparently some Windows tar extractors 1999-09-22 15:24:04 +00:00
ccompiler.py Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). 1999-09-21 18:35:09 +00:00
core.py Added 'ready' flag and 'ensure_ready()' method to Command: together 1999-09-29 12:12:19 +00:00
errors.py
fancy_getopt.py Better detection of bad entries in option table. 1999-08-14 23:44:37 +00:00
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 More tweaks to 'mkpath()': 1999-09-29 12:14:16 +00:00
version.py