COMMITS
/ Lib/distutils/command/upload.py May 11, 2021
S
Fix import of HTTPError (GH-22304)
Sebastian Rittau committed
May 20, 2020
C
bpo-40698: Improve distutils upload hash digests (GH-20260)
Christian Heimes committed
April 30, 2020
V
bpo-40443: Remove unused imports in distutils (GH-19802)
Victor Stinner committed
April 8, 2019
M
bpo-35416: fix potential resource warnings in distutils (GH-10918)
Mickaël Schoentgen committed
December 17, 2018
P
bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)
Paul Ganssle committed
February 18, 2018
É
Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo committed
January 26, 2018
B
bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Bo Bayles committed
June 18, 2016
B
Issue #27349: Fix typo in distutils upload command
Berker Peksag committed
June 2, 2016
B
Issue #21776: distutils.upload now correctly handles HTTPError
Berker Peksag committed
September 28, 2014
R
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray committed
R
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray committed
September 27, 2014
R
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray committed
R
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray committed
June 19, 2014
A
A
May 10, 2014
J
Reindent long line
Jason R. Coombs committed
J
Replace overly-aggressive comparison for type equality with an isinstance check.
Jason R. Coombs committed
J
Drop support for Python 2.4 in upload command.
Jason R. Coombs committed
J
Replace import * with explicit import
Jason R. Coombs committed
J
Clean up style in distutils upload command
Jason R. Coombs committed
December 22, 2013
A
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou committed
A
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou committed
November 10, 2013
J
J
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
June 28, 2012
A
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou committed
November 5, 2010
É
Always close files in distutils code and tests (#10252).
Éric Araujo committed
September 8, 2010
É
Follow-up to #9199: Fix str.join use, add newlines.
Éric Araujo committed
September 7, 2010
É
Fix incorrect use of Command.announce (#9199)
Éric Araujo committed
July 22, 2010
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 76952 via svnmerge from
Tarek Ziadé committed
June 28, 2009
T
Merged revisions 73436 via svnmerge from
Tarek Ziadé committed
T
Merged revisions 73435 via svnmerge from
Tarek Ziadé committed
June 4, 2009
G
More codestring -> codebytes.
Georg Brandl committed
March 31, 2009
T
Merged revisions 70886,70888-70892 via svnmerge from
Tarek Ziadé committed
February 27, 2009
T
Merged revisions 70017 via svnmerge from
Tarek Ziadé committed
January 9, 2009
T
Merged revisions 68415 via svnmerge from
Tarek Ziadé committed
November 20, 2008
A
#4338: Fix the distutils "setup.py upload" command.
Amaury Forgeot d'Arc committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
May 26, 2008
G
Create http package. #2883.
Georg Brandl committed
May 16, 2008
May 14, 2008
A
Renamed ConfigParser to configparser.
Alexandre Vassalotti committed
September 1, 2007
C
Run 2to3's fix_has_key over distutils.
Collin Winter committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
August 6, 2007
G
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed