COMMITS
/ Tools/scripts/diff.py April 24, 2016
S
Removed unused imports.
Serhiy Storchaka committed
July 15, 2014
S
Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.
Serhiy Storchaka committed
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
June 22, 2012
A
Issue #7582: Use ISO timestamp in diff.py
Alexander Belopolsky committed
July 26, 2011
É
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
Éric Araujo committed
October 3, 2004
T
Read the text files to be compared in universal-newline mode.
Tim Peters committed
August 29, 2004
M
Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.
Martin v. Löwis committed
August 9, 2004
A
[Patch #1005491 ] use __name__ == '__main__' in scripts
Andrew M. Kuchling committed
July 8, 2004
T
Whitespace normalization.
Tim Peters committed
June 8, 2003
R
Added a command line interface for difflib.py
Raymond Hettinger committed