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