Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Added missing names to __all__. | Raymond Hettinger | 2002-10-30 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 |
* | Mostly in SequenceMatcher.{__chain_b, find_longest_match}: | Tim Peters | 2002-04-29 |
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 |
* | Remove some now-obsolete generator future statements. | Tim Peters | 2002-04-01 |
* | Whitespace normalization. | Tim Peters | 2001-10-04 |
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 |
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 |
* | Improve accuracy. In the .tex file, note the new "% BUG:" comments: an | Tim Peters | 2001-02-20 |
* | Fix a few small typos in the docstrings. | Fred Drake | 2001-02-19 |
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 |