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: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+0
* #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+5
* remove various dead version checks (closes #22349)Benjamin Peterson2014-09-061-13/+4
* remove 2.2 and 2.6 compat code (closes #22200)Benjamin Peterson2014-08-181-26/+11
* Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-7/+8
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
|\
| * Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
* | Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.Stefan Krah2014-01-281-1/+1
* | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-222-5/+3
|\ \ | |/
| * 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 #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-1/+4
* | Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This isStefan Krah2013-12-031-1/+1
* | Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-153-2/+31
* | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una...Jason R. Coombs2013-11-101-31/+29
|\ \ | |/
| * Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...Jason R. Coombs2013-11-101-31/+29
* | Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-021-1/+2
|\ \ | |/
| * 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
|\ \ \ | |/ /
| * | Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3
* | | #18741: merge with 3.3.Ezio Melotti2013-08-172-2/+2
|\ \ \ | |/ /
| * | #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-2/+2
* | | Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-152-8/+8
* | | - 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
| |\ \ | | |/
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ \ | |/ /
| * | 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
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | | Merge fixes for #13614, #13512 and #7719 from 3.3Éric Araujo2012-12-091-0/+3
|\ \ \ | |/ /
| * | 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
* | | Closes #16116: Merged fix from 3.3.Vinay Sajip2012-10-231-0/+7
|\ \ \ | |/ /
| * | Issue #16116: Now uses corrected include and library paths when building C ex...Vinay Sajip2012-10-231-0/+7
* | | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-104-49/+3
|/ /
* | 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
|\ \ | |/