COMMITS
/ Doc/library/difflib.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 5, 2025
G
Replace ambiguous word "pound" by "hash" in `difflib` docs (#139601)
George Ogden committed
August 8, 2025
August 7, 2025
S
gh-137526: Fix broken link to drdobbs journal in difflib.rst (#137527)
Sebastien Williams-Wynn committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
November 3, 2023
T
gh-54434: Make difflib.rst doctests pass. (#111677)
Terry Jan Reedy committed
September 29, 2023
N
gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)
Nikita Sobolev committed
October 7, 2022
V
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
June 21, 2022
A
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner committed
May 10, 2022
J
bpo-43689: improve documentation for Differ (GH-25132)
Jürgen Gmach committed
January 25, 2021
J
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
M
Improve the description of difflib in the documentation (GH-22253)
Mandeep committed
August 13, 2020
V
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner committed
April 30, 2020
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
September 11, 2019
August 7, 2019
October 27, 2018
T
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Terry Jan Reedy committed
August 10, 2016
Z
Issue #27210: Fix doctests for a few modules.
Zachary Ware committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
March 11, 2016
B
Issue #26542: Fix markup of code example in difflib documentation
Berker Peksag committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
October 30, 2015
T
Merge with 3.4
Terry Jan Reedy committed
T
Issue #25519: Mark difflib.ndiff as a functions where not already.
Terry Jan Reedy committed
July 29, 2015
B
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation.
Berker Peksag committed
April 21, 2015
G
#17445: difflib: add diff_bytes(), to compare bytes rather than str
Greg Ward committed
March 14, 2015
B
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Berker Peksag committed
October 29, 2014
G
merge with 3.4
Georg Brandl committed
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
April 18, 2014
T
Merge with 3.4. Closes #21232.
Terry Jan Reedy committed
T
Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.
Terry Jan Reedy committed
March 19, 2014
A
#14332: provide a better explanation of junk in difflib docs
Andrew Kuchling committed
A
#13437: link to the source code for a few more modules
Andrew Kuchling committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
July 30, 2013
R
#18601: fix error made when difflib example was converted to use 'with'.
R David Murray committed
April 10, 2011
R
Beautify and modernize the SequenceMatcher example
Raymond Hettinger committed
R
Beautify and modernize the SequenceMatcher example
Raymond Hettinger committed
March 11, 2011
É
Use with statement where it improves the documentation (closes #10461)
Éric Araujo committed
December 15, 2010