summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/diff.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34500: Fix ResourceWarning in difflib.py (GH-8926)Mickaël Schoentgen2018-09-031-2/+4
| | | | | The change to Tools/scripts/diff.py effectively backports part of a2637729f23dc993e820fd92f0d1759ad714c9b2. The test code changed in Doc/library/difflib.rst is not present in current 3.x.
* Fix missing or shebangs and executable bits for scripts (#10318)Éric Araujo2011-07-291-0/+1
|
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-031-2/+2
|
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-291-2/+6
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-30/+35
|
* Whitespace normalization.Tim Peters2004-07-081-1/+0
|
* Added a command line interface for difflib.pyRaymond Hettinger2003-06-081-0/+41