Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9ff19b54346d39d15cdcf75e9d66ab46ea6064d6
/
Lib
/
test
/
test_traceback.py
c7986ce
Fix a bug in traceback.format_exception_only() that led to an error
by Georg Brandl
· 19 years ago
ff4b63b
Bug #1531405, format_exception no longer raises an exception if
by Neal Norwitz
· 19 years ago
0bbfd83
Whitespace normalization.
by Tim Peters
· 19 years ago
c13c34c
Patch #1515343: Fix printing of deprecated string exceptions with a
by Georg Brandl
· 19 years ago
8f6cbe1
Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.
by Guido van Rossum
· 19 years ago
57fdcbc
reverting r45321: Patch #860326: traceback.format_exception_only() now
by Anthony Baxter
· 19 years ago
24c274f
Patch #860326: traceback.format_exception_only() now prepends the
by Georg Brandl
· 19 years ago
480725d
Whitespace normalization.
by Tim Peters
· 19 years ago
51dbc4c
traceback now shows error position for all SyntaxError subclasses,
by Georg Brandl
· 19 years ago
c85c74c
Increase code coverage in Python/structmember.c from 33% to 40%
by Walter Dörwald
· 20 years ago
f7010be
* Bumped up the sleep() delay to four seconds so this test will run
by Raymond Hettinger
· 21 years ago
4a8d851
Bug #1057993: Use sleep() always instead of os.utime() possibly broken
by Hye-Shik Chang
· 21 years ago
7afa64e
Add a comment explains why we should modify mtime here.
by Hye-Shik Chang
· 21 years ago
1816d79
Removed newly redundant embedded import.
by Tim Peters
· 21 years ago
10d59f3
Whitespace normalization.
by Tim Peters
· 21 years ago
f1af9c0
Paper over bug 1054615 by passing sane values to os.utime().
by Tim Peters
· 21 years ago
182ac85
SF #737473: Show up-to-date source code in tracebacks always.
by Hye-Shik Chang
· 21 years ago
57f0f34
Skip the test_nocaret test when running as jython. Jython happens to add
by Finn Bock
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
3090694
Fix compileall.py so that it fails on SyntaxErrors
by Jeremy Hylton
· 24 years ago
7e01e28
Whitespace normalization.
by Tim Peters
· 24 years ago
09ccc3a
Test that traceback module works with SyntaxErrors with or without carets.
by Jeremy Hylton
· 24 years ago