Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Started 2.7 maintenance branch | Armin Ronacher | 2013-07-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed some incorrect docs | Armin Ronacher | 2013-06-05 | 1 | -8/+9 | |
| | | | ||||||
* | | | filter should accept objects. | John Boxall | 2013-05-28 | 2 | -1/+9 | |
| |/ |/| | ||||||
* | | Removed some no longer needed code from compat | Armin Ronacher | 2013-05-20 | 3 | -20/+6 | |
| | | ||||||
* | | Removed duplication from types that was only necessary for IronPython | Armin Ronacher | 2013-05-20 | 4 | -35/+16 | |
| | | ||||||
* | | Since we no longer support 2.5 we can use the builtin next() function | Armin Ronacher | 2013-05-20 | 11 | -16/+9 | |
| | | ||||||
* | | This is now 2.8-dev | Armin Ronacher | 2013-05-20 | 1 | -1/+1 | |
|/ | ||||||
* | Bump version number to 2.72.7 | Armin Ronacher | 2013-05-20 | 1 | -1/+1 | |
| | ||||||
* | Disable py_compile for Python 3 and pypy | Armin Ronacher | 2013-05-20 | 3 | -23/+29 | |
| | ||||||
* | Added nicer test finder from Flask | Armin Ronacher | 2013-05-20 | 1 | -0/+59 | |
| | ||||||
* | Documented loop.depth and added loop.depth0. | Armin Ronacher | 2013-05-20 | 3 | -4/+26 | |
| | ||||||
* | Changed lookup logic for make_attrgetter to support integers like the ↵ | Armin Ronacher | 2013-05-20 | 2 | -2/+14 | |
| | | | | regular syntax | |||||
* | Renamed helper classes in with_metaclass | Armin Ronacher | 2013-05-20 | 1 | -2/+2 | |
| | ||||||
* | Added missing method for template errors | Armin Ronacher | 2013-05-20 | 1 | -0/+2 | |
| | ||||||
* | Removed some dead imports | Armin Ronacher | 2013-05-20 | 1 | -1/+1 | |
| | ||||||
* | Unified constructor for template errors between 2.x and 3.x | Armin Ronacher | 2013-05-20 | 1 | -0/+3 | |
| | ||||||
* | feature to version check for context dict methods | Armin Ronacher | 2013-05-20 | 1 | -2/+2 | |
| | ||||||
* | Corrected a newline | Armin Ronacher | 2013-05-20 | 1 | -1/+1 | |
| | ||||||
* | Removed an unnecessary check | Armin Ronacher | 2013-05-20 | 1 | -8/+7 | |
| | ||||||
* | More cleanup in the utils module | Armin Ronacher | 2013-05-20 | 3 | -37/+31 | |
| | ||||||
* | Some more small cleanup for metaclasses | Armin Ronacher | 2013-05-20 | 4 | -5/+2 | |
| | ||||||
* | Disable module loader test case on pypy because they are not supported | Armin Ronacher | 2013-05-20 | 1 | -1/+4 | |
| | ||||||
* | Added an explanation for how with_metaclass works | Armin Ronacher | 2013-05-20 | 1 | -0/+9 | |
| | ||||||
* | Make the runtime leak less of the version hacks | Armin Ronacher | 2013-05-20 | 9 | -89/+92 | |
| | ||||||
* | Removed unnecessary del | Armin Ronacher | 2013-05-19 | 1 | -1/+0 | |
| | ||||||
* | Added unicode mixin for unified string logic | Armin Ronacher | 2013-05-19 | 5 | -51/+21 | |
| | ||||||
* | PY3 -> PY2 macro | Armin Ronacher | 2013-05-19 | 9 | -57/+94 | |
| | ||||||
* | Rewrapped import | Armin Ronacher | 2013-05-19 | 1 | -1/+2 | |
| | ||||||
* | Unified version checks where appropriate | Armin Ronacher | 2013-05-19 | 10 | -28/+30 | |
| | ||||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 16 | -183/+199 | |
| | ||||||
* | Removed bundled markupsafe | Armin Ronacher | 2013-05-19 | 6 | -673/+2 | |
| | ||||||
* | Fixed a docstring and a syntax error on 3.3 | Armin Ronacher | 2013-05-19 | 2 | -4/+4 | |
| | ||||||
* | six.advance_iterator -> next | Armin Ronacher | 2013-05-19 | 11 | -103/+113 | |
| | ||||||
* | Merge remote-tracking branch 'paradoxxxzero/include_fix' | Armin Ronacher | 2013-05-19 | 2 | -2/+25 | |
|\ | ||||||
| * | Support included blocks override | Florian Mounier | 2012-01-05 | 2 | -2/+25 | |
| | | ||||||
* | | Fixed #79 | Armin Ronacher | 2013-05-19 | 2 | -3/+27 | |
| | | ||||||
* | | Merge remote-tracking branch 'apollo13/master' | Armin Ronacher | 2013-05-19 | 2 | -2/+23 | |
|\ \ | ||||||
| * | | fix previous commit, which was kinda nonfunctional | Florian Apolloner | 2012-01-18 | 2 | -5/+12 | |
| | | | ||||||
| * | | don't evaluate trans arguments twice. | Florian Apolloner | 2012-01-18 | 2 | -1/+15 | |
| | | | ||||||
* | | | Fixed a loop bug. This fixes #100 | Armin Ronacher | 2013-05-19 | 2 | -0/+11 | |
| | | | ||||||
* | | | Added support for map, select, reject, selectattr and rejectattr | Armin Ronacher | 2013-05-19 | 3 | -1/+284 | |
| | | | | | | | | | | | | | | | | | | filters. This supercedes #66 | |||||
* | | | Merge pull request #76 from kracekumar/master | Armin Ronacher | 2013-05-19 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Changed three to four in nodes.py at line no 107 | |||||
| * | | | Changed three major types to four major types in nodes.py | kracekumar | 2011-11-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #114 from cocoatomo/patch-1 | Armin Ronacher | 2013-05-19 | 1 | -1/+0 | |
|\ \ \ \ | | | | | | | | | | | There is no need to initialize Environment#bytecode_cache twice | |||||
| * | | | | There is no need to initialize Environment#bytecode_cache. | cocoatomo | 2012-04-06 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | Merge pull request #138 from gazpachoking/default_fix | Armin Ronacher | 2013-05-19 | 2 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Prevent default filter from throwing UndefinedError | |||||
| * | | | | | Prevent default filter from throwing UndefinedError when boolean flag is ↵ | Chase Sterling | 2012-07-05 | 2 | -1/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | used with StrictUndefined. | |||||
* | | | | | Merge branch 'master' of github.com:mitsuhiko/jinja2 | Armin Ronacher | 2013-05-19 | 2 | -1/+8 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #162 from mgax/fix-caching | Armin Ronacher | 2013-05-19 | 2 | -1/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | fix DictLoader `uptodate` callback | |||||
| | * | | | | | fix DictLoader `uptodate` callback | Alex Morega | 2012-11-18 | 2 | -1/+8 | |
| | | | | | | |