Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 / runtime.py
2012-12-11 W. Trevor KingRun `./2to3.py -w jinja2` master python3
2012-03-09 Ron DuPlainMerge pull request #78 from SimonSapin/patch-2
2012-03-09 Ron DuPlainMerge pull request #81 from obeattie/docs-fix
2012-01-24 Armin RonacherAdded changelog entry for #92 and changed LoopContext...
2012-01-24 Armin RonacherMerge pull request #92 from jasonkotenko/master
2012-01-24 Jason KotenkoFixed loop.last to not consume the entire iterator...
2011-05-24 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-05-07 Armin RonacherMerge pull request #30 from sevas/wordwrap-newline
2011-05-07 Armin RonacherMerge pull request #26 from jek/master
2011-04-25 jason kirtlandRemoved dead code.
2011-01-24 Armin Ronacherjoin now also accepts parameters
2010-12-22 Armin RonacherFixed imports with scoped blocks
2010-11-19 Armin RonacherUndefineds now support attribute errors for special...
2010-06-05 Armin RonacherCalls to functions in templates are now intercepted...
2010-05-29 Armin RonacherNext try for a Python 3 fix
2010-05-29 Armin RonacherFixed a Python 3 bug.
2010-05-29 Armin RonacherTip is now 2.5. Started work on newstyle gettext trans...
2010-05-23 Armin RonacherFixed a failing testcase. (Error caused by constant...
2010-04-12 Armin RonacherImproved error message for undefineds
2010-04-12 Armin RonacherUndefineds give better hints for `None` objects now.
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-16 Armin Ronacherbroke a line into two. (test commit)
2010-02-09 Armin RonacherAdded comment to why __unicode__ goes after __str__.
2010-02-09 Armin RonacherPropably delaying release for better python 3 support...
2010-01-22 Armin RonacherIt's a new year
2009-10-26 Armin RonacherReverted [73b04625ab54]. The old behavior is the new...
2009-09-18 Armin Ronacheradded a deprecation warning for a variable assignment...
2009-08-05 Armin RonacherMore Python 3 support.
2009-08-05 Armin RonacherStarted to work on Python 3 support.
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-02-19 Armin RonacherAdded proper super() support for scoped blocks.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-11-02 Armin RonacherFixed a small bug with the undefined object: the error...
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-09-18 Armin RonacherIt's now possible to create weak references to template...
2008-08-17 Armin RonacherMore work on the ironpython support
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-14 Armin Ronacherfixed a few broken license declarations. should have...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-26 Armin Ronacheradded attr filter
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-18 Armin Ronacherfixed an embarrassing mistake in the documentation
2008-05-18 Armin Ronachersome more cleaning up
2008-05-18 Armin Ronachersmall refactoring
2008-05-15 Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-15 Armin Ronacherfixed bug with parameter parsing
2008-05-15 Armin Ronacherreversed the internal structure for blocks
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-05-11 Armin Ronacherreadded support for recursive for-loops
2008-05-07 Armin Ronacherdocumentation update
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-01 Armin Ronachersmall performance improvements
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacheradded python2.4 workaround for unicode.join bug
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-26 Armin Ronacheradded spitfire to bench and did some more refactoring
2008-04-26 Armin Ronacherworked on the tests and made undefined fail on comparis...
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
2008-04-25 Armin Ronachersome performance improvements
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
2008-04-24 Armin Ronachermoved trans extension from jinja2.i18n to jinja2.ext...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed more unittests
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2008-04-18 Armin Ronacherremoved loop.parent. If this variable is wanted you...
2008-04-17 Priit Laesfixed two typos
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacher`TemplateData` -> `Markup`
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-15 Armin Ronacherremoved unusde __delitem__ for context
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-14 Armin Ronacheradded sandbox and exchageable undefined objects
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Armin Ronacheradded super()
next