Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 1 | -1/+1 |
| | |||||
* | #10510: Fix bug in forward port of 2.7 distutils patch. | R David Murray | 2014-09-28 | 1 | -1/+0 |
| | | | | Pointed out by Arfrever. | ||||
* | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -5/+5 |
| | | | | Patch by Ian Cordasco, approved by Éric Araujo. | ||||
* | remove various dead version checks (closes #22349) | Benjamin Peterson | 2014-09-06 | 1 | -13/+4 |
| | | | | Patch from Thomas Kluyver. | ||||
* | remove 2.2 and 2.6 compat code (closes #22200) | Benjamin Peterson | 2014-08-18 | 1 | -26/+11 |
| | | | | Patch from Thomas Kluyver. | ||||
* | Issue #21722: The distutils "upload" command now exits with a non-zero ↵ | Antoine Pitrou | 2014-06-19 | 1 | -7/+8 |
| | | | | | | return code when uploading fails. Patch by Martin Dengler. | ||||
* | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|\ | | | | | | | Patch by Berker Peksag. | ||||
| * | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
| | | | | | | | | Patch by Berker Peksag. | ||||
* | | Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC. | Stefan Krah | 2014-01-28 | 1 | -1/+1 |
| | | |||||
* | | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 2 | -5/+3 |
|\ \ | |/ | |||||
| * | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 2 | -5/+3 |
| | | |||||
* | | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #20045: Fix "setup.py register --list-classifiers". | Antoine Pitrou | 2013-12-21 | 1 | -1/+4 |
| | | |||||
* | | Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is | Stefan Krah | 2013-12-03 | 1 | -1/+1 |
| | | | | | | | | already done by PyMODINIT_FUNC. | ||||
* | | Issue #19544 and Issue #6516: Restore support for --user and --group ↵ | Andrew Kuchling | 2013-11-15 | 3 | -2/+31 |
| | | | | | | | | parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. | ||||
* | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was ↵ | Jason R. Coombs | 2013-11-10 | 1 | -31/+29 |
|\ \ | |/ | | | | | unable to test due to bab0cbf86835. | ||||
| * | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use ↵ | Jason R. Coombs | 2013-11-10 | 1 | -31/+29 |
| | | | | | | | | of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. | ||||
* | | Merge with 3.3 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Merge with 3.2 for Issue #19286. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
| |\ | |||||
| | * | Issue #19286: [distutils] Only match files in build_py.find_data_files. | Jason R. Coombs | 2013-11-02 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #4366: Fix building extensions on all platforms when --enable-shared ↵ | Antoine Pitrou | 2013-09-28 | 1 | -4/+3 |
|\ \ \ | |/ / | | | | | | | is used. | ||||
| * | | Issue #4366: Fix building extensions on all platforms when --enable-shared ↵ | Antoine Pitrou | 2013-09-28 | 1 | -4/+3 |
| | | | | | | | | | | | | is used. | ||||
* | | | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 2 | -2/+2 |
| | | | |||||
* | | | Issue #17177: Stop using imp in distutils | Brett Cannon | 2013-06-15 | 2 | -8/+8 |
| | | | |||||
* | | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+3 |
|\ \ \ | |/ / | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| * | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| | * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
* | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge fixes for #13614, #13512 and #7719 from 3.3 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge fixes for #13614, #13512 and #7719 from 3.2 | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fix setup.py register failure with invalid rst in description (#13614). | Éric Araujo | 2012-12-09 | 1 | -0/+3 |
| | | | | | | | | | | | | Original patch by Julien Courteau and Pierre Paul Lefebvre. | ||||
* | | | Closes #16116: Merged fix from 3.3. | Vinay Sajip | 2012-10-23 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #16116: Now uses corrected include and library paths when building C ↵ | Vinay Sajip | 2012-10-23 | 1 | -0/+7 |
| | | | | | | | | | | | | extensions in a venv. | ||||
* | | | Closes #16135: Removal of OS/2 support (distutils) | Jesus Cea | 2012-10-10 | 4 | -49/+3 |
|/ / | |||||
* | | Closes #15367: Corrected computation of include locations for source builds ↵ | Vinay Sajip | 2012-07-16 | 1 | -1/+5 |
| | | | | | | | | on Windows. Thanks to Richard Oudkerk for the bug report and patch. | ||||
* | | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Jakub Wilk. | ||||
| * | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
| | | | | | | | | Patch by Jakub Wilk. | ||||
| * | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-26 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile. | ||||
* | | Issue #14443: ensure that brp-python-bytecompile is invoked with the correct | David Malcolm | 2012-06-25 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile. | ||||
* | | Merge from 3.2 | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #14443: Tell rpmbuild to use the correct version of Python | Nick Coghlan | 2012-05-28 | 1 | -1/+2 |
| | | |||||
* | | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 3 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2012-03-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Backout buggy patch committed for #13719 | Éric Araujo | 2012-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2 | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|\ \ | |/ |