- Aug 03, 2013
-
-
mike bayer authored
simplify
-
Mike Bayer authored
method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219]
-
Philip Jenvey authored
-
Mike Bayer authored
interpreted correctly within a template tag. [ticket:190]
-
Mike Bayer authored
skips over module elements that are not explcitly callable, avoiding TypeError when trying to produce partials. [ticket:207]
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- guess this is 0.9.0
-
Mike Bayer authored
- add more of a test
-
- Jun 25, 2013
-
-
Yap Sok Ann authored
Without this change, when running setup.py extract_messages, we would get error: TokenError: ('EOF in multi-line statement', (2, 0)) Looking at the unit test, it seems like a literal string argument in the form of "_('xxx')" is supposed to be picked up by Babel. However, that contradicts with the documentation, which states: > When using tags, the values of the arguments are taken as literal strings by > default. To embed Python expressions as arguments, use the embedded > expression format So, as a side effect of this commit, the convenience of "_('xxx')" has been removed. Probably can add it back if necessary for backward compatibility.
-
- May 24, 2013
-
-
Mike Bayer authored
if Python version is < 2.6 or is between 3.0 and less than 3.3, as Markupsafe now only supports 2.6->2.X, 3.3->3.X. [ticket:216]
-
- May 19, 2013
-
-
Mike Bayer authored
-
- Apr 15, 2013
-
-
Mike Bayer authored
converted for py3k properly (added tests.) [ticket:214]
-
- Apr 14, 2013
-
-
Mike Bayer authored
file warnings when running the tests under various Pythons with warnings turned on. [ticket:213]
-
Mike Bayer authored
compatible with Py3k. [ticket:212]
-
- Apr 10, 2013
-
-
Mike Bayer authored
-
- Mar 21, 2013
-
-
Mike Bayer authored
so that inheritance chains and includes are located correctly, [ticket:202]
-
Mike Bayer authored
- add gpg sig
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Xie Shi authored
-
- Feb 21, 2013
-
-
Mike Bayer authored
against a module compiled to the filesystem would fail trying to produce a RichTraceback due to the content being in bytes. [ticket:209]
-
- Feb 15, 2013
-
-
Mike Bayer authored
from tuple to frozenset, as this is expected to be a set by default. [ticket:208]
-
- Dec 21, 2012
-
-
Mike Bayer authored
-
- Nov 25, 2012
-
-
Mike Bayer authored
-
- Nov 12, 2012
-
-
Mike Bayer authored
- fix test_exceptions to always call non-pygments tests - update test for py3k transition
-
Mike Bayer authored
TemplateLookup, allows alternate Lexer classes to be used.
-
- Nov 11, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
waiting on further detail what I'm missing here
-
Mike Bayer authored
- dont need 2to3 - clean up some list() calls we dont need
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
having some weird unicode issues I can't debug; the meaning of str.encode() seems to be changing globally somehow
-
- Nov 10, 2012
-
-
Mike Bayer authored
- changelog
-
Benjamin Trofatter authored
-