1. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 9 years ago
  2. 99597c4 Correct the quopri module documentation. Mention the correct types of the by Senthil Kumaran · 10 years ago
  3. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  4. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  5. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  6. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  7. 0bb1cc7 Use true booleans and a bit more PEP8. by Georg Brandl · 15 years ago
  8. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  9. c582bfc Fix quopri to operate consistently on bytes. by Martin v. Löwis · 17 years ago
  10. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  12. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  13. 3c4a629 import statements only raise ImportError, right? by Skip Montanaro · 22 years ago
  14. 1346e83 Patch 471400: escape single-dot lines; by Jason Hildebrand. by Guido van Rossum · 23 years ago
  15. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  16. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  17. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  18. d1c2965 Whitespace normalization; the plat-riscos file didn't even get by tabnanny.py. by Tim Peters · 23 years ago
  19. dac67ac encode(): Fixed the handling of soft line breaks for lines over 76 by Barry Warsaw · 23 years ago
  20. 9b630a5 Better support for RFC 1521 quoted-printable specification, along with by Barry Warsaw · 23 years ago
  21. 14b90a4 Strip \r as trailing whitespace as part of soft line endings. by Guido van Rossum · 23 years ago
  22. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  23. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  24. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  25. 7724944 Fix Bug #115907: encode '=' as '=3D' and not '==' by Jeremy Hylton · 24 years ago
  26. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  27. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  28. 105bd98 Added /usr/bin/env python and made executable. by Guido van Rossum · 27 years ago
  29. 56f78d9 Set correct RFC number. by Guido van Rossum · 27 years ago
  30. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  31. f194546 two mime encoding schemes by Guido van Rossum · 29 years ago