Skip to content
Snippets Groups Projects
  1. Sep 11, 2013
  2. Aug 03, 2013
  3. Nov 11, 2012
  4. Jul 08, 2012
  5. Mar 24, 2012
  6. Mar 12, 2012
  7. Jan 16, 2012
  8. Feb 19, 2011
  9. Jan 19, 2011
  10. Mar 04, 2010
  11. Mar 02, 2010
  12. Feb 05, 2010
  13. Sep 07, 2009
  14. Apr 11, 2008
  15. Jan 19, 2008
  16. Jul 23, 2007
  17. May 02, 2007
  18. Apr 21, 2007
    • Mike Bayer's avatar
      - Lexer/Compile exceptions propigate throughout lexer/parsetree/ast · 3f9520f9
      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
      3f9520f9
  19. Mar 27, 2007
    • Mike Bayer's avatar
      - added "n" filter, disables *all* filters normally applied to an expression · ca4a1fda
      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)
      ca4a1fda
  20. Mar 14, 2007
  21. Mar 06, 2007
  22. Jan 24, 2007
  23. Jan 05, 2007
  24. Dec 31, 2006
  25. Dec 16, 2006
  26. Dec 09, 2006
  27. Nov 27, 2006
  28. Nov 26, 2006
  29. Nov 25, 2006
  30. Nov 24, 2006
  31. Nov 21, 2006
  32. Nov 20, 2006
  33. Nov 18, 2006
Loading