summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part,Greg Ward2000-06-291-5/+5
* Don't try to guess the name of a .def file -- if one is supplied, use it,Greg Ward2000-06-291-6/+0
* On second thought, first try for _winreg, and then winreg. Only if bothGreg Ward2000-06-291-1/+5
* Changed to use _winreg module instead of winreg.Greg Ward2000-06-291-6/+6
* Cleaned up and reformatted by Rene Liebscher.Greg Ward2000-06-291-95/+113
* Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way,Greg Ward2000-06-291-1/+1
* Fixed 'findall()' so it only returns regular files -- no directories.Greg Ward2000-06-291-18/+54
* typos fixed by Rob HooftJeremy Hylton2000-06-284-5/+5
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-283-11/+21
* Typo fix.Greg Ward2000-06-281-1/+1
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-281-0/+344
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* Oops, only do that AIX hack on AIX.Greg Ward2000-06-271-1/+1
* Fixed LDSHARED for AIX, based on a patch by Rene Liebscher.Greg Ward2000-06-271-15/+12
* A-ha! Read Thomas' patch a little more carefully and figured it out:Greg Ward2000-06-271-1/+2
* Thomas Heller: added --swig-cpp option and fixed silly typos in SWIG support.Greg Ward2000-06-271-9/+21
* Thomas Heller's "bdist_wininst" command (unreviewed, untested).Greg Ward2000-06-271-0/+448
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-272-0/+3
* Added 'include_dirs' parameters all over the place.Greg Ward2000-06-271-19/+39
* Define the 'executables' class attribute so the CCompiler constructorGreg Ward2000-06-251-1/+8
* Removed some debugging code that slipped into the last checkin.Greg Ward2000-06-251-4/+3
* Fixed the "pre-link hook" so it actually works, mainly by renaming itGreg Ward2000-06-251-41/+33
* Added PreprocessError and UnknownFileError (both used by CCompiler).Greg Ward2000-06-251-1/+5
* Call 'customize_compiler()' after getting CCompiler object.Greg Ward2000-06-251-0/+2
* Fixed a few silly bugs in my SWIG support code. (Hey, I said it wasGreg Ward2000-06-251-3/+5
* Added the 'customize_compiler()' function, which plugs in the essentialGreg Ward2000-06-251-0/+20
* Introduced some bureaucracy for setting and tracking the executablesGreg Ward2000-06-251-3/+58
* Got rid of direct dependence on the sysconfig module. Mainly, thisGreg Ward2000-06-251-67/+35
* Added 'split_quoted()' function to deal with strings that are quoted inGreg Ward2000-06-241-0/+67
* Docstring reformatting/tweaking binge.Greg Ward2000-06-241-249/+253
* Print a warning if we install a data file right in install_dir.Greg Ward2000-06-241-3/+7
* Changed the default installation directory for data files (used byGreg Ward2000-06-241-4/+4
* Changed 'object_filenames()' to raise exception instead of silently carryingGreg Ward2000-06-241-1/+3
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-245-41/+56
* More stylistic tweaks to the generic '--help-xxx' code.Greg Ward2000-06-241-12/+15
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-247-42/+72
* Experimental, completely untested SWIG support.Greg Ward2000-06-241-5/+74
* Revised docstring so 'sources' isn't necessarily all C/C++ files (toGreg Ward2000-06-241-3/+5
* Bastian Kleineidam: 'copy_file()' now returns the output filename, ratherGreg Ward2000-06-231-6/+5
* Implementation of the CCompiler class for Cygwin and Mingw32, ie. the twoGreg Ward2000-06-211-0/+181
* Fix inspired by Rene Liebscher: if setup script is newer than theGreg Ward2000-06-211-3/+26
* Delete spurious comment.Greg Ward2000-06-211-1/+0
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-212-5/+15
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-211-1/+2
* Fleshed out and added a bunch of useful stuff, notably 'check_func()',Greg Ward2000-06-211-32/+176
* Oops, import 'grok_environment_error()'.Greg Ward2000-06-211-0/+1
* Added 'preprocess()' method to CCompiler interface, and implementedGreg Ward2000-06-212-0/+48
* 'get_platform()' now just returns 'sys.platform' on all platforms.Greg Ward2000-06-181-12/+4