cpython/Lib/distutils
Greg Ward 833dfd52e5 Added command description.
Added 'build_clib' and 'build_temp' options (where to put C libraries
  and where to put temporary compiler by-products, ie. object files).
Moved the call to 'check_library_list()' from 'run()' to 'finalize_options()'
  -- that way, if we're going to crash we do so earlier, and we guarantee
  that the library list is valid before we do anything (not just run).
Disallow directory separators in library names -- the compiled library
  always goes right in 'build_clib'.
Added 'get_library_names()', so the "build_ext" command knows what
  libraries to link every extension with.
2000-03-02 01:27:36 +00:00
..
command Added command description. 2000-03-02 01:27:36 +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 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds 2000-03-01 14:43:12 +00:00
core.py Added call to 'ensure_ready()' on the command object in 2000-03-01 14:42:07 +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 Ditched '_find_SET()', since it was a no-value-added wrapper around 2000-02-11 02:52:39 +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 In the 'compile()' method: preserve the directory portion of source 2000-03-02 01:21:54 +00:00
util.py Added 'get_platform()' to construct a string that identifies the current 2000-03-01 14:40:15 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00