summaryrefslogtreecommitdiffstats
path: root/Lib/doctest.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-11/+15
* Fix test cases for doctest.Georg Brandl2005-06-261-0/+1
* bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-ableGeorg Brandl2005-06-261-1/+2
* SF patch 1167316: doctest.py fails self-test if run directly.Tim Peters2005-03-281-5/+5
* add __file__ to the globals available for tests loaded via DocFileSuite;Fred Drake2004-12-211-0/+4
* And delete a useless comment.Tim Peters2004-11-081-1/+0
* _OutputRedirectingPdb.trace_dispatch(): Return the base class'sTim Peters2004-11-081-4/+5
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-3/+2
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-131-1/+3
* Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter'sEdward Loper2004-09-281-79/+1
* Added a new NORMALIZE_NUMBERS option, which causes number literals inEdward Loper2004-09-281-1/+79