summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The standard definition file is now called mwerks_shcarbon_plugin.h.Jack Jansen2002-06-271-1/+1
* Whitespace normalization (remove tabs)Neal Norwitz2002-06-261-4/+4
* Fixed various MacPython-specific issues found by attempting to use the standa...Jack Jansen2002-06-262-4/+37
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* Define NDEBUG for releae builds, just like Python.Jeremy Hylton2002-06-181-1/+2
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-183-84/+33
* Add a default implementation of compile() to the base class.Jeremy Hylton2002-06-181-1/+20
* Only import msvccompiler on win32 platforms.Jeremy Hylton2002-06-181-11/+11
* Extend dependency tracking so that .o files are rebuilt.Jeremy Hylton2002-06-131-4/+2
* Refactor compile() method implementations.Jeremy Hylton2002-06-135-272/+178
* Add depends=None to the arglist for compile().Jeremy Hylton2002-06-131-1/+2
* Extend compiler() method with optional depends argument.Jeremy Hylton2002-06-131-74/+168
* More style changes and little cleanups.Jeremy Hylton2002-06-131-63/+33
* Some more style improvementsJeremy Hylton2002-06-131-25/+4
* Python style conformance: Delete spaces between name of function and arglist.Jeremy Hylton2002-06-131-41/+41
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-122-1/+6
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-2/+18
* Change warning to debug level; it's a very minor issue.Jeremy Hylton2002-06-061-2/+2
* Move warning about directory not on sys.path to debug level.Jeremy Hylton2002-06-041-8/+10
* Test changes before checking them in.Jeremy Hylton2002-06-041-1/+1