| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -2/+5 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -2/+5 |
|
|
* | | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio... | Florent Xicluna | 2014-01-22 | 1 | -4/+14 |
|\ \
| |/ |
|
| * | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio... | Florent Xicluna | 2014-01-22 | 1 | -4/+14 |
|
|
* | | Issue #2382: SyntaxError cursor "^" now is written at correct position in most | Serhiy Storchaka | 2014-01-21 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #2382: SyntaxError cursor "^" now is written at correct position in most | Serhiy Storchaka | 2014-01-21 | 1 | -0/+9 |
|
|
* | | Do not reset the line number because we already set file position to correct | Serhiy Storchaka | 2014-01-09 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Do not reset the line number because we already set file position to correct | Serhiy Storchaka | 2014-01-09 | 1 | -0/+4 |
|
|
* | | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ... | Andrew Kuchling | 2013-09-15 | 1 | -0/+30 |
|
|
* | | Issue #17934: Add a clear() method to frame objects, to help clean up expensi... | Antoine Pitrou | 2013-08-05 | 1 | -4/+20 |
|
|
* | | refactor traceback.py to reduce code duplication (closes #17646) | Benjamin Peterson | 2013-04-29 | 1 | -0/+28 |
|/ |
|
* | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -0/+15 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -12/+12 |
|
|
* | decrement offset when it points to a newline (#10186 followup) | Benjamin Peterson | 2010-10-29 | 1 | -0/+4 |
|
|
* | remove broken code accounting an offset the size of the line #10186 | Benjamin Peterson | 2010-10-24 | 1 | -0/+6 |
|
|
* | rewrite nocaret test to not rely on a specific SyntaxError | Benjamin Peterson | 2010-09-20 | 1 | -11/+4 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -10/+10 |
|
|
* | Issue #4486: When an exception has an explicit cause, do not print its implic... | Antoine Pitrou | 2009-11-28 | 1 | -0/+20 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -25/+25 |
|
|
* | Merged revisions 73232 via svnmerge from | Georg Brandl | 2009-06-04 | 1 | -0/+9 |
|
|
* | Merged revisions 71237-71238 via svnmerge from | Georg Brandl | 2009-04-05 | 1 | -12/+17 |
|
|
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 1 | -0/+65 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -6/+130 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -2/+28 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -8/+0 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -6/+6 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -46/+1 |
|
|
* | Tweak the fix for test_traceback since the fix for it to run on its own broke | Brett Cannon | 2007-02-27 | 1 | -1/+5 |
|
|
* | Fix a broken test in test_traceback where the module name was being tacked on | Brett Cannon | 2007-02-26 | 1 | -3/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -3/+3 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+4 |
|
|
* | Inspired by SF patch #860326, make the exception formatting by | Guido van Rossum | 2006-08-26 | 1 | -1/+3 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -29/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+43 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+6 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+10 |
|
|
* | Increase code coverage in Python/structmember.c from 33% to 40% | Walter Dörwald | 2005-11-18 | 1 | -0/+8 |
|
|
* | * Bumped up the sleep() delay to four seconds so this test will run | Raymond Hettinger | 2004-11-01 | 1 | -6/+9 |
|
|
* | Bug #1057993: Use sleep() always instead of os.utime() possibly broken | Hye-Shik Chang | 2004-11-01 | 1 | -9/+5 |
|
|
* | Add a comment explains why we should modify mtime here. | Hye-Shik Chang | 2004-10-27 | 1 | -2/+4 |
|
|
* | Removed newly redundant embedded import. | Tim Peters | 2004-10-27 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-10-27 | 1 | -1/+1 |
|
|
* | Paper over bug 1054615 by passing sane values to os.utime(). | Tim Peters | 2004-10-27 | 1 | -2/+5 |
|
|
* | SF #737473: Show up-to-date source code in tracebacks always. | Hye-Shik Chang | 2004-10-26 | 1 | -0/+41 |
|
|