summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_traceback.py
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.6->1.7: Skip the test_nocaret test when running as jython.Finn Bock2002-11-061-1/+4
* 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