- 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.
-
- Sep 05, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Sep 02, 2012
-
-
Mike Bayer authored
-
- Aug 30, 2012
-
-
Mike Bayer authored
<%text> tag so that it pulls locally specified identifiers from the context the same way as that of <%block> and <%filter>.
-
- Aug 29, 2012
-
-
Mike Bayer authored
-
- Aug 03, 2012
-
-
Mike Bayer authored
function arguments inside pure-python def or lambda expressions. [ticket:201]
-
- Jul 20, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
parsing for Py2.4 was broken. [ticket:193]
-
- Jul 16, 2012
-
-
Mike Bayer authored
-
- Jul 08, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
involving variables declared in defs and such, which only became apparent when the strict_undefined flag was turned on. [ticket:192]
-
Mike Bayer authored
-
Mike Bayer authored
same time args passed to def() are used by other elements of the <%def> tag. [ticket:191]
-
Mike Bayer authored
-
Mike Bayer authored
-
- May 16, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- May 14, 2012
-
-
Vincent Férotin authored
(``.. versionadded::``, ``.. versionchanged::`` and ``.. deprecated::``), update docs CSS to put those infos into boxes.
-