Georg Brandl
|
728e4debd8
|
Fix external links to docs.python.org to use internal links instead.
|
2014-10-29 09:00:30 +01:00 |
Georg Brandl
|
e73778c1ac
|
Use https:// URLs when referring to python.org hosts.
|
2014-10-29 08:36:35 +01:00 |
Éric Araujo
|
0b1be1a3b1
|
Fix typo in example (#20963)
|
2014-03-17 16:48:13 -04:00 |
Larry Hastings
|
3732ed2414
|
Merge in all documentation changes since branching 3.4.0rc1.
|
2014-03-15 21:13:56 -07:00 |
Terry Jan Reedy
|
a67a79da24
|
Merge with 3.3
|
2014-01-21 00:02:17 -05:00 |
Terry Jan Reedy
|
30ffe7eb68
|
Issue #20222: file is no longer a builtin in 3.x.
|
2014-01-21 00:01:51 -05:00 |
Ezio Melotti
|
9d67238439
|
#17539: merge with 3.3.
|
2013-03-30 05:56:21 +02:00 |
Ezio Melotti
|
b40a2203ad
|
#17539: fix MagicMock example. Patch by Berker Peksag.
|
2013-03-30 05:55:52 +02:00 |
Ezio Melotti
|
a41fb4be5b
|
#17351: merge with 3.3.
|
2013-03-11 09:43:25 +02:00 |
Ezio Melotti
|
c9cfcf1e6c
|
#17351: merge with 3.2.
|
2013-03-11 09:42:40 +02:00 |
Georg Brandl
|
cd50108341
|
merge with 3.3
|
2013-02-03 14:00:38 +01:00 |
Georg Brandl
|
7fc972a2aa
|
#17109: fix headings in mock example doc.
|
2013-02-03 14:00:04 +01:00 |
Antoine Pitrou
|
5c64df70b5
|
Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name.
|
2013-02-03 00:23:58 +01:00 |
Ezio Melotti
|
e212370fea
|
Use correct methods in unittest.mock examples.
|
2013-01-10 03:43:33 +02:00 |
Michael Foord
|
2cd48738ba
|
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
|
2012-04-21 15:52:11 +01:00 |
Michael Foord
|
0682a0c0a9
|
Minor docstring / docs corrections for unittest.mock
|
2012-04-13 20:51:20 +01:00 |
Georg Brandl
|
24891672ce
|
Fix markup errors found by "make suspicious".
|
2012-04-01 13:48:26 +02:00 |
Michael Foord
|
a9e6fb201d
|
Unsplit unittest.mock documentation
|
2012-03-28 14:36:02 +01:00 |
Michael Foord
|
944e02d055
|
Adding unittest.mock documentation
|
2012-03-25 23:12:55 +01:00 |