summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include an empty body when checking for a header fileAndrew M. Kuchling2002-09-091-1/+2
* SF bug #574235, convert_path fails with empty pathnameNeal Norwitz2002-08-131-2/+4
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-092-6/+7
* - comment improvementAndrew MacIntyre2002-08-041-1/+25
* add parameter missing following Jeremy's compiler class refactoringAndrew MacIntyre2002-08-041-1/+1
* Recompiled the exe and updated bdist_wininst.py.Thomas Heller2002-07-291-334/+343
* Patch #543498: Use License: field instead of Copyright:.Martin v. Löwis2002-07-281-1/+1
* Well, Fred never did explain why the code to determine whether theMichael W. Hudson2002-07-121-7/+3