summaryrefslogtreecommitdiff
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* #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
| * PEP-8-ify r73389.R. David Murray2009-07-151-1/+2
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* | Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-2/+4
* | Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-1/+1
* | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv...Georg Brandl2010-08-011-0/+7
* | Merged revisions 78493 via svnmerge fromFlorent Xicluna2010-02-271-3/+10
* | Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-1/+2
* | Merged revisions 76975 via svnmerge fromR. David Murray2009-12-211-1/+1
* | Merged revisions 76937 via svnmerge fromR. David Murray2009-12-201-18/+22
* | Merged revisions 74010,74034,74054 via svnmerge fromGeorg Brandl2009-08-131-1/+2
|/
* Issue #6195: fix doctest to no longer try to read 'source' data fromR. David Murray2009-06-121-12/+20
* Issue 5021: doctest.testfile should set __name__Raymond Hettinger2009-01-271-0/+4
* Merged revisions 67790 via svnmerge fromNick Coghlan2008-12-151-3/+13
* Merged revisions 67243,67245,67277-67278,67289 via svnmerge fromBenjamin Peterson2008-11-191-2/+2
* a much cleaner fix from AntoineBenjamin Peterson2008-07-291-4/+2
* uhh. __builtins__ is a module in __main__ and a dict elsewhereBenjamin Peterson2008-07-291-1/+4
* make sure doctest doesn't pollute __builtins__Benjamin Peterson2008-07-291-0/+1
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+15
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-4/+3
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-16/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-0/+16
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-3/+1
* Fix doctest's __all__.Georg Brandl2008-05-121-4/+2
* Remove deprecated Tester class from doctest module.Georg Brandl2008-05-121-72/+6
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-12/+15
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-3/+6
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-4/+4
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-2/+2
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+13
* Merged revisions 59077-59104 via svnmerge fromGuido van Rossum2007-11-221-2/+5
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-5/+5
* Make _load_testfile() use its encoding argument when __loader__ is defined.Brett Cannon2007-10-121-1/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Change the way the encoding parameter is handled.Guido van Rossum2007-08-291-11/+6