- Jun 03, 2015
-
-
Mike Bayer authored
-
- Mar 30, 2015
-
-
Krystian Rosiński authored
-
- Mar 25, 2015
-
-
Mike Bayer authored
- PR is done, fixes #236
-
Cody Taylor authored
Signed-off-by:
Cody Taylor <codemister99@yahoo.com>
-
- Jan 22, 2015
-
-
Mike Bayer authored
-
Mike Bayer authored
dogpile, "generic" - stress dogpile a bit more in caching docs
-
Mike Bayer authored
-
- Jan 07, 2015
-
-
Matthis Thorade authored
related to #234
-
Matthis Thorade authored
related to #234
-
Matthis Thorade authored
related to #234
-
- Dec 10, 2014
-
-
Mike Bayer authored
- changelog for pullreq bitbucket:11
-
- Jun 08, 2014
-
-
Mike Bayer authored
-
- Jun 05, 2014
-
-
Mike Bayer authored
-
- May 23, 2014
-
-
Mike Bayer authored
-
- May 12, 2014
-
-
Mike Bayer authored
-
- Apr 28, 2014
-
-
Mike Bayer authored
- drop python 2.4, 2.5 support - various pep8ing
-
- Apr 21, 2014
-
-
Mike Bayer authored
would not be correctly interpreted in Python 3. Conflicts: doc/build/changelog.rst
-
Mike Bayer authored
would not be correctly interpreted in Python 3.
-
- Apr 13, 2014
-
-
Mike Bayer authored
when a "try/except" targeted a tuple of exception types, rather than a single exception. fixes #227
-
- Apr 11, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
-
jonathan vanasco authored
-
- Mar 14, 2014
-
-
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.
-
- Feb 11, 2014
-
-
Mike Bayer authored
-
- Jan 11, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 10, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
- move CHANGES to changelog.rst
-
- Dec 26, 2013
-
-
Mike Bayer authored
-
- Nov 12, 2013
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- try to get all our CSS in one place and above RTD so we get all their styles...
-
- Nov 11, 2013
-
-
Mike Bayer authored
-
- Aug 28, 2013
-
-
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.
-
- Aug 03, 2013
-
-
Mike Bayer authored
method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219]
-
- Nov 25, 2012
-
-
Mike Bayer authored
-
- Sep 22, 2012
-
-
Mike Bayer authored
-
- Jul 16, 2012
-
-
Mike Bayer authored
-
- May 16, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-