summaryrefslogtreecommitdiffstats
path: root/Lib/difflib.py
Commit message (Expand)AuthorAgeFilesLines
* 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