Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Small optimization for python scopes | Armin Ronacher | 2017-01-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed a typo | Armin Ronacher | 2017-01-03 | 1 | -1/+1 | |
| | ||||||
* | Cleaned up some code that no longer needs to exist | Armin Ronacher | 2017-01-03 | 1 | -6/+3 | |
| | ||||||
* | Stop assigning stuff to the frame that does not belong there | Armin Ronacher | 2017-01-03 | 1 | -13/+19 | |
| | ||||||
* | Kill now unused assigned_names | Armin Ronacher | 2017-01-03 | 1 | -5/+0 | |
| | ||||||
* | Kill some dead code | Armin Ronacher | 2017-01-03 | 1 | -11/+0 | |
| | ||||||
* | Force missing to be a local | Armin Ronacher | 2017-01-03 | 1 | -2/+4 | |
| | ||||||
* | Fixed from imports with context | Armin Ronacher | 2017-01-03 | 1 | -2/+3 | |
| | ||||||
* | Made all tests pass again | Armin Ronacher | 2017-01-03 | 1 | -4/+4 | |
| | ||||||
* | Fixed various breakage from the new id tracking | Armin Ronacher | 2017-01-03 | 1 | -49/+36 | |
| | ||||||
* | Reset variables for scoping | Armin Ronacher | 2017-01-03 | 1 | -27/+68 | |
| | ||||||
* | First pass on integrating id tracking | Armin Ronacher | 2017-01-03 | 1 | -364/+88 | |
| | ||||||
* | Support block-set in toplevel situations when extends is used | Armin Ronacher | 2016-12-31 | 1 | -0/+4 | |
| | ||||||
* | First pass on async support for filters | Armin Ronacher | 2016-12-28 | 1 | -0/+4 | |
| | ||||||
* | Made the env._async property public for filters | Armin Ronacher | 2016-12-28 | 1 | -23/+23 | |
| | ||||||
* | Support the same set of loop functions for async mode | Armin Ronacher | 2016-12-28 | 1 | -8/+10 | |
| | ||||||
* | Fixed error message | Armin Ronacher | 2016-12-28 | 1 | -1/+1 | |
| | ||||||
* | Added support for async loop context | Armin Ronacher | 2016-12-28 | 1 | -4/+11 | |
| | ||||||
* | Added basic support for async iter | Armin Ronacher | 2016-12-28 | 1 | -2/+14 | |
| | ||||||
* | Added tests for async functionality with imports and includes | Armin Ronacher | 2016-12-28 | 1 | -5/+13 | |
| | ||||||
* | 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 |