cpython/Lib/distutils
Greg Ward 7d73b9eb18 Added Joe Van Andel's 'get_python_inc()', adapted by me to supply
the platform-neutral include dir by default and with Mac support.
Added 'get_python_lib()', inspired by 'get_python_inc()'.
Rewrote 'get_config_h_filename()' and 'get_makefile_filename()'
  in terms of 'get_python_inc()' and 'get_python_lib()'.
Changed '_init_nt()' and '_init_mac()' to use 'get_python_inc()' and
  'get_python_lib()' for directory names.
2000-03-09 03:16:05 +00:00
..
command Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used. 2000-03-06 03:37:45 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
ccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
core.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
errors.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
fancy_getopt.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
msvccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
spawn.py Added '_nt_quote_args()' to deal with whitespace in command-line arguments 2000-03-07 03:25:20 +00:00
sysconfig.py Added Joe Van Andel's 'get_python_inc()', adapted by me to supply 2000-03-09 03:16:05 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Serious overhaul of the C compiler interface and the two classes that 2000-03-06 03:40:29 +00:00
util.py Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me): 2000-03-07 03:34:16 +00:00
version.py