| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|
|
* | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
|
|
* | Merge typo fixes from 3.4 into 3.5 | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
|
|
| * | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -3/+3 |
|
|
* | | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 1 | -3/+3 |
|
|
* | | issue9859: add the missing versionadded tag to the documentation. | Gregory P. Smith | 2015-04-14 | 1 | -0/+2 |
|
|
* | | issue9859: Document test.support.detect_api_mismatch() and simplify its test. | Gregory P. Smith | 2015-04-14 | 1 | -0/+9 |
|
|
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -3/+3 |
|/ |
|
* | Issue #22002: Make full use of test discovery in test sub-packages. | Zachary Ware | 2014-07-23 | 1 | -1/+16 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+1 |
|
|
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre... | Antoine Pitrou | 2013-10-08 | 1 | -7/+15 |
|
|
* | Close #18952: correctly download test support data | Nick Coghlan | 2013-09-08 | 1 | -1/+4 |
|
|
* | Issue #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -7/+7 |
|
|
* | Close #15415: Factor out temp dir helpers to test.support | Nick Coghlan | 2013-07-28 | 1 | -8/+30 |
|
|
* | #17987: properly document support.captured_xxx. | R David Murray | 2013-07-11 | 1 | -7/+19 |
|
|
* | #11732: add a new suppress_crash_popup() context manager to test.support. | Ezio Melotti | 2013-03-05 | 1 | -0/+7 |
|
|
* | StringIO.StringIO -> io.StringIO (closes #17168) | Benjamin Peterson | 2013-02-09 | 1 | -3/+3 |
|
|
* | Issue #14554: merge with 3.2 | Sandro Tosi | 2012-04-24 | 1 | -1/+1 |
|\ |
|
| * | Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhon... | Sandro Tosi | 2012-04-24 | 1 | -1/+1 |
|
|
* | | Merge doc fixes #14553 and #14552. | R David Murray | 2012-04-12 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #14552: remove redundant wording in 'test' docs. | R David Murray | 2012-04-12 | 1 | -3/+3 |
|
|
* | | Reflow paragraph (not that it helped much). | R David Murray | 2012-04-09 | 1 | -10/+9 |
|
|
* | | #14533: if a test has no test_main, use loadTestsFromModule. | R David Murray | 2012-04-09 | 1 | -15/+17 |
|
|
* | | Close issue 12958 by flagging expected failures in test_socket on Mac OS X | Nick Coghlan | 2011-09-19 | 1 | -2/+9 |
|
|
* | | Merge with 3.2. | Georg Brandl | 2011-07-30 | 1 | -7/+11 |
|\ \
| |/ |
|
| * | Change test.support docs to be more specific about the nature of this module. | Georg Brandl | 2011-07-30 | 1 | -7/+12 |
|
|
* | | fix doc typo for library/test.rst | Eli Bendersky | 2011-07-27 | 1 | -1/+1 |
|
|
* | | Issue #11015: bring test.support docs up to date | Eli Bendersky | 2011-05-06 | 1 | -10/+106 |
|/ |
|
* | Make this a note again. | Antoine Pitrou | 2010-12-18 | 1 | -1/+1 |
|
|
* | Advertise “python -m test” over test.regrtest (r87296 followup) | Éric Araujo | 2010-12-16 | 1 | -10/+13 |
|
|
* | Advertise “python -m” instead of direct filename. | Éric Araujo | 2010-12-16 | 1 | -3/+3 |
|
|
* | Make this a warning and fix indentation | Antoine Pitrou | 2010-12-12 | 1 | -6/+6 |
|
|
* | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 1 | -11/+10 |
|
|
* | Fix a minor docs bug. | Senthil Kumaran | 2010-10-15 | 1 | -2/+2 |
|
|
* | Document the fact that the 'test' package is meant only for use by Python | Brett Cannon | 2010-07-23 | 1 | -0/+7 |
|
|
* | Merged revisions 81279 via svnmerge from | Senthil Kumaran | 2010-05-18 | 1 | -1/+1 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -31/+41 |
|
|
* | Update versionadded/changed. | Ezio Melotti | 2010-03-21 | 1 | -1/+1 |
|
|
* | Merged revisions 79049 via svnmerge from | Florent Xicluna | 2010-03-18 | 1 | -48/+50 |
|
|
* | Only the parts which are relevant for 3.x branch. | Florent Xicluna | 2010-03-13 | 1 | -23/+41 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -4/+3 |
|
|
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -1/+1 |
|
|
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 1 | -1/+7 |
|
|
* | Merged revisions 71799 via svnmerge from | Nick Coghlan | 2009-04-22 | 1 | -9/+33 |
|
|
* | Merged revisions 71465 via svnmerge from | Nick Coghlan | 2009-04-11 | 1 | -0/+24 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -2/+0 |
|
|
* | forward port r66386 | Benjamin Peterson | 2008-10-16 | 1 | -16/+24 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -8/+24 |
|
|