summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use Emacs compatible coding systemMartin Geisler2013-08-283-3/+3
* Use "coding:" instead of "encoding:" to specify file encodingMartin Geisler2013-08-285-6/+6
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-044-6/+32
* Merge pull request #2 from pjenvey/mastermike bayer2013-08-031-9/+1
|\
| * simplifyPhilip Jenvey2013-08-031-9/+1
* | - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-035-13/+64
|/
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-034-1/+8
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-033-8/+16
* there was a ticket!Mike Bayer2013-08-031-0/+1
* use repr hereMike Bayer2013-08-033-5/+7
* update copyrightMike Bayer2013-08-0321-21/+21
* - [bug] The Babel plugin has been repaired to work on Python 3.Mike Bayer2013-08-033-2/+9
* - changelogMike Bayer2013-08-033-1/+10
* - inline the loop here againMike Bayer2013-08-033-11/+16
* Allow literal string argument that starts with a "#".Yap Sok Ann2013-06-253-5/+7
* - [bug] Changed setup.py to skip installing markupsaferel_0_8_1Mike Bayer2013-05-243-7/+19
* git convertMike Bayer2013-05-193-44/+5
* - [bug] Fixed regression where "entity" filter wasn'tMike Bayer2013-04-153-6/+17
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-138-25/+38
* - [bug] Fixed bug where mako-render script wasn'tMike Bayer2013-04-132-1/+5
* Added tag rel_0_8_0 for changeset aa3c98e3bb5a3059c4e8e12b87366bc0a8db6236Mike Bayer2013-04-101-0/+1
* - filename context added to template call in mako-render,rel_0_8_0Mike Bayer2013-03-211-4/+4
* - will call this 0.8.0Mike Bayer2013-03-213-2/+7
* changelogMike Bayer2013-03-211-0/+5
* merge defaultMike Bayer2013-03-211-5/+8
|\
| * legacy_html_escape use string replace, which is faster than regexXie Shi2013-03-211-5/+8
* | - remove erroneous html_escape line that bypasses markupsafeMike Bayer2013-03-211-2/+0
|/
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-204-2/+29
* - [bug] Change default for compile()->reserved_namesMike Bayer2013-02-152-1/+5
* fix doc example which illustrated "file" instead of "filename", [ticket:206]Mike Bayer2012-12-211-1/+1
* - add static dependencies exampleMike Bayer2012-11-253-5/+142
* - get the pygments install to be easily switched on/offMike Bayer2012-11-123-17/+30
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-125-13/+60
* fixMike Bayer2012-11-111-1/+1
* changelogMike Bayer2012-11-111-0/+3
* I'm seeing exec() as a function having the same behavior here from 2.4 to 3.3.Mike Bayer2012-11-112-31/+2
* - guess you need compat.py huhMike Bayer2012-11-116-26/+187
* 2.4-3.3 pass in placeMike Bayer2012-11-119-139/+139
* py2.5 worksMike Bayer2012-11-119-35/+51
* all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer2012-11-115-9/+15
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-1139-767/+718
* - version bumpMike Bayer2012-11-102-1/+6
* Removed unnecessary FIXME comment.Benjamin Trofatter2012-11-101-1/+0
* Finalized future_imports feature.Benjamin Trofatter2012-11-103-9/+18
* Fixed error wherein the default for futures in TemplateLookup was set to False.Benjamin Trofatter2012-11-091-1/+1
* Added futures support to makoBenjamin Trofatter2012-11-094-3/+24
* Added tag rel_0_7_3 for changeset b47783ace365e77d397578e90d74d96463c97a2bMike Bayer2012-11-071-0/+1
* - [bug] legacy_html_escape function, used whenrel_0_7_3Mike Bayer2012-11-022-1/+8
* gittip link for rtdMike Bayer2012-09-222-7/+20
* - [bug] Fixed bug in plugin loader to correctlyMike Bayer2012-09-163-3/+16