| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recompiled after source changes. | Thomas Heller | 2005-01-25 | 1 | -0/+0 |
|
|
| * | Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. | Thomas Heller | 2005-01-20 | 1 | -2/+7 |
|
|
| * | Recompiled after source file changes. | Thomas Heller | 2004-12-22 | 1 | -0/+0 |
|
|
| * | - The distutils sdist command now ignores all .svn directories, in | Matthias Klose | 2004-08-16 | 1 | -1/+1 |
|
|
| * | Recompiled after recent source changes. | Thomas Heller | 2004-07-14 | 1 | -0/+0 |
|
|
| * | Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. | Thomas Heller | 2004-07-02 | 1 | -0/+0 |
|
|
| * | This file no longer compressed with upx. | Thomas Heller | 2004-05-25 | 1 | -0/+0 |
|
|
| * | Recompiled the binary wininst.exe after this change: | Thomas Heller | 2004-04-15 | 1 | -0/+0 |
|
|
| * | backport fix for SF bug #796042: sdist ignores scripts argument in setup | Fred Drake | 2004-04-01 | 2 | -0/+6 |
|
|
| * | Fix a typo found by Mark Hammond. | Thomas Heller | 2004-02-20 | 1 | -1/+1 |
|
|
| * | Do not add extra "\n" after bang line. | Gustavo Niemeyer | 2003-06-27 | 1 | -2/+2 |
|
|
| * | Fix for sf # 749210, wininst isn't build correctly after building zip. | Thomas Heller | 2003-06-12 | 1 | -1/+1 |
|
|
| * | Remove the --verify option in favor of the standard -n/--dry-run option | Andrew M. Kuchling | 2003-04-09 | 1 | -4/+1 |
|
|
| * | [Bug #69389] List register command in __all__, so setup.py --help-commands wi... | Andrew M. Kuchling | 2003-03-03 | 1 | -0/+1 |
|
|
| * | Improve description | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+1 |
|
|
| * | [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac... | Andrew M. Kuchling | 2003-02-28 | 1 | -20/+6 |
|
|
| * | Include download_url in the data POSTed to the catalog server | Andrew M. Kuchling | 2003-02-19 | 1 | -0/+1 |
|
|
| * | [Patch #684398] Rename verbose argument to show-response; don't conditionaliz... | Andrew M. Kuchling | 2003-02-19 | 1 | -9/+8 |
|
|
| * | Use python.org as the repository | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+1 |
|
|
| * | [Patch #681504] Call customize_compiler in config command | Andrew M. Kuchling | 2003-02-18 | 1 | -0/+2 |
|
|
| * | patch #664131, fix config command on OSX and Linux | Just van Rossum | 2003-02-03 | 1 | -1/+2 |
|
|
| * | Only log a message and chmod() when the mode isn't already what we | Guido van Rossum | 2003-01-29 | 1 | -3/+6 |
|
|
| * | Change the mode of scripts in the build/scripts* directory to | Guido van Rossum | 2003-01-24 | 1 | -0/+12 |
|
|
| * | [Patch #658094 ] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+293 |
|
|
| * | Fix mode on scripts to have the read bit set (noted by Nicholas Riley) | Andrew M. Kuchling | 2002-11-29 | 1 | -1/+1 |
|
|
| * | Use "is" to test type objects, not "==". | Fred Drake | 2002-11-26 | 1 | -1/+1 |
|
|
| * | Fix for bug #410541: bdist builds bogus .zips | Andrew M. Kuchling | 2002-11-26 | 1 | -6/+25 |
|
|
| * | (This is hopefully the last large, funny checkin message for | Thomas Heller | 2002-11-22 | 2 | -400/+4 |
|
|
| * | get_python_version was not imported. | Thomas Heller | 2002-11-22 | 1 | -0/+1 |
|
|
| * | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 18 | -0/+36 |
|
|
| * | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 14 | -29/+0 |
|
|
| * | [Bug #550364] Use sysconfig.get_python_version() | Andrew M. Kuchling | 2002-11-14 | 2 | -3/+3 |
|
|
| * | Fix comment typo | Andrew M. Kuchling | 2002-11-08 | 1 | -1/+1 |
|
|
| * | Use dynamic linking for the SHGetSpecialFolderPath function, it is not | Thomas Heller | 2002-11-07 | 1 | -331/+331 |
|
|
| * | Fixed bug "[#466200] ability to specify a 'verify' script". | Gustavo Niemeyer | 2002-11-06 | 1 | -0/+3 |
|
|
| * | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 2 | -2/+7 |
|
|
| * | Must now give the basename - not including directories - of the | Thomas Heller | 2002-11-05 | 1 | -346/+358 |
|
|
| * | [Patch #588809] Remove check of environment variables; sysconfig.py will do t... | Andrew M. Kuchling | 2002-11-04 | 1 | -9/+0 |
|
|
| * | [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
|
|
| * | Fixes SF bug#614051: win32 build_ext problem. | Thomas Heller | 2002-10-31 | 1 | -0/+2 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2002-10-16 | 1 | -319/+319 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2002-10-15 | 1 | -315/+315 |
|
|
| * | Revert the previous checkin - it didn't work anyway. | Thomas Heller | 2002-10-15 | 1 | -4/+3 |
|
|
| * | Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. | Martin v. Löwis | 2002-10-07 | 1 | -0/+3 |
|
|
| * | Pulling Mark Alexander's contribution from CVS. | Marc-André Lemburg | 2002-10-04 | 5 | -948/+14 |
|
|
| * | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 2 | -2/+4 |
|
|
| * | Include an empty body when checking for a header file | Andrew M. Kuchling | 2002-09-09 | 1 | -1/+2 |
|
|
| * | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -3/+4 |
|
|
| * | Recompiled the exe and updated bdist_wininst.py. | Thomas Heller | 2002-07-29 | 1 | -334/+343 |
|
|
| * | Patch #543498: Use License: field instead of Copyright:. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
|
|