aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-9/+9
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-1/+3
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-211-1/+4
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
* Fix broken error message for socket error during upload.PJ Eby2006-07-101-1/+1
* Fix typoPJ Eby2006-03-291-1/+1
* Added ``--identity`` option to ``upload`` command.PJ Eby2006-03-291-1/+10
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'PJ Eby2005-08-211-5/+2
* Add informative comment when uploading eggs, to help distinguish them fromPJ Eby2005-07-091-1/+2
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-071-0/+171