summaryrefslogtreecommitdiff
path: root/jinja2/runtime.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed warnings if Python is run with -3.Armin Ronacher2013-08-071-1/+11
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-201-2/+4
* feature to version check for context dict methodsArmin Ronacher2013-05-201-2/+2
* Removed an unnecessary checkArmin Ronacher2013-05-201-8/+7
* Make the runtime leak less of the version hacksArmin Ronacher2013-05-201-13/+13
* Added unicode mixin for unified string logicArmin Ronacher2013-05-191-17/+3
* PY3 -> PY2 macroArmin Ronacher2013-05-191-7/+7
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-19/+24
* six.advance_iterator -> nextArmin Ronacher2013-05-191-1/+2
* Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-0/+11
|\
| * Cleanup and changelog entry for new contextfunction behaviorArmin Ronacher2013-05-181-5/+5
| * - Allow callable classes to have contextfunction and the likeRichard Eames2013-04-151-0/+11
* | Remove unused importsDaniel Neuhäuser2013-05-181-2/+2
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-14/+19
* | python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-4/+5
|/
* Added changelog entry for #92 and changed LoopContext.End to _last_iterationArmin Ronacher2012-01-251-5/+6
* Fixed loop.last to not consume the entire iterator to determine if this isJason Kotenko2012-01-241-2/+14
* Removed dead code.jason kirtland2011-04-251-2/+0
* join now also accepts parametersArmin Ronacher2011-01-241-1/+0
* Fixed imports with scoped blocksArmin Ronacher2010-12-221-0/+1
* Undefineds now support attribute errors for special attributes. This fixes #6Armin Ronacher2010-11-191-2/+8
* Calls to functions in templates are now intercepted for StopIteration.Armin Ronacher2010-06-051-11/+20
* Next try for a Python 3 fixArmin Ronacher2010-05-291-4/+1
* Fixed a Python 3 bug.Armin Ronacher2010-05-291-0/+3
* Tip is now 2.5. Started work on newstyle gettext translations.Armin Ronacher2010-05-291-1/+4
* Fixed a failing testcase. (Error caused by constant folding of undefinedArmin Ronacher2010-05-231-7/+2
* Improved error message for undefinedsArmin Ronacher2010-04-121-6/+7
* Undefineds give better hints for `None` objects now.Armin Ronacher2010-04-121-3/+3
* autoescape no longer is a plain boolean value but can also be a functionArmin Ronacher2010-04-051-3/+3
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-2/+7
* broke a line into two. (test commit)Armin Ronacher2010-02-171-1/+2
* Added comment to why __unicode__ goes after __str__.Armin Ronacher2010-02-101-0/+4
* Propably delaying release for better python 3 support. Started working onArmin Ronacher2010-02-091-2/+2
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Reverted [73b04625ab54]. The old behavior is the new behavior, the otherArmin Ronacher2009-10-261-44/+1
* added a deprecation warning for a variable assignment, scope bugArmin Ronacher2009-09-181-0/+43
* More Python 3 support.Armin Ronacher2009-08-051-4/+10
* Started to work on Python 3 support.Armin Ronacher2009-08-051-3/+6
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-1/+6
* Added proper super() support for scoped blocks.Armin Ronacher2009-02-191-2/+4
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-20/+45
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Include statements can now be marked with ``ignore missing`` to skipArmin Ronacher2008-12-271-2/+3
* Fixed a small bug with the undefined object: the error message on divisions w...Armin Ronacher2008-11-021-2/+3
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-4/+4
* Unified some code in the super/template reference system.Armin Ronacher2008-09-201-10/+32
* It's now possible to create weak references to template contexts.Armin Ronacher2008-09-181-1/+1
* More work on the ironpython supportArmin Ronacher2008-08-171-7/+4
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-2/+7
* fixed a few broken license declarations. should have been BSD not GPLArmin Ronacher2008-07-151-1/+1