| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -1/+1 |
|
|
* | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 1 | -0/+19 |
|\ |
|
| * | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 1 | -0/+19 |
|
|
* | | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 1 | -0/+40 |
|
|
* | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
| |\ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
|
|
| | * | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv... | Georg Brandl | 2010-08-01 | 1 | -0/+29 |
|
|
| | * | Merged revisions 78493 via svnmerge from | Florent Xicluna | 2010-02-27 | 1 | -1/+30 |
|
|
* | | | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -221/+223 |
|/ / |
|
* | | Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a | Victor Stinner | 2010-10-16 | 1 | -12/+46 |
|
|
* | | Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 b... | Florent Xicluna | 2010-10-14 | 1 | -2/+5 |
|
|
* | | Fix the regex to match all kind of filenames, for interactive debugging in do... | Florent Xicluna | 2010-10-14 | 1 | -11/+11 |
|
|
* | | Several enhancements to pdb and its test suite. | Georg Brandl | 2010-07-30 | 1 | -1/+1 |
|
|
* | | Issue #8048: Prevent doctests from failing when sys.displayhook has | Georg Brandl | 2010-07-30 | 1 | -0/+29 |
|
|
* | | Merged revisions 80578 via svnmerge from | Nick Coghlan | 2010-06-12 | 1 | -0/+71 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+3 |
|
|
* | | An oversight in previous merge, r79610: test_doctest is sensible to the line ... | Florent Xicluna | 2010-04-02 | 1 | -0/+1 |
|
|
* | | (partially) | Florent Xicluna | 2010-04-02 | 1 | -1/+0 |
|
|
* | | For 3.x, the "backslashreplace" error handling is plugged on the "write" method. | Florent Xicluna | 2010-02-27 | 1 | -1/+30 |
|
|
* | | Merged revisions 74095 via svnmerge from | Benjamin Peterson | 2009-07-19 | 1 | -19/+19 |
|
|
* | | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -0/+2 |
|/ |
|
* | Issue #6195: fix doctest to no longer try to read 'source' data from | R. David Murray | 2009-06-12 | 1 | -0/+11 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -1/+4 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -126/+0 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -58/+58 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -1/+1 |
|
|
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -7/+7 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+1 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 1 | -2/+18 |
|
|
* | Add REPORT_NDIFF option to o test that was hard to debug recently. | Guido van Rossum | 2007-09-08 | 1 | -0/+1 |
|
|
* | Fix doctest failure introduced by r57949. | Guido van Rossum | 2007-09-05 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -6/+6 |
|
|
* | Remove unnecessary import | Neal Norwitz | 2007-08-11 | 1 | -1/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | Fix test_doctest: drop u prefixes; explicitly declare | Martin v. Löwis | 2007-07-20 | 1 | -12/+12 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -32/+32 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -5/+5 |
|
|
* | Fix the remaining doctest failures. | Guido van Rossum | 2007-02-09 | 1 | -6/+10 |
|
|
* | Redue the failure rate to 13 tests. Bah. | Guido van Rossum | 2007-02-09 | 1 | -135/+135 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -43/+43 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
|
|
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -1/+1 |
|
|
* | Remove usage of backticks. | Brett Cannon | 2006-08-25 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -7/+0 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -48/+9 |
|
|