Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added untested support for imports and includes in async mode | Armin Ronacher | 2016-12-28 | 1 | -7/+12 | |
| | ||||||
* | Use more _get_default_module calls | Armin Ronacher | 2016-12-28 | 1 | -4/+5 | |
| | ||||||
* | Rewrap | Armin Ronacher | 2016-12-28 | 1 | -1/+2 | |
| | ||||||
* | Stop use of .module in generated code | Armin Ronacher | 2016-12-28 | 1 | -1/+1 | |
| | ||||||
* | Basic async support for blocks | Armin Ronacher | 2016-12-28 | 1 | -2/+4 | |
| | ||||||
* | Automatically await on function calls if necessary | Armin Ronacher | 2016-12-28 | 1 | -0/+7 | |
| | ||||||
* | Initial support for async rendering | Armin Ronacher | 2016-12-28 | 1 | -11/+10 | |
| | ||||||
* | Add async flags | Armin Ronacher | 2016-12-28 | 1 | -0/+7 | |
| | ||||||
* | Added support for generator_stop | Armin Ronacher | 2016-12-27 | 1 | -1/+10 | |
| | ||||||
* | Added decorator support for finalize. This fixes #431 | Armin Ronacher | 2015-05-25 | 1 | -2/+24 | |
| | ||||||
* | Let the Environment override the CodeGenerator | ThiefMaster | 2015-04-06 | 1 | -1/+2 | |
| | | | | see #404 | |||||
* | Implemented a block set tag. | Armin Ronacher | 2014-06-07 | 1 | -28/+51 | |
| | ||||||
* | Merge branch '2.7-maintenance' | Armin Ronacher | 2013-08-07 | 1 | -9/+2 | |
|\ | ||||||
| * | Revert "Support included blocks override" | Armin Ronacher | 2013-08-07 | 1 | -9/+2 | |
| | | | | | | | | | | | | This reverts commit 33aee12a29426987805420a410e13e0470a79cbf. This fixes #243. | |||||
* | | Since we no longer support 2.5 we can use the builtin next() function | Armin Ronacher | 2013-05-20 | 1 | -1/+1 | |
|/ | ||||||
* | Documented loop.depth and added loop.depth0. | Armin Ronacher | 2013-05-20 | 1 | -2/+2 | |
| | ||||||
* | Some more small cleanup for metaclasses | Armin Ronacher | 2013-05-20 | 1 | -1/+2 | |
| | ||||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 1 | -16/+14 | |
| | ||||||
* | six.advance_iterator -> next | Armin Ronacher | 2013-05-19 | 1 | -3/+4 | |
| | ||||||
* | Merge remote-tracking branch 'paradoxxxzero/include_fix' | Armin Ronacher | 2013-05-19 | 1 | -2/+9 | |
|\ | ||||||
| * | Support included blocks override | Florian Mounier | 2012-01-05 | 1 | -2/+9 | |
| | | ||||||
* | | Fixed #79 | Armin Ronacher | 2013-05-19 | 1 | -1/+2 | |
| | | ||||||
* | | Fixed a loop bug. This fixes #100 | Armin Ronacher | 2013-05-19 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed a type in a module name. | Armin Ronacher | 2013-05-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branch | Armin Ronacher | 2013-05-18 | 1 | -7/+3 | |
|\ \ | ||||||
| * | | stuff missing from previous commit, thanks git | Thomas Waldmann | 2013-05-18 | 1 | -5/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into sprint-branch | Armin Ronacher | 2013-05-18 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Fixed typos: overriden to overridden | Jonas Nockert | 2013-02-23 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
* | | | Python 2.6+ supports conditional expressions. | Cory Benfield | 2013-05-18 | 1 | -24/+7 | |
| | | | ||||||
* | | | Merge pull request #214 from Lukasa/luk-sprint-branch | Armin Ronacher | 2013-05-18 | 1 | -4/+6 | |
|\ \ \ | | | | | | | | | Sprint: More misc fixes | |||||
| * | | | Don't assign the range type each time. | Cory Benfield | 2013-05-18 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Cleanup up some imports | Armin Ronacher | 2013-05-18 | 1 | -2/+1 | |
| |_|/ |/| | | ||||||
* | | | Fixed a check that broke pypy | Armin Ronacher | 2013-05-18 | 1 | -1/+5 | |
|/ / | ||||||
* | | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -9/+11 | |
| | | ||||||
* | | python 3 port: automated changes by a slightly modified python-modernize | Thomas Waldmann | 2013-05-17 | 1 | -8/+11 | |
|/ | | | | (replacing unicode with six.text_type, but not replacing u"" by six.u("")) | |||||
* | Fixed a test case | Armin Ronacher | 2011-03-13 | 1 | -9/+6 | |
| | ||||||
* | Grammar. | Armin Ronacher | 2011-01-15 | 1 | -1/+1 | |
| | ||||||
* | groupby now supports attributes of attributes. This fixes #10 | Armin Ronacher | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | Implemented operator intercepting | Armin Ronacher | 2010-11-29 | 1 | -11/+23 | |
| | ||||||
* | Changed naked except statements to catch only subclasses of Exception. | Ian Lewis | 2010-11-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Naked except statements catch subclasses of BaseException which can occur anywhere (i.e. KeyboardInterrupt). Unexpected issues can occur when the exception happens during the loading of a module. The python interpreter doesn't know about a module's failed load and does not remove it from sys.modules. This is particularly a problem on AppEngine where python will think the module is loaded but in fact the module load has failed. See: http://code.google.com/p/googleappengine/issues/detail?id=1409 Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com> | |||||
* | Fixed the profile.py file and removed a useless newline call | Armin Ronacher | 2010-06-06 | 1 | -2/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | it's now possible to register extensions after an environment | Armin Ronacher | 2010-05-29 | 1 | -1/+5 | |
| | | | | | | | was created. --HG-- branch : trunk | |||||
* | Tip is now 2.5. Started work on newstyle gettext translations. | Armin Ronacher | 2010-05-29 | 1 | -0/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a scoping bug that caused the immutable scoping rule to be ignored | Armin Ronacher | 2010-04-05 | 1 | -3/+3 | |
| | | | | | | | in a few edge cases. This clauses #376. --HG-- branch : trunk | |||||
* | autoescape no longer is a plain boolean value but can also be a function | Armin Ronacher | 2010-04-05 | 1 | -1/+1 | |
| | | | | | | | | to enable or disable autoescaping for certain filenames (or file extensions for that matter) --HG-- branch : trunk | |||||
* | Fixed a testcase for Python 2.4 | Armin Ronacher | 2010-03-15 | 1 | -6/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added another testcase and fixed a bug with the volatile scoping. | Armin Ronacher | 2010-03-15 | 1 | -1/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Biggest change to Jinja since the 1.x migration: added evaluation contexts | Armin Ronacher | 2010-03-14 | 1 | -16/+67 | |
| | | | | | | | | | which make it possible to keep the ahead of time optimizations and provide dynamic activation and deactivation of autoescaping and other context specific features. --HG-- branch : trunk | |||||
* | added a :class:`ModuleLoader` that can load templates from | Armin Ronacher | 2010-03-12 | 1 | -6/+13 | |
| | | | | | | | | | | precompiled sources. The environment now features a method to compile the templates from a configured loader into a zip file or folder. --HG-- branch : trunk extra : rebase_source : 4824f663e4ff58ca3d2176c65fc1b7494e1f0c43 | |||||
* | Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ↵ | Armin Ronacher | 2010-02-17 | 1 | -2/+15 | |
| | | | | | | | because of a python limitation. --HG-- branch : trunk |