cpython/Lib/distutils
Greg Ward 6ce00b4440 Tweaked 'get_platform()' to include the first character of the OS release:
eg. sunos5, linux2, irix5.
2000-03-31 04:40:25 +00:00
..
command Removed some old test code: don't set 'plat' when calling 'new_compiler()'. 2000-03-31 04:37:40 +00:00
__init__.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
ccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods. 2000-03-26 21:37:09 +00:00
core.py Added 'get_name()' and 'get_full_name()' methods to Distribution. 2000-03-31 03:05:18 +00:00
errors.py Added DistutilsInternalError. 2000-03-31 02:57:31 +00:00
fancy_getopt.py Changed '__rcsid__' to '__revision__'. 2000-03-02 01:49:45 +00:00
msvccompiler.py Don't perpetrate the "_d" hack for naming debugging extensions -- that's 2000-03-31 03:52:16 +00:00
spawn.py Duh, it helps if '_nt_quote_args()' actually returns the mutated list, 2000-03-26 21:47:00 +00:00
sysconfig.py There are a few places which can raise DistutilsPlatformError; make 2000-03-09 15:54:52 +00:00
text_file.py Added all documentation. 1999-09-29 13:03:32 +00:00
unixccompiler.py Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed to 2000-03-26 21:40:19 +00:00
util.py Tweaked 'get_platform()' to include the first character of the OS release: 2000-03-31 04:40:25 +00:00
version.py Initial checkin of distutils source files. 1998-12-18 22:00:30 +00:00