aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Include URI in traceback if filename is unknownMartin von Gagern2019-07-081-6/+44
* Correctly track line numbers for multi-line code blocksMartin von Gagern2019-07-011-0/+48
* Remove all non-essential functions from _ast_util.pyMike Bayer2019-06-031-4/+12
* Use tox / zimportsMike Bayer2019-05-311-104/+183
* Use utf-8 encoding for traceback source with no encoding in py3kMike Bayer2019-05-091-0/+9
* - exception test fixes for more recent pygmentsMike Bayer2017-05-221-2/+2
* - reduce the pygments strings we're searching for to accommodate forMike Bayer2016-03-091-26/+8
* - will now be 1.0Mike Bayer2014-04-281-4/+1
* Fix docstrings to use "UTF-8" instead of "utf8"Martin Geisler2013-08-281-2/+2
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-201-1/+12
* - get the pygments install to be easily switched on/offMike Bayer2012-11-121-9/+9
* py2.5 worksMike Bayer2012-11-111-4/+4
* all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer2012-11-111-4/+4
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-32/+31
* - clean up test exclusionsMike Bayer2012-09-051-17/+21
* - remove context manager to allow 2.5 and 2.4 to work, [ticket:188]Mike Bayer2012-04-131-63/+116
* fix two py3k failuresMike Bayer2012-03-301-1/+1
* Fixed two tests in test_exceptionsBenjamin Trofatter2012-03-241-4/+4
* - [feature] The html_error_template() will nowMike Bayer2012-03-121-8/+57
* py3k fixesrel_0_6_2Mike Bayer2012-02-021-2/+8
* - [bug] The exception message in the html_error_templateMike Bayer2012-01-161-8/+7
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-13/+13
* - Now using MarkupSafe for HTML escaping,Mike Bayer2010-06-221-8/+8
* py3k test fixesMike Bayer2010-06-221-3/+4
* - Fixed call to "unicode.strip" inMike Bayer2010-06-221-4/+16
* - Added conditional to RichTracebackMike Bayer2010-05-311-6/+26
* fix test to use correct parameterMike Bayer2010-04-211-2/+2
* - Fixed error formatting when a stacktraceMike Bayer2010-04-171-0/+10
* README cleanup, fix a new test for py3kMike Bayer2010-03-051-1/+1
* - RichTraceback(), html_error_template().render(),Mike Bayer2010-03-051-4/+24
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-19/+40
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-051-0/+105