1. 7c9d347 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
  2. d2d2ae9 #2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popular == junk' heuristic. by Terry Reedy · 15 years ago
  3. 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
  4. 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 15 years ago
  5. 6a11102 explicitly close files by Philip Jenvey · 16 years ago
  6. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  7. 54814881 Patch #1413711: Certain patterns of differences were making difflib by Gustavo Niemeyer · 19 years ago
  8. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 21 years ago
  9. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 21 years ago
  10. 45e77c5 Whitespace normalization. by Tim Peters · 21 years ago
  11. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 21 years ago
  12. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 21 years ago
  13. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  14. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 22 years ago
  15. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  17. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 24 years ago
  18. f5f6c43 Remove test_doctest's expected-output file. by Tim Peters · 24 years ago
  19. dec4a61 Remove test_difflib's output file and change test_difflib to stop by Tim Peters · 24 years ago
  20. 9ae2148 Moved SequenceMatcher from ndiff into new std library module difflib.py. by Tim Peters · 24 years ago