summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-1/+16
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-1/+2
* Backout buggy patch committed for #13719Éric Araujo2012-03-071-1/+1
* Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-1/+1
* Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+12
* More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-032-5/+11
* Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-051-3/+2
* 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 closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-2820-40/+0
* Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-11/+34
* Merge 3.1Éric Araujo2011-04-201-11/+14
|\
| * Fix resource warning found manuallyÉric Araujo2011-04-171-11/+14
| * Merged revisions 87280 via svnmerge fromÉric Araujo2010-12-151-1/+1
| * Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-063-18/+30
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-062-2/+2
| * Merged revisions 85197 via svnmerge fromTarek Ziadé2010-10-031-1/+1
| * Merged revisions 84711 via svnmerge fromÉric Araujo2010-09-111-1/+1
| * Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-0/+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 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-2/+1
| * Merged revisions 81263 via svnmerge fromTarek Ziadé2010-05-171-1/+2
| * Merged revisions 81258 via svnmerge fromTarek Ziadé2010-05-171-57/+25
| * Fixed #2698 - now reads the compiler option when creating the compilerTarek Ziadé2010-03-191-1/+1
| * Merged revisions 76954 via svnmerge fromTarek Ziadé2009-12-211-2/+2
| * Merged revisions 76235 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
| * Merged revisions 75704 via svnmerge fromTarek Ziadé2009-10-252-0/+11
| * Merged revisions 73948 via svnmerge fromTarek Ziadé2009-07-111-1/+1
| * Merged revisions 73792 via svnmerge fromTarek Ziadé2009-07-031-4/+10
| * Merged revisions 73689 via svnmerge fromTarek Ziadé2009-06-291-4/+4
* | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).Éric Araujo2010-12-151-1/+1
* | sys.abiflags is not defined on all platforms.Barry Warsaw2010-11-251-1/+6
* | Final patch for issue 9807.Barry Warsaw2010-11-241-2/+4
* | Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-061-16/+0
* | Also close file descriptors from os.popen and subprocess.PopenÉric Araujo2010-11-061-16/+20
* | Always close files in distutils code and tests (#10252).Éric Araujo2010-11-052-2/+10
* | First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-3/+3
* | Fixed #8980: distutils.command.check was failing w/ docutils installedTarek Ziadé2010-10-031-1/+1
* | Fix typo in option nameÉric Araujo2010-09-111-1/+1
* | Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-0/+3
* | Follow-up to #9199: Fix str.join use, add newlines.Éric Araujo2010-09-081-1/+1
* | Fix incorrect use of Command.announce (#9199)Éric Araujo2010-09-071-1/+2
* | Fix eon-old bug in build_clib options (#1718574)Éric Araujo2010-09-071-2/+2
* | remove pointless coding cookiesFlorent Xicluna2010-08-301-1/+0