COMMITS
/ Doc/library/unittest.mock-examples.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
November 17, 2025
November 9, 2025
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
September 15, 2023
E
gh-109350: Fix outdated captured output in unittest.mock documentation (#109353)
Egil Martinsson committed
September 7, 2023
K
bpo-38157: Add example about per file output for mock_open. (#16090)
Karthikeyan Singaravelan committed
September 2, 2023
N
gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810)
Nikita Sobolev committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
May 10, 2022
A
gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
Alex Waygood committed
April 26, 2021
A
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino committed
September 20, 2019
L
bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)
Lisa Roach committed
September 10, 2019
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
December 3, 2018
C
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
Chris Withers committed
October 12, 2018
S
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel committed
September 14, 2018
A
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino committed
January 20, 2018
S
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
April 2, 2016
B
Issue #26688: Fix module name in mock docs
Berker Peksag committed
February 26, 2016
January 28, 2016
B
Issue #26199: Fix broken link in unittest.mock-examples.rst
Berker Peksag committed
December 11, 2014
S
Issue #22823: Use set literals instead of creating a set from a list.
Serhiy Storchaka committed
October 31, 2014
G
unittest.mock docs: fix use of default role
Georg Brandl committed
October 29, 2014
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
G
Fix external links to docs.python.org to use internal links instead.
Georg Brandl committed
G
Use https:// URLs when referring to python.org hosts.
Georg Brandl committed
March 17, 2014
É
Fix typo in example (#20963)
Éric Araujo committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
January 21, 2014
T
Merge with 3.3
Terry Jan Reedy committed
T
Issue #20222: file is no longer a builtin in 3.x.
Terry Jan Reedy committed
March 30, 2013
E
#17539: merge with 3.3.
Ezio Melotti committed
E
#17539: fix MagicMock example. Patch by Berker Peksag.
Ezio Melotti committed
March 11, 2013
E
#17351: merge with 3.3.
Ezio Melotti committed
E
#17351: merge with 3.2.
Ezio Melotti committed
February 3, 2013
G
merge with 3.3
Georg Brandl committed
G
#17109: fix headings in mock example doc.
Georg Brandl committed
February 2, 2013
January 10, 2013
E
Use correct methods in unittest.mock examples.
Ezio Melotti committed
April 21, 2012
M
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
Michael Foord committed
April 13, 2012
M
Minor docstring / docs corrections for unittest.mock
Michael Foord committed
April 1, 2012
G
Fix markup errors found by "make suspicious".
Georg Brandl committed
March 28, 2012
M
Unsplit unittest.mock documentation
Michael Foord committed
March 25, 2012
M
Adding unittest.mock documentation
Michael Foord committed