COMMITS
/ Lib/difflib.py 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
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
February 11, 2007
G
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum committed
February 9, 2007
G
Revert doubly-converted doctests.
Guido van Rossum committed
G
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum committed
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 9, 2007
T
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters committed