| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+3 |
|
|
* | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | | Merge fixes for #13614, #13512 and #7719 from 3.3 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge fixes for #13614, #13512 and #7719 from 3.2 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
|
|
* | | | Closes #16116: Merged fix from 3.3. | Vinay Sajip | 2012-10-23 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #16116: Now uses corrected include and library paths when building C ex... | Vinay Sajip | 2012-10-23 | 1 | -0/+7 |
|
|
* | | | Closes #16135: Removal of OS/2 support (distutils) | Jesus Cea | 2012-10-10 | 4 | -49/+3 |
|/ / |
|
* | | Closes #15367: Corrected computation of include locations for source builds o... | Vinay Sajip | 2012-07-16 | 1 | -1/+5 |
|
|
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-25 | 1 | -1/+16 |
|
|
* | | Merge from 3.2 | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #14443: Tell rpmbuild to use the correct version of Python | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
|
|
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 3 | -1/+1 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-03-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Backout buggy patch committed for #13719 | Éric Araujo | 2012-03-07 | 1 | -1/+1 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Make distutils’ upload command work with bdist_msi products (#13719). | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|
|
* | | Merge fixes for #1326113 and #12297 from 3.2 | Éric Araujo | 2012-02-15 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Fix parsing of build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 1 | -2/+1 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 1 | -0/+12 |
|
|
* | | Merge follow-up for #11254 and other changes from 3.2 | Éric Araujo | 2011-11-03 | 2 | -5/+11 |
|\ \
| |/ |
|
| * | More fixes for PEP 3147 compliance in distutils (#11254) | Éric Araujo | 2011-11-03 | 2 | -5/+11 |
|
|
* | | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U... | Victor Stinner | 2011-09-05 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Issue #9561: distutils now reads and writes egg-info files using UTF-8 | Victor Stinner | 2011-09-05 | 1 | -3/+2 |
|
|
* | | Merge fix for #8286 from 3.2 | Éric Araujo | 2011-09-02 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Warn instead of crashing because of invalid path in MANIFEST.in (#8286). | Éric Araujo | 2011-09-02 | 1 | -1/+4 |
|
|
* | | Merge fix for #10946 from 3.2 | Éric Araujo | 2011-08-29 | 3 | -4/+13 |
|\ \
| |/ |
|
| * | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 3 | -4/+13 |
|
|
* | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -2/+1 |
|
|
* | | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 | Éric Araujo | 2011-07-31 | 1 | -19/+29 |
|\ \
| |/ |
|
| * | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 1 | -19/+29 |
|
|
* | | merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ... | Senthil Kumaran | 2011-07-28 | 20 | -40/+0 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging | Victor Stinner | 2011-05-19 | 1 | -4/+3 |
|
|
* | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 1 | -11/+34 |
|
|
* | | Merge 3.2 | Éric Araujo | 2011-04-20 | 1 | -11/+14 |
|\ \
| |/ |
|
| * | 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 |
|
|