cpython/Lib/distutils
Greg Ward 699880931e Latest patch from Thomas Heller/Robin Becker:
* tweak my docstrings
  * fix None returns to empty list
  * reshuffle responsibilities between '_find_exe()', '_find_SET()', and
    the MSVCCompiler constructor -- now the constructor worries about
    fetching the version list and determining the most recent one
  * added "/W3" compile option
Also, I added/tweaked some docstrings.
2000-02-11 02:47:15 +00:00
..
command Path from Thomas Heller: resurrect the .def file kludge while preserving the 2000-02-10 02:17:06 +00:00
__init__.py Added docstring and RCS id (apparently some Windows tar extractors 1999-09-22 15:24:04 +00:00
ccompiler.py Added 'debug' flag to compile and link method signatures. 2000-02-09 02:16:14 +00:00
core.py Added 'libraries' option for use by the 'build_lib' command. 2000-02-05 02:24:52 +00:00
errors.py Added DistutilsExecError, DistutilsValueError. 1999-08-14 23:43:45 +00:00
fancy_getopt.py Added support for printing out help text from option table: 'print_help()', 1999-12-12 16:54:55 +00:00
msvccompiler.py Latest patch from Thomas Heller/Robin Becker: 2000-02-11 02:47:15 +00:00
spawn.py Catch OSError from 'spawnv()' in '_spawn_nt()'. 2000-01-17 21:57:55 +00:00
sysconfig.py get_config_h_filename(): Support NT as well as Posix systems. 2000-02-08 15:55:42 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Typecheck 'output_dir' argument to compile/link methods. 2000-02-10 02:51:32 +00:00
util.py Fixed broken list extend in 'copy_tree()'. 2000-01-30 19:57:48 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00