Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_traceback.py
926fd4e
Issue #8313: traceback.format_exception_only() encodes unicode message to
by Victor Stinner
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
93ed820
revert unintended changes
by Benjamin Peterson
· 16 years ago
8246968
tabbify
by Benjamin Peterson
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
4da2fa5
Add test for #3684.
by Georg Brandl
· 16 years ago
dc4a771
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
by Georg Brandl
· 16 years ago
6ffe852
fix strange errors when setting attributes on tracebacks #4034
by Benjamin Peterson
· 16 years ago
2252d11
#3342: In tracebacks, printed source lines were not indented since r62555.
by Amaury Forgeot d'Arc
· 17 years ago
8dc4303
Rename the test_traceback_print() function to traceback_print() to prevent
by Brett Cannon
· 17 years ago
141534e
Fix a bug introduced by the warnings rewrite where tracebacks were being
by Brett Cannon
· 17 years ago
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
· 19 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