aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/difflib.py
Commit message (Expand)AuthorAge
* gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...Pieter Eendebak2024-06-10
* gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)Tim Peters2024-05-24
* gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119...Tim Peters2024-05-22
* gh-119105: difflib: improve recursion for degenerate cases (#119131)pulkin2024-05-19
* Correct method name typo (#91970)Simon de Vlieger2022-04-27
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)Nikita Sobolev2021-09-21
* bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)lrjball2020-04-29
* bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)Ethan Smith2020-04-09
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-12
* Fix difflib `?` hint in diff output when dealing with tabs (#15201)Anthony Sottile2019-08-21
* Revert "bpo-35603: Escape table header of make_table output that can cause po...Serhiy Storchaka2019-01-02
* bpo-35603: Escape table header of make_table output that can cause potential ...Xtreak2018-12-29
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)Raymond Hettinger2018-04-05
* bpo-32981: Fix catastrophic backtracking vulns (#5955)Jamie Davis2018-03-03
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-02
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* | Issue 24237: Raise PendingDeprecationWarning per PEP 479Yury Selivanov2015-05-22
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-09
* | #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-20
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-15
* | Use two-argument form of next() and use a return-statement instead of an expl...Raymond Hettinger2014-08-03
* | Make the import private to keep the global namespace clean.Raymond Hettinger2014-08-03
* | Use reversed() instead of creating a new temporary list.Raymond Hettinger2014-08-03
* | mergeRaymond Hettinger2014-06-21
|\|
| * Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-21
* | (Merge 3.4) Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
|\|
| * Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* | #14332: provide a better explanation of junk in difflib docsAndrew Kuchling2014-03-19
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | #18705: merge with 3.3.Ezio Melotti2013-08-17
|\|
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* | Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.Terry Jan Reedy2013-03-19
* | utilize yield fromPhilip Jenvey2012-10-01
|/
* Fix comment in difflib.Florent Xicluna2011-12-10
* #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-28
* Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-12
* Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-11
* Cleanup and modernize code prior to working on Issue 11747.Raymond Hettinger2011-04-10
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| * Merged revisions 76469 via svnmerge fromSenthil Kumaran2009-11-23
* | Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-15
* | Issue 10534 deprecate isbjunk and isbpopular methods.Terry Reedy2010-12-03
* | (no commit message)Terry Reedy2010-12-03
* | Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-25
* | Merged revisions 80004 via svnmerge fromR. David Murray2010-04-12