summaryrefslogtreecommitdiff
path: root/Lib/difflib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390)Miss Islington (bot)2018-04-051-8/+12
* bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Miss Islington (bot)2018-03-031-1/+1
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Issue 24237: Raise PendingDeprecationWarning per PEP 479Yury Selivanov2015-05-221-2/+8
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-2/+1
* | #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-201-1/+50
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-151-8/+11
* | Use two-argument form of next() and use a return-statement instead of an expl...Raymond Hettinger2014-08-031-5/+2
* | Make the import private to keep the global namespace clean.Raymond Hettinger2014-08-031-2/+2
* | Use reversed() instead of creating a new temporary list.Raymond Hettinger2014-08-031-1/+1
* | mergeRaymond Hettinger2014-06-211-2/+2
|\ \ | |/
| * Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-211-2/+2
* | (Merge 3.4) Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
|\ \ | |/
| * Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* | #14332: provide a better explanation of junk in difflib docsAndrew Kuchling2014-03-191-13/+13
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-3/+3
|\ \ | |/
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-3/+3
* | Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.Terry Jan Reedy2013-03-191-14/+0
* | utilize yield fromPhilip Jenvey2012-10-011-14/+7
|/
* Fix comment in difflib.Florent Xicluna2011-12-101-2/+1
* #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-10/+10
* Issue 11747: Fix output format for context diffs.Raymond Hettinger2011-04-121-5/+25
* Issue #11747: Fix range formatting in context and unified diffs.Raymond Hettinger2011-04-111-11/+23
* Cleanup and modernize code prior to working on Issue 11747.Raymond Hettinger2011-04-101-26/+27
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 76469 via svnmerge fromSenthil Kumaran2009-11-231-4/+5
* | Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-4/+6
* | Issue 10534 deprecate isbjunk and isbpopular methods.Terry Reedy2010-12-031-17/+16
* | (no commit message)Terry Reedy2010-12-031-2/+6
* | Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-251-37/+36
* | Merged revisions 80004 via svnmerge fromR. David Murray2010-04-121-16/+19
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Merged revisions 76464 via svnmerge fromSenthil Kumaran2009-11-231-4/+5
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-8/+11
* Raise statement normalization in Lib/.Collin Winter2007-08-301-3/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-5/+4
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-5/+5
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Revert doubly-converted doctests.Guido van Rossum2007-02-091-8/+8
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-8/+8