index
:
cpython
3.10
3.11
3.12
3.13
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
/
difflib.py
Commit message (
Expand
)
Author
Age
*
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...
Pieter Eendebak
2024-06-10
*
gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)
Tim Peters
2024-05-24
*
gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119...
Tim Peters
2024-05-22
*
gh-119105: difflib: improve recursion for degenerate cases (#119131)
pulkin
2024-05-19
*
Correct method name typo (#91970)
Simon de Vlieger
2022-04-27
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
*
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
Nikita Sobolev
2021-09-21
*
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
lrjball
2020-04-29
*
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith
2020-04-09
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
*
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
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
*
|
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov
2015-05-22
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
*
|
#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
*
|
Use two-argument form of next() and use a return-statement instead of an expl...
Raymond Hettinger
2014-08-03
*
|
Make the import private to keep the global namespace clean.
Raymond Hettinger
2014-08-03
*
|
Use reversed() instead of creating a new temporary list.
Raymond Hettinger
2014-08-03
*
|
merge
Raymond Hettinger
2014-06-21
|
\
|
|
*
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger
2014-06-21
*
|
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
|
\
|
|
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
*
|
#14332: provide a better explanation of junk in difflib docs
Andrew Kuchling
2014-03-19
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
|
\
|
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
*
|
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Terry Jan Reedy
2013-03-19
*
|
utilize yield from
Philip Jenvey
2012-10-01
|
/
*
Fix comment in difflib.
Florent Xicluna
2011-12-10
*
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
*
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
*
Cleanup and modernize code prior to working on Issue 11747.
Raymond Hettinger
2011-04-10
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
|
*
Merged revisions 76469 via svnmerge from
Senthil Kumaran
2009-11-23
*
|
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...
Terry Reedy
2010-12-15
*
|
Issue 10534 deprecate isbjunk and isbpopular methods.
Terry Reedy
2010-12-03
*
|
(no commit message)
Terry Reedy
2010-12-03
*
|
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
[next]