COMMITS
/ Lib/difflib.py April 30, 2020
April 10, 2020
E
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
August 21, 2019
A
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile committed
January 2, 2019
S
December 29, 2018
April 5, 2018
R
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
Raymond Hettinger committed
March 4, 2018
J
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
May 22, 2015
Y
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
April 21, 2015
G
#17445: difflib: add diff_bytes(), to compare bytes rather than str
Greg Ward committed
March 14, 2015
B
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Berker Peksag committed
August 4, 2014
R
Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration
Raymond Hettinger committed
R
Make the import private to keep the global namespace clean.
Raymond Hettinger committed
R
Use reversed() instead of creating a new temporary list.
Raymond Hettinger committed
June 21, 2014
R
Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().
Raymond Hettinger committed
March 20, 2014
V
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
March 19, 2014
A
#14332: provide a better explanation of junk in difflib docs
Andrew Kuchling committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
March 19, 2013
T
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Terry Jan Reedy committed
October 1, 2012
P
utilize yield from
Philip Jenvey committed
December 10, 2011
F
Fix comment in difflib.
Florent Xicluna committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
April 12, 2011
R
Issue 11747: Fix output format for context diffs.
Raymond Hettinger committed
April 11, 2011
R
Issue #11747: Fix range formatting in context and unified diffs.
Raymond Hettinger committed
R
Cleanup and modernize code prior to working on Issue 11747.
Raymond Hettinger committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 15, 2010
December 3, 2010
T
Issue 10534 deprecate isbjunk and isbpopular methods.
Terry Reedy committed
November 25, 2010
April 12, 2010
R
Merged revisions 80004 via svnmerge from
R. David Murray committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
November 23, 2009
S
Merged revisions 76469 via svnmerge from
Senthil Kumaran committed
S
Merged revisions 76464 via svnmerge from
Senthil Kumaran committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
January 11, 2008
C
Merged revisions 59883-59920 via svnmerge from
Christian Heimes committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
July 3, 2007
G
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum committed
June 30, 2007
G
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum committed