summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-4/+4
* Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-1/+1
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-2/+2
|\
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-2/+2
* | Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4
|\ \ | |/
| * Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4
* | Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.Yury Selivanov2014-12-081-1/+18
* | Merge: #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
|\ \ | |/
| * #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
* | Issue8297: module attribute lookup failures now include module name in error ...Ethan Furman2014-04-241-2/+2
* | #15916: if there are no docstrings, make empty suite, not an error.R David Murray2014-04-151-15/+18
* | fix #21076: turn signal module constants into enumsGiampaolo Rodola'2014-04-041-1/+1
|/
* Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-041-0/+27
* Issue #3158: Relax new doctests a bit.Zachary Ware2013-11-241-4/+9
* Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-0/+29
* #11390: fix test failures due to readline and windows lineneds.R David Murray2013-06-251-22/+30
* #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-231-0/+226
* #16522: Add FAIL_FAST flag to doctest.R David Murray2012-11-211-2/+45
* Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+25
|\
| * #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-101-0/+25
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-1/+1
* | Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-181-0/+19
|\ \ | |/
| * Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-181-0/+19
* | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+40
|\ \ | |/
| * Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-181-0/+40
* | #11565: Merge with 3.2.Ezio Melotti2011-03-161-5/+5
|\ \ | |/
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-5/+5
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-5/+5
| | * Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv...Georg Brandl2010-08-011-0/+29
| | * Merged revisions 78493 via svnmerge fromFlorent Xicluna2010-02-271-1/+30
* | | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-221/+223
|/ /
* | Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add aVictor Stinner2010-10-161-12/+46
* | Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 b...Florent Xicluna2010-10-141-2/+5
* | Fix the regex to match all kind of filenames, for interactive debugging in do...Florent Xicluna2010-10-141-11/+11
* | Several enhancements to pdb and its test suite.Georg Brandl2010-07-301-1/+1
* | Issue #8048: Prevent doctests from failing when sys.displayhook hasGeorg Brandl2010-07-301-0/+29
* | Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-121-0/+71
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+3
* | An oversight in previous merge, r79610: test_doctest is sensible to the line ...Florent Xicluna2010-04-021-0/+1
* | (partially)Florent Xicluna2010-04-021-1/+0
* | For 3.x, the "backslashreplace" error handling is plugged on the "write" method.Florent Xicluna2010-02-271-1/+30
* | Merged revisions 74095 via svnmerge fromBenjamin Peterson2009-07-191-19/+19
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-0/+2
|/
* Issue #6195: fix doctest to no longer try to read 'source' data fromR. David Murray2009-06-121-0/+11
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-1/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-121-126/+0
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-58/+58
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-1/+1
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-7/+7