summaryrefslogtreecommitdiff
path: root/Doc/library/traceback.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-051-0/+124
* Issue 21125: minor documentation tweak.Raymond Hettinger2014-04-011-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