| Commit message (Expand) | Author | Age | Files | Lines |
* | Rolled back revisions 79307 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -2/+1 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -1/+2 |
|
|
* | For 3.x, the "backslashreplace" error handling is plugged on the "write" method. | Florent Xicluna | 2010-02-27 | 1 | -3/+10 |
|
|
* | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 1 | -1/+21 |
|
|
* | r77895 broke doctest. | Antoine Pitrou | 2010-01-31 | 1 | -1/+2 |
|
|
* | Merged revisions 76973 via svnmerge from | R. David Murray | 2009-12-21 | 1 | -1/+1 |
|
|
* | Merged revisions 76934-76935 via svnmerge from | R. David Murray | 2009-12-20 | 1 | -18/+22 |
|
|
* | PEP-8-ify r73389. | R. David Murray | 2009-07-15 | 1 | -1/+2 |
|
|
* | Issue #6195: fix doctest to no longer try to read 'source' data from | R. David Murray | 2009-06-12 | 1 | -12/+20 |
|
|
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 1 | -0/+4 |
|
|
* | Merged revisions 67790 via svnmerge from | Nick Coghlan | 2008-12-15 | 1 | -3/+13 |
|
|
* | Merged revisions 67243,67245,67277-67278,67289 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -2/+2 |
|
|
* | a much cleaner fix from Antoine | Benjamin Peterson | 2008-07-29 | 1 | -4/+2 |
|
|
* | uhh. __builtins__ is a module in __main__ and a dict elsewhere | Benjamin Peterson | 2008-07-29 | 1 | -1/+4 |
|
|
* | make sure doctest doesn't pollute __builtins__ | Benjamin Peterson | 2008-07-29 | 1 | -0/+1 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+15 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -4/+3 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -16/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+16 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -3/+1 |
|
|
* | Fix doctest's __all__. | Georg Brandl | 2008-05-12 | 1 | -4/+2 |
|
|
* | Remove deprecated Tester class from doctest module. | Georg Brandl | 2008-05-12 | 1 | -72/+6 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -12/+15 |
|
|
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -3/+6 |
|
|
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -4/+4 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -2/+2 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+13 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 1 | -2/+5 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -5/+5 |
|
|
* | Make _load_testfile() use its encoding argument when __loader__ is defined. | Brett Cannon | 2007-10-12 | 1 | -1/+2 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Change the way the encoding parameter is handled. | Guido van Rossum | 2007-08-29 | 1 | -11/+6 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -5/+8 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | SF patch# 1766592 by Paul Colomiets. | Guido van Rossum | 2007-08-03 | 1 | -1/+1 |
|
|
* | Make doctest pass by specifying the right encoding. | Collin Winter | 2007-07-20 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+17 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -2/+2 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -7/+1 |
|
|
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -7/+7 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -17/+17 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -8/+8 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
|
|
* | Fix another typo. | Neal Norwitz | 2006-08-29 | 1 | -1/+1 |
|
|
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -2/+2 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -4/+5 |
|
|