| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -11/+11 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | Third to last example is now marked as a test, but I can't actually test | R. David Murray | 2009-04-27 | 1 | -29/+28 |
|
|
* | Merged revisions 72007 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -4/+4 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
|
|
* | #3113: document exception chaining. | Georg Brandl | 2008-07-19 | 1 | -16/+23 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -8/+0 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -20/+20 |
|
|
* | Merged revisions 59333-59370 via svnmerge from | Christian Heimes | 2007-12-05 | 1 | -2/+123 |
|
|
* | Remove all definitions of raw_input() that were still scattered throughout th... | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Partial py3k-ification of Doc/library/: convert has_key references into eithe... | Collin Winter | 2007-09-01 | 1 | -4/+4 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+160 |
|
|