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
/
Doc
/
library
/
traceback.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in traceback docs (#127884)
Daniel Haag
2024-12-12
1
-1/+1
*
gh-127221: Add colour to unittest output (#127223)
Hugo van Kemenade
2024-12-05
1
-0/+4
*
gh-127347: Document `traceback.print_list` (#127348)
Tomas R.
2024-12-03
1
-0/+7
*
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Irit Katriel
2024-10-10
1
-15/+118
*
gh-82378: Document the difference between sys.tracebacklimit and the limit ar...
CF Bolz-Tereick
2024-08-25
1
-0/+8
*
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan
2024-05-21
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)
Alex Waygood
2023-12-14
1
-36/+74
*
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
1
-12/+18
*
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Alex Waygood
2023-12-09
1
-2/+4
*
gh-106922: Support multi-line error locations in traceback (attempt 2) (#112097)
William Wen
2023-12-01
1
-4/+9
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
1
-0/+8
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
1
-1/+8
*
gh-109184: update traceback module doc w.r.t notes (message is no longer alwa...
Irit Katriel
2023-09-12
1
-20/+22
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
1
-7/+13
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
1
-0/+14
*
gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...
Irit Katriel
2023-06-02
1
-4/+3
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...
Jakub Kuczys
2023-05-29
1
-1/+18
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-1/+1
*
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...
Irit Katriel
2023-02-20
1
-11/+10
*
GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...
Furkan Onder
2023-02-04
1
-1/+8
*
[doc] Update example in traceback doc (GH-96600)
Irit Katriel
2022-09-05
1
-15/+11
*
gh-87822: Make traceback module robust to exceptions from repr() of local val...
Simon-Martin Schröder
2022-07-11
1
-0/+4
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
1
-9/+4
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
1
-0/+8
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
1
-5/+5
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
1
-1/+2
*
bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
Ammar Askar
2021-07-16
1
-0/+8
*
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya
2021-07-12
1
-2/+2
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-6/+11
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-0/+7
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-15
1
-1/+9
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-11/+32
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-1/+1
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+4
*
bpo-27910: Update documentation of traceback module (GH-6116)
torsava
2018-08-02
1
-17/+19
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
Matthias Bussonnier
2017-06-01
1
-3/+11
*
Issue #26823: fix traceback abbreviation docs
Nick Coghlan
2016-08-16
1
-3/+2
*
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-0/+15
*
Issue #27208: Fix doctest in Doc/library/traceback.rst
Zachary Ware
2016-08-10
1
-4/+4
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+3
*
Issue26035 - Correct the argument names used in the docs of the traceback mo...
Senthil Kumaran
2016-01-16
1
-34/+35
*
Issue #22619: Added negative limit support in the traceback module.
Serhiy Storchaka
2015-05-03
1
-19/+33
*
Issue #17911: Tweak traceback documentation.
Berker Peksag
2015-03-06
1
-71/+95
*
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
1
-10/+18
*
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
1
-0/+124
*
Issue 21125: minor documentation tweak.
Raymond Hettinger
2014-04-02
1
-1/+1
*
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...
Andrew Kuchling
2013-09-15
1
-0/+7
*
Issue #16261: fix bare excepts in Doc/
Andrew Svetlov
2012-11-02
1
-1/+1
*
Merged revisions 78895 via svnmerge from
Ezio Melotti
2010-03-13
1
-9/+9
[next]