summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added a second test for #278Armin Ronacher2017-01-031-0/+11
* Added a test for #278Armin Ronacher2017-01-031-0/+9
* Added test for #86Armin Ronacher2017-01-031-0/+6
* Use a separate scope for the loop else branchArmin Ronacher2017-01-031-1/+6
* Fixed from imports with contextArmin Ronacher2017-01-031-0/+8
* Fixed some broken testsArmin Ronacher2017-01-032-4/+4
* Fixed various breakage from the new id trackingArmin Ronacher2017-01-031-1/+1
* Changed behavior of local extractionArmin Ronacher2017-01-031-2/+3
* Fixed debug support locals for new behaviorArmin Ronacher2017-01-031-1/+13
* Added new-style id tracking codeArmin Ronacher2017-01-031-0/+218
* Merge pull request #530 from nick-garcia/masterArmin Ronacher2017-01-031-0/+2
|\
| * Setting __sub__ equal to _fail_with_undefined_error so subtractions withNick Garcia2016-01-071-0/+2
* | Merge pull request #525 from iffy/fix-cycle-nextArmin Ronacher2017-01-031-0/+11
|\ \
| * | Give Cycler a next() method so that it works in python2 and 3Matt Haggard2015-12-291-0/+11
| |/
* | Support block-set in toplevel situations when extends is usedArmin Ronacher2016-12-311-0/+7
* | Support old-style classes for attribute lookups. Fixes #631Armin Ronacher2016-12-311-0/+8
* | Make noopener the default for urlizeArmin Ronacher2016-12-312-9/+16
* | Rename tests to avoid name collisionMiro HronĨok2016-12-291-2/+2
* | Merge branch '2.8-maintenance'Armin Ronacher2016-12-291-1/+26
|\ \
| * \ Merge branch '2.8-maintenance' of github.com:pallets/jinja into 2.8-maintenanceArmin Ronacher2016-12-291-3/+8
| |\ \
| * | | SECURITY: support sandboxing in format expressionsArmin Ronacher2016-12-291-1/+26
| | |/ | |/|
* | | Make slice work with async generatorsfeature/asyncArmin Ronacher2016-12-291-0/+9
* | | Improved tests for sumArmin Ronacher2016-12-291-10/+12
* | | ported list and sumArmin Ronacher2016-12-291-0/+49
* | | Improved tests for selectArmin Ronacher2016-12-291-9/+15
* | | Ported map and selectArmin Ronacher2016-12-291-0/+29
* | | Test sync and async generatorArmin Ronacher2016-12-291-6/+8
* | | Added reject/rejectattr with basic async supportArmin Ronacher2016-12-291-0/+12
* | | Made join filter work with asyncArmin Ronacher2016-12-281-0/+29
* | | Restructured tests for async filtersArmin Ronacher2016-12-281-17/+24
* | | Made groupby work with asyncArmin Ronacher2016-12-281-10/+70
* | | First pass on async support for filtersArmin Ronacher2016-12-283-2/+24
* | | Make tests pass on older python versions againArmin Ronacher2016-12-282-11/+7
* | | Support the same set of loop functions for async modeArmin Ronacher2016-12-281-1/+176
* | | Added support for async loop contextArmin Ronacher2016-12-281-1/+12
* | | Added basic support for async iterArmin Ronacher2016-12-281-0/+11
* | | Wrap generate to support async modeArmin Ronacher2016-12-281-0/+8
* | | Auto skip async tests for importsArmin Ronacher2016-12-281-0/+2
* | | Added tests for async functionality with imports and includesArmin Ronacher2016-12-281-7/+142
* | | Restore original render func for non async usageArmin Ronacher2016-12-281-0/+19
* | | Basic async support for blocksArmin Ronacher2016-12-281-0/+11
* | | Improved async testArmin Ronacher2016-12-281-4/+7
* | | Added test for macro async supportArmin Ronacher2016-12-281-0/+12
* | | Automatically await on function calls if necessaryArmin Ronacher2016-12-281-0/+21
* | | Initial support for async renderingArmin Ronacher2016-12-281-0/+21
* | | Fixed long standing wrong operator precedenceArmin Ronacher2016-12-281-0/+4
* | | Added a test for generator_stopArmin Ronacher2016-12-281-0/+16
* | | Change environment cache key constructionpgjones2016-05-211-3/+5
* | | Change cache key definitiion in environmentpgjones2016-05-191-8/+20
* | | Merge pull request #439 from jgmize/title-filter-capitalize-inside-parensJeff Widman2016-04-151-0/+8
|\ \ \