1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  4. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  5. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  6. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 9 years ago
  7. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 9 years ago
  8. bbeac6e Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration by Raymond Hettinger · 10 years ago
  9. ae39fbd Make the import private to keep the global namespace clean. by Raymond Hettinger · 10 years ago
  10. f25a38e Use reversed() instead of creating a new temporary list. by Raymond Hettinger · 10 years ago
  11. 986efa0 merge by Raymond Hettinger · 10 years ago
  12. fabefc3 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  13. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  14. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  15. c51da2b #14332: provide a better explanation of junk in difflib docs by Andrew Kuchling · 10 years ago
  16. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  17. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  18. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  19. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  20. f027a20 Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. by Terry Jan Reedy · 11 years ago
  21. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  22. 7f1c15b Fix comment in difflib. by Florent Xicluna · 12 years ago
  23. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  24. 9180deb Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  25. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 13 years ago
  26. 47e120e Cleanup and modernize code prior to working on Issue 11747. by Raymond Hettinger · 13 years ago
  27. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  28. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  29. 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 13 years ago
  30. bcd8988 Issue 10534 deprecate isbjunk and isbpopular methods. by Terry Reedy · 13 years ago
  31. 74a7c67 by Terry Reedy · 13 years ago
  32. 99f9637 Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross by Terry Reedy · 14 years ago
  33. b2416e5 Merged revisions 80004 via svnmerge from by R. David Murray · 14 years ago
  34. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  35. d884f8a Merged revisions 76469 via svnmerge from by Senthil Kumaran · 15 years ago
  36. 758025c Merged revisions 76464 via svnmerge from by Senthil Kumaran · 15 years ago
  37. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  38. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 16 years ago
  39. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  40. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  41. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  42. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  43. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  44. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  45. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  46. fff80df Revert doubly-converted doctests. by Guido van Rossum · 17 years ago
  47. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  48. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  49. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  50. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  51. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  52. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  53. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 18 years ago
  54. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  55. 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 20 years ago
  56. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  57. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
  58. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  59. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  60. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  61. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  62. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  63. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  64. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  65. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  66. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  67. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  68. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  69. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  70. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  71. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago
  72. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  73. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  74. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 22 years ago
  75. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  76. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  77. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  78. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  79. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  80. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  81. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 23 years ago
  82. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago