summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - correct some misconceptions in how the new lineno thing was built;Mike Bayer2014-06-081-6/+35
* - fix the line number scheme to be consistently 1-based, bothMike Bayer2014-05-211-1/+27
* url escape filter for non-unicodeXie Shi2014-05-041-0/+22
* - use py3.3's unittest.mock if availableMike Bayer2014-04-282-3/+7
* - will now be 1.0Mike Bayer2014-04-282-8/+2
* - switch to argparse for cmdline template runnerMike Bayer2014-04-285-11/+93
* - add addtional test, py2K only, for when and object's __str__() method returnsMike Bayer2014-04-211-0/+13
* - Fixed bug in ``decode.<encoding>`` filter where a non-string objectMike Bayer2014-04-201-1/+10
* - add py.test settingsMike Bayer2014-04-131-3/+3
* - Fixed bug in Python parsing logic which would fail on Python 3Mike Bayer2014-04-131-1/+24
* 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