summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #1509 from kianmeng/fix-typosDavid Lord2021-11-091-1/+1
| |\
| | * Fix typosKian-Meng, Ang2021-10-121-1/+1
| * | Use object.__hash__ for Node.__hash__Kristian Klette2021-11-091-2/+1
| * | Reduce async overhead due to auto_awaitMohamed Akram2021-11-091-0/+7
| * | native: keep same behavior on Python 3.10Martin Krizek2021-11-091-1/+7
| * | simplify CodeType rewritingDavid Lord2021-11-091-53/+33
| |/
* | drop Python 3.6David Lord2021-11-083-87/+8
* | Merge branch '3.0.x'David Lord2021-10-042-4/+4
|\ \ | |/
| * release version 3.0.2David Lord2021-10-041-1/+1
| * omit curdir from PackageLoader root pathDavid Lord2021-10-041-1/+3
| * imported macros can access template globals in async modeDaniel Stone2021-10-041-3/+1
* | Merge branch '3.0.x'David Lord2021-10-045-32/+32
|\ \ | |/
| * apply pyupgradeDavid Lord2021-10-041-1/+1
| * use exception chainingDavid Lord2021-10-045-32/+32
* | Merge remote-tracking branch 'origin/3.0.x'David Lord2021-08-103-3/+9
|\ \ | |/
| * Fixes #1448: Revert Undefined.__contains__ to 2.x behaviourJoachim Jablon2021-08-091-1/+2
| * make compile_templates deterministicTakuto Ikuta2021-08-092-2/+2
| * clear assignments in loops at end of iterationAmy2021-05-211-0/+5
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-021-1/+1
* | Merge branch '3.0.x'David Lord2021-05-181-9/+27
|\ \ | |/
| * start version 3.0.2.dev0David Lord2021-05-181-1/+1
| * release version 3.0.1David Lord2021-05-181-1/+1
| * use asyncio.runDavid Lord2021-05-181-9/+27
* | Merge pull request #1439 from pallets/deprecated-markupDavid Lord2021-05-171-1/+1
|\ \ | |/
| * fix deprecated `Markup` subclassDavid Lord2021-05-171-1/+1
* | Merge branch '3.0.x'David Lord2021-05-131-2/+2
|\ \ | |/
| * show context for deprecated extensionsDavid Lord2021-05-131-2/+2
* | Merge pull request #1434 from pallets/update-typingDavid Lord2021-05-139-44/+54
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/3.0.x'David Lord2021-05-111-1/+1
|\ \ | |/
| * Remove type annotation breaking sphinx buildsAdrian Moennich2021-05-121-1/+1
* | start version 3.1.0.dev0David Lord2021-05-111-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