summaryrefslogtreecommitdiff
path: root/jinja2/environment.py
Commit message (Expand)AuthorAgeFilesLines
* Down to 7 failures for Python 3. We're onto something.Armin Ronacher2010-02-101-6/+4
* Added comment to why __unicode__ goes after __str__.Armin Ronacher2010-02-101-0/+4
* Approaching python3 compatibilityArmin Ronacher2010-02-101-3/+3
* Propably delaying release for better python 3 support. Started working onArmin Ronacher2010-02-091-2/+5
* experimental Python 3 support.Armin Ronacher2010-02-091-3/+3
* Improved finalize documentation.Armin Ronacher2010-01-241-2/+3
* It's a new yearArmin Ronacher2010-01-221-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-12/+49
* Fix typos and one extra import.Georg Brandl2009-11-221-2/+2
* Refactoring in the way the parse function is invoked.Armin Ronacher2009-09-131-15/+25
* More Python 3 support.Armin Ronacher2009-08-051-5/+14
* Renamed (undocumented) attribute overlay to overlayed on the environmentArmin Ronacher2009-07-091-2/+2
* Resolved conflictArmin Ronacher2009-04-161-0/+6
|\
| * Documented more changesArmin Ronacher2009-04-021-0/+9
| * Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-12/+28
* | Fixed a bug with template syntax errors not handled properly.Armin Ronacher2009-04-161-5/+4
* | Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-12/+28
* | Added support for line-based comments.Armin Ronacher2009-03-301-7/+16
* | Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-2/+2
|/
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-5/+10
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-16/+3
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Fixed a typoArmin Ronacher2008-12-081-1/+1
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-5/+68
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-4/+21
* imports and includes "with context" are passed the full context now, not only...Armin Ronacher2008-10-041-7/+13
* Some typos.Georg Brandl2008-09-191-4/+4
* Improved bbcache and documented it.Armin Ronacher2008-09-171-0/+2
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-3/+12
* Linked from autoescape to markupArmin Ronacher2008-09-081-0/+2
* Fixed a typoArmin Ronacher2008-09-081-1/+1
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-5/+2
* Automated merge with http://dev.pocoo.org/hg/jinja2-main/Christopher Grebs2008-07-101-1/+1
|\
| * fixed attribute lookup error with old style classesChristopher Grebs2008-07-101-1/+1
* | Fixed some minor glitches.Armin Ronacher2008-06-201-1/+1
* | Added `TemplateStream.dump`.Armin Ronacher2008-06-171-0/+27
* | Added unittests for stream filtering and preprocessing features of extensions.Armin Ronacher2008-06-141-7/+4
* | added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-2/+29
|/
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-121-2/+15
* items have a higher priority than attributes now. That's compatible with Jin...Armin Ronacher2008-05-261-10/+10
* updated FAQ for performance numbers. I guess I should remove that point anyw...Armin Ronacher2008-05-251-3/+2
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-7/+7
* fixed bug with static unicode strings and auto escapingArmin Ronacher2008-05-241-2/+1
* moved environment defaults to jinja2.defaultsArmin Ronacher2008-05-231-11/+11
* end of line sequence is no configurableArmin Ronacher2008-05-231-4/+16
* fixed an embarrassing mistake in the documentationArmin Ronacher2008-05-191-1/+1
* some more cleaning upArmin Ronacher2008-05-181-17/+14
* small refactoringArmin Ronacher2008-05-181-1/+0
* subscribe doesn't eat up unicode errors any longerArmin Ronacher2008-05-171-2/+7
* removed attribute local aliasing again because that implementation was brokenArmin Ronacher2008-05-161-0/+3