| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|
|
* | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-26 | 1 | -1/+16 |
|
|
* | Issue #14443: Tell rpmbuild to use the correct version of Python | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
|
|
* | Backout buggy patch committed for #13719 | Éric Araujo | 2012-03-07 | 1 | -1/+1 |
|
|
* | Make distutils’ upload command work with bdist_msi products (#13719). | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|
|
* | Fix parsing of build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 1 | -2/+1 |
|
|
* | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 1 | -0/+12 |
|
|
* | More fixes for PEP 3147 compliance in distutils (#11254) | Éric Araujo | 2011-11-03 | 2 | -5/+11 |
|
|
* | Issue #9561: distutils now reads and writes egg-info files using UTF-8 | Victor Stinner | 2011-09-05 | 1 | -3/+2 |
|
|
* | Warn instead of crashing because of invalid path in MANIFEST.in (#8286). | Éric Araujo | 2011-09-02 | 1 | -1/+4 |
|
|
* | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 3 | -4/+13 |
|
|
* | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -19/+29 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 20 | -40/+0 |
|
|
* | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 1 | -11/+34 |
|
|
* | Merge 3.1 | Éric Araujo | 2011-04-20 | 1 | -11/+14 |
|\ |
|
| * | Fix resource warning found manually | Éric Araujo | 2011-04-17 | 1 | -11/+14 |
|
|
| * | Merged revisions 87280 via svnmerge from | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 3 | -18/+30 |
|
|
| * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 2 | -2/+2 |
|
|
| * | Merged revisions 85197 via svnmerge from | Tarek Ziadé | 2010-10-03 | 1 | -1/+1 |
|
|
| * | Merged revisions 84711 via svnmerge from | Éric Araujo | 2010-09-11 | 1 | -1/+1 |
|
|
| * | Merged revisions 84680 via svnmerge from | Antoine Pitrou | 2010-09-10 | 1 | -0/+3 |
|
|
| * | Merged revisions 84614 via svnmerge from | Éric Araujo | 2010-09-08 | 1 | -1/+1 |
|
|
| * | Merged revisions 84611 via svnmerge from | Éric Araujo | 2010-09-07 | 1 | -1/+2 |
|
|
| * | Merged revisions 84608 via svnmerge from | Éric Araujo | 2010-09-07 | 1 | -2/+2 |
|
|
| * | Merged revisions 83993 via svnmerge from | Éric Araujo | 2010-08-14 | 1 | -2/+15 |
|
|
| * | Merged revisions 83371,83390 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+1 |
|
|
| * | Merged revisions 81263 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
|
|
| * | Merged revisions 81258 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -57/+25 |
|
|
| * | Fixed #2698 - now reads the compiler option when creating the compiler | Tarek Ziadé | 2010-03-19 | 1 | -1/+1 |
|
|
| * | Merged revisions 76954 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -2/+2 |
|
|
| * | Merged revisions 76235 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
|
|
| * | Merged revisions 75704 via svnmerge from | Tarek Ziadé | 2009-10-25 | 2 | -0/+11 |
|
|
| * | Merged revisions 73948 via svnmerge from | Tarek Ziadé | 2009-07-11 | 1 | -1/+1 |
|
|
| * | Merged revisions 73792 via svnmerge from | Tarek Ziadé | 2009-07-03 | 1 | -4/+10 |
|
|
| * | Merged revisions 73689 via svnmerge from | Tarek Ziadé | 2009-06-29 | 1 | -4/+4 |
|
|
* | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
* | | sys.abiflags is not defined on all platforms. | Barry Warsaw | 2010-11-25 | 1 | -1/+6 |
|
|
* | | Final patch for issue 9807. | Barry Warsaw | 2010-11-24 | 1 | -2/+4 |
|
|
* | | Remove traces of Mac OS 9 support, again (#9508). | Éric Araujo | 2010-11-06 | 1 | -16/+0 |
|
|
* | | Also close file descriptors from os.popen and subprocess.Popen | Éric Araujo | 2010-11-06 | 1 | -16/+20 |
|
|
* | | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 2 | -2/+10 |
|
|
* | | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -3/+3 |
|
|
* | | Fixed #8980: distutils.command.check was failing w/ docutils installed | Tarek Ziadé | 2010-10-03 | 1 | -1/+1 |
|
|
* | | Fix typo in option name | Éric Araujo | 2010-09-11 | 1 | -1/+1 |
|
|
* | | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -0/+3 |
|
|
* | | Follow-up to #9199: Fix str.join use, add newlines. | Éric Araujo | 2010-09-08 | 1 | -1/+1 |
|
|
* | | Fix incorrect use of Command.announce (#9199) | Éric Araujo | 2010-09-07 | 1 | -1/+2 |
|
|
* | | Fix eon-old bug in build_clib options (#1718574) | Éric Araujo | 2010-09-07 | 1 | -2/+2 |
|
|
* | | remove pointless coding cookies | Florent Xicluna | 2010-08-30 | 1 | -1/+0 |
|
|