summaryrefslogtreecommitdiff
path: root/Lib/difflib.py
Commit message (Expand)AuthorAgeFilesLines
* #18705: merge with 3.3.Ezio Melotti2013-08-171-3/+3
|\
| * #18705: fix a number of typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-3/+3
* | Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.Terry Jan Reedy2013-03-191-14/+0
* | utilize yield fromPhilip Jenvey2012-10-011-14/+7
|/
* Fix comment in difflib.Florent Xicluna2011-12-101-2/+1
* #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-10/+10
* Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-121-5/+25
* Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-111-11/+23
* Cleanup and modernize code prior to working on Issue 11747.Raymond Hettinger2011-04-101-26/+27
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-62/+69
|\
| * Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-4/+6
| * Issue 10534 deprecate isbjunk and isbpopular methods.Terry Reedy2010-12-031-17/+16
| * (no commit message)Terry Reedy2010-12-031-2/+6
| * Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-251-37/+36
| * Merged revisions 80004 via svnmerge fromR. David Murray2010-04-121-16/+19
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
| * Merged revisions 76464 via svnmerge fromSenthil Kumaran2009-11-231-4/+5
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 76469 via svnmerge fromSenthil Kumaran2009-11-231-4/+5
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-8/+11
* Raise statement normalization in Lib/.Collin Winter2007-08-301-3/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-5/+4
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-5/+5
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Revert doubly-converted doctests.Guido van Rossum2007-02-091-8/+8
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-8/+8
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-14/+16
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-2/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-20/+45
* Patch #1413711: Certain patterns of differences were making difflibGustavo Niemeyer2006-01-311-17/+22
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-2/+2
* SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character linesTim Peters2004-11-121-2/+2
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-101-1/+1
* Whitespace normalization. test_difflib passes again.Tim Peters2004-08-291-31/+31
* Reverting whitespace normalization. test_difflib fails with it -- theTim Peters2004-08-291-31/+31
* Whitespace normalization.Tim Peters2004-08-291-31/+31
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-291-3/+676
* Repair typo in docstring.Tim Peters2004-07-311-1/+1
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-101-0/+2
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-151-1/+1
* Apply heapq.nlargest() to find best matches.Raymond Hettinger2004-06-131-2/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-161-8/+4
* Fix faulty doctests. There is no results attribute.Raymond Hettinger2003-07-161-5/+6