summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* async support doesn't require patchinginline-asyncDavid Lord2021-04-109-593/+453
* Markup and escape should be imported from markupsafeDavid Lord2021-04-102-11/+32
* unify/rename filter and function decoratorsDavid Lord2021-04-1010-157/+286
* extract common code for import/from nodesDavid Lord2021-04-101-20/+13
* refactor compiler environment.is_async checksangelafrentz2021-04-091-25/+21
* add default parameter to groupbylisongmin2021-04-052-3/+19
* Fix map documentationSam Bull2021-04-051-1/+1
* update wording on dictionary default orderingjeff2021-04-051-3/+2
* Split lines in lexer only by \r\n, \r and \nMatěj Volf2021-04-051-5/+10
* NativeEnvironment supports async moderemidebette2021-04-051-0/+14
* add Undefined.__aiter__Jafnee2021-04-051-0/+4
* Undefined.__contains__ raises UndefinedErrorDavid Parker2021-04-051-1/+1
* parse hex, octal, and binary integer literalsAlex Mykyta2021-04-051-2/+17
* filters.py: do_indent: ident filter can indent with arbitrary charactersLars Kollstedt2021-04-051-3/+12
* add type annotations to filters and testsDavid Lord2021-04-056-206/+509
* add pgettext and npgettextSardorbek Imomaliev2021-04-051-6/+57
* add 'is filter' and 'is test' testsDavid Lord2021-04-044-97/+211
* allow optional use of filter based on existenceAmy2021-04-042-2/+27
* more detailed docs about globalsDavid Lord2021-03-311-41/+80
* fix bug with cached templates not using new globalsAmy2021-03-301-0/+10
* track local loop/block vars for contextfunctionsAmy2021-03-262-4/+46
* allow scoped blocks to access loop varsAmy2021-03-261-3/+6
* map filter can use False as defaultBALaka-182021-02-241-1/+1
* consistent typing configDavid Lord2021-02-246-11/+16
* update tojson docsDavid Lord2021-02-012-46/+46
* Merge branch '2.11.x'David Lord2021-01-312-9/+4
|\
| * release version 2.11.32.11.32.11.xDavid Lord2021-01-311-1/+1
| * speed up urlize matchingDavid Lord2021-01-311-51/+56
| * do_dictsort: update example ready to copy/pasteMark Hansen2020-05-161-4/+4
* | fix new formatting issuesDavid Lord2021-01-303-16/+23
* | refactor urlize functionDavid Lord2021-01-301-63/+71
* | update urlize docs, clean up codeDavid Lord2021-01-303-71/+120
* | Improve and extend urlizeBebleo2021-01-303-27/+93
* | deprecate 'with' and 'autoescape' extensionsFawziyahAlebiosu2021-01-291-2/+17
* | add required attribute to blocksAmy2021-01-293-3/+27
* | native_concat: pass only strings to literal_evalMartin Krizek2021-01-281-0/+2
* | add 'linetable' to the preserved CodeType attributes (#1334)Thomas Moschny2021-01-191-0/+1
* | detect custom async filters in as_constRichard Gibson2020-10-311-4/+7
* | Setup mypyTeymour Aldridge2020-07-288-28/+39
* | ignore trim_blocks using '+%}'Amy2020-06-221-4/+8
* | imported templates can see the current globalsAmy2020-06-224-7/+27
* | remove sandbox._MagicFormatMappingAmy2020-06-151-32/+0
* | update package and filesystem loader docsDavid Lord2020-05-231-12/+17
* | Merge branch '2.11.x'David Lord2020-04-132-30/+15
|\ \ | |/
| * release version 2.11.22.11.2David Lord2020-04-131-1/+1
| * native only evals at end of renderDavid Lord2020-04-131-24/+7
| * Fix unintended lstrip_blocks behavior. Fixes #1138Peter Dolak2020-04-131-5/+8
| * Merge tag '2.11.1' into 2.11.xDavid Lord2020-04-081-1/+1
| |\
| | * release version 2.11.12.11.1David Lord2020-01-301-1/+1
* | | Update oudated CutomLoader code example (#1185)Xinbin Huang2020-04-081-2/+2