summaryrefslogtreecommitdiff
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-4/+4
* doctest now supports packagesVictor Stinner2016-03-301-4/+13
* doctest: fix _module_relative_path() error messageVictor Stinner2016-03-251-2/+3
* Merge typo and grammar fixes from 3.4 into 3.5Martin Panter2015-11-141-14/+7
|\
| * Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+2
| * Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-12/+5
| |\
| | * Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.Yury Selivanov2014-12-081-1/+2
| | * Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-2/+3
| | * #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-141-9/+0
* | | Fix a few grammar problems in the documentation and commentsMartin Panter2015-11-141-1/+1
|/ /
* | Issue #21408: The default __ne__() now returns NotImplemented if __eq__()Serhiy Storchaka2015-01-261-9/+0
|/
* Issue #3158: Provide a couple of fallbacks for in case a method_descriptorZachary Ware2014-02-061-1/+7
* Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-031-4/+29
* Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-5/+6
* Fix tests for #11798Andrew Svetlov2013-08-291-3/+9
* Issue #18647: A regular expression in the doctest module rewritten so thatSerhiy Storchaka2013-08-191-1/+1
|\
| * Issue #18647: A regular expression in the doctest module rewritten so thatSerhiy Storchaka2013-08-191-1/+1
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-2/+2
|\ \ | |/
| * #18705: fix a number of typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-2/+2
* | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-231-9/+28
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-1/+1
* | #16522: Add FAIL_FAST flag to doctest.R David Murray2012-11-211-1/+7
|/
* Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-4/+5
|\
| * Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
| |\
| * \ Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-181-4/+5
| |\ \
| | * \ Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-3/+5
| | |\ \
| | | * | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-3/+3
| | | * | (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporaryVictor Stinner2011-06-301-0/+2
| | | |\ \
| | | | * \ #11565: Merge with 3.2.Ezio Melotti2011-03-161-0/+2
| | | | |\ \
| | | | | * | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+2
* | | | | | | #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-1/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
|/ / / / /
* | | | | Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-181-0/+11
|/ / / /
* | | | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+41
|/ / /
* | | Issue #12451: doctest.debug_script() doesn't create a temporary file anymore toVictor Stinner2011-06-301-36/+23
|/ /
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-8/+31
|\ \ | |/
| * Fix test suite to not activate new sigint behavior in pdb.Georg Brandl2010-12-041-3/+6
| * More proper closing of filesAntoine Pitrou2010-10-141-2/+4
| * Fix the regex to match all kind of filenames, for interactive debugging in do...Florent Xicluna2010-10-141-1/+1
| * Issue #8983: Corrected docstrings.Alexander Belopolsky2010-08-161-1/+1
| * #5727: Restore the ability to use readline when calling into pdb in doctests.Georg Brandl2010-07-301-0/+2
| * Issue #8048: Prevent doctests from failing when sys.displayhook hasGeorg Brandl2010-07-301-0/+5
| * Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-121-3/+3
| * Rolled back revisions 79307 via svnmerge fromBenjamin Peterson2010-04-111-2/+1
| * Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-1/+2
| * For 3.x, the "backslashreplace" error handling is plugged on the "write" method.Florent Xicluna2010-02-271-3/+10
| * Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-1/+21
| * r77895 broke doctest.Antoine Pitrou2010-01-311-1/+2
| * Merged revisions 76973 via svnmerge fromR. David Murray2009-12-211-1/+1
| * Merged revisions 76934-76935 via svnmerge fromR. David Murray2009-12-201-18/+22