summaryrefslogtreecommitdiffstats
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-5/+8
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* SF patch# 1766592 by Paul Colomiets.Guido van Rossum2007-08-031-1/+1
* Make doctest pass by specifying the right encoding.Collin Winter2007-07-201-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+17
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-7/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-7/+7
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-17/+17
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+8
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Fix another typo.Neal Norwitz2006-08-291-1/+1
* Inspired by SF patch #860326, make the exception formatting byGuido van Rossum2006-08-261-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+5
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+6
* Merge the rest of the trunk.Thomas Wouters2006-06-081-76/+9
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-7/+23