Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a bug with nested loops and the special loop variable. | Armin Ronacher | 2008-08-13 | 1 | -15/+21 | |
| | | | | | | | H: Enter commit message. Lines beginning with 'HG:' are removed. --HG-- branch : trunk | |||||
* | Removed a few stdlib dependencies. This is the first step for IronPython ↵ | Armin Ronacher | 2008-08-13 | 1 | -7/+9 | |
| | | | | | | | support, the second one being a new lexer. --HG-- branch : trunk | |||||
* | fixed a few broken license declarations. should have been BSD not GPL | Armin Ronacher | 2008-07-15 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed bug in finalizer | Armin Ronacher | 2008-07-14 | 1 | -1/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a bug with the loop context of a for loop if the iterator passed has a ↵ | Armin Ronacher | 2008-07-04 | 1 | -8/+26 | |
| | | | | | | | volatile `__len__` like the listreverseiterator. `else` in inline if-expressions is optional now. --HG-- branch : trunk | |||||
* | Changed all sentences with occurrences of subscribing to a similar sentence ↵ | Armin Ronacher | 2008-06-25 | 1 | -1/+1 | |
| | | | | | | | that uses the word "subscript". And the person that comes up with a less confusing verb for the attribute/item lookup method (that is not lookup!!1) gets an extra THANKS entry. --HG-- branch : trunk | |||||
* | Improved attribute and item lookup by allowing template designers to express ↵ | Armin Ronacher | 2008-06-12 | 1 | -2/+7 | |
| | | | | | | | the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. --HG-- branch : trunk | |||||
* | even more tests, fixed severe bug with autoescaping. | Armin Ronacher | 2008-05-25 | 1 | -2/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | all calls are proxied by context.call now so that we can inject environment ↵ | Armin Ronacher | 2008-05-25 | 1 | -24/+13 | |
| | | | | | | | and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ --HG-- branch : trunk | |||||
* | fixed bug with static unicode strings and auto escaping | Armin Ronacher | 2008-05-24 | 1 | -2/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -1/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -3/+6 | |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | |||||
* | added loopcontrols extension and added unittests for it | Armin Ronacher | 2008-05-23 | 1 | -9/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | refactored compiler and improved identifier handling for for-loops | Armin Ronacher | 2008-05-23 | 1 | -39/+55 | |
| | | | | | --HG-- branch : trunk | |||||
* | variables starting with one or more underscores are not exported | Armin Ronacher | 2008-05-23 | 1 | -8/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | call is now handled like a regular unnamed macro, refactored compiled a bit | Armin Ronacher | 2008-05-22 | 1 | -80/+76 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved thread safety of the LRUCache and fixed a bug in for loops | Armin Ronacher | 2008-05-19 | 1 | -24/+17 | |
| | | | | | --HG-- branch : trunk | |||||
* | temporary identifiers are prefixed with "t_" now and the ↵ | Armin Ronacher | 2008-05-19 | 1 | -1/+1 | |
| | | | | | | | _node_setup_finished hack went away --HG-- branch : trunk | |||||
* | some more cleaning up | Armin Ronacher | 2008-05-18 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | small refactoring | Armin Ronacher | 2008-05-18 | 1 | -51/+53 | |
| | | | | | --HG-- branch : trunk | |||||
* | subscribe doesn't eat up unicode errors any longer | Armin Ronacher | 2008-05-17 | 1 | -9/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed attribute local aliasing again because that implementation was broken | Armin Ronacher | 2008-05-16 | 1 | -67/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved exception system. now both name (load name) and filename are passed. | Armin Ronacher | 2008-05-16 | 1 | -5/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | added disclaimer to rwbench and fixed error reporting for one of the four ↵ | Armin Ronacher | 2008-05-16 | 1 | -5/+5 | |
| | | | | | | | Output cases --HG-- branch : trunk | |||||
* | simplified from imports | Armin Ronacher | 2008-05-15 | 1 | -2/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | added a semi realworld benchmark (jinja2 and mako) | Armin Ronacher | 2008-05-15 | 1 | -3/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed bug with parameter parsing | Armin Ronacher | 2008-05-15 | 1 | -3/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed error on static subscribe aliasing if the subscription argument was a ↵ | Armin Ronacher | 2008-05-15 | 1 | -2/+2 | |
| | | | | | | | variable --HG-- branch : trunk | |||||
* | fixed error reporting for filtered statements | Armin Ronacher | 2008-05-15 | 1 | -7/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | reversed the internal structure for blocks | Armin Ronacher | 2008-05-15 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for local aliasing of some attributes. the technique used is ↵ | Armin Ronacher | 2008-05-15 | 1 | -1/+67 | |
| | | | | | | | not very good but covers at least some of the more common use cases --HG-- branch : trunk | |||||
* | the two escape implementations work the same now, updated jinja2-debug to ↵ | Armin Ronacher | 2008-05-14 | 1 | -1/+1 | |
| | | | | | | | load the i18n extension --HG-- branch : trunk | |||||
* | improved subscribe | Armin Ronacher | 2008-05-13 | 1 | -1/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | switched back to explicit set for assignments. {% foo = 42 %} becomes {% ↵ | Armin Ronacher | 2008-05-13 | 1 | -2/+2 | |
| | | | | | | | set foo = 42 %} and {% foo.something() }} becomes {{ void(foo.something() }} with this commit. --HG-- branch : trunk | |||||
* | improved variable exporting, added TODO file | Armin Ronacher | 2008-05-12 | 1 | -3/+19 | |
| | | | | | --HG-- branch : trunk | |||||
* | added unittest for recursive for loop | Armin Ronacher | 2008-05-11 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | readded support for recursive for-loops | Armin Ronacher | 2008-05-11 | 1 | -10/+66 | |
| | | | | | --HG-- branch : trunk | |||||
* | added parsing code for "for item in seq recursive" and improved parser ↵ | Armin Ronacher | 2008-05-11 | 1 | -2/+2 | |
| | | | | | | | interface a bit --HG-- branch : trunk | |||||
* | fixed a bug in extension handling | Armin Ronacher | 2008-05-11 | 1 | -1/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Backed out changeset 6afb554797b6, which added unicode identifier support. ↵ | Armin Ronacher | 2008-05-11 | 1 | -48/+17 | |
| | | | | | | | This doesn't work in reality under Python 2.6 properly. --HG-- branch : trunk | |||||
* | added support for unicode identifiers | Armin Ronacher | 2008-05-11 | 1 | -17/+48 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for dotted names in tests and filters | Armin Ronacher | 2008-05-10 | 1 | -6/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | First extension interface documentation and updates in that interface | Armin Ronacher | 2008-05-08 | 1 | -1/+32 | |
| | | | | | --HG-- branch : trunk | |||||
* | some documentation improvements, jinja escapes " and ' now, both into ↵ | Armin Ronacher | 2008-05-06 | 1 | -1/+1 | |
| | | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk | |||||
* | Fixed bug that caused "for item in seq if expr" to fail if the loop is not ↵ | Armin Ronacher | 2008-05-06 | 1 | -1/+1 | |
| | | | | | | | accessing loop --HG-- branch : trunk | |||||
* | moved concat to utils, fixed a few docstrings, fixed memory leak in ↵ | Armin Ronacher | 2008-05-03 | 1 | -2/+1 | |
| | | | | | | | _speedups.escape --HG-- branch : trunk | |||||
* | added "with context" or "without context" import/include modifiers | Armin Ronacher | 2008-05-02 | 1 | -7/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | small performance improvements | Armin Ronacher | 2008-05-01 | 1 | -6/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -2/+7 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | python2.4 compatibility and doc updates | Armin Ronacher | 2008-04-28 | 1 | -1/+3 | |
| | | | | | --HG-- branch : trunk |