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