summaryrefslogtreecommitdiff
path: root/Lib/test/test_difflib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-211-0/+9
* Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-121-0/+41
* #2986 Add autojunk parameter to SequenceMatcher to optionally disable 'popula...Terry Reedy2010-11-111-2/+43
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-121-1/+23
* Fix for issue1488943 - difflib.Differ() doesn't always add hints for tabSenthil Kumaran2009-11-231-0/+8
* explicitly close filesPhilip Jenvey2009-05-281-6/+5
* Fix tests so they pass in -R modeNeal Norwitz2006-04-091-2/+6
* Patch #1413711: Certain patterns of differences were making difflibGustavo Niemeyer2006-01-311-0/+9
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-291-16/+16
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-291-16/+16
* Whitespace normalization.Tim Peters2004-08-291-16/+16
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-291-2/+126
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-101-0/+7
* Whitespace normalization.Tim Peters2004-01-181-1/+0
* Exercise Jim Fulton's new doctest extension for running doctests in aRaymond Hettinger2003-07-161-2/+5
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-011-0/+12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-3/+2
* Remove test_doctest's expected-output file.Tim Peters2001-05-231-1/+2
* Remove test_difflib's output file and change test_difflib to stopTim Peters2001-05-231-1/+1
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-0/+2