summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pycon_test.pycon
Commit message (Collapse)AuthorAgeFilesLines
* Closes #874: do not swallow incomplete tracebacks in the Python console lexer.Georg Brandl2014-10-071-1/+4
|
* Fix mishandling of an ellipsis in place of the frames in a PythonGeorg Brandl2010-01-021-0/+6
| | | | console traceback, resulting in clobbered output.
* Add SyntaxError and KeyboardInterrupt support to PythonTracebackLexer.thatch2008-08-251-0/+8
Closes #360.