| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35416: fix potential resource warnings in distutils (GH-10918) | Mickaël Schoentgen | 2019-04-08 | 1 | -2/+3 |
|
|
* | bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) | Paul Ganssle | 2018-12-17 | 1 | -8/+2 |
|
|
* | Improve error message for "setup.py upload" without dist files (#21060) | Éric Araujo | 2018-02-18 | 1 | -1/+2 |
|
|
* | bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) | Bo Bayles | 2018-01-26 | 1 | -2/+0 |
|
|
* | Issue #27349: Fix typo in distutils upload command | Berker Peksag | 2016-06-18 | 1 | -1/+1 |
|
|
* | Issue #21776: distutils.upload now correctly handles HTTPError | Berker Peksag | 2016-06-02 | 1 | -7/+7 |
|
|
* | #10510: Fix bug in forward port of 2.7 distutils patch. | R David Murray | 2014-09-28 | 1 | -1/+0 |
|\ |
|
| * | #10510: Fix bug in forward port of 2.7 distutils patch. | R David Murray | 2014-09-28 | 1 | -1/+0 |
|
|
* | | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 1 | -5/+5 |
|
|
* | | Issue #21722: The distutils "upload" command now exits with a non-zero return... | Antoine Pitrou | 2014-06-19 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Issue #21722: The distutils "upload" command now exits with a non-zero return... | Antoine Pitrou | 2014-06-19 | 1 | -7/+8 |
|
|
* | | Reindent long line | Jason R. Coombs | 2014-05-10 | 1 | -1/+2 |
|
|
* | | Replace overly-aggressive comparison for type equality with an isinstance check. | Jason R. Coombs | 2014-05-10 | 1 | -1/+1 |
|
|
* | | Drop support for Python 2.4 in upload command. | Jason R. Coombs | 2014-05-10 | 1 | -8/+2 |
|
|
* | | Replace import * with explicit import | Jason R. Coombs | 2014-05-10 | 1 | -1/+1 |
|
|
* | | Clean up style in distutils upload command | Jason R. Coombs | 2014-05-10 | 1 | -14/+19 |
|/ |
|
* | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 1 | -1/+2 |
|\ |
|
| * | Fix TypeError on "setup.py upload --show-response". | Antoine Pitrou | 2013-12-22 | 1 | -1/+2 |
|
|
* | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una... | Jason R. Coombs | 2013-11-10 | 1 | -31/+29 |
|\ \
| |/ |
|
| * | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of... | Jason R. Coombs | 2013-11-10 | 1 | -31/+29 |
|
|
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | Issue #10571: Fix the "--sign" option of distutils' upload command. | Antoine Pitrou | 2012-06-28 | 1 | -1/+1 |
|
|
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -1/+5 |
|
|
* | Follow-up to #9199: Fix str.join use, add newlines. | Éric Araujo | 2010-09-08 | 1 | -1/+1 |
|
|
* | Fix incorrect use of Command.announce (#9199) | Éric Araujo | 2010-09-07 | 1 | -1/+2 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -38/+45 |
|
|
* | Merged revisions 76956 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -3/+3 |
|
|
* | Merged revisions 76952 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -2/+2 |
|
|
* | Merged revisions 73436 via svnmerge from | Tarek Ziadé | 2009-06-28 | 1 | -31/+29 |
|
|
* | Merged revisions 73435 via svnmerge from | Tarek Ziadé | 2009-06-28 | 1 | -12/+7 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 70886,70888-70892 via svnmerge from | Tarek Ziadé | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70017 via svnmerge from | Tarek Ziadé | 2009-02-27 | 1 | -1/+7 |
|
|
* | Merged revisions 68415 via svnmerge from | Tarek Ziadé | 2009-01-09 | 1 | -0/+5 |
|
|
* | #4338: Fix the distutils "setup.py upload" command. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -17/+19 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -3/+4 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -3/+3 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -28/+13 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
|
|
* | Run 2to3's fix_has_key over distutils. | Collin Winter | 2007-09-01 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -2/+1 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+10 |
|
|
* | Patch #1299675: Pass metadata in upload. | Martin v. Löwis | 2006-01-08 | 1 | -9/+33 |
|
|