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
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+15
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+1
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-2/+2
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+5
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-2/+59
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-0/+46
*
bpo-30445: Allow appended output in RecursionError message
codedragon
2017-05-24
1
-1/+2
*
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka
2016-10-07
1
-2/+6
|
\
|
*
Issue #25783: Fixed test_traceback when run directly (without regrtest).
Serhiy Storchaka
2016-10-07
1
-2/+6
*
|
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
Martin Panter
2016-09-22
1
-5/+12
|
\
\
|
|
/
|
*
Issue #27348: Restore “Exception: None” formatting in traceback module
Martin Panter
2016-09-22
1
-5/+12
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-2/+1
*
|
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-14/+14
*
|
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-0/+1
*
|
Issue 27921: Remove backslash from another f-string. I'll revert this change ...
Eric V. Smith
2016-09-03
1
-14/+14
*
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-0/+131
*
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+1
*
|
Additional grammar fix
Martin Panter
2016-04-19
1
-1/+1
*
|
Replace noop constant statement with expression
Victor Stinner
2016-02-08
1
-7/+7
|
/
*
Issue #25111: Fixed comparison of traceback.FrameSummary.
Serhiy Storchaka
2015-09-29
1
-5/+11
*
Issue #25108: Omitted internal frames in traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-0/+35
*
Issue #24695: Fix a regression in traceback.print_exception()
Berker Peksag
2015-07-24
1
-0/+13
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #22619: Added negative limit support in the traceback module.
Serhiy Storchaka
2015-05-03
1
-4/+123
*
Issue #23883: Add missing entries to traceback.__all__.
Berker Peksag
2015-04-08
1
-7/+16
*
Issue #23631: Fix traceback.format_list when a traceback has been mutated.
Robert Collins
2015-03-16
1
-1/+9
*
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
1
-8/+60
*
Fix brownbag in issue 17911 commit
Robert Collins
2015-03-04
1
-3/+2
*
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
1
-0/+196
*
(Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during
Victor Stinner
2014-12-05
1
-0/+33
|
\
*
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka
2014-07-22
1
-2/+2
|
/
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+5
|
\
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+5
*
|
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...
Florent Xicluna
2014-01-22
1
-4/+14
|
\
\
|
|
/
|
*
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...
Florent Xicluna
2014-01-22
1
-4/+14
*
|
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-0/+9
|
\
\
|
|
/
|
*
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
Serhiy Storchaka
2014-01-21
1
-0/+9
*
|
Do not reset the line number because we already set file position to correct
Serhiy Storchaka
2014-01-09
1
-0/+4
|
\
\
|
|
/
|
*
Do not reset the line number because we already set file position to correct
Serhiy Storchaka
2014-01-09
1
-0/+4
*
|
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...
Andrew Kuchling
2013-09-15
1
-0/+30
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-4/+20
*
|
refactor traceback.py to reduce code duplication (closes #17646)
Benjamin Peterson
2013-04-29
1
-0/+28
|
/
*
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-0/+15
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-12/+12
*
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson
2010-10-29
1
-0/+4
*
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson
2010-10-24
1
-0/+6
*
rewrite nocaret test to not rely on a specific SyntaxError
Benjamin Peterson
2010-09-20
1
-11/+4
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2/+2
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-10/+10
[next]