1. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  2. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  3. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  4. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  6. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  7. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  8. fff80df Revert doubly-converted doctests. by Guido van Rossum · 17 years ago
  9. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  12. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  13. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  14. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  15. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 18 years ago
  16. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  17. 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 20 years ago
  18. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  19. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
  20. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  21. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  22. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  23. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  24. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  25. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  26. bb6b734 Apply heapq.nlargest() to find best matches. by Raymond Hettinger · 20 years ago
  27. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  28. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  29. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  30. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  31. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  32. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  33. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago
  34. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  35. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  36. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 22 years ago
  37. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  38. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  39. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  40. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  41. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  42. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  43. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 23 years ago
  44. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago