summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
* Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-222-5/+3
* Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-1/+4
* Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-31/+29
* Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-021-1/+2
|\
| * 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-4/+3
* | #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-2/+2
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
|\ \ | |/
| * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
* | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ | |/
| * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* | Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-091-0/+3
|\ \ | |/
| * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-0/+3
* | Issue #16116: Now uses corrected include and library paths when building C ex...Vinay Sajip2012-10-231-0/+7
* | Closes #15367: Corrected computation of include locations for source builds o...Vinay Sajip2012-07-161-1/+5
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
|\ \ | |/
| * 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: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-251-1/+16
* | Merge from 3.2Nick Coghlan2012-05-281-1/+2
|\ \ | |/
| * Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-1/+2
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-133-1/+1
* | Merge 3.2Éric Araujo2012-03-071-1/+1
|\ \ | |/
| * Backout buggy patch committed for #13719Éric Araujo2012-03-071-1/+1
* | Merge 3.2Éric Araujo2012-03-051-1/+1
|\ \ | |/
| * Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-1/+1
* | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-2/+1
|\ \ | |/
| * Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-0/+12
|\ \ | |/
| * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+12
* | Merge follow-up for #11254 and other changes from 3.2Éric Araujo2011-11-032-5/+11
|\ \ | |/
| * More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-032-5/+11
* | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U...Victor Stinner2011-09-051-3/+2
|\ \ | |/
| * Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-051-3/+2
* | Merge fix for #8286 from 3.2Éric Araujo2011-09-021-1/+4
|\ \ | |/
| * Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-021-1/+4
* | Merge fix for #10946 from 3.2Éric Araujo2011-08-293-4/+13
|\ \ | |/
| * Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-293-4/+13
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-2/+1
* | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-19/+29
|\ \ | |/
| * Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-19/+29
* | merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...Senthil Kumaran2011-07-2820-40/+0
|\ \ | |/
| * 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
* | Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packagingVictor Stinner2011-05-191-4/+3
* | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-11/+34
* | Merge 3.2Éric Araujo2011-04-201-11/+14
|\ \ | |/
| * Merge 3.1Éric Araujo2011-04-201-11/+14
| |\
| | * Fix resource warning found manuallyÉric Araujo2011-04-171-11/+14