aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/diff.py
Commit message (Collapse)AuthorAge
* Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse.Serhiy Storchaka2014-07-15
|
* Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-23
|
* Issue #7582: Use ISO timestamp in diff.pyAlexander Belopolsky2012-06-22
|
* Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-26
|
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-03
|
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-29
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-09
|
* Whitespace normalization.Tim Peters2004-07-08
|
* Added a command line interface for difflib.pyRaymond Hettinger2003-06-08