Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-97669: Move difflib examples to Doc/includes/ (#97964) | Victor Stinner | 2022-10-07 | 1 | -60/+0 |
| | | | | | | | | | | | Remove diff.py and ndiff.py scripts of Tools/scripts/: move them to Doc/includes/. * diff.py and ndiff.py files are no longer executable. Remove also their shebang ("#!/usr/bin/env python3"). * Remove the -profile command from ndiff.py to simply the code. * Remove ndiff.py copyright and history command. The Python documentation examples are distributed under the "Zero Clause BSD License". | ||||
* | Removed unused imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | Issue #18974: Tools/scripts/diff.py now uses argparse instead of optparse. | Serhiy Storchaka | 2014-07-15 | 1 | -16/+18 |
| | |||||
* | Issue #15204: Deprecated the 'U' mode in file-like objects. | Serhiy Storchaka | 2013-11-23 | 1 | -2/+2 |
| | |||||
* | Issue #7582: Use ISO timestamp in diff.py | Alexander Belopolsky | 2012-06-22 | 1 | -4/+12 |
| | |||||
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 | 1 | -0/+1 |
| | |||||
* | Read the text files to be compared in universal-newline mode. | Tim Peters | 2004-10-03 | 1 | -2/+2 |
| | |||||
* | Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. | Martin v. Löwis | 2004-08-29 | 1 | -2/+6 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -30/+35 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+0 |
| | |||||
* | Added a command line interface for difflib.py | Raymond Hettinger | 2003-06-08 | 1 | -0/+41 |