summaryrefslogtreecommitdiff
path: root/Lib/test/test_traceback.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-25/+25
* Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9
* Merged revisions 71237-71238 via svnmerge fromGeorg Brandl2009-04-051-12/+17
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-0/+65
* implement chained exception tracebacksBenjamin Peterson2008-07-151-6/+130
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-2/+28
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-8/+0
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-6/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-46/+1
* Tweak the fix for test_traceback since the fix for it to run on its own brokeBrett Cannon2007-02-271-1/+5
* Fix a broken test in test_traceback where the module name was being tacked onBrett Cannon2007-02-261-3/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Inspired by SF patch #860326, make the exception formatting byGuido van Rossum2006-08-261-1/+3
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-29/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+43
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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