Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -2/+1 |
* | Fix restore (difflib.restore() became a generator too). | Tim Peters | 2001-09-22 | 1 | -1/+2 |
* | Make difflib.ndiff() and difflib.Differ.compare() generators. This | Tim Peters | 2001-09-22 | 1 | -3/+2 |
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 1 | -226/+15 |
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -292/+2 |
* | SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but | Tim Peters | 2000-12-09 | 1 | -28/+19 |
* | Hack ndiff to display lines w/ leading tabs more intuitively. This synchs | Tim Peters | 2000-11-01 | 1 | -9/+24 |
* | Tim Peters writes: | Guido van Rossum | 1999-03-28 | 1 | -24/+53 |
* | Tim Peters writes: | Guido van Rossum | 1999-03-27 | 1 | -160/+88 |
* | Add the specific sed statement to recover the second output file to | Guido van Rossum | 1998-05-08 | 1 | -1/+6 |
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 |