1. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  2. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  3. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  4. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  5. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  6. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  7. 41dcf35 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  8. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  9. 09122f8 Reindent long line by Jason R. Coombs · 10 years ago
  10. 0375653 Replace overly-aggressive comparison for type equality with an isinstance check. by Jason R. Coombs · 10 years ago
  11. a384652 Drop support for Python 2.4 in upload command. by Jason R. Coombs · 10 years ago
  12. 6f71726 Replace import * with explicit import by Jason R. Coombs · 10 years ago
  13. 7ae0fde Clean up style in distutils upload command by Jason R. Coombs · 10 years ago
  14. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  15. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  16. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  17. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  18. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  19. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  20. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  21. 51e01a6 Follow-up to #9199: Fix str.join use, add newlines. by Éric Araujo · 14 years ago
  22. 480504b Fix incorrect use of Command.announce (#9199) by Éric Araujo · 14 years ago
  23. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  24. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  25. 8b9361a Merged revisions 76952 via svnmerge from by Tarek Ziadé · 15 years ago
  26. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 15 years ago
  27. 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 15 years ago
  28. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  29. baf5180 Merged revisions 70886,70888-70892 via svnmerge from by Tarek Ziadé · 15 years ago
  30. 38e3d51 Merged revisions 70017 via svnmerge from by Tarek Ziadé · 15 years ago
  31. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 15 years ago
  32. 836b670 #4338: Fix the distutils "setup.py upload" command. by Amaury Forgeot d'Arc · 16 years ago
  33. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  34. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  35. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  36. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  37. 2ac0121 Run 2to3's fix_has_key over distutils. by Collin Winter · 17 years ago
  38. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  39. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  40. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  41. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  45. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  46. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 18 years ago
  47. 5cb7846 Fix "upload" command garbling and truncating files on Windows. If it's a by Phillip J. Eby · 19 years ago
  48. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  49. ca5d8fe Add missing socket import by Martin v. Löwis · 19 years ago
  50. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 19 years ago
  51. 8d12158 Make the signature detached. by Martin v. Löwis · 19 years ago
  52. be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 19 years ago
  53. f74b923 Upload GPG signature. by Martin v. Löwis · 19 years ago
  54. 98858c9 Actually add the implementation of the command. by Martin v. Löwis · 19 years ago
  55. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago