Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various optimizer bugs. This fixes #548bugfix/inline-optmiize | Armin Ronacher | 2017-01-06 | 1 | -9/+35 |
| | |||||
* | Block sets are now safe. This fixes #490 | Armin Ronacher | 2017-01-06 | 1 | -1/+2 |
| | |||||
* | Fixed self references in macros | Armin Ronacher | 2017-01-06 | 1 | -32/+74 |
| | |||||
* | Write loads in order they were defined | Armin Ronacher | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Killed some whitespace | Armin Ronacher | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Optimize the case where we know about defined variables | Armin Ronacher | 2017-01-06 | 1 | -4/+11 |
| | |||||
* | Set macro autoescape behavior at call instead of compile time. Fixes #565 | Armin Ronacher | 2017-01-06 | 1 | -16/+19 |
| | |||||
* | Optimize emitting of forced yields | Armin Ronacher | 2017-01-06 | 1 | -4/+3 |
| | |||||
* | Support yield from if we can use it | Armin Ronacher | 2017-01-05 | 1 | -16/+42 |
| | |||||
* | Changed behavior of macro defaults to be frame bound | Armin Ronacher | 2017-01-03 | 1 | -10/+20 |
| | |||||
* | Alias resolve and undefined | Armin Ronacher | 2017-01-03 | 1 | -4/+10 |
| | |||||
* | Kill stray print | Armin Ronacher | 2017-01-03 | 1 | -1/+0 |
| | |||||
* | Small optimizations for escape branches | Armin Ronacher | 2017-01-03 | 1 | -5/+5 |
| | |||||
* | Small optimization for recursive loops | Armin Ronacher | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | Use a separate scope for the loop else branch | Armin Ronacher | 2017-01-03 | 1 | -6/+8 |
| | |||||
* | Clarified for else todo | Armin Ronacher | 2017-01-03 | 1 | -1/+2 |
| | |||||
* | 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. |