| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -16/+20 |
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -7/+8 |
* | removing the force-optimized option as discussed in #1533164 | Tarek Ziadé | 2009-03-02 | 1 | -18/+3 |
* | Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil... | Tarek Ziadé | 2009-02-28 | 1 | -6/+30 |
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Patch #1360200: Use unmangled_version RPM spec field to deal with | Martin v. Löwis | 2006-11-12 | 1 | -3/+4 |
* | - Patch #1060577: Extract list of RPM files from spec file in | Martin v. Löwis | 2006-11-04 | 1 | -25/+35 |
* | Bug #1267547: Put proper recursive setup.py call into the | Martin v. Löwis | 2006-07-03 | 1 | -3/+4 |
* | typo fix, thanks Jeremy Sanders | Anthony Baxter | 2005-04-15 | 1 | -1/+1 |
* | Two lines in this file had unbalanced parentheses -- couldn't possibly | Tim Peters | 2005-03-28 | 1 | -2/+2 |
* | minor cleanup | Fred Drake | 2005-03-24 | 1 | -7/+6 |
* | Make SRPMs pyversion 'any'. | Martin v. Löwis | 2005-03-23 | 1 | -1/+1 |
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -1/+12 |
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+3 |
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
* | SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the | Sean Reifschneider | 2004-09-17 | 1 | -1/+8 |
* | SF Patch 1022003: Change bdist_rpm _topdir to use | Sean Reifschneider | 2004-09-17 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2004-09-12 | 1 | -8/+8 |
* | Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. | Martin v. Löwis | 2004-09-10 | 1 | -3/+12 |
* | Patch #808115: Add script support to bdist_rpm.py. | Martin v. Löwis | 2004-09-10 | 1 | -0/+25 |
* | Patch #970015: Replace - by _ in version and release. | Martin v. Löwis | 2004-08-25 | 1 | -2/+2 |
* | Patch #970019: Include version and release in the BuildRoot. | Martin v. Löwis | 2004-08-25 | 1 | -1/+1 |
* | Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele... | Anthony Baxter | 2004-06-11 | 1 | -1/+6 |
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
* | Fix comment typo | Andrew M. Kuchling | 2002-11-08 | 1 | -1/+1 |
* | Fixed bug "[#466200] ability to specify a 'verify' script". | Gustavo Niemeyer | 2002-11-06 | 1 | -0/+3 |
* | [Bug #570655] Fix misleading option text | Andrew M. Kuchling | 2002-11-04 | 1 | -1/+1 |
* | Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2. | Martin v. Löwis | 2002-10-07 | 1 | -0/+3 |
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+2 |
* | Patch #543498: Use License: field instead of Copyright:. | Martin v. Löwis | 2002-07-28 | 1 | -1/+1 |
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -1/+2 |
* | [Bug #517451] bdist_rpm didn't list all of its Boolean options. | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+1 |
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -11/+11 |
* | Fix typo caught by PyChecker | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
* | Use .get_license() | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
* | Fix bug #418369: typo in bdist_rpm | Andrew M. Kuchling | 2001-05-21 | 1 | -1/+1 |
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -1/+1 |
* | Added a bunch of missing "=" signs in the option table. | Greg Ward | 2000-09-25 | 1 | -30/+14 |
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
* | Renamed --clean to --no-keep-temp and --noclean to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -6/+6 |
* | Added --python and --fix-python options for better control over what | Greg Ward | 2000-09-10 | 1 | -16/+33 |
* | Typo fix. | Greg Ward | 2000-09-07 | 1 | -1/+1 |
* | Fixed the move-RPM-files hack so it knows about the '--binary-only' and | Greg Ward | 2000-08-15 | 1 | -8/+11 |
* | Added support for the '--dist-dir' option, including a mildly nasty | Greg Ward | 2000-08-15 | 1 | -4/+23 |
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -1/+2 |
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
* | Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if | Greg Ward | 2000-06-08 | 1 | -0/+2 |
* | Fixed syntax error. | Greg Ward | 2000-06-04 | 1 | -9/+14 |