1. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  2. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  3. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  4. 274271d remove unused imports (closes #12432) by Benjamin Peterson · 13 years ago
  5. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 13 years ago
  6. 45f799f Issues #2715, #6621: Remove unused and undefined references to FSSpec by Mark Dickinson · 15 years ago
  7. 5492395 Issue #6369: Fix an RLE decompression bug in the binhex module. by Antoine Pitrou · 15 years ago
  8. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  9. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  10. da3f228 Convert various string literals to bytes. by Jeremy Hylton · 17 years ago
  11. 115cde3 Style/idiom cleanup of binhex module. by Collin Winter · 17 years ago
  12. 1b261df Make this work on Mac as well (where Type and Creator are bytes instead of str). by Guido van Rossum · 17 years ago
  13. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  14. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  15. ff12e08 Make the binhex test pass on Darwin. by Guido van Rossum · 17 years ago
  16. 34a042d This is the last time I fix binhex. If it breaks again it goes in the dustbin. by Guido van Rossum · 17 years ago
  17. dcee3c0 Make test_binhex pass. (Do we really want to support it still?) by Guido van Rossum · 17 years ago
  18. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  19. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  21. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  22. c75f891 Remove a useless operation, setting name to itself by Neal Norwitz · 20 years ago
  23. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  24. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  25. b363c1f Turn an octal constant into a hex constant. by Guido van Rossum · 23 years ago
  26. c8c6aa2 String method cleanup. by Eric S. Raymond · 23 years ago
  27. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  28. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  29. 11cf605 Whitespace normalization. by Tim Peters · 23 years ago
  30. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  31. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  32. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  33. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  34. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 24 years ago
  35. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  36. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  37. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 26 years ago
  38. 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 27 years ago
  39. 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 27 years ago
  40. cce074e new binhex from Jack (much faster) by Guido van Rossum · 28 years ago
  41. a220e67 Finally check in Jack's latest version, which fixes all known bugs. by Guido van Rossum · 28 years ago
  42. 685e16d Fixed hexbin handling by Jack Jansen · 29 years ago
  43. ac7c0df Indent bug by Jack Jansen · 29 years ago
  44. 479c1b3 Put debug output inside 'if DEBUG'. by Jack Jansen · 29 years ago
  45. fcdffea Implement binhex protocol. by Jack Jansen · 29 years ago