Skip to content
Snippets Groups Projects
  1. Jun 02, 2008
  2. May 24, 2008
  3. May 03, 2008
    • Mike Bayer's avatar
      - CHANGES cleanup · ebbce747
      Mike Bayer authored
      - some functions on Context are now private:
      _push_buffer(), _pop_buffer(),
      caller_stack._push_frame(), caller_stack._pop_frame().
      - implemented [ticket:76] inlining of context.write()
      ebbce747
  4. Mar 22, 2008
    • Mike Bayer's avatar
      - added "bytestring passthru" mode, via `disable_unicode=True` · d5f83e69
      Mike Bayer authored
        argument passed to Template or TemplateLookup.  All
        unicode-awareness and filtering is turned off, and template
        modules are generated with the appropriate magic encoding
        comment.  In this mode, template expressions can only
        receive raw bytestrings or Unicode objects which represent
        straight ASCII, and render_unicode() may not be used.
        [ticket:77]  (courtesy anonymous guest)
      d5f83e69
  5. Mar 01, 2008
  6. Feb 21, 2008
  7. Feb 15, 2008
  8. Jan 28, 2008
  9. Jan 19, 2008
  10. Jan 11, 2008
  11. Dec 03, 2007
  12. Nov 08, 2007
  13. Oct 12, 2007
  14. Sep 25, 2007
  15. Aug 10, 2007
  16. Jul 23, 2007
  17. Jun 29, 2007
  18. Jun 25, 2007
  19. Jun 16, 2007
  20. Jun 13, 2007
  21. May 18, 2007
  22. May 17, 2007
  23. May 14, 2007
  24. May 02, 2007
  25. 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
  26. Apr 14, 2007
  27. Apr 09, 2007
  28. Apr 06, 2007
  29. 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
  30. Mar 26, 2007
  31. Mar 24, 2007
  32. Mar 14, 2007
Loading