| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -1/+1 |
* | bpo-36675: Remove obsolete code. (GH-16024) | Julien Palard | 2019-09-12 | 1 | -2/+0 |
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -4/+4 |
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+12 |
* | bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736) | Stéphane Wirtel | 2018-10-20 | 1 | -7/+11 |
* | bpo-28315: Improve code examples in docs (GH-1372) | UltimateCoder | 2017-05-03 | 1 | -3/+3 |
* | Issue #29371: Clarify bitwise OR operation in doctest option flags. | Mariatta Wijaya | 2017-02-06 | 1 | -11/+13 |
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -4/+12 |
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
* | Issue24756: clarify usage of run_docstring_examples() | Ethan Furman | 2015-09-17 | 1 | -7/+23 |
|\ |
|
| * | Issue24756: clarify usage of run_docstring_examples() | Ethan Furman | 2015-09-17 | 1 | -7/+23 |
* | | merge with 3.4 | Georg Brandl | 2014-10-06 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Closes #12148: clarify "or's together option flags" in doctest docs. | Georg Brandl | 2014-10-06 | 1 | -3/+3 |
* | | #15916: if there are no docstrings, make empty suite, not an error. | R David Murray | 2014-04-14 | 1 | -9/+3 |
|/ |
|
* | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -1/+2 |
* | Issue #3158: doctest can now find doctests in functions and methods | Zachary Ware | 2013-11-24 | 1 | -3/+6 |
* | #11390: convert doctest CLI to argparse and add -o and -f options. | R David Murray | 2013-06-23 | 1 | -1/+7 |
* | #16522: s/always 1/at most 1/. | R David Murray | 2012-11-22 | 1 | -2/+2 |
* | #16522: Add FAIL_FAST flag to doctest. | R David Murray | 2012-11-21 | 1 | -0/+10 |
* | Issue #12947: Remove doctest directives from the doctest examples in the "Opt... | Chris Jerdonek | 2012-10-10 | 1 | -3/+3 |
* | Missed one instance of code-block:: text highlighting to revert. | Georg Brandl | 2012-10-10 | 1 | -3/+1 |
* | Issue #12947: revert earlier workaround and use a monkey-patch to enable show... | Georg Brandl | 2012-10-10 | 1 | -23/+8 |
* | Issue #12947: Divide doctest "Option Flags and Directives" section into two. | Chris Jerdonek | 2012-10-10 | 1 | -27/+39 |
* | Issue #12947: Better workaround for the problem with doctest directives being... | Nick Coghlan | 2012-10-03 | 1 | -10/+20 |
* | Issue #12947: Add a note to doctest until the example rendering is fixed | Nick Coghlan | 2012-10-03 | 1 | -0/+8 |
* | Fix a few quotes/backslashes. | Ezio Melotti | 2012-09-20 | 1 | -1/+1 |
* | #14649: clarify DocTestSuite error when there are no docstrings. | R David Murray | 2012-09-10 | 1 | -0/+10 |
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -10/+9 |
* | #10698: fix typo in example. | R. David Murray | 2010-12-13 | 1 | -1/+1 |
* | Fix usage of :option: in the docs (#9312). | Éric Araujo | 2010-11-18 | 1 | -5/+5 |
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -2/+2 |
* | Terminology fix: exceptions are raised, except in generator.throw(). | Georg Brandl | 2010-08-03 | 1 | -4/+4 |
* | #8564: update docs on integrating doctest/unittest with unittest(2) test disc... | Georg Brandl | 2010-07-10 | 1 | -8/+6 |
* | Remove versionadded accidentally introduced by r82008. | R. David Murray | 2010-06-16 | 1 | -4/+0 |
* | Merged revisions 81634 via svnmerge from | R. David Murray | 2010-06-15 | 1 | -6/+17 |
* | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 1 | -11/+29 |
* | Need to use list(range()) to get a list. | Georg Brandl | 2010-03-21 | 1 | -7/+7 |
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
* | Update example in doctest chapter that uses math.floor to reflect the | R. David Murray | 2009-11-23 | 1 | -1/+1 |
* | more list()s on dictviews | Ezio Melotti | 2009-09-13 | 1 | -2/+1 |
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 1 | -15/+15 |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -30/+32 |
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -17/+10 |
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -156/+156 |
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -3/+0 |
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -1/+4 |
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -6/+1 |
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -1/+2 |
* | Remove further mentions of long integers. | Georg Brandl | 2007-11-29 | 1 | -14/+2 |