index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_traceback.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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