- a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 14 years ago
- 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 14 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 14 years ago
- 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 14 years ago
- 34748cd Fix test suite to not activate new sigint behavior in pdb. by Georg Brandl · 14 years ago
- ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
- 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
- d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 14 years ago
- 102594f Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
- 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
- 469d3e7 Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via svnmerge from by Georg Brandl · 14 years ago
- d72e043 #5727: Restore the ability to use readline when calling into pdb in doctests. by Georg Brandl · 14 years ago
- 25fbb89 Issue #8048: Prevent doctests from failing when sys.displayhook has by Georg Brandl · 14 years ago
- 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 15 years ago
- 04b5000 Rolled back revisions 79307 via svnmerge from by Benjamin Peterson · 15 years ago
- 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
- e94b221 Merged revisions 78493 via svnmerge from by Florent Xicluna · 15 years ago
- 5925085 For 3.x, the "backslashreplace" error handling is plugged on the "write" method. by Florent Xicluna · 15 years ago
- 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 15 years ago
- 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 15 years ago
- b3d7700 r77895 broke doctest. by Antoine Pitrou · 15 years ago
- f29f9ec Merged revisions 76975 via svnmerge from by R. David Murray · 15 years ago
- 0f72d6c Merged revisions 76973 via svnmerge from by R. David Murray · 15 years ago
- 1452095 Merged revisions 76937 via svnmerge from by R. David Murray · 15 years ago
- 445448c Merged revisions 76934-76935 via svnmerge from by R. David Murray · 15 years ago
- c3c6fed Merged revisions 74010,74034,74054 via svnmerge from by Georg Brandl · 15 years ago
- 765b976 PEP-8-ify r73389. by R. David Murray · 15 years ago
- 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 16 years ago
- 0f05517 Issue 5021: doctest.testfile should set __name__ by Raymond Hettinger · 16 years ago
- 3862200 Merged revisions 67790 via svnmerge from by Nick Coghlan · 16 years ago
- 6cadba7 Merged revisions 67243,67245,67277-67278,67289 via svnmerge from by Benjamin Peterson · 16 years ago
- fbf66bd a much cleaner fix from Antoine by Benjamin Peterson · 16 years ago
- f63e343 uhh. __builtins__ is a module in __main__ and a dict elsewhere by Benjamin Peterson · 16 years ago
- 638c722 make sure doctest doesn't pollute __builtins__ by Benjamin Peterson · 16 years ago
- 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 17 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
- eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 17 years ago
- cc80bfe Fix doctest's __all__. by Georg Brandl · 17 years ago
- 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 17 years ago
- 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
- 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
- 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 17 years ago
- ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
- 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
- cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- e9fd231 Make _load_testfile() use its encoding argument when __loader__ is defined. by Brett Cannon · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
- 1b81e7b Change the way the encoding parameter is handled. by Guido van Rossum · 17 years ago
- 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
- b8b108f Make doctest pass by specifying the right encoding. by Collin Winter · 17 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- c082cb7 Fix another typo. by Neal Norwitz · 18 years ago
- 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- ecf93c7 Fix test cases for doctest. by Georg Brandl · 20 years ago
- 1f14964 bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 20 years ago
- b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 20 years ago
- 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
- 7960bf9 And delete a useless comment. by Tim Peters · 20 years ago
- d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's by Tim Peters · 20 years ago
- 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 20 years ago
- 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 20 years ago
- 7d88a58 Reverted the addition of a NORMALIZE_NUMBERS option, per Tim Peter's by Edward Loper · 20 years ago
- aec3c9b Added a new NORMALIZE_NUMBERS option, which causes number literals in by Edward Loper · 20 years ago
- 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
- 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 20 years ago
- 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 20 years ago
- 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 20 years ago
- 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 20 years ago
- a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 20 years ago
- bab3e99 Whitespace normalization. by Tim Peters · 20 years ago
- 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 20 years ago
- 0273f5b In DocFileTest: by Edward Loper · 20 years ago
- 958cc89 exclude_empty: make the default True for DocTestFinder, and introduce it by Tim Peters · 20 years ago
- 32ddbf7 Added new parameter exclude_empty to DocTestFinder.__init__, which by Edward Loper · 20 years ago
- c568478 DocTestFinder._find(): for tests derived from a module __test__ global, by Tim Peters · 20 years ago
- 82076ef Reluctantly, rehabilitate doctest.master. by Tim Peters · 20 years ago
- 9661f9a Tester.run___test__(): This couldn't possibly work at all. I'm afraid by Tim Peters · 20 years ago