Skip to content
Snippets Groups Projects
  1. Jun 03, 2015
  2. Mar 30, 2015
  3. Mar 25, 2015
  4. Jan 22, 2015
  5. Jan 07, 2015
  6. Dec 10, 2014
    • Mike Bayer's avatar
      - 1.0.1 · 3fae17ce
      Mike Bayer authored
      - changelog for pullreq bitbucket:11
      3fae17ce
  7. Jun 08, 2014
  8. Jun 05, 2014
  9. May 23, 2014
  10. May 12, 2014
  11. Apr 28, 2014
  12. Apr 21, 2014
  13. Apr 13, 2014
  14. Apr 11, 2014
  15. Mar 14, 2014
    • Mike Bayer's avatar
      - Template modules now generate a JSON "metadata" structure at the bottom · da4737ce
      Mike Bayer authored
      of the source file which includes parseable information about the
      templates' source file, encoding etc. as well as a mapping of module
      source lines to template lines, thus replacing the "# SOURCE LINE"
      markers throughout the source code.  The structure also indicates those
      lines that are explicitly not part of the template's source; the goal
      here is to allow integration with coverage tools.
      da4737ce
  16. Feb 11, 2014
  17. Jan 11, 2014
  18. Jan 10, 2014
  19. Dec 26, 2013
  20. Nov 12, 2013
  21. Nov 11, 2013
  22. Aug 28, 2013
    • Martin Geisler's avatar
      Use "coding:" instead of "encoding:" to specify file encoding · 66b2d239
      Martin Geisler authored
      Using "-*- encoding:utf-8 -*-" doesn't really set the file encoding
      for Emacs. It will even prompt the user when opening a compiled file:
      
        The local variables list in foo.mak.py
        contains values that may not be safe (*).
      
        Do you want to apply it?  You can type
        y  -- to apply the local variables list.
        n  -- to ignore the local variables list.
      
        !  -- to apply the local variables list, and permanently mark these
              values (*) as safe (in the future, they will be set automatically.)
      
          * encoding: utf-8
      
      The problem is that Emacs looks for a file variable named "coding" and
      it doesn't know about "encoding":
      
        http://www.gnu.org/software/emacs/manual/html_node/emacs/Specify-Coding.html
      
      This is no doubt why Python recognizes "coding:" by itself:
      
        http://www.python.org/dev/peps/pep-0263/
      
      This change makes the code generator output "# -*- coding:%s -*-" and
      updates the documentation and examples to match this style.
      66b2d239
  23. Aug 03, 2013
  24. Nov 25, 2012
  25. Sep 22, 2012
  26. Jul 16, 2012
  27. May 16, 2012
Loading