| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25108: Fixed test_traceback in the case when this test is run twice. | Serhiy Storchaka | 2015-09-20 | 1 | -6/+9 |
|
|
* | Issue #25108: Backported tests for traceback functions print_stack(), | Serhiy Storchaka | 2015-09-18 | 1 | -2/+44 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -2/+3 |
|
|
* | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio... | Florent Xicluna | 2014-01-22 | 1 | -0/+10 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
|
|
* | Issue #8313: traceback.format_exception_only() encodes unicode message to | Victor Stinner | 2010-05-05 | 1 | -0/+9 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+2 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -3/+3 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -2/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+2 |
|
|
* | revert unintended changes | Benjamin Peterson | 2009-09-09 | 1 | -44/+0 |
|
|
* | tabbify | Benjamin Peterson | 2009-09-09 | 1 | -0/+44 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -17/+17 |
|
|
* | Add test for #3684. | Georg Brandl | 2009-06-04 | 1 | -0/+9 |
|
|
* | #1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc... | Georg Brandl | 2009-04-05 | 1 | -12/+17 |
|
|
* | fix strange errors when setting attributes on tracebacks #4034 | Benjamin Peterson | 2009-03-18 | 1 | -8/+0 |
|
|
* | #3342: In tracebacks, printed source lines were not indented since r62555. | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -1/+1 |
|
|
* | Rename the test_traceback_print() function to traceback_print() to prevent | Brett Cannon | 2008-04-28 | 1 | -2/+2 |
|
|
* | Fix a bug introduced by the warnings rewrite where tracebacks were being | Brett Cannon | 2008-04-28 | 1 | -2/+28 |
|
|
* | Fix a bug in traceback.format_exception_only() that led to an error | Georg Brandl | 2006-09-24 | 1 | -0/+4 |
|
|
* | Bug #1531405, format_exception no longer raises an exception if | Neal Norwitz | 2006-08-04 | 1 | -4/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-24 | 1 | -2/+2 |
|
|
* | Patch #1515343: Fix printing of deprecated string exceptions with a | Georg Brandl | 2006-07-24 | 1 | -2/+34 |
|
|
* | Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. | Guido van Rossum | 2006-05-02 | 1 | -0/+6 |
|
|
* | reverting r45321: Patch #860326: traceback.format_exception_only() now | Anthony Baxter | 2006-04-13 | 1 | -21/+0 |
|
|
* | Patch #860326: traceback.format_exception_only() now prepends the | Georg Brandl | 2006-04-12 | 1 | -0/+21 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-03 | 1 | -1/+1 |
|
|
* | traceback now shows error position for all SyntaxError subclasses, | Georg Brandl | 2006-03-31 | 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 |
|
|
* | Skip the test_nocaret test when running as jython. Jython happens to add | Finn Bock | 2002-11-06 | 1 | -1/+4 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+7 |
|
|
* | Fix compileall.py so that it fails on SyntaxErrors | Jeremy Hylton | 2001-04-18 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-04-08 | 1 | -2/+2 |
|
|
* | Test that traceback module works with SyntaxErrors with or without carets. | Jeremy Hylton | 2001-03-21 | 1 | -0/+40 |
|
|