summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* update dependenciesDavid Lord2022-12-291-2/+4
* normpath on final template filenameDavid Lord2022-03-251-4/+12
* use `posixpath.join` when loading template namesDavid Lord2022-03-151-3/+4
* add case_sensitive parameter groupby filterDavid Lord2022-03-082-0/+39
* add parens around auto_await for filters and callsDavid Lord2022-03-071-0/+16
* add items filterArmin Ronacher2022-03-071-0/+11
* async_variant filters are pickleableJeff Dairiki2022-03-071-0/+6
* specify context for translation blockDavid Lord2021-12-261-1/+13
* support native types in macrosMartin Krizek2021-11-101-0/+7
* remove deprecated legacy resolve mode for context subclassDavid Lord2021-11-101-17/+0
* Merge branch '3.0.x'David Lord2021-11-094-2/+33
|\
| * PackageLoader works with single module fileDavid Lord2021-11-091-0/+22
| * Merge pull request #1509 from kianmeng/fix-typosDavid Lord2021-11-091-2/+2
| |\
| | * Fix typosKian-Meng, Ang2021-10-121-2/+2
| * | Use object.__hash__ for Node.__hash__Kristian Klette2021-11-091-0/+3
| * | native: keep same behavior on Python 3.10Martin Krizek2021-11-091-0/+6
* | | drop Python 3.6David Lord2021-11-082-44/+14
* | | Merge branch '3.0.x'David Lord2021-11-051-3/+6
|\ \ \ | |/ /
| * | Tests: Adapt expected traceback regexes for Python 3.11.0a1Miro Hrončok2021-11-051-3/+6
| |/
* | Tests: Make "Traceback did not match" an actual f-stringMiro Hrončok2021-11-021-1/+1
|/
* omit curdir from PackageLoader root pathDavid Lord2021-10-041-0/+11
* imported macros can access template globals in async modeDaniel Stone2021-10-042-31/+36
* Fixes #1448: Revert Undefined.__contains__ to 2.x behaviourJoachim Jablon2021-08-091-1/+2
* make compile_templates deterministicTakuto Ikuta2021-08-091-0/+28
* clear assignments in loops at end of iterationAmy2021-05-211-0/+7
* use asyncio.runDavid Lord2021-05-181-3/+12
* Use pathlib in some test placesDanny Sepler2021-05-184-46/+27
* rename default branch in filesDavid Lord2021-05-112-44/+47
* add type annotationsDavid Lord2021-05-081-1/+1
* deprecate legacy resolve modeDavid Lord2021-04-111-5/+7
* async support doesn't require patchinginline-asyncDavid Lord2021-04-103-10/+3
* Markup and escape should be imported from markupsafeDavid Lord2021-04-105-5/+5
* unify/rename filter and function decoratorsDavid Lord2021-04-104-26/+24
* add default parameter to groupbylisongmin2021-04-051-0/+15
* Split lines in lexer only by \r\n, \r and \nMatěj Volf2021-04-051-0/+7
* NativeEnvironment supports async moderemidebette2021-04-051-0/+24
* add Undefined.__aiter__Jafnee2021-04-051-0/+14
* Undefined.__contains__ raises UndefinedErrorDavid Parker2021-04-051-0/+1
* parse hex, octal, and binary integer literalsAlex Mykyta2021-04-051-0/+7
* filters.py: do_indent: ident filter can indent with arbitrary charactersLars Kollstedt2021-04-051-0/+4
* add pgettext and npgettextSardorbek Imomaliev2021-04-051-8/+81
* add 'is filter' and 'is test' testsDavid Lord2021-04-042-6/+31
* allow optional use of filter based on existenceAmy2021-04-041-0/+48
* more detailed docs about globalsDavid Lord2021-03-311-22/+17
* fix bug with cached templates not using new globalsAmy2021-03-301-0/+34
* track local loop/block vars for contextfunctionsAmy2021-03-261-0/+98
* map filter can use False as defaultBALaka-182021-02-241-0/+8
* fix new formatting issuesDavid Lord2021-01-303-4/+4
* update urlize docs, clean up codeDavid Lord2021-01-301-2/+2
* Improve and extend urlizeBebleo2021-01-302-0/+32