summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pycon_test.pycon
Commit message (Collapse)AuthorAgeFilesLines
* 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.