aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-113-3/+34
* - remove creation of blank "x" fileMike Bayer2013-12-261-4/+16
* - changelog for [ticket:225]Mike Bayer2013-12-241-1/+1
* Improved handling of translator comments in Babel pluginNed Batchelder2013-12-242-1/+13
* - changelogMike Bayer2013-10-081-4/+3
* Merge pull request #5 from vmagamedov/mastermike bayer2013-10-081-0/+8
|\
| * Fixed TGPlugin.render method to support unicode template names in py2k.Vladimir Magamedov2013-09-171-0/+8
* | - [bug] Fixed issue where an old lexer rule prevented a template lineMike Bayer2013-10-011-0/+6
|/
* Fix docstrings to use "UTF-8" instead of "utf8"Martin Geisler2013-08-281-2/+2
* Use Emacs compatible coding systemMartin Geisler2013-08-283-3/+3
* Use "coding:" instead of "encoding:" to specify file encodingMartin Geisler2013-08-283-3/+3
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-042-5/+9
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-0/+21
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-032-1/+2
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-031-2/+5
* use repr hereMike Bayer2013-08-032-2/+4
* - changelogMike Bayer2013-08-031-0/+1
* - inline the loop here againMike Bayer2013-08-032-5/+6
* Allow literal string argument that starts with a "#".Yap Sok Ann2013-06-252-2/+1
* - [bug] Fixed regression where "entity" filter wasn'tMike Bayer2013-04-151-0/+7
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-134-13/+14
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-201-1/+12
* - get the pygments install to be easily switched on/offMike Bayer2012-11-122-15/+18
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-121-3/+33
* fixMike Bayer2012-11-111-1/+1
* 2.4-3.3 pass in placeMike Bayer2012-11-117-132/+132
* py2.5 worksMike Bayer2012-11-115-25/+38
* all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer2012-11-113-7/+12
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-1122-544/+549
* Finalized future_imports feature.Benjamin Trofatter2012-11-101-1/+1
* Added futures support to makoBenjamin Trofatter2012-11-091-0/+7
* - [bug] Fixed bug in plugin loader to correctlyMike Bayer2012-09-161-2/+10
* - forgot to make the decorators decorateMike Bayer2012-09-051-3/+3
* - clean up test exclusionsMike Bayer2012-09-055-131/+146
* - add a skip for pypyMike Bayer2012-09-021-1/+2
* - [bug] Fixed the "filter" attribute of theMike Bayer2012-08-291-26/+40
* - [bug] AST supporting now supports tuple-packedMike Bayer2012-08-031-0/+11
* - these don't need to be switched for py3krel_0_7_1Mike Bayer2012-07-071-37/+4
* - [bug] Fixed some long-broken scoping behaviorMike Bayer2012-07-071-0/+34
* - pep8 + modernizeMike Bayer2012-07-071-70/+116
* - [bug] Can now use strict_undefined at theMike Bayer2012-07-073-42/+120
* pep8, use eq_, assert_raisesMike Bayer2012-07-071-95/+175
* - remove context manager to allow 2.5 and 2.4 to work, [ticket:188]Mike Bayer2012-04-133-67/+139
* - add the final patch for #146Mike Bayer2012-04-061-0/+98
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-1/+76
* - UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0Mike Bayer2012-03-301-1/+32
* fix two py3k failuresMike Bayer2012-03-302-2/+2
* remove this test per ben's requestMike Bayer2012-03-301-14/+0
* - merge the mako-loop branch, bump to 0.7Mike Bayer2012-03-292-4/+299
|\
| * - add a path to disable the loop feature - enable_loop=FalseMike Bayer2012-03-291-0/+94