Skip to content
Snippets Groups Projects
  1. Sep 25, 2007
  2. Aug 10, 2007
  3. Jul 23, 2007
  4. Jun 29, 2007
  5. Jun 25, 2007
  6. Jun 16, 2007
  7. Jun 13, 2007
  8. May 18, 2007
  9. May 17, 2007
  10. May 14, 2007
  11. May 02, 2007
  12. 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
  13. Apr 14, 2007
  14. Apr 09, 2007
  15. Apr 06, 2007
  16. 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
  17. Mar 26, 2007
  18. Mar 24, 2007
  19. Mar 14, 2007
  20. Mar 10, 2007
  21. Mar 09, 2007
  22. Mar 08, 2007
  23. Mar 06, 2007
  24. Mar 01, 2007
  25. Feb 21, 2007
  26. Feb 20, 2007
  27. Feb 19, 2007
  28. Feb 17, 2007
  29. Feb 15, 2007
Loading