cpython/Lib/distutils
Greg Ward 631e6a0c07 [from 1999-11-04]
Bunch of little bug fixes that appeared in building non-packagized
distributions.  Mainly:
  - brain-slip typo in 'get_package_dir()'
  - don't try to os.path.join() an empty path tuple -- it doesn't like it
  - more type-safety in 'build_module()'
1999-12-03 16:18:56 +00:00
..
command [from 1999-11-04] 1999-12-03 16:18:56 +00:00
__init__.py Added docstring and RCS id (apparently some Windows tar extractors 1999-09-22 15:24:04 +00:00
ccompiler.py Slight change to the meaning of the 'libraries' list: if a library name 1999-10-03 20:41:02 +00:00
core.py Qualified use of 'newer_group' function. 1999-10-23 19:06:56 +00:00
errors.py Added DistutilsExecError, DistutilsValueError. 1999-08-14 23:43:45 +00:00
fancy_getopt.py Hacked to support the notion of "negative alias" options, to handle 1999-10-03 20:48:53 +00:00
msvccompiler.py Catch up with changes in 'gen_lib_options()': 1999-10-03 20:47:52 +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 Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Fixed order of link options: object files now precede library stuff. 1999-10-03 20:45:33 +00:00
util.py Fixed 'mkpath()' to normalize the path right off the bat -- cleans up 1999-10-03 20:50:41 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00