| Commit message (Expand) | Author | Age | Files | Lines |
* | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 1 | -1/+1 |
|
|
* | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -5/+4 |
|
|
* | Issue #21722: The distutils "upload" command now exits with a non-zero return... | Antoine Pitrou | 2014-06-19 | 1 | -4/+5 |
|
|
* | Fix missing import in bdist_rpm (#18045) | Éric Araujo | 2014-03-12 | 1 | -0/+1 |
|
|
* | Issue #12853: Correct NameError in distutils upload command. | Jason R. Coombs | 2013-11-16 | 1 | -1/+1 |
|
|
* | Issue #19286: [distutils] Only match files in build_py.find_data_files. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
|
|
* | Issue #4366: Fix building extensions on all platforms when --enable-shared is... | Antoine Pitrou | 2013-09-28 | 1 | -5/+3 |
|
|
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
|
|
* | Backout buggy patch 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 |
|
|
* | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-02-26 | 1 | -0/+12 |
|
|
* | Fix parsing of build_ext --libraries option (#1326113) | Éric Araujo | 2012-02-15 | 1 | -2/+1 |
|
|
* | Issue #13994: Earler partial revert of Distutils enhancements in 2.7 | Ned Deily | 2012-02-11 | 2 | -2/+2 |
|
|
* | Fix distutils’ check and register Unicode handling (#13114). | Éric Araujo | 2011-10-09 | 2 | -10/+21 |
|
|
* | 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 file handle leak | Éric Araujo | 2011-05-01 | 1 | -11/+14 |
|
|
* | Merged revisions 87280 via svnmerge from | Éric Araujo | 2010-12-15 | 1 | -1/+1 |
|
|
* | Fix for issue10367, courtesy of Daniel Tavares. | Phillip J. Eby | 2010-12-03 | 1 | -3/+3 |
|
|
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 3 | -18/+30 |
|
|
* | 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 | -1/+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 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,... | Georg Brandl | 2010-08-02 | 2 | -2/+2 |
|
|
* | upgraded distutils docs w.r.t. the manifest regeneration | Tarek Ziadé | 2010-05-17 | 1 | -1/+2 |
|
|
* | Fixed #8688: Distutils now recalculates MANIFEST everytime. | Tarek Ziadé | 2010-05-17 | 1 | -57/+25 |
|
|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -14/+0 |
|
|
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a... | Florent Xicluna | 2010-04-01 | 1 | -1/+1 |
|
|
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the... | Tarek Ziadé | 2010-03-05 | 2 | -236/+191 |
|
|
* | removed debugging code | Tarek Ziadé | 2010-02-23 | 1 | -4/+1 |
|
|
* | leaving global attributes for backward compat | Tarek Ziadé | 2010-02-03 | 1 | -0/+81 |
|
|
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 7 | -11/+11 |
|
|
* | fixed bdist_msi imports and added a test module for distutils.command.bdist_msi | Tarek Ziadé | 2010-01-26 | 1 | -3/+3 |
|
|
* | Fixed #7748: now upload and register commands don't need to force the encodin... | Tarek Ziadé | 2010-01-24 | 2 | -2/+1 |
|
|
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 9 | -155/+72 |
|
|
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 11 | -28/+31 |
|
|
* | Fixed #7552: fixed distutils.command.upload failure on very long passwords | Tarek Ziadé | 2009-12-20 | 1 | -3/+3 |
|
|
* | cleaned up the module (PEP 8 + old fashion test removal) | Tarek Ziadé | 2009-12-15 | 1 | -3/+2 |
|
|
* | fixed warning and error message | Tarek Ziadé | 2009-10-24 | 2 | -2/+2 |
|
|
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 2 | -0/+11 |
|
|
* | Use standard comma punctuation; reword some sentences in the docs | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
|
|
* | #6516 added owner/group support for tarfiles in Distutils | Tarek Ziadé | 2009-10-02 | 3 | -3/+32 |
|
|
* | reverted changes for #6459 (doesn't apply on 2.x) | Tarek Ziadé | 2009-07-11 | 1 | -3/+3 |
|
|
* | fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' | Tarek Ziadé | 2009-07-11 | 1 | -3/+3 |
|
|