Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | async support doesn't require patchinginline-async | David Lord | 2021-04-10 | 1 | -1/+1 |
| | |||||
* | NativeEnvironment supports async mode | remidebette | 2021-04-05 | 1 | -0/+24 |
| | |||||
* | add Undefined.__aiter__ | Jafnee | 2021-04-05 | 1 | -0/+14 |
| | |||||
* | fix new formatting issues | David Lord | 2021-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch '2.11.x' | David Lord | 2020-03-30 | 1 | -0/+11 |
|\ | |||||
| * | namespace object works in async templates | Bart Feenstra | 2020-03-30 | 1 | -0/+11 |
| | | |||||
* | | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -5/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -5/+4 |
|/ | |||||
* | Added regression test for slicing of attributes | Armin Ronacher | 2020-01-30 | 1 | -0/+4 |
| | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -7/+7 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -7/+7 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -10/+6 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -195/+275 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -4/+8 |
| | |||||
* | refactor visit_Output | David Lord | 2019-11-20 | 1 | -7/+6 |
| | | | | | | | | | | | | * `finalize` is generated once and cached for all nodes. * Extract common behavior for native env. Removed the compiler behavior where groups of nodes would generate a format string. Instead, individual nodes are always yielded. This made rendering 30% faster in the examples, and simplifies the code. It also removes the issue where Python would report either the first or last line of the multi-line format expression, messing up the traceback line number mapping. | ||||
* | async templates await attribute accessrefactor-loop-context | David Lord | 2019-11-07 | 1 | -20/+12 |
| | |||||
* | Replaced try...catch within tests with pytest.raisespytest-cleanup | Kevin Brown | 2019-10-10 | 1 | -6/+4 |
| | | | | | | This still leaves one in test_debug which relies on reading out the traceback and cannot easily be replaced by pytest.raises like the others. | ||||
* | Add changed() to loop context | Adrian Moennich | 2017-06-24 | 1 | -0/+7 |
| | |||||
* | Add previtem/nextitem to loop context | Adrian Moennich | 2017-06-24 | 1 | -0/+20 |
| | | | | related: #641 | ||||
* | Fixed async macro autoescape. Fixes #671 | Armin Ronacher | 2017-01-28 | 1 | -0/+15 |
| | |||||
* | Resolved extends errors in async mode (Fixes #668) | Armin Ronacher | 2017-01-24 | 1 | -0/+4 |
| | |||||
* | Correctly scope loop filters. Fixes #649 | Armin Ronacher | 2017-01-09 | 1 | -0/+49 |
| | |||||
* | Remove unused/duplicate imports | Adrian Moennich | 2017-01-09 | 1 | -1/+0 |
| | |||||
* | Make tests pass on older python versions again | Armin Ronacher | 2016-12-28 | 1 | -11/+0 |
| | |||||
* | Support the same set of loop functions for async mode | Armin Ronacher | 2016-12-28 | 1 | -1/+176 |
| | |||||
* | Added support for async loop context | Armin Ronacher | 2016-12-28 | 1 | -1/+12 |
| | |||||
* | Added basic support for async iter | Armin Ronacher | 2016-12-28 | 1 | -0/+11 |
| | |||||
* | Wrap generate to support async mode | Armin Ronacher | 2016-12-28 | 1 | -0/+8 |
| | |||||
* | Auto skip async tests for imports | Armin Ronacher | 2016-12-28 | 1 | -0/+2 |
| | |||||
* | Added tests for async functionality with imports and includes | Armin Ronacher | 2016-12-28 | 1 | -7/+142 |
| | |||||
* | Restore original render func for non async usage | Armin Ronacher | 2016-12-28 | 1 | -0/+19 |
| | |||||
* | Basic async support for blocks | Armin Ronacher | 2016-12-28 | 1 | -0/+11 |
| | |||||
* | Improved async test | Armin Ronacher | 2016-12-28 | 1 | -4/+7 |
| | |||||
* | Added test for macro async support | Armin Ronacher | 2016-12-28 | 1 | -0/+12 |
| | |||||
* | Automatically await on function calls if necessary | Armin Ronacher | 2016-12-28 | 1 | -0/+21 |
| | |||||
* | Initial support for async rendering | Armin Ronacher | 2016-12-28 | 1 | -0/+21 |