Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | 3 | -16/+31 | |
| | | | | | | ||||||
| * | | | | | 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 | 2 | -2/+11 | |
| | | | | | | ||||||
| * | | | | | Make tests pass on 3.x again | Armin Ronacher | 2017-01-03 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Made all tests pass again | Armin Ronacher | 2017-01-03 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | 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 | 5 | -56/+50 | |
| | | | | | | ||||||
| * | | | | | Changed behavior of local extraction | Armin Ronacher | 2017-01-03 | 2 | -3/+4 | |
| | | | | | | ||||||
| * | | | | | Reset variables for scoping | Armin Ronacher | 2017-01-03 | 2 | -27/+75 | |
| | | | | | | ||||||
| * | | | | | Fixed debug support locals for new behavior | Armin Ronacher | 2017-01-03 | 2 | -10/+41 | |
| | | | | | | ||||||
| * | | | | | First pass on integrating id tracking | Armin Ronacher | 2017-01-03 | 3 | -370/+130 | |
| | | | | | | ||||||
| * | | | | | Added new-style id tracking code | Armin Ronacher | 2017-01-03 | 2 | -0/+434 | |
| | | | | | | ||||||
* | | | | | | Add test for greater/less than (#624) | Major Hayden | 2017-01-04 | 2 | -1/+23 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | Changelog and __rsub__ handling | Armin Ronacher | 2017-01-03 | 2 | -1/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #530 from nick-garcia/master | Armin Ronacher | 2017-01-03 | 2 | -1/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Subtraction from Undefined does not raise UndefinedError | |||||
| * | | | | | Setting __sub__ equal to _fail_with_undefined_error so subtractions with | Nick Garcia | 2016-01-07 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | undefined variables will fail properly like other arithemtic operations. | |||||
* | | | | | | Changelog entry | Armin Ronacher | 2017-01-03 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #525 from iffy/fix-cycle-next | Armin Ronacher | 2017-01-03 | 2 | -1/+14 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 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 | 2 | -1/+14 | |
| | | | | | | | ||||||
* | | | | | | | Support block-set in toplevel situations when extends is used | Armin Ronacher | 2016-12-31 | 3 | -0/+12 | |
| | | | | | | | ||||||
* | | | | | | | Support old-style classes for attribute lookups. Fixes #631 | Armin Ronacher | 2016-12-31 | 3 | -1/+10 | |
| | | | | | | | ||||||
* | | | | | | | Added docs for policies | Armin Ronacher | 2016-12-31 | 1 | -0/+29 | |
| | | | | | | | ||||||
* | | | | | | | Make noopener the default for urlize | Armin Ronacher | 2016-12-31 | 7 | -20/+45 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:pallets/jinja | Armin Ronacher | 2016-12-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #636 from hroncok/tests_rename | Armin Ronacher | 2016-12-29 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Rename tests to avoid name collision | |||||
| | * | | | | | | | 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 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fixed a name error for an uncommon attribute access in the sandbox2.8-maintenance | Armin Ronacher | 2016-12-29 | 2 | -1/+9 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch '2.8-maintenance' | Armin Ronacher | 2016-12-29 | 4 | -4/+145 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | 2.8.2.dev0 just in case | Armin Ronacher | 2016-12-29 | 2 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Bump version number to 2.8.12.8.1 | Armin Ronacher | 2016-12-29 | 2 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenance | Armin Ronacher | 2016-12-29 | 3 | -4/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Updated changelog | Armin Ronacher | 2016-12-29 | 1 | -1/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | SECURITY: support sandboxing in format expressions | Armin Ronacher | 2016-12-29 | 3 | -5/+143 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Make slice work with async generatorsfeature/async | Armin Ronacher | 2016-12-29 | 2 | -0/+15 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Also test on 3.6 | Armin Ronacher | 2016-12-29 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Added changelog entry | Armin Ronacher | 2016-12-29 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Improved tests for sum | Armin Ronacher | 2016-12-29 | 1 | -10/+12 | |
| | | | | | | | | | ||||||
* | | | | | | | | | ported list and sum | Armin Ronacher | 2016-12-29 | 2 | -1/+69 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Improved tests for select | Armin Ronacher | 2016-12-29 | 1 | -9/+15 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Ported map and select | Armin Ronacher | 2016-12-29 | 3 | -20/+75 | |
| | | | | | | | | |