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