| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | Also close file descriptors from os.popen and subprocess.Popen | Éric Araujo | 2010-11-06 | 1 | -16/+20 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -5/+4 |
|
|
* | Merged revisions 76956 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -4/+5 |
|
|
* | Merged revisions 70094 via svnmerge from | Tarek Ziadé | 2009-03-02 | 1 | -18/+3 |
|
|
* | Merged revisions 70049 via svnmerge from | Tarek Ziadé | 2009-02-28 | 1 | -6/+30 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -37/+17 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -9/+9 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -5/+5 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -28/+39 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 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 |
|
|