COMMITS
/ Tools/scripts/ndiff.py November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
August 3, 2007
C
Convert print statements to function calls in Tools/.
Collin Winter committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
October 3, 2004
T
Read the text files to be compared in universal-newline mode.
Tim Peters committed
May 13, 2003
A
Prevent script from allowing '-r12'
Andrew M. Kuchling committed
September 23, 2001
T
Generalize file.writelines() to allow iterable objects.
Tim Peters committed
September 22, 2001
T
Fix restore (difflib.restore() became a generator too).
Tim Peters committed
T
Make difflib.ndiff() and difflib.Differ.compare() generators. This
Tim Peters committed
August 12, 2001
T
SF patch #445412 extract ndiff functionality to difflib, from
Tim Peters committed
February 10, 2001
T
Moved SequenceMatcher from ndiff into new std library module difflib.py.
Tim Peters committed
December 9, 2000
T
SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but
Tim Peters committed
November 1, 2000
T
Hack ndiff to display lines w/ leading tabs more intuitively. This synchs
Tim Peters committed
March 28, 1999
G
Tim Peters writes:
Guido van Rossum committed
March 27, 1999
G
Tim Peters writes:
Guido van Rossum committed
May 8, 1998
G
Add the specific sed statement to recover the second output file to
Guido van Rossum committed
May 6, 1998
G
Adding Tim Peters' ndiff utility.
Guido van Rossum committed