- Aug 03, 2013
-
-
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
-
Benjamin Trofatter authored
Changed keyword argument from futures to future_imports for clarity. Added docstring describing use.
-
- Nov 09, 2012
-
-
Benjamin Trofatter authored
Now set to None.
-
Benjamin Trofatter authored
Provide a list of names to import from __future__ to Template or TemplateLookup, and it will render the import from __future__ statement at the top of the generated code so that it actually works.
-
- Nov 07, 2012
-
-
Mike Bayer authored
-
- Nov 02, 2012
-
-
Mike Bayer authored
Markupsafe isn't installed, was using an inline-compiled regexp which causes major slowdowns on Python 3.3; is now precompiled.
-
- Sep 22, 2012
-
-
Mike Bayer authored
-
- Sep 16, 2012
-
-
Mike Bayer authored
raise exception when non-existent plugin is specified.
-