summaryrefslogtreecommitdiff
path: root/jinja2/environment.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Resolved conflictArmin Ronacher2009-04-161-0/+6
|\ | | | | | | | | --HG-- branch : trunk
| * Documented more changesArmin Ronacher2009-04-021-0/+9
| | | | | | | | | | --HG-- branch : trunk
| * Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-12/+28
| | | | | | | | | | --HG-- branch : trunk
* | Fixed a bug with template syntax errors not handled properly.Armin Ronacher2009-04-161-5/+4
| | | | | | | | | | --HG-- branch : trunk
* | Started refactoring of debugging system for better AppEngine/Pylons support.Armin Ronacher2009-03-051-12/+28
| | | | | | | | | | | | --HG-- branch : trunk extra : rebase_source : 30b87a402e0847f95eaf277d0fc50e1a63177d5b
* | Added support for line-based comments.Armin Ronacher2009-03-301-7/+16
| | | | | | | | | | --HG-- branch : trunk
* | Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-2/+2
|/ | | | | --HG-- branch : trunk
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-241-5/+10
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-16/+3
| | | | | --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Fixed a typoArmin Ronacher2008-12-081-1/+1
| | | | | --HG-- branch : trunk
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-5/+68
| | | | | --HG-- branch : trunk
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-4/+21
| | | | | --HG-- branch : trunk
* imports and includes "with context" are passed the full context now, not ↵Armin Ronacher2008-10-041-7/+13
| | | | | | | only the initial one. --HG-- branch : trunk
* Some typos.Georg Brandl2008-09-191-4/+4
| | | | | --HG-- branch : trunk
* Improved bbcache and documented it.Armin Ronacher2008-09-171-0/+2
| | | | | --HG-- branch : trunk
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-3/+12
| | | | | --HG-- branch : trunk
* Linked from autoescape to markupArmin Ronacher2008-09-081-0/+2
| | | | | --HG-- branch : trunk
* Fixed a typoArmin Ronacher2008-09-081-1/+1
| | | | | --HG-- branch : trunk
* Removed a few stdlib dependencies. This is the first step for IronPython ↵Armin Ronacher2008-08-131-5/+2
| | | | | | | support, the second one being a new lexer. --HG-- branch : trunk
* Automated merge with http://dev.pocoo.org/hg/jinja2-main/Christopher Grebs2008-07-101-1/+1
|\ | | | | | | | | --HG-- branch : trunk
| * fixed attribute lookup error with old style classesChristopher Grebs2008-07-101-1/+1
| | | | | | | | | | --HG-- branch : trunk
* | Fixed some minor glitches.Armin Ronacher2008-06-201-1/+1
| | | | | | | | | | --HG-- branch : trunk
* | Added `TemplateStream.dump`.Armin Ronacher2008-06-171-0/+27
| | | | | | | | | | --HG-- branch : trunk
* | Added unittests for stream filtering and preprocessing features of extensions.Armin Ronacher2008-06-141-7/+4
| | | | | | | | | | --HG-- branch : trunk
* | added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-2/+29
|/ | | | | --HG-- branch : trunk
* Improved attribute and item lookup by allowing template designers to express ↵Armin Ronacher2008-06-121-2/+15
| | | | | | | the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. --HG-- branch : trunk
* items have a higher priority than attributes now. That's compatible with ↵Armin Ronacher2008-05-261-10/+10
| | | | | | | Jinja1 and Django --HG-- branch : trunk
* updated FAQ for performance numbers. I guess I should remove that point ↵Armin Ronacher2008-05-251-3/+2
| | | | | | | anyways. --HG-- branch : trunk
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-7/+7
| | | | | --HG-- branch : trunk
* fixed bug with static unicode strings and auto escapingArmin Ronacher2008-05-241-2/+1
| | | | | --HG-- branch : trunk
* moved environment defaults to jinja2.defaultsArmin Ronacher2008-05-231-11/+11
| | | | | --HG-- branch : trunk
* end of line sequence is no configurableArmin Ronacher2008-05-231-4/+16
| | | | | --HG-- branch : trunk
* fixed an embarrassing mistake in the documentationArmin Ronacher2008-05-191-1/+1
| | | | | --HG-- branch : trunk
* some more cleaning upArmin Ronacher2008-05-181-17/+14
| | | | | --HG-- branch : trunk
* small refactoringArmin Ronacher2008-05-181-1/+0
| | | | | --HG-- branch : trunk
* subscribe doesn't eat up unicode errors any longerArmin Ronacher2008-05-171-2/+7
| | | | | --HG-- branch : trunk
* removed attribute local aliasing again because that implementation was brokenArmin Ronacher2008-05-161-0/+3
| | | | | --HG-- branch : trunk
* improved exception system. now both name (load name) and filename are passed.Armin Ronacher2008-05-161-5/+5
| | | | | --HG-- branch : trunk
* added a semi realworld benchmark (jinja2 and mako)Armin Ronacher2008-05-151-1/+1
| | | | | --HG-- branch : trunk
* improved subscribeArmin Ronacher2008-05-131-6/+8
| | | | | --HG-- branch : trunk
* removed unused importsArmin Ronacher2008-05-131-32/+12
| | | | | --HG-- branch : trunk
* fixed a bug in extension handlingArmin Ronacher2008-05-111-1/+3
| | | | | --HG-- branch : trunk
* more updates on the extension APIArmin Ronacher2008-05-081-0/+9
| | | | | --HG-- branch : trunk
* First extension interface documentation and updates in that interfaceArmin Ronacher2008-05-081-7/+7
| | | | | --HG-- branch : trunk
* documentation updateArmin Ronacher2008-05-071-2/+4
| | | | | --HG-- branch : trunk
* some documentation updatesArmin Ronacher2008-05-071-1/+5
| | | | | --HG-- branch : trunk
* Indented environment parameters in docstring so that the sphinx HTML output ↵Armin Ronacher2008-05-061-46/+48
| | | | | | | looks nicer --HG-- branch : trunk
* some documentation improvements, jinja escapes " and ' now, both into ↵Armin Ronacher2008-05-061-1/+1
| | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk
* moved concat to utils, fixed a few docstrings, fixed memory leak in ↵Armin Ronacher2008-05-031-5/+8
| | | | | | | _speedups.escape --HG-- branch : trunk