index
:
external_python_mako
master
rel_0_5
rel_0_6
replicant-10
use_zzzeeksphinx
w_json_metadata
Python mako
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include URI in traceback if filename is unknown
Martin von Gagern
2019-07-08
1
-6
/
+44
*
Correctly track line numbers for multi-line code blocks
Martin von Gagern
2019-07-01
1
-0
/
+48
*
Remove all non-essential functions from _ast_util.py
Mike Bayer
2019-06-03
1
-4
/
+12
*
Use tox / zimports
Mike Bayer
2019-05-31
1
-104
/
+183
*
Use utf-8 encoding for traceback source with no encoding in py3k
Mike Bayer
2019-05-09
1
-0
/
+9
*
- exception test fixes for more recent pygments
Mike Bayer
2017-05-22
1
-2
/
+2
*
- reduce the pygments strings we're searching for to accommodate for
Mike Bayer
2016-03-09
1
-26
/
+8
*
- will now be 1.0
Mike Bayer
2014-04-28
1
-4
/
+1
*
Fix docstrings to use "UTF-8" instead of "utf8"
Martin Geisler
2013-08-28
1
-2
/
+2
*
- [bug] Fixed bug whereby an exception in Python 3
Mike Bayer
2013-02-20
1
-1
/
+12
*
- get the pygments install to be easily switched on/off
Mike Bayer
2012-11-12
1
-9
/
+9
*
py2.5 works
Mike Bayer
2012-11-11
1
-4
/
+4
*
all tests pass on py3k and py2.7. py2.5/2.4 next
Mike Bayer
2012-11-11
1
-4
/
+4
*
- first pass at running a py3k compatible base in py2k as well.
Mike Bayer
2012-11-11
1
-32
/
+31
*
- clean up test exclusions
Mike Bayer
2012-09-05
1
-17
/
+21
*
- remove context manager to allow 2.5 and 2.4 to work, [ticket:188]
Mike Bayer
2012-04-13
1
-63
/
+116
*
fix two py3k failures
Mike Bayer
2012-03-30
1
-1
/
+1
*
Fixed two tests in test_exceptions
Benjamin Trofatter
2012-03-24
1
-4
/
+4
*
- [feature] The html_error_template() will now
Mike Bayer
2012-03-12
1
-8
/
+57
*
py3k fixes
rel_0_6_2
Mike Bayer
2012-02-02
1
-2
/
+8
*
- [bug] The exception message in the html_error_template
Mike Bayer
2012-01-16
1
-8
/
+7
*
- now that trailing whitespace comes up in red, need to get rid of it
Mike Bayer
2011-01-19
1
-13
/
+13
*
- Now using MarkupSafe for HTML escaping,
Mike Bayer
2010-06-22
1
-8
/
+8
*
py3k test fixes
Mike Bayer
2010-06-22
1
-3
/
+4
*
- Fixed call to "unicode.strip" in
Mike Bayer
2010-06-22
1
-4
/
+16
*
- Added conditional to RichTraceback
Mike Bayer
2010-05-31
1
-6
/
+26
*
fix test to use correct parameter
Mike Bayer
2010-04-21
1
-2
/
+2
*
- Fixed error formatting when a stacktrace
Mike Bayer
2010-04-17
1
-0
/
+10
*
README cleanup, fix a new test for py3k
Mike Bayer
2010-03-05
1
-1
/
+1
*
- RichTraceback(), html_error_template().render(),
Mike Bayer
2010-03-05
1
-4
/
+24
*
- merged -r481:499 of py3k branch.
Mike Bayer
2010-03-04
1
-19
/
+40
*
- Unit tests now run with nose. [ticket:127]
Mike Bayer
2010-02-05
1
-0
/
+105