index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
doctest.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...
Nikita Sobolev
2024-01-19
1
-1/+1
*
[3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-11...
Miss Islington (bot)
2024-01-05
1
-3/+3
*
[3.11] Fixing typo in DocTestRunner docs (GH-112326) (GH-113098)
Miss Islington (bot)
2023-12-14
1
-1/+1
*
[3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...
Hugo van Kemenade
2023-11-25
1
-20/+27
*
[3.11] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696)...
Miss Islington (bot)
2023-10-19
1
-3/+24
*
doc: Remove backslashes in doctest grammar docs (GH-29346)
Miss Islington (bot)
2022-11-27
1
-3/+3
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
1
-2/+2
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
Miss Islington (bot)
2022-05-19
1
-27/+21
*
gh-80856: doc: reveal doctest directives (GH-92318)
Miss Islington (bot)
2022-05-08
1
-17/+37
*
[3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) ...
Miss Islington (bot)
2022-05-08
1
-9/+0
*
Fix doctest doc examples for syntax errors (GH-28486)
andrei kulakov
2021-09-29
1
-11/+10
*
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard
2021-01-25
1
-37/+17
*
bpo-36675: Doc: Reveal doctest directives (GH-23620)
Julien Palard
2020-12-15
1
-17/+37
*
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-07
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-18
1
-7/+23
|
\
|
*
Issue24756: clarify usage of run_docstring_examples()
Ethan Furman
2015-09-18
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-15
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
[next]