| Commit message (Expand) | Author | Age | Files | Lines |
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -3/+3 |
|
|
* | Revert "Fix all Python Cookbook links (#22205)" (GH-22424) | Andre Delfino | 2020-09-27 | 1 | -1/+1 |
|
|
* | Fix all Python Cookbook links (#22205) | Andre Delfino | 2020-09-15 | 1 | -1/+1 |
|
|
* | Improve the description of difflib in the documentation (GH-22253) | Mandeep | 2020-09-15 | 1 | -2/+2 |
|
|
* | bpo-40204: Add :noindex: in the documentation (GH-21859) | Victor Stinner | 2020-08-13 | 1 | -0/+2 |
|
|
* | bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) | lrjball | 2020-04-30 | 1 | -1/+4 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -3/+3 |
|
|
* | bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) | Xtreak | 2019-09-11 | 1 | -0/+4 |
|
|
* | bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche... | sweeneyde | 2019-08-07 | 1 | -0/+10 |
|
|
* | bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) | Terry Jan Reedy | 2018-10-27 | 1 | -3/+4 |
|
|
* | Issue #27210: Fix doctests for a few modules. | Zachary Ware | 2016-08-10 | 1 | -5/+3 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|
|
* | Issue #26542: Fix markup of code example in difflib documentation | Berker Peksag | 2016-03-11 | 1 | -5/+3 |
|
|
* | 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 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #25519: Mark difflib.ndiff as a functions where not already. | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
|
|
* | | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff... | Berker Peksag | 2015-07-29 | 1 | -62/+1 |
|
|
* | | #17445: difflib: add diff_bytes(), to compare bytes rather than str | Greg Ward | 2015-04-21 | 1 | -0/+15 |
|
|
* | | Issue #2052: Add charset parameter to HtmlDiff.make_file(). | Berker Peksag | 2015-03-14 | 1 | -1/+6 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|
|
* | | Merge with 3.4. Closes #21232. | Terry Jan Reedy | 2014-04-18 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. | Terry Jan Reedy | 2014-04-18 | 1 | -6/+6 |
|
|
* | | #14332: provide a better explanation of junk in difflib docs | Andrew Kuchling | 2014-03-19 | 1 | -3/+11 |
|
|
* | | #13437: link to the source code for a few more modules | Andrew Kuchling | 2014-03-19 | 1 | -0/+2 |
|/ |
|
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -9/+11 |
|
|
* | #18601: fix error made when difflib example was converted to use 'with'. | R David Murray | 2013-07-30 | 1 | -1/+1 |
|
|
* | Beautify and modernize the SequenceMatcher example | Raymond Hettinger | 2011-04-10 | 1 | -7/+9 |
|\ |
|
| * | Beautify and modernize the SequenceMatcher example | Raymond Hettinger | 2011-04-10 | 1 | -7/+9 |
|
|
* | | Use with statement where it improves the documentation (closes #10461) | Éric Araujo | 2011-03-11 | 1 | -2/+2 |
|/ |
|
* | Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes... | Terry Reedy | 2010-12-15 | 1 | -5/+5 |
|
|
* | Fix indentation. | Georg Brandl | 2010-12-03 | 1 | -2/+1 |
|
|
* | (no commit message) | Terry Reedy | 2010-12-03 | 1 | -1/+11 |
|
|
* | Add version-added note twice for new difflib SequenceMatcher autojunk parameter. | Terry Reedy | 2010-11-27 | 1 | -0/+6 |
|
|
* | Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ... | Terry Reedy | 2010-11-25 | 1 | -1/+13 |
|
|
* | #8686: remove potentially confusing wording that does not add any value. | Georg Brandl | 2010-10-17 | 1 | -5/+0 |
|
|
* | Merged revisions 80004 via svnmerge from | R. David Murray | 2010-04-12 | 1 | -4/+4 |
|
|
* | Add another example to the seealso section. | Raymond Hettinger | 2009-04-27 | 1 | -2/+9 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -12/+10 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -9/+8 |
|
|
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -115/+120 |
|
|
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -2/+1 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -34/+31 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -2/+111 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -1/+4 |
|
|
* | Remove versionadded/changed directives merged as an oversight. | Georg Brandl | 2008-01-05 | 1 | -4/+0 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -1/+7 |
|
|