- Sep 11, 2013
-
-
Mike Bayer authored
-
Philipp Volugine authored
This is to be compatible with python3.4 where kwarg and vararg objects are _ast.arg as opposed to Name objects in earlier versions. The _ast.arg object cannot be implicitly converted to a string. This lead to 4 errors in the test suite. As of this commit all tests pass under python3.4a2
-
- Aug 03, 2013
-
-
Mike Bayer authored
-
- Nov 11, 2012
-
-
Mike Bayer authored
having some weird unicode issues I can't debug; the meaning of str.encode() seems to be changing globally somehow
-
- Jul 08, 2012
-
-
Mike Bayer authored
-
- Mar 24, 2012
-
-
Benjamin Trofatter authored
-
- Mar 12, 2012
-
-
Mike Bayer authored
i.e. "% with x as e:/ % endwith" support. Courtesy Ben Trofatter [ticket:147]
-
- Jan 16, 2012
-
-
Mike Bayer authored
-
- Feb 19, 2011
-
-
Mike Bayer authored
- convert heading copyrights to 2006-2011, reference AUTHORS file
-
- Jan 19, 2011
-
-
Mike Bayer authored
-
- Mar 04, 2010
-
-
Mike Bayer authored
- Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119]
-
- Mar 02, 2010
-
-
Mike Bayer authored
-
- Feb 05, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
- start work on #98
-
- Sep 07, 2009
-
-
Mike Bayer authored
-
- Apr 11, 2008
-
-
Philip Jenvey authored
python via _ast and google app engine
-
- Jan 19, 2008
-
-
Mike Bayer authored
-
- Jul 23, 2007
-
-
Mike Bayer authored
i.e. if foo: # a comment, [ticket:53], thanks to Paul Colomiets
-
- May 02, 2007
-
-
Mike Bayer authored
lines (#32) - fixed single "#" comments in docs
-
- Apr 21, 2007
-
-
Mike Bayer authored
using a more portable **exception_kwargs collection - added "source" member to the dict propigated to Lexer/Compile exceptions - RichTraceback can access original template source as a unicode object using either 'source' memebr on Lexer/Compile exception, or 'source' property on ModuleInfo, fixes #37 - unit tests for #37
-
- Mar 27, 2007
-
-
Mike Bayer authored
via <%page> or default_filters (but not those within the filter) - added buffer_filters argument, defines filters applied to the return value of buffered/cached/filtered %defs, after all filters defined with the %def itself have been applied. allows the creation of default expression filters that let the output of return-valued %defs "opt out" of that filtering via passing special attributes or objects. - added support for "class" structures in ast parsing (i.e. class-level data members wont get added to the "declared" list)
-
- Mar 14, 2007
-
-
Mike Bayer authored
[ticket:27]
-
Mike Bayer authored
expression-wise from the AST module [ticket:26]
-
- Mar 06, 2007
-
-
Mike Bayer authored
further fix to previous ast enhancement; dont log identifiers as "declared" once we're traversing inside functions since they are local to the function.
-
Mike Bayer authored
-
- Jan 24, 2007
-
-
Mike Bayer authored
-
- Jan 05, 2007
-
-
Mike Bayer authored
-
- Dec 31, 2006
-
-
Mike Bayer authored
further try/except AST fixes, cleanup of filter unit tests, made __locals propigation in codegen slightly simpler/faster
-
Mike Bayer authored
-
- Dec 16, 2006
-
-
Mike Bayer authored
implemented "args" for <%page> tag. still has a default "**_extra_pageargs" catchall for now...
-
- Dec 09, 2006
-
-
Mike Bayer authored
-
- Nov 27, 2006
-
-
Mike Bayer authored
-
- Nov 26, 2006
-
-
Mike Bayer authored
-
- Nov 25, 2006
-
-
Mike Bayer authored
-
- Nov 24, 2006
-
-
Mike Bayer authored
-
- Nov 21, 2006
-
-
Mike Bayer authored
-
- Nov 20, 2006
-
-
Mike Bayer authored
-
- Nov 18, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-