summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* wininst-6.exe and wininst-7.1.exe are in CVS, so that they can beThomas Heller2004-02-202-0/+0
* wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe.Thomas Heller2004-02-201-0/+0
* Recompiled the binary wininst.exe.Thomas Heller2004-02-201-0/+0
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-3/+29
* Revert another local change that snuck into a whitespace normalizationTim Peters2004-01-181-2/+1
* Whitespace normalization.Tim Peters2004-01-181-1/+2
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* Fix for sf # 749210, wininst isn't build correctly after building zip.Thomas Heller2003-06-121-1/+1
* Remove the --verify option in favor of the standard -n/--dry-run optionAndrew M. Kuchling2003-04-091-4/+1
* [Bug #69389] List register command in __all__, so setup.py --help-commands wi...Andrew M. Kuchling2003-03-031-0/+1
* Improve descriptionAndrew M. Kuchling2003-03-031-1/+1
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-281-20/+6
* Include download_url in the data POSTed to the catalog serverAndrew M. Kuchling2003-02-191-0/+1
* [Patch #684398] Rename verbose argument to show-response; don't conditionaliz...Andrew M. Kuchling2003-02-191-9/+8
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
* [Patch #681504] Call customize_compiler in config commandAndrew M. Kuchling2003-02-181-0/+2
* patch #664131, fix config command on OSX and LinuxJust van Rossum2003-02-031-1/+2
* Only log a message and chmod() when the mode isn't already what weGuido van Rossum2003-01-291-3/+6
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
* 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