Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f62b50f3068d008cc520507b71852dbe76be4a4d
/
Lib
/
distutils
/
command
/
upload.py
f14c7fc
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
by Tarek Ziadé
· 16 years ago
2b66da7
massive import cleaning in Distutils
by Tarek Ziadé
· 16 years ago
2421d56
Fixed #7552: fixed distutils.command.upload failure on very long passwords
by Tarek Ziadé
· 16 years ago
a1cc040
Issue #6286: distutils upload command now uses urllib2
by Tarek Ziadé
· 16 years ago
d7c5cee
code cleanup
by Tarek Ziadé
· 16 years ago
e899b71
more tests for the upload command
by Tarek Ziadé
· 16 years ago
dda92f7
Issue #5052: make Distutils compatible with 2.3 again.
by Tarek Ziadé
· 16 years ago
1a240fb
fixed #4394 make the storage of the password optional in .pypirc
by Tarek Ziadé
· 17 years ago
392c6fc
ConfigParser renaming reversal part 3: move module into place and adapt imports.
by Georg Brandl
· 17 years ago
eb8cef2
Fixed import of configparser in the distutils module.
by Alexandre Vassalotti
· 17 years ago
7663f9e
Revert distutils changes done in r63248.
by Alexandre Vassalotti
· 17 years ago
e2514c6
Updated import statements to use the new `configparser` module name.
by Alexandre Vassalotti
· 17 years ago
aac5c86
#1858: re-apply patch for this, adding the missing files
by Andrew M. Kuchling
· 17 years ago
10f5db6
Revert r62998 as it broke the build (seems distutils.config is missing).
by Brett Cannon
· 17 years ago
cd8001c
#1858 from Tarek Ziade:
by Andrew M. Kuchling
· 17 years ago
8bc0965
Removed uses of dict.has_key() from distutils, and uses of
by Guido van Rossum
· 17 years ago
254b8f9
Change location of the package index to pypi.python.org/pypi
by Martin v. Löwis
· 18 years ago
137ff79
Fix SF#1457312: bad socket error handling in distutils "upload" command.
by Phillip J. Eby
· 19 years ago
bffb0bc
In stdlib, use hashlib instead of deprecated md5 and sha modules.
by Georg Brandl
· 19 years ago
2e550b3
Implementation for patch request #1457316: support --identity option
by Phillip J. Eby
· 19 years ago
6d0c85a
Patch #1299675: Pass metadata in upload.
by Martin v. Löwis
· 20 years ago
5cb7846
Fix "upload" command garbling and truncating files on Windows. If it's a
by Phillip J. Eby
· 20 years ago
eba28be
Whitespace normalization.
by Tim Peters
· 20 years ago
ca5d8fe
Add missing socket import
by Martin v. Löwis
· 20 years ago
98da562
Make dist_files a triple, with the Python target version included,
by Martin v. Löwis
· 20 years ago
8d12158
Make the signature detached.
by Martin v. Löwis
· 20 years ago
be435bf
Don't set the Python version for sdist uploads.
by Martin v. Löwis
· 20 years ago
f74b923
Upload GPG signature.
by Martin v. Löwis
· 20 years ago
98858c9
Actually add the implementation of the command.
by Martin v. Löwis
· 20 years ago
55f1bb8
Add the upload command. Make all dist commands register their
by Martin v. Löwis
· 20 years ago