Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5ed317d790023e766e6992020d268e0e9fc35dfc
/
Lib
/
test
/
test_traceback.py
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
44c5261
Tweak the fix for test_traceback since the fix for it to run on its own broke
by Brett Cannon
· 18 years ago
dfb2a8a
Fix a broken test in test_traceback where the module name was being tacked on
by Brett Cannon
· 18 years ago
88fc664
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
by Georg Brandl
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
6a2a2a0
Inspired by SF patch #860326, make the exception formatting by
by Guido van Rossum
· 19 years ago
bf12cdb
Quite a few fixes to make the library and test suite more robust when
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 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