summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_traceback.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-241-0/+4
* Bug #1531405, format_exception no longer raises an exception ifNeal Norwitz2006-08-041-4/+13
* Whitespace normalization.Tim Peters2006-07-241-2/+2
* Patch #1515343: Fix printing of deprecated string exceptions with aGeorg Brandl2006-07-241-2/+34
* Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.Guido van Rossum2006-05-021-0/+6
* reverting r45321: Patch #860326: traceback.format_exception_only() nowAnthony Baxter2006-04-131-21/+0
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-121-0/+21
* Whitespace normalization.Tim Peters2006-04-031-1/+1
* traceback now shows error position for all SyntaxError subclasses,Georg Brandl2006-03-311-0/+10
* Increase code coverage in Python/structmember.c from 33% to 40%Walter Dörwald2005-11-181-0/+8
* * Bumped up the sleep() delay to four seconds so this test will runRaymond Hettinger2004-11-011-6/+9
* Bug #1057993: Use sleep() always instead of os.utime() possibly brokenHye-Shik Chang2004-11-011-9/+5
* Add a comment explains why we should modify mtime here.Hye-Shik Chang2004-10-271-2/+4
* Removed newly redundant embedded import.Tim Peters2004-10-271-1/+0
* Whitespace normalization.Tim Peters2004-10-271-1/+1
* Paper over bug 1054615 by passing sane values to os.utime().Tim Peters2004-10-271-2/+5
* SF #737473: Show up-to-date source code in tracebacks always.Hye-Shik Chang2004-10-261-0/+41
* Skip the test_nocaret test when running as jython. Jython happens to addFinn Bock2002-11-061-1/+4
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-1/+1
* Whitespace normalization.Tim Peters2001-04-081-2/+2
* Test that traceback module works with SyntaxErrors with or without carets.Jeremy Hylton2001-03-211-0/+40