summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-291-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
* (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
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-1918-0/+36
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-1414-29/+0
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-142-3/+3
* Fix comment typoAndrew M. Kuchling2002-11-081-1/+1
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Fixed bug "[#466200] ability to specify a 'verify' script".Gustavo Niemeyer2002-11-061-0/+3
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-052-2/+7
* Must now give the basename - not including directories - of theThomas Heller2002-11-051-346/+358
* [Patch #588809] Remove check of environment variables; sysconfig.py will do t...Andrew M. Kuchling2002-11-041-9/+0
* [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
* 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
* 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
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-112-2/+4
* Include an empty body when checking for a header fileAndrew M. Kuchling2002-09-091-1/+2
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+4
* 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
* This module broke on the Mac (where it can't work, but distutils seems to imp...Jack Jansen2002-06-261-1/+2
* 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
* Add a new definition to Extension objects: depends.Jeremy Hylton2002-06-121-1/+2
* 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
* Replace bogus bare variables with attribute access.Jeremy Hylton2002-06-041-3/+4
* Remove unused importsJeremy Hylton2002-06-042-2/+0
* Make None return explicitJeremy Hylton2002-06-041-1/+1
* import base64 at the top to avoid two different imports at other timesJeremy Hylton2002-06-041-2/+2
* ensure_filename() only takes one argument.Jeremy Hylton2002-06-041-6/+4
* Reindent lines to improve readabilityJeremy Hylton2002-06-041-3/+3
* Remove (commented out) options that have moved into the distribution.Jeremy Hylton2002-06-041-13/+0
* get_script() implicitly returned None and also had explicit returns.Jeremy Hylton2002-06-041-26/+25
* Fix bug in recent change to logging code.Jeremy Hylton2002-06-041-1/+1
* Fix unused local variables caught by pychecker.Jeremy Hylton2002-06-042-11/+3
* Remove unused imports caught by pycheckerJeremy Hylton2002-06-042-3/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-0415-93/+77
* Remove unneeded importAndrew M. Kuchling2002-05-301-1/+0
* Append the PC specific include 'PC' and library 'PCBuild' directoriesThomas Heller2002-04-251-1/+8
* Whitespace normalization. Unka Timmy would be proud.Barry Warsaw2002-04-232-57/+57
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-175-4/+976
* Remove unconditional debugging prints.Thomas Heller2002-04-091-3/+0