summaryrefslogtreecommitdiffstats
path: root/Doc/library/traceback.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-061-7/+13
* gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...Jakub Kuczys2023-06-051-0/+14
* gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...Irit Katriel2023-06-021-4/+3
* GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...Jakub Kuczys2023-05-291-1/+18
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-201-11/+10
* GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...Furkan Onder2023-02-041-1/+8
* [doc] Update example in traceback doc (GH-96600)Irit Katriel2022-09-051-15/+11
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-111-0/+4
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-9/+4
* gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)Irit Katriel2022-04-201-0/+8
* bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...Irit Katriel2021-09-031-5/+5
* bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)Irit Katriel2021-08-311-1/+2
* bpo-44569: Decouple frame formatting in traceback.py (GH-27038)Ammar Askar2021-07-161-0/+8
* bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)Batuhan Taskaya2021-07-121-2/+2
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-041-6/+11
* bpo-33809: add the TracebackException.print() method (GH-24231)Irit Katriel2021-05-221-0/+7
* bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)Irit Katriel2021-01-151-1/+9
* bpo-26389: Allow passing an exception object in the traceback module (GH-22610)Zackery Spytz2020-11-051-11/+32
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-1/+1
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+4
* bpo-27910: Update documentation of traceback module (GH-6116)torsava2018-08-021-17/+19
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)Matthias Bussonnier2017-06-011-3/+11
* Issue #26823: fix traceback abbreviation docsNick Coghlan2016-08-161-3/+2
* Issue #26823: Abbreviate recursive tracebacksNick Coghlan2016-08-151-0/+15
* Issue #27208: Fix doctest in Doc/library/traceback.rstZachary Ware2016-08-101-4/+4
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* Issue26035 - Correct the argument names used in the docs of the traceback mo...Senthil Kumaran2016-01-161-34/+35
* Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-19/+33
* Issue #17911: Tweak traceback documentation.Berker Peksag2015-03-061-71/+95
* Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-10/+18
* Issue #17911: traceback module overhaulRobert Collins2015-03-041-0/+124
* Issue 21125: minor documentation tweak.Raymond Hettinger2014-04-021-1/+1
* #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-0/+7
* Issue #16261: fix bare excepts in Doc/Andrew Svetlov2012-11-021-1/+1
* Merged revisions 78895 via svnmerge fromEzio Melotti2010-03-131-9/+9
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-11/+11
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-1/+1
* Third to last example is now marked as a test, but I can't actually testR. David Murray2009-04-271-29/+28
* Merged revisions 72007 via svnmerge fromGeorg Brandl2009-04-271-4/+4
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* #3113: document exception chaining.Georg Brandl2008-07-191-16/+23
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-8/+0
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-20/+20
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-2/+123
* Remove all definitions of raw_input() that were still scattered throughout th...Georg Brandl2007-12-021-1/+1
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-4/+4
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+160