summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* 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