summaryrefslogtreecommitdiff
path: root/src/jinja2
Commit message (Expand)AuthorAgeFilesLines
* use asyncio.runDavid Lord2021-05-181-9/+27
* fix deprecated `Markup` subclassDavid Lord2021-05-171-1/+1
* show context for deprecated extensionsDavid Lord2021-05-131-2/+2
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-138-13/+23
* mark top-level names as exportedDavid Lord2021-05-131-31/+31
* Remove type annotation breaking sphinx buildsAdrian Moennich2021-05-121-1/+1
* start version 3.0.1.dev0David Lord2021-05-111-1/+1
* release version 3.0.0David Lord2021-05-111-1/+1
* add type annotationsDavid Lord2021-05-0822-1512/+2456
* release version 3.0.0rc2David Lord2021-04-251-1/+1
* fix Markup subclassDavid Lord2021-04-171-2/+2
* release version 3.0.0rc1David Lord2021-04-161-1/+1
* mention jinja in deprecation messageDavid Lord2021-04-154-17/+23
* deprecate legacy resolve modeDavid Lord2021-04-111-51/+65
* 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