- Jan 05, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
this is implemented by changing the "topleveldefs" and "closuredefs" collections from a Set to a dictionary. a unit test was added with alternate set-ordering as the original issue only appeared on linux to start. - "backslash" -> "slash" in syntax doc
-
Mike Bayer authored
added the "check for last" step back to the tests - illustrates how the different systems handle such a step
-
- Jan 04, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 03, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
occurs before filtering - removed encoding() filter - it conflicts with the fact that unicode conversion has to occur on the value first before being sent to the filter. recommended way for encoded strings is to just say unicode(x, encoding='whatever')
-
- Jan 02, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- "cache='true'" -> "cached='True'"
-
- Jan 01, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 31, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
handling for the given expression. usage is like: ${data | encoding('utf-8', errors='strict')}
-
Mike Bayer authored
-
Mike Bayer authored
further try/except AST fixes, cleanup of filter unit tests, made __locals propigation in codegen slightly simpler/faster
-
Ben Bangert authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 30, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 23, 2006
-
-
Mike Bayer authored
-
- Dec 22, 2006
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 20, 2006
-
-
Ben Bangert authored
-
Ben Bangert authored
-
Ben Bangert authored
-
Ben Bangert authored
-
Ben Bangert authored
-