summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "upload" command garbling and truncating files on Windows. If it's aPhillip J. Eby2005-07-071-1/+1
* Whitespace normalization.Tim Peters2005-03-281-5/+4
* Add missing socket importMartin v. Löwis2005-03-241-0/+1
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-7/+4
* Make the signature detached.Martin v. Löwis2005-03-221-1/+1
* Don't set the Python version for sdist uploads.Martin v. Löwis2005-03-221-0/+2
* Upload GPG signature.Martin v. Löwis2005-03-221-3/+16
* Actually add the implementation of the command.Martin v. Löwis2005-03-211-0/+150
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+4