| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-109350: Fix outdated captured output in unittest.mock documentation (#109353) | Egil Martinsson | 2023-09-15 | 1 | -6/+9 |
|
|
* | bpo-38157: Add example about per file output for mock_open. (#16090) | Karthikeyan Singaravelan | 2023-09-07 | 1 | -0/+24 |
|
|
* | gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (#108810) | Nikita Sobolev | 2023-09-02 | 1 | -6/+7 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -1/+1 |
|
|
* | gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539) | Alex Waygood | 2022-05-10 | 1 | -1/+1 |
|
|
* | Use the zero argument form of super() in examples for Python3 docs. (GH-22314) | Andre Delfino | 2021-04-26 | 1 | -1/+1 |
|
|
* | bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) | Lisa Roach | 2019-09-20 | 1 | -14/+17 |
|
|
* | bpo-37052: Add examples for mocking async iterators and context managers (GH-... | Xtreak | 2019-09-10 | 1 | -0/+39 |
|
|
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -2/+2 |
|
|
* | bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) | Chris Withers | 2018-12-03 | 1 | -0/+9 |
|
|
* | bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) | Stéphane Wirtel | 2018-10-12 | 1 | -26/+39 |
|
|
* | Fix "Python" casing in a few places (GH-9001) | Andrés Delfino | 2018-09-14 | 1 | -1/+1 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -3/+3 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -2/+2 |
|
|
* | Issue #26688: Fix module name in mock docs | Berker Peksag | 2016-04-02 | 1 | -3/+3 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -3/+3 |
|
|
* | Issue #26199: Fix broken link in unittest.mock-examples.rst | Berker Peksag | 2016-01-28 | 1 | -1/+1 |
|
|
* | Issue #22823: Use set literals instead of creating a set from a list. | Serhiy Storchaka | 2014-12-11 | 1 | -12/+12 |
|
|
* | unittest.mock docs: fix use of default role | Georg Brandl | 2014-10-31 | 1 | -125/+125 |
|
|
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|
|
* | Fix external links to docs.python.org to use internal links instead. | Georg Brandl | 2014-10-29 | 1 | -8/+5 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -5/+5 |
|
|
* | Fix typo in example (#20963) | Éric Araujo | 2014-03-17 | 1 | -2/+2 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+1 |
|
|
* | Merge with 3.3 | Terry Jan Reedy | 2014-01-21 | 1 | -2/+2 |
|\ |
|
| * | Issue #20222: file is no longer a builtin in 3.x. | Terry Jan Reedy | 2014-01-21 | 1 | -2/+2 |
|
|
* | | #17539: merge with 3.3. | Ezio Melotti | 2013-03-30 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #17539: fix MagicMock example. Patch by Berker Peksag. | Ezio Melotti | 2013-03-30 | 1 | -3/+3 |
|
|
* | | #17351: merge with 3.3. | Ezio Melotti | 2013-03-11 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | #17351: merge with 3.2. | Ezio Melotti | 2013-03-11 | 1 | -8/+8 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-02-03 | 1 | -14/+14 |
|\ \
| |/ |
|
| * | #17109: fix headings in mock example doc. | Georg Brandl | 2013-02-03 | 1 | -14/+14 |
|
|
* | | Issue #17015: When it has a spec, a Mock object now inspects its signature wh... | Antoine Pitrou | 2013-02-02 | 1 | -0/+14 |
|/ |
|
* | Use correct methods in unittest.mock examples. | Ezio Melotti | 2013-01-10 | 1 | -6/+6 |
|
|
* | Closes issue 14636. mock objects raise exceptions from an iterable side_effect | Michael Foord | 2012-04-21 | 1 | -50/+0 |
|
|
* | Minor docstring / docs corrections for unittest.mock | Michael Foord | 2012-04-13 | 1 | -1/+1 |
|
|
* | Fix markup errors found by "make suspicious". | Georg Brandl | 2012-04-01 | 1 | -1/+1 |
|
|
* | Unsplit unittest.mock documentation | Michael Foord | 2012-03-28 | 1 | -8/+417 |
|
|
* | Adding unittest.mock documentation | Michael Foord | 2012-03-25 | 1 | -0/+887 |
|
|