summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+4
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-4/+5
* Fix missing import in bdist_rpm (#18045)Éric Araujo2014-03-121-0/+1
* Issue #12853: Correct NameError in distutils upload command.Jason R. Coombs2013-11-161-1/+1
* Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
* Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-5/+3
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-0/+3
* Backout buggy patch for #13719Éric Araujo2012-03-071-1/+1
* Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-1/+1
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-261-0/+12
* Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* Issue #13994: Earler partial revert of Distutils enhancements in 2.7Ned Deily2012-02-112-2/+2
* Fix distutils’ check and register Unicode handling (#13114).Éric Araujo2011-10-092-10/+21
* Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-021-1/+4
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-293-4/+13
* Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-19/+29
* Fix file handle leakÉric Araujo2011-05-011-11/+14
* Merged revisions 87280 via svnmerge fromÉric Araujo2010-12-151-1/+1
* Fix for issue10367, courtesy of Daniel Tavares.Phillip J. Eby2010-12-031-3/+3
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-063-18/+30
* Merged revisions 84711 via svnmerge fromÉric Araujo2010-09-111-1/+1
* Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-1/+3
* Merged revisions 84614 via svnmerge fromÉric Araujo2010-09-081-1/+1
* Merged revisions 84611 via svnmerge fromÉric Araujo2010-09-071-1/+2
* Merged revisions 84608 via svnmerge fromÉric Araujo2010-09-071-2/+2
* Merged revisions 83993 via svnmerge fromÉric Araujo2010-08-141-2/+15
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-022-2/+2
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-1/+2
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-171-57/+25
* In a number of places code still reversRonald Oussoren2010-05-051-14/+0
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-011-1/+1
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-052-236/+191
* removed debugging codeTarek Ziadé2010-02-231-4/+1
* leaving global attributes for backward compatTarek Ziadé2010-02-031-0/+81
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-267-11/+11
* fixed bdist_msi imports and added a test module for distutils.command.bdist_msiTarek Ziadé2010-01-261-3/+3
* Fixed #7748: now upload and register commands don't need to force the encodin...Tarek Ziadé2010-01-242-2/+1
* taking sysconfig out of distutilsTarek Ziadé2010-01-239-155/+72
* massive import cleaning in DistutilsTarek Ziadé2009-12-2111-28/+31
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-3/+3
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
* fixed warning and error messageTarek Ziadé2009-10-242-2/+2
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-242-0/+11
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-051-1/+1
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-023-3/+32
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-111-3/+3
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-111-3/+3