summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_traceback.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25111: Fixed comparison of traceback.FrameSummary.Serhiy Storchaka2015-09-291-5/+11
* Issue #25108: Omitted internal frames in traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+35
* Issue #24695: Fix a regression in traceback.print_exception()Berker Peksag2015-07-241-0/+13
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-4/+123
* Issue #23883: Add missing entries to traceback.__all__.Berker Peksag2015-04-081-7/+16
* Issue #23631: Fix traceback.format_list when a traceback has been mutated.Robert Collins2015-03-161-1/+9
* Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-051-8/+60
* Fix brownbag in issue 17911 commitRobert Collins2015-03-041-3/+2
* Issue #17911: traceback module overhaulRobert Collins2015-03-041-0/+196
* (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it duringVictor Stinner2014-12-051-0/+33
|\
* | Issue #22032: __qualname__ instead of __name__ is now always used to formatSerhiy Storchaka2014-07-221-2/+2
|/
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+5
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-2/+5
* | Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...Florent Xicluna2014-01-221-4/+14
|\ \ | |/
| * Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...Florent Xicluna2014-01-221-4/+14
* | Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-211-0/+9
|\ \ | |/
| * Issue #2382: SyntaxError cursor "^" now is written at correct position in mostSerhiy Storchaka2014-01-211-0/+9
* | Do not reset the line number because we already set file position to correctSerhiy Storchaka2014-01-091-0/+4
|\ \ | |/
| * Do not reset the line number because we already set file position to correctSerhiy Storchaka2014-01-091-0/+4
* | #1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...Andrew Kuchling2013-09-151-0/+30
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-4/+20
* | refactor traceback.py to reduce code duplication (closes #17646)Benjamin Peterson2013-04-291-0/+28
|/
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-0/+15
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-12/+12
* decrement offset when it points to a newline (#10186 followup)Benjamin Peterson2010-10-291-0/+4
* remove broken code accounting an offset the size of the line #10186Benjamin Peterson2010-10-241-0/+6
* rewrite nocaret test to not rely on a specific SyntaxErrorBenjamin Peterson2010-09-201-11/+4
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-10/+10
* Issue #4486: When an exception has an explicit cause, do not print its implic...Antoine Pitrou2009-11-281-0/+20
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-25/+25
* Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9
* Merged revisions 71237-71238 via svnmerge fromGeorg Brandl2009-04-051-12/+17
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-0/+65
* implement chained exception tracebacksBenjamin Peterson2008-07-151-6/+130
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-2/+28
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-8/+0
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-6/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-46/+1
* Tweak the fix for test_traceback since the fix for it to run on its own brokeBrett Cannon2007-02-271-1/+5
* Fix a broken test in test_traceback where the module name was being tacked onBrett Cannon2007-02-261-3/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Inspired by SF patch #860326, make the exception formatting byGuido van Rossum2006-08-261-1/+3