summaryrefslogtreecommitdiff
path: root/setuptools/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* Remove "upload" and "register" commands.Paul Ganssle2019-11-021-187/+8
* Feed the hobgoblins (delint).Jason R. Coombs2018-12-291-2/+2
* import internal version of sixOleg Sharov2018-11-131-3/+3
* Remove bdist_rpm and bdist_dumb commentPaul Ganssle2018-11-121-8/+2
* Fix show_response behavior on Python 2Paul Ganssle2018-11-071-3/+5
* Fix bdist_rpm and bdist_dumb in upload_filePaul Ganssle2018-11-071-0/+1
* Fix gpg signature code in upload_filePaul Ganssle2018-11-071-0/+1
* Use get_metadata_version in upload_filePaul Ganssle2018-11-071-1/+1
* Add upload_file to setuptools.command.uploadPaul Ganssle2018-11-071-1/+146
* Deprecate upload and register commandsDustin Ingram2018-07-081-0/+11
* Infer the username using getpass.getuser() if no username is resolved from .p...Jason R. Coombs2017-02-021-0/+4
* Simplify logic by eliminating retries in password prompt and returning result...Jason R. Coombs2016-04-241-10/+4
* Add carriage return for symmetryJason R. Coombs2016-04-241-1/+2
* Move import to headerJason R. Coombs2016-04-241-1/+1
* Prompt for password on upload.Brooks Kindle2016-04-231-6/+26
* Override upload command to load passwords from keyring when available and not...20.1Jason R. Coombs2016-02-111-0/+23
* Remove upload command (no longer relevant on Python 2.6+Jason R. Coombs2013-11-241-183/+0
* Merge1.1.4Jason R. Coombs2013-09-071-1/+1
|\
| * Fix boolean test, incorrectly changed. Off-by-one errors are particularly ugl...Jason R. Coombs2013-09-071-1/+1
* | Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-031-1/+1
* | Remove unused variableJason R. Coombs2013-09-031-1/+0
|/
* Use isinstance for type comparisonJason R. Coombs2013-09-031-1/+1
* Remove import *Jason R. Coombs2013-09-031-4/+4
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-10/+9
|\
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-2/+3
| |\
| * \ Merge with upstreamJason R. Coombs2013-06-181-1/+1
| |\ \
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-9/+9
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
| |_|/ |/| |
* | | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-291-2/+3
| |/ |/|
* | Fix typo in protocol_version. Thanks aclark!Jason R. Coombs2012-04-161-1/+1
* | Reverting 1a1ab844f03e due to issue 250Guy Rozendorn (guyr@infinidat.com)2011-10-071-74/+2
* | Revert 8d1cb51a01b6 because of issue #250Guy Rozendorn (guyr@infinidat.com)2011-10-071-4/+1
* | Issue #246guyroz2011-09-221-1/+3
* | Issue #244 raises ValueError in upload and register commands if using a secti...guyroz2011-09-201-2/+76
|/
* 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