Benjamin Peterson
|
562b7cbff9
|
fix parsing reST with code or code-block directives (closes #23063)
Patch by Marc Abramowitz.
|
2015-01-14 23:56:35 -05:00 |
|
doko@ubuntu.com
|
cef3bdc01d
|
- Issue #17219: Add library build dir for Python extension cross-builds.
|
2014-10-02 02:10:47 +02:00 |
|
R David Murray
|
623ae29469
|
#10510: Fix bug in forward port of 2.7 distutils patch.
Pointed out by Arfrever.
|
2014-09-28 11:01:11 -04:00 |
|
R David Murray
|
9ce69672f3
|
#10510: make distuitls upload/register use HTML standards compliant CRLF.
Patch by Ian Cordasco, approved by Éric Araujo.
|
2014-09-27 16:56:15 -04:00 |
|
Benjamin Peterson
|
df0eb95b57
|
remove various dead version checks (closes #22349)
Patch from Thomas Kluyver.
|
2014-09-06 17:24:12 -04:00 |
|
Benjamin Peterson
|
0c56bb97ea
|
remove 2.2 and 2.6 compat code (closes #22200)
Patch from Thomas Kluyver.
|
2014-08-17 23:00:42 -05:00 |
|
Antoine Pitrou
|
2e4d3b133a
|
Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.
Patch by Martin Dengler.
|
2014-06-18 23:07:46 -04:00 |
|
Serhiy Storchaka
|
a26b3f183d
|
Issue #20363. Fixed BytesWarning triggerred by test suite.
Patch by Berker Peksag.
|
2014-02-06 22:52:23 +02:00 |
|
Serhiy Storchaka
|
bc27a050a7
|
Issue #20363. Fixed BytesWarning triggerred by test suite.
Patch by Berker Peksag.
|
2014-02-06 22:49:45 +02:00 |
|
Stefan Krah
|
748f40d162
|
Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.
|
2014-01-28 15:04:40 +01:00 |
|
Antoine Pitrou
|
20d5adea6a
|
Fix TypeError on "setup.py upload --show-response".
|
2013-12-22 18:14:56 +01:00 |
|
Antoine Pitrou
|
335a5128e5
|
Fix TypeError on "setup.py upload --show-response".
|
2013-12-22 18:13:51 +01:00 |
|
Antoine Pitrou
|
29fd05f900
|
Issue #20045: Fix "setup.py register --list-classifiers".
|
2013-12-21 22:59:06 +01:00 |
|
Antoine Pitrou
|
716b7222e9
|
Issue #20045: Fix "setup.py register --list-classifiers".
|
2013-12-21 22:57:56 +01:00 |
|
Stefan Krah
|
5aa08ca375
|
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
already done by PyMODINIT_FUNC.
|
2013-12-03 13:55:20 +01:00 |
|
Jason R. Coombs
|
a2ebfd0256
|
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
|
2013-11-10 18:50:10 -05:00 |
|
Andrew Kuchling
|
5e2d45672c
|
Issue #19544 and Issue #6516: Restore support for --user and --group 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.
|
2013-11-15 13:01:52 -05:00 |
|
Jason R. Coombs
|
0048ae0cc6
|
Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835.
|
2013-11-10 18:59:44 -05:00 |
|
Jason R. Coombs
|
e71fb28519
|
Merge with 3.3 for Issue #19286.
|
2013-11-02 13:04:51 -04:00 |
|
Jason R. Coombs
|
ca9242f4f9
|
Merge with 3.2 for Issue #19286.
|
2013-11-02 13:01:46 -04:00 |
|
Jason R. Coombs
|
bd26d86d74
|
Issue #19286: [distutils] Only match files in build_py.find_data_files.
|
2013-11-02 11:07:35 -04:00 |
|
Antoine Pitrou
|
61e10a5efe
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
|
2013-09-29 01:49:07 +02:00 |
|
Antoine Pitrou
|
643238eb53
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
|
2013-09-29 01:48:40 +02:00 |
|
Ezio Melotti
|
e0c69161bc
|
#18741: merge with 3.3.
|
2013-08-17 16:13:22 +03:00 |
|
Ezio Melotti
|
b5bc353b88
|
#18741: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:11:40 +03:00 |
|