summaryrefslogtreecommitdiffstatshomepage
path: root/Lib/difflib.py
Commit message (Expand)AuthorAge
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-21
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* 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
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* | Merged revisions 76464 via svnmerge fromSenthil Kumaran2009-11-23
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-21
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-11
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-30
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Revert doubly-converted doctests.Guido van Rossum2007-02-09
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-22
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Patch #1413711: Certain patterns of differences were making difflibGustavo Niemeyer2006-01-31
* Fix all wrong instances of "it's".Georg Brandl2005-07-22
* SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character linesTim Peters2004-11-12
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-10
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-29
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-29
* Whitespace normalization.Tim Peters2004-08-29
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-29
* Repair typo in docstring.Tim Peters2004-07-31
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-10