Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | Use print function in mock docs. | Berker Peksag | 2015-09-10 | 1 | -6/+6 |
| | |||||
* | Add versionchanged information for mock_open. | Robert Collins | 2015-07-23 | 1 | -0/+8 |
| | |||||
* | Issue #21750: Further fixup to be styled like other mock APIs. | Robert Collins | 2015-07-23 | 1 | -3/+5 |
| | |||||
* | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 1 | -35/+35 |
| | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page. | ||||
* | Fix suspicious markup | Zachary Ware | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -6/+6 |
| | | | | Fixed 2 to 3 porting bug in pynche.ColorDB. | ||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | Patch by Karan Goel. | ||||
* | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 |
| | | | | Patch by A.M. Kuchling. | ||||
* | #22613: minor other fixes in library docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -7/+8 |
| | |||||
* | unittest.mock docs: fix use of default role | Georg Brandl | 2014-10-31 | 1 | -235/+235 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -11/+11 |
|\ | |||||
| * | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -11/+11 |
| | | |||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -3/+3 |
| | | |||||
* | | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -4/+4 |
| | | |||||
* | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 1 | -2/+2 |
| | | |||||
* | | merge | Brett Cannon | 2013-05-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add a missing parenthesis. | Brett Cannon | 2013-05-25 | 1 | -1/+1 |
| | | |||||
* | | Closes issue 17467. Add readline and readlines support to ↵ | Michael Foord | 2013-03-20 | 1 | -2/+6 |
| | | | | | | | | unittest.mock.mock_open | ||||
* | | Merge | Michael Foord | 2013-03-18 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Documentation corrections for unittest.mock | Michael Foord | 2013-03-18 | 1 | -0/+19 |
| | | |||||
* | | Merge with 3.3, issue #17047: remove doubled words added in 3.3, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | Issue #17047: remove doubled words added in 3.3 | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | #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 | -23/+22 |
|\ \ | |/ | |||||
| * | Closes #17109: fix heading levels in mock doc. | Georg Brandl | 2013-02-03 | 1 | -23/+22 |
| | | |||||
* | | Issue #17015: When it has a spec, a Mock object now inspects its signature ↵ | Antoine Pitrou | 2013-02-02 | 1 | -1/+21 |
|/ | | | | when matching calls, so that arguments can be matched positionally or by name. | ||||
* | Fix typo in mock docs. | Andrew Svetlov | 2012-10-31 | 1 | -1/+2 |
| | |||||
* | Closes issue 15323. Improve failure message of Mock.assert_called_once_with | Michael Foord | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | unittest.mock minor doc update | Michael Foord | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Adding patch.stopall method to unittest.mock | Michael Foord | 2012-06-10 | 1 | -2/+6 |
| | |||||
* | Closes issue 14636. mock objects raise exceptions from an iterable side_effect | Michael Foord | 2012-04-21 | 1 | -0/+14 |
| | |||||
* | Minor docstring / docs corrections for unittest.mock | Michael Foord | 2012-04-13 | 1 | -4/+4 |
| | |||||
* | unittest.mock.PropertyMock return value and attributes are now standard ↵ | Michael Foord | 2012-04-13 | 1 | -0/+11 |
| | | | | MagicMocks | ||||
* | Fix markup errors found by "make suspicious". | Georg Brandl | 2012-04-01 | 1 | -3/+3 |
| | |||||
* | Fix typo in unittest.mock docs | Michael Foord | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Update unittest.mock.patch example | Michael Foord | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | Re-order unittest.mock documentation to put magic method support before the ↵ | Michael Foord | 2012-03-28 | 1 | -219/+220 |
| | | | | helpers | ||||
* | Adding an example to unittest.mock.patch documentation | Michael Foord | 2012-03-28 | 1 | -0/+9 |
| | |||||
* | Minor unittest.mock.patch doc / docstring improvement | Michael Foord | 2012-03-28 | 1 | -11/+14 |
| | |||||
* | Unsplit unittest.mock documentation | Michael Foord | 2012-03-28 | 1 | -1/+1284 |
| | |||||
* | Adding unittest.mock documentation | Michael Foord | 2012-03-25 | 1 | -0/+900 |