index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_difflib.py
Commit message (
Expand
)
Author
Age
*
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...
Terry Reedy
2010-12-15
*
Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...
Terry Reedy
2010-11-25
*
Merged revisions 80004 via svnmerge from
R. David Murray
2010-04-12
*
Merged revisions 76464 via svnmerge from
Senthil Kumaran
2009-11-23
*
Merged revisions 72979 via svnmerge from
Philip Jenvey
2009-05-28
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Patch #1413711: Certain patterns of differences were making difflib
Gustavo Niemeyer
2006-01-31
*
Whitespace normalization. test_difflib passes again.
Tim Peters
2004-08-29
*
Reverting whitespace normalization. test_difflib fails with it -- the
Tim Peters
2004-08-29
*
Whitespace normalization.
Tim Peters
2004-08-29
*
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
Martin v. Löwis
2004-08-29
*
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
Brett Cannon
2004-07-10
*
Whitespace normalization.
Tim Peters
2004-01-18
*
Exercise Jim Fulton's new doctest extension for running doctests in a
Raymond Hettinger
2003-07-16
*
Fix SF bug #763023, difflib.py: ratio() zero division not caught
Neal Norwitz
2003-07-01
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
*
Remove test_doctest's expected-output file.
Tim Peters
2001-05-23
*
Remove test_difflib's output file and change test_difflib to stop
Tim Peters
2001-05-23
*
Moved SequenceMatcher from ndiff into new std library module difflib.py.
Tim Peters
2001-02-10