summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35416: fix potential resource warnings in distutils (GH-10918)Mickaël Schoentgen2019-04-081-2/+3
* bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)Paul Ganssle2018-12-171-8/+2
* Improve error message for "setup.py upload" without dist files (#21060)Éric Araujo2018-02-181-1/+2
* bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)Bo Bayles2018-01-261-2/+0
* Issue #27349: Fix typo in distutils upload commandBerker Peksag2016-06-181-1/+1
* Issue #21776: distutils.upload now correctly handles HTTPErrorBerker Peksag2016-06-021-7/+7
* #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+0
|\
| * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+0
* | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+5
|\ \ | |/
| * #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+5
* | Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-4/+5
|\ \ | |/
| * Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-191-7/+8
* | Reindent long lineJason R. Coombs2014-05-101-1/+2
* | Replace overly-aggressive comparison for type equality with an isinstance check.Jason R. Coombs2014-05-101-1/+1
* | Drop support for Python 2.4 in upload command.Jason R. Coombs2014-05-101-8/+2
* | Replace import * with explicit importJason R. Coombs2014-05-101-1/+1
* | Clean up style in distutils upload commandJason R. Coombs2014-05-101-14/+19
|/
* Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-1/+2
|\
| * Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-1/+2
* | 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
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
|/
* Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-1/+1
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-1/+5
* Follow-up to #9199: Fix str.join use, add newlines.Éric Araujo2010-09-081-1/+1
* Fix incorrect use of Command.announce (#9199)Éric Araujo2010-09-071-1/+2
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-38/+45
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-3/+3
* Merged revisions 76952 via svnmerge fromTarek Ziadé2009-12-211-2/+2
* Merged revisions 73436 via svnmerge fromTarek Ziadé2009-06-281-31/+29
* Merged revisions 73435 via svnmerge fromTarek Ziadé2009-06-281-12/+7
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+1
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-311-1/+1
* Merged revisions 70017 via svnmerge fromTarek Ziadé2009-02-271-1/+7
* Merged revisions 68415 via svnmerge fromTarek Ziadé2009-01-091-0/+5
* #4338: Fix the distutils "setup.py upload" command.Amaury Forgeot d'Arc2008-11-201-17/+19
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+4
* Create http package. #2883.Georg Brandl2008-05-261-3/+3
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-28/+13
* Renamed ConfigParser to configparser.Alexandre Vassalotti2008-05-141-1/+1
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-011-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+1
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+10
* Patch #1299675: Pass metadata in upload.Martin v. Löwis2006-01-081-9/+33