summaryrefslogtreecommitdiffstats
path: root/Lib/difflib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix faulty doctests. There is no results attribute.Raymond Hettinger2003-07-161-5/+6
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-011-3/+8
* Fix docstringRaymond Hettinger2003-06-171-1/+1
* For the context and unified diff functions:Raymond Hettinger2003-06-081-15/+9
* Added functions for creating context diffs and unified diffs.Raymond Hettinger2003-06-081-1/+200
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-291-18/+55
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-7/+7
* Remove some now-obsolete generator future statements.Tim Peters2002-04-011-2/+0
* Whitespace normalization.Tim Peters2001-10-041-1/+1
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-53/+47
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-121-267/+575
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-201-3/+3
* Fix a few small typos in the docstrings.Fred Drake2001-02-191-5/+5
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-0/+781