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
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
*
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
lrjball
2020-04-29
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
*
Revert "bpo-35603: Escape table header of make_table output that can cause po...
Serhiy Storchaka
2019-01-02
*
bpo-35603: Escape table header of make_table output that can cause potential ...
Xtreak
2018-12-29
*
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
Raymond Hettinger
2018-04-05
*
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis
2018-03-03
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
*
#17445: difflib: add diff_bytes(), to compare bytes rather than str
Greg Ward
2015-04-20
*
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Berker Peksag
2015-03-15
*
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger
2014-06-21
*
Issue 11747: Fix output format for context diffs.
Raymond Hettinger
2011-04-12
*
Issue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger
2011-04-11
*
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