aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/difflib.py
Commit message (Expand)AuthorAge
* 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
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-15
* Apply heapq.nlargest() to find best matches.Raymond Hettinger2004-06-13
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-16
* Fix faulty doctests. There is no results attribute.Raymond Hettinger2003-07-16
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-01
* Fix docstringRaymond Hettinger2003-06-17
* For the context and unified diff functions:Raymond Hettinger2003-06-08
* Added functions for creating context diffs and unified diffs.Raymond Hettinger2003-06-08
* Added missing names to __all__.Raymond Hettinger2002-10-30
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-29
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-03
* Remove some now-obsolete generator future statements.Tim Peters2002-04-01
* Whitespace normalization.Tim Peters2001-10-04
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-22
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-12
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-20
* Fix a few small typos in the docstrings.Fred Drake2001-02-19
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-10