| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) | lrjball | 2020-04-30 | 1 | -2/+8 |
|
|
* | bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) | Ethan Smith | 2020-04-10 | 1 | -0/+4 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -2/+2 |
|
|
* | Fix difflib `?` hint in diff output when dealing with tabs (#15201) | Anthony Sottile | 2019-08-21 | 1 | -22/+11 |
|
|
* | Revert "bpo-35603: Escape table header of make_table output that can cause po... | Serhiy Storchaka | 2019-01-02 | 1 | -4/+0 |
|
|
* | bpo-35603: Escape table header of make_table output that can cause potential ... | Xtreak | 2018-12-29 | 1 | -0/+4 |
|
|
* | bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) | Raymond Hettinger | 2018-04-05 | 1 | -8/+12 |
|
|
* | bpo-32981: Fix catastrophic backtracking vulns (#5955) | Jamie Davis | 2018-03-04 | 1 | -1/+1 |
|
|
* | bpo-29762: More use "raise from None". (#569) | Serhiy Storchaka | 2017-04-05 | 1 | -1/+1 |
|
|
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue 24237: Raise PendingDeprecationWarning per PEP 479 | Yury Selivanov | 2015-05-22 | 1 | -2/+8 |
|
|
* | | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -2/+1 |
|
|
* | | #17445: difflib: add diff_bytes(), to compare bytes rather than str | Greg Ward | 2015-04-21 | 1 | -1/+50 |
|
|
* | | Issue #2052: Add charset parameter to HtmlDiff.make_file(). | Berker Peksag | 2015-03-14 | 1 | -8/+11 |
|
|
* | | Use two-argument form of next() and use a return-statement instead of an expl... | Raymond Hettinger | 2014-08-04 | 1 | -5/+2 |
|
|
* | | Make the import private to keep the global namespace clean. | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
|
|
* | | Use reversed() instead of creating a new temporary list. | Raymond Hettinger | 2014-08-04 | 1 | -1/+1 |
|
|
* | | merge | Raymond Hettinger | 2014-06-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). | Raymond Hettinger | 2014-06-21 | 1 | -2/+2 |
|
|
* | | (Merge 3.4) Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+0 |
|
|
* | | #14332: provide a better explanation of junk in difflib docs | Andrew Kuchling | 2014-03-19 | 1 | -13/+13 |
|/ |
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by FĂ©vry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -3/+3 |
|
|
* | | Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. | Terry Jan Reedy | 2013-03-19 | 1 | -14/+0 |
|
|
* | | utilize yield from | Philip Jenvey | 2012-10-01 | 1 | -14/+7 |
|/ |
|
* | Fix comment in difflib. | Florent Xicluna | 2011-12-10 | 1 | -2/+1 |
|
|
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -10/+10 |
|
|
* | Issue 11747: Fix output format for context diffs. | Raymond Hettinger | 2011-04-12 | 1 | -5/+25 |
|
|
* | Issue #11747: Fix range formatting in context and unified diffs. | Raymond Hettinger | 2011-04-11 | 1 | -11/+23 |
|
|
* | Cleanup and modernize code prior to working on Issue 11747. | Raymond Hettinger | 2011-04-11 | 1 | -26/+27 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 76469 via svnmerge from | Senthil Kumaran | 2009-11-23 | 1 | -4/+5 |
|
|
* | | Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes... | Terry Reedy | 2010-12-15 | 1 | -4/+6 |
|
|
* | | Issue 10534 deprecate isbjunk and isbpopular methods. | Terry Reedy | 2010-12-03 | 1 | -17/+16 |
|
|
* | | (no commit message) | Terry Reedy | 2010-12-03 | 1 | -2/+6 |
|
|
* | | Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ... | Terry Reedy | 2010-11-25 | 1 | -37/+36 |
|
|
* | | Merged revisions 80004 via svnmerge from | R. David Murray | 2010-04-12 | 1 | -16/+19 |
|
|
* | | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | | Merged revisions 76464 via svnmerge from | Senthil Kumaran | 2009-11-23 | 1 | -4/+5 |
|/ |
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -8/+11 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 56020-56124 via svnmerge from | Guido van Rossum | 2007-06-30 | 1 | -1/+1 |
|
|