aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/ndiff.py
Commit message (Expand)AuthorAge
* gh-97669: Move difflib examples to Doc/includes/ (#97964)Victor Stinner2022-10-07
* Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-23
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-03
* Prevent script from allowing '-r12'Andrew M. Kuchling2003-05-13
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-23
* Fix restore (difflib.restore() became a generator too).Tim Peters2001-09-22
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-22
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-12
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-10
* SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, butTim Peters2000-12-09
* Hack ndiff to display lines w/ leading tabs more intuitively. This synchsTim Peters2000-11-01
* Tim Peters writes:Guido van Rossum1999-03-28
* Tim Peters writes:Guido van Rossum1999-03-27
* Add the specific sed statement to recover the second output file toGuido van Rossum1998-05-08
* Adding Tim Peters' ndiff utility.Guido van Rossum1998-05-06