summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/upload.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue10367, courtesy of Daniel Tavares.Phillip J. Eby2010-12-031-3/+3
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-1/+5
* Merged revisions 84614 via svnmerge fromÉric Araujo2010-09-081-1/+1
* Merged revisions 84611 via svnmerge fromÉric Araujo2010-09-071-1/+2
* Fixed #7748: now upload and register commands don't need to force the encodin...Tarek Ziadé2010-01-241-1/+1
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-3/+1
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-3/+3
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-151-28/+28
* code cleanupTarek Ziadé2009-06-151-13/+9
* more tests for the upload commandTarek Ziadé2009-03-311-1/+1
* Issue #5052: make Distutils compatible with 2.3 again.Tarek Ziadé2009-02-271-1/+6
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-081-0/+5
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-5/+1
* Fixed import of configparser in the distutils module.Alexandre Vassalotti2008-05-161-1/+6
* Revert distutils changes done in r63248.Alexandre Vassalotti2008-05-151-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-111-28/+13
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-101-13/+28
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-101-28/+13
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-1/+1
* Change location of the package index to pypi.python.org/pypiMartin v. Löwis2007-07-251-1/+1
* Fix SF#1457312: bad socket error handling in distutils "upload" command.Phillip J. Eby2006-07-101-1/+1
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-301-1/+1
* Implementation for patch request #1457316: support --identity optionPhillip J. Eby2006-03-301-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