summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* 00112-2.7.13-debug-build.patchFedora Python maintainers2020-09-291-1/+6
* 00102-2.7.13-lib64.patchFedora Python maintainers2020-09-291-2/+2
* bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) (GH-12...Victor Stinner2019-04-251-1/+1
* bpo-31292: Fixed distutils check --restructuredtext for include directives (G...Miss Islington (bot)2019-03-271-1/+2
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-055-7/+7
* [2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...Éric Araujo2018-02-191-1/+3
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...Bo Bayles2018-01-291-2/+0
* build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+1
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-4/+6
* fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-151-4/+4
* - 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