Antoine Pitrou
|
41dcf35c26
|
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:09:11 -04: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 |
|
Jason R. Coombs
|
09122f84fc
|
Reindent long line
|
2014-05-10 13:24:58 -04:00 |
|
Jason R. Coombs
|
0375653371
|
Replace overly-aggressive comparison for type equality with an isinstance check.
|
2014-05-10 13:24:18 -04:00 |
|
Jason R. Coombs
|
a384652d6d
|
Drop support for Python 2.4 in upload command.
|
2014-05-10 13:22:43 -04:00 |
|
Jason R. Coombs
|
6f71726ecd
|
Replace import * with explicit import
|
2014-05-10 13:21:02 -04:00 |
|
Jason R. Coombs
|
7ae0fde001
|
Clean up style in distutils upload command
|
2014-05-10 13:20:28 -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 |
|