1. 083e20c Forgot one. This makes test_urllib2.py pass. by Guido van Rossum · 17 years ago
  2. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
  3. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  4. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  5. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  6. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  8. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  11. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  12. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  13. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  14. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 20 years ago
  15. 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
  16. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  17. fbb2b4c check in for patch #430846 by Peter Schneider-Kamp · 23 years ago
  18. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  19. 0365180 a couple of nits from Patch #100933 by Jeremy Hylton · 24 years ago
  20. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  21. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  22. 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
  23. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 27 years ago
  24. aa925a5 Add #! line. by Guido van Rossum · 27 years ago
  25. 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
  26. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  27. 3b8e160 upgdaded the test program by Guido van Rossum · 29 years ago
  28. f194546 two mime encoding schemes by Guido van Rossum · 29 years ago