summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Adding Python <= 2.2 support back in.Marc-André Lemburg2002-12-031-3/+10
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-291-1/+1
* [Part of patch #641685] Add .dylib as an extension for shared librariesAndrew M. Kuchling2002-11-271-1/+1
* Use "is" to test type objects, not "==".Fred Drake2002-11-261-1/+1
* Fix for bug #410541: bdist builds bogus .zipsAndrew M. Kuchling2002-11-261-6/+25
* Part of the fix for bug #410541: add ensure_relative() functionAndrew M. Kuchling2002-11-261-1/+15
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-222-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1
* Reflow commentAndrew M. Kuchling2002-11-211-3/+3
* Patch #642019: Recognize gcc-x.y as gcc.Martin v. Löwis2002-11-211-1/+1
* Bug #639118 from Ollie Oldham: archiver should use zipfile before zipAndrew M. Kuchling2002-11-211-28/+30
* Add missing importAndrew M. Kuchling2002-11-201-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-1937-1/+78
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-1434-72/+1
* Fix docstring typo; remove 'created' lineAndrew M. Kuchling2002-11-141-3/+1
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-142-3/+3
* [Bug #550364] Add get_python_version()Andrew M. Kuchling2002-11-141-1/+9
* [Bug #599248] ext module generation problemAndrew M. Kuchling2002-11-141-2/+2
* Allow unknown keyword arguments to the Extension class, and warn about them.Andrew M. Kuchling2002-11-131-1/+14
* Back out part of rev. 1.53, restoring the use of the string module.Andrew M. Kuchling2002-11-131-4/+6
* Update fileAndrew M. Kuchling2002-11-131-10/+14
* [Bug #233259] Ugly traceback for DistutilsPlatformErrorAndrew M. Kuchling2002-11-081-3/+1
* Fix comment typoAndrew M. Kuchling2002-11-081-1/+1
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Fix a small bug when sys.argv[0] has an absolute path.Thomas Heller2002-11-071-1/+1
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-061-0/+3
* Repair inconsistent use of tabs and spaces.Jeremy Hylton2002-11-051-1/+1
* Remove use of string module and reflow a couple of long lines.Jeremy Hylton2002-11-051-10/+10
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-0511-35/+96
* Must now give the basename - not including directories - of theThomas Heller2002-11-051-346/+358
* [Patch #588809] LDFLAGS support for build_ext.py, from Robert WeberAndrew M. Kuchling2002-11-041-1/+17
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-041-9/+0
* [Bug #620630] Flush stdout after logging every message. Without it,Andrew M. Kuchling2002-11-041-0/+3
* Add get_distutil_options(); future setup.py files can use this to checkAndrew M. Kuchling2002-11-041-0/+9
* [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Fixes SF bug#614051: win32 build_ext problem.Thomas Heller2002-10-311-0/+2
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Recreated after source changes.Thomas Heller2002-10-161-319/+319
* Recreated after source changes.Thomas Heller2002-10-151-315/+315
* Revert the previous checkin - it didn't work anyway.Thomas Heller2002-10-151-4/+3
* MacOSX linker doesn't understand -R flag at all, no matter how you feed itSkip Montanaro2002-10-091-1/+4
* Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.Martin v. Löwis2002-10-071-0/+3
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-045-948/+14
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-29/+28
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-117-11/+9
* Define DEBUG in a separate module to resolve circular references.Jeremy Hylton2002-09-111-0/+6
* The .preprocess() method didn't work, because it didn't add the input fileAndrew M. Kuchling2002-09-091-0/+1