1. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 6 years ago
  2. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  3. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  4. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  5. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  6. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  7. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  8. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  9. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  10. f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 15 years ago
  11. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 15 years ago
  12. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  13. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  14. e899b71 more tests for the upload command by Tarek Ziadé · 15 years ago
  15. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  16. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago