Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Changed behavior of macro defaults to be frame bound | Armin Ronacher | 2017-01-03 | 2 | -7/+5 | |
| | | | | | ||||||
| | | * | | Checked in a failing test | Armin Ronacher | 2017-01-03 | 1 | -0/+11 | |
| | | | | | ||||||
| | | * | | Added a second test for #278 | Armin Ronacher | 2017-01-03 | 1 | -0/+11 | |
| | | | | | ||||||
| | | * | | Added a test for #278 | Armin Ronacher | 2017-01-03 | 1 | -0/+9 | |
| | | | | | ||||||
| | | * | | Added test for #86 | Armin Ronacher | 2017-01-03 | 1 | -0/+6 | |
| | | | | | ||||||
| | | * | | Use a separate scope for the loop else branch | Armin Ronacher | 2017-01-03 | 1 | -1/+6 | |
| | | | | | ||||||
| | | * | | Fixed from imports with context | Armin Ronacher | 2017-01-03 | 1 | -0/+8 | |
| | | | | | ||||||
| | | * | | Fixed some broken tests | Armin Ronacher | 2017-01-03 | 2 | -4/+4 | |
| | | | | | ||||||
| | | * | | Fixed various breakage from the new id tracking | Armin Ronacher | 2017-01-03 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Changed behavior of local extraction | Armin Ronacher | 2017-01-03 | 1 | -2/+3 | |
| | | | | | ||||||
| | | * | | Fixed debug support locals for new behavior | Armin Ronacher | 2017-01-03 | 1 | -1/+13 | |
| | | | | | ||||||
| | | * | | Added new-style id tracking code | Armin Ronacher | 2017-01-03 | 1 | -0/+218 | |
| | | | | | ||||||
| | * | | | Add test for greater/less than (#624) | Major Hayden | 2017-01-04 | 1 | -0/+10 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can be helpful to have a test for values that are greater or less than another value, especially when looping over lists and using `select()` or `selectattr()` filters. This patch adds tests that allow a developer to check if a value is greater or less than another value. For example, if I have a list of vehicles and I want to find the motorcycles: vehicles | selectattr('wheels', 'lessthan', 3) Or, if I want to find large trucks: vehicles | selectattr('wheels', 'greaterthan', 4) Tests are included. | |||||
| | * | | Merge pull request #530 from nick-garcia/master | Armin Ronacher | 2017-01-03 | 1 | -0/+2 | |
| | |\ \ | | | | | | | | | | | Subtraction from Undefined does not raise UndefinedError | |||||
| | | * | | Setting __sub__ equal to _fail_with_undefined_error so subtractions with | Nick Garcia | 2016-01-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | undefined variables will fail properly like other arithemtic operations. | |||||
| | * | | | Merge pull request #525 from iffy/fix-cycle-next | Armin Ronacher | 2017-01-03 | 1 | -0/+11 | |
| | |\ \ \ | | | | | | | | | | | | | Give Cycler a next() method so that it works in python2 and 3 | |||||
| | | * | | | Give Cycler a next() method so that it works in python2 and 3 | Matt Haggard | 2015-12-29 | 1 | -0/+11 | |
| | | |/ / | ||||||
| | * | | | Support block-set in toplevel situations when extends is used | Armin Ronacher | 2016-12-31 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | Support old-style classes for attribute lookups. Fixes #631 | Armin Ronacher | 2016-12-31 | 1 | -0/+8 | |
| | | | | | ||||||
| | * | | | Make noopener the default for urlize | Armin Ronacher | 2016-12-31 | 2 | -9/+16 | |
| | | | | | ||||||
| | * | | | Rename tests to avoid name collision | Miro HronĨok | 2016-12-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Previously, two tests where not executed because of name collision | |||||
| | * | | | Merge branch '2.8-maintenance' | Armin Ronacher | 2016-12-29 | 1 | -1/+26 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenance | Armin Ronacher | 2016-12-29 | 1 | -3/+8 | |
| | | |\ \ \ | ||||||
| | | * | | | | SECURITY: support sandboxing in format expressions | Armin Ronacher | 2016-12-29 | 1 | -1/+26 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | Make slice work with async generatorsfeature/async | Armin Ronacher | 2016-12-29 | 1 | -0/+9 | |
| | | | | | | ||||||
| | * | | | | Improved tests for sum | Armin Ronacher | 2016-12-29 | 1 | -10/+12 | |
| | | | | | | ||||||
| | * | | | | ported list and sum | Armin Ronacher | 2016-12-29 | 1 | -0/+49 | |
| | | | | | | ||||||
| | * | | | | Improved tests for select | Armin Ronacher | 2016-12-29 | 1 | -9/+15 | |
| | | | | | | ||||||
| | * | | | | Ported map and select | Armin Ronacher | 2016-12-29 | 1 | -0/+29 | |
| | | | | | | ||||||
| | * | | | | Test sync and async generator | Armin Ronacher | 2016-12-29 | 1 | -6/+8 | |
| | | | | | | ||||||
| | * | | | | Added reject/rejectattr with basic async support | Armin Ronacher | 2016-12-29 | 1 | -0/+12 | |
| | | | | | | ||||||
| | * | | | | Made join filter work with async | Armin Ronacher | 2016-12-28 | 1 | -0/+29 | |
| | | | | | | ||||||
| | * | | | | Restructured tests for async filters | Armin Ronacher | 2016-12-28 | 1 | -17/+24 | |
| | | | | | | ||||||
| | * | | | | Made groupby work with async | Armin Ronacher | 2016-12-28 | 1 | -10/+70 | |
| | | | | | | ||||||
| | * | | | | First pass on async support for filters | Armin Ronacher | 2016-12-28 | 3 | -2/+24 | |
| | | | | | | ||||||
| | * | | | | Make tests pass on older python versions again | Armin Ronacher | 2016-12-28 | 2 | -11/+7 | |
| | | | | | | ||||||
| | * | | | | 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 | |
| | | | | | | ||||||
| | * | | | | Fixed long standing wrong operator precedence | Armin Ronacher | 2016-12-28 | 1 | -0/+4 | |
| | | | | | | ||||||
| | * | | | | Added a test for generator_stop | Armin Ronacher | 2016-12-28 | 1 | -0/+16 | |
| | | |_|/ | | |/| | |