summaryrefslogtreecommitdiff
path: root/Lib/test/test_difflib.py
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455)Serhiy Storchaka2021-09-191-7/+9
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-041-1/+1
* bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)lrjball2020-04-291-1/+47
* Fix difflib `?` hint in diff output when dealing with tabs (#15201)Anthony Sottile2019-08-211-1/+7
* Revert "bpo-35603: Escape table header of make_table output that can cause po...Serhiy Storchaka2019-01-021-9/+0
* bpo-35603: Escape table header of make_table output that can cause potential ...Xtreak2018-12-291-0/+9
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)Raymond Hettinger2018-04-051-0/+8
* bpo-32981: Fix catastrophic backtracking vulns (#5955)Jamie Davis2018-03-031-1/+21
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-6/+6
* #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-201-1/+146
* Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-151-0/+35
* 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-2/+27
* Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-111-0/+16
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-0/+17
* Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-251-2/+43
* Merged revisions 80004 via svnmerge fromR. David Murray2010-04-121-1/+23
* Merged revisions 76464 via svnmerge fromSenthil Kumaran2009-11-231-0/+8
* Merged revisions 72979 via svnmerge fromPhilip Jenvey2009-05-281-6/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* 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