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