1. 6b59f5f Let library modules use the new keyword arguments for list.sort(). by Raymond Hettinger · 21 years ago
  2. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 21 years ago
  3. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  4. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  5. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  6. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago
  7. 39f02f9 Added missing names to __all__. by Raymond Hettinger · 22 years ago
  8. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  9. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 22 years ago
  10. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  11. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  12. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  13. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  14. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  15. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  16. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 23 years ago
  17. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 23 years ago