summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* Small optimization for python scopesArmin Ronacher2017-01-031-1/+1
* Fixed a typoArmin Ronacher2017-01-031-1/+1
* Cleaned up some code that no longer needs to existArmin Ronacher2017-01-031-6/+3
* Stop assigning stuff to the frame that does not belong thereArmin Ronacher2017-01-031-13/+19
* Kill now unused assigned_namesArmin Ronacher2017-01-031-5/+0
* Kill some dead codeArmin Ronacher2017-01-031-11/+0
* Force missing to be a localArmin Ronacher2017-01-031-2/+4
* Fixed from imports with contextArmin Ronacher2017-01-031-2/+3
* Made all tests pass againArmin Ronacher2017-01-031-4/+4
* Fixed various breakage from the new id trackingArmin Ronacher2017-01-031-49/+36
* Reset variables for scopingArmin Ronacher2017-01-031-27/+68
* First pass on integrating id trackingArmin Ronacher2017-01-031-364/+88
* Support block-set in toplevel situations when extends is usedArmin Ronacher2016-12-311-0/+4
* First pass on async support for filtersArmin Ronacher2016-12-281-0/+4
* Made the env._async property public for filtersArmin Ronacher2016-12-281-23/+23
* Support the same set of loop functions for async modeArmin Ronacher2016-12-281-8/+10
* Fixed error messageArmin Ronacher2016-12-281-1/+1
* Added support for async loop contextArmin Ronacher2016-12-281-4/+11
* Added basic support for async iterArmin Ronacher2016-12-281-2/+14
* Added tests for async functionality with imports and includesArmin Ronacher2016-12-281-5/+13
* Added untested support for imports and includes in async modeArmin Ronacher2016-12-281-7/+12
* Use more _get_default_module callsArmin Ronacher2016-12-281-4/+5
* RewrapArmin Ronacher2016-12-281-1/+2
* Stop use of .module in generated codeArmin Ronacher2016-12-281-1/+1
* Basic async support for blocksArmin Ronacher2016-12-281-2/+4
* Automatically await on function calls if necessaryArmin Ronacher2016-12-281-0/+7
* Initial support for async renderingArmin Ronacher2016-12-281-11/+10
* Add async flagsArmin Ronacher2016-12-281-0/+7
* Added support for generator_stopArmin Ronacher2016-12-271-1/+10
* Added decorator support for finalize. This fixes #431Armin Ronacher2015-05-251-2/+24
* Let the Environment override the CodeGeneratorThiefMaster2015-04-061-1/+2
* Implemented a block set tag.Armin Ronacher2014-06-071-28/+51
* Merge branch '2.7-maintenance'Armin Ronacher2013-08-071-9/+2
|\
| * Revert "Support included blocks override"Armin Ronacher2013-08-071-9/+2
* | Since we no longer support 2.5 we can use the builtin next() functionArmin Ronacher2013-05-201-1/+1
|/
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-201-2/+2
* Some more small cleanup for metaclassesArmin Ronacher2013-05-201-1/+2
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-16/+14
* six.advance_iterator -> nextArmin Ronacher2013-05-191-3/+4
* Merge remote-tracking branch 'paradoxxxzero/include_fix'Armin Ronacher2013-05-191-2/+9
|\
| * Support included blocks overrideFlorian Mounier2012-01-051-2/+9
* | Fixed #79Armin Ronacher2013-05-191-1/+2
* | Fixed a loop bug. This fixes #100Armin Ronacher2013-05-191-0/+1
* | Fixed a type in a module name.Armin Ronacher2013-05-181-1/+1
* | Merge remote-tracking branch 'ThomasWaldmann/sprint-branch' into sprint-branchArmin Ronacher2013-05-181-7/+3
|\ \
| * | stuff missing from previous commit, thanks gitThomas Waldmann2013-05-181-5/+2
* | | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-3/+3
|\ \ \
| * | | Fixed typos: overriden to overriddenJonas Nockert2013-02-231-3/+3
| | |/ | |/|
* | | Python 2.6+ supports conditional expressions.Cory Benfield2013-05-181-24/+7
* | | Merge pull request #214 from Lukasa/luk-sprint-branchArmin Ronacher2013-05-181-4/+6
|\ \ \