COMMITS
/ Doc/library/unittest.mock.rst May 22, 2026
H
gh-149189: Revert "Modern defaults for `pprint` (#149190)" (#150249)
Hugo van Kemenade committed
May 5, 2026
H
gh-149189: Modern defaults for `pprint` (#149190)
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
August 8, 2025
May 12, 2025
P
February 15, 2025
S
gh-130106: Fix a typo in unittest.mock doc (#130107)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
October 9, 2024
H
gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)
Hugo van Kemenade committed
September 26, 2024
S
gh-124234: Improve docs for `Mock.reset_mock` (#124237)
sobolevn committed
September 25, 2024
August 11, 2024
W
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian committed
July 18, 2024
V
gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)
Vlastimil Zíma committed
July 15, 2024
D
gh-117765: Improve documentation for `mocker.patch.dict` (#121755)
Dominic H committed
May 20, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
March 8, 2024
I
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
February 17, 2024
T
Document use of ANY in test assertions (GH-94060)
Thomas Grainger committed
January 12, 2024
P
Link to the glossary for "magic methods" in ``MagicMock`` (#111292)
Pierre Equoy committed
December 15, 2023
October 19, 2023
A
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner committed
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
September 20, 2023
H
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer committed
September 15, 2023
E
gh-109350: Fix outdated captured output in unittest.mock documentation (#109353)
Egil Martinsson committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
July 4, 2023
M
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero committed
July 3, 2023
M
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero committed
March 3, 2023
W
Add import of `unittest.mock.Mock` in documentation (#102346)
Wagner Alberto committed
February 13, 2023
S
Correct trivial grammar in reset_mock docs (#101861)
Steve Kowalik committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
June 21, 2022
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
May 10, 2022
A
gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
Alex Waygood committed
April 6, 2022
G
bpo-47235: Note where a typo is intentional in code. (GH-32348)
Gregory P. Smith committed
February 25, 2022
V
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Victor Stinner committed
December 26, 2021
J
doc: fix a typo in unittest.mock.rst (GH-30227)
Joe committed
August 26, 2021
S
bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
Serhiy Storchaka committed
August 5, 2021
J
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
Jack DeVries committed
July 5, 2021
J
bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
Jack DeVries committed
May 21, 2021
M
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak committed
March 4, 2021
E
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
Eddie Peters committed
December 10, 2020
V
July 18, 2020
J
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
Jordan Speicher committed
February 10, 2020
B
Remove note saying patch is straightforward (#18431)
Brian Curtin committed
January 25, 2020
P
bpo-37955: correct mock.patch docs with respect to the returned type (GH-15521)
Paulo Henrique Silva committed
January 15, 2020
E
Fix AsyncMock base class in the docs (GH-18008)
Elena Oat committed
November 21, 2019
J
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
Jason Fried committed
November 20, 2019
J
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
John Belmonte committed