summaryrefslogtreecommitdiff
path: root/Doc/library/difflib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)Xtreak2019-09-111-0/+4
* bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...sweeneyde2019-08-061-0/+10
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Terry Jan Reedy2018-10-261-3/+4
* Issue #27210: Fix doctests for a few modules.Zachary Ware2016-08-101-5/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Issue #26542: Fix markup of code example in difflib documentationBerker Peksag2016-03-111-5/+3
* 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
* | Merge with 3.4Terry Jan Reedy2015-10-301-2/+2
|\ \ | |/
| * Issue #25519: Mark difflib.ndiff as a functions where not already.Terry Jan Reedy2015-10-301-2/+2
* | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff...Berker Peksag2015-07-301-62/+1
* | #17445: difflib: add diff_bytes(), to compare bytes rather than strGreg Ward2015-04-201-0/+15
* | Issue #2052: Add charset parameter to HtmlDiff.make_file().Berker Peksag2015-03-151-1/+6
* | merge with 3.4Georg Brandl2014-10-291-2/+2
|\ \ | |/
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-2/+2
* | Merge with 3.4. Closes #21232.Terry Jan Reedy2014-04-181-6/+6
|\ \ | |/
| * Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.Terry Jan Reedy2014-04-181-6/+6
* | #14332: provide a better explanation of junk in difflib docsAndrew Kuchling2014-03-191-3/+11
* | #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-0/+2
|/
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-9/+11
* #18601: fix error made when difflib example was converted to use 'with'.R David Murray2013-07-301-1/+1
* Beautify and modernize the SequenceMatcher exampleRaymond Hettinger2011-04-091-7/+9
|\
| * Beautify and modernize the SequenceMatcher exampleRaymond Hettinger2011-04-091-7/+9
* | Use with statement where it improves the documentation (closes #10461)Éric Araujo2011-03-111-2/+2
|/
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-5/+5
* Fix indentation.Georg Brandl2010-12-031-2/+1
* (no commit message)Terry Reedy2010-12-031-1/+11
* Add version-added note twice for new difflib SequenceMatcher autojunk parameter.Terry Reedy2010-11-271-0/+6
* Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-251-1/+13
* #8686: remove potentially confusing wording that does not add any value.Georg Brandl2010-10-171-5/+0
* Merged revisions 80004 via svnmerge fromR. David Murray2010-04-121-4/+4
* Add another example to the seealso section.Raymond Hettinger2009-04-271-2/+9
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-12/+10
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-9/+8
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-115/+120
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-2/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-34/+31
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-2/+111
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-1/+4
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-051-4/+0
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+7
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-2/+2
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-7/+12
* Convert all print statements in the docs.Georg Brandl2007-09-041-8/+8
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-17/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+644