summaryrefslogtreecommitdiff
path: root/Lib/test/test_difflib.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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