summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'David Lord2022-04-281-1/+1
|\
| * release version 3.1.2David Lord2022-04-281-1/+1
| |
* | Merge branch '3.1.x'David Lord2022-04-281-0/+1
|\ \ | |/
| * Fix race conditions in FileSystemBytecodeCacheDavid Vitek2022-04-251-0/+1
| |
* | Merge branch '3.1.x'David Lord2022-04-251-0/+9
|\ \ | |/
| * add missing options to overlay from __init__Tom Brouwer2022-04-041-0/+3
| |
| * start version 3.1.2David Lord2022-04-041-0/+6
| |
* | Merge branch '3.1.x'David Lord2022-03-251-0/+9
|\ \ | |/
| * release version 3.1.1David Lord2022-03-251-1/+1
| |
| * normpath on final template filenameDavid Lord2022-03-251-0/+3
| |
| * start version 3.1.1David Lord2022-03-251-0/+6
| |
* | start version 3.2.0David Lord2022-03-241-0/+6
|/
* release version 3.1.0David Lord2022-03-241-1/+1
|
* use `posixpath.join` when loading template namesDavid Lord2022-03-151-0/+3
|
* add case_sensitive parameter groupby filterDavid Lord2022-03-081-0/+3
| | | | Co-authored-by: Yuri Sukhov <yuri.sukhov@gmail.com>
* add parens around auto_await for filters and callsDavid Lord2022-03-071-0/+2
|
* add items filterArmin Ronacher2022-03-071-0/+1
|
* async_variant filters are pickleableJeff Dairiki2022-03-071-0/+2
|
* update identifier pattern for Python 3.7David Lord2022-01-131-0/+2
|
* specify context for translation blockDavid Lord2021-12-261-0/+3
|
* support native types in macrosMartin Krizek2021-11-101-0/+2
|
* remove deprecated unicode_urlencodeDavid Lord2021-11-101-0/+1
|
* remove deprecated legacy resolve mode for context subclassDavid Lord2021-11-101-0/+3
|
* remove deprecated unicode_join runtime aliasDavid Lord2021-11-101-0/+2
|
* remove deprecated Markup and escape aliasesDavid Lord2021-11-101-0/+1
|
* remove deprecated template function decoratorsDavid Lord2021-11-101-0/+5
|
* remove deprecated extensionsDavid Lord2021-11-091-0/+5
|
* Merge branch '3.0.x'David Lord2021-11-091-1/+18
|\
| * release version 3.0.3David Lord2021-11-091-1/+1
| |
| * PackageLoader works with single module fileDavid Lord2021-11-091-0/+2
| |
| * Merge pull request #1509 from kianmeng/fix-typosDavid Lord2021-11-091-1/+1
| |\ | | | | | | Fix typos
| | * Fix typosKian-Meng, Ang2021-10-121-1/+1
| | |
| * | Use object.__hash__ for Node.__hash__Kristian Klette2021-11-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression in commit 60293416db69782fd048a7820667afa4ae7c423b that changed the `__hash__` implementation of Node from the default pointer hash, to a hash based on the node fields. Since these fields contains list objects, they are not hashable, making every call to `Node.__hash__` fail. This breaks some third-party usage such as in `django-compressor` (See: https://github.com/django-compressor/django-compressor/issues/1060) This changed reverts the hash method back to using `object.__hash__` as the hash implementation.
| * | Reduce async overhead due to auto_awaitMohamed Akram2021-11-091-0/+2
| | |
| * | native: keep same behavior on Python 3.10Martin Krizek2021-11-091-0/+2
| | |
| * | simplify CodeType rewritingDavid Lord2021-11-091-0/+9
| |/
* | Merge branch '3.0.x'David Lord2021-10-041-0/+7
|\ \ | |/
| * release version 3.0.2David Lord2021-10-041-0/+2
| |
| * omit curdir from PackageLoader root pathDavid Lord2021-10-041-0/+3
| | | | | | | | | | | | fixes compatibility with zip imports Co-authored-by: kuepe-sl <peter_kueffner@web.de>
| * imported macros can access template globals in async modeDaniel Stone2021-10-041-0/+2
| |
* | Merge remote-tracking branch 'origin/3.0.x'David Lord2021-08-101-1/+6
|\ \ | |/
| * Fixes #1448: Revert Undefined.__contains__ to 2.x behaviourJoachim Jablon2021-08-091-2/+2
| |
| * make compile_templates deterministicTakuto Ikuta2021-08-091-0/+2
| | | | | | | | | | Python3 doesn't keep insertion order for set(), so this sorts some places for deterministic output for compiled template.
| * clear assignments in loops at end of iterationAmy2021-05-211-0/+3
| |
* | Merge branch '3.0.x'David Lord2021-05-181-1/+10
|\ \ | |/
| * start version 3.0.2.dev0David Lord2021-05-181-0/+6
| |
| * release version 3.0.1David Lord2021-05-181-1/+1
| |
| * use asyncio.runDavid Lord2021-05-181-0/+3
| |
* | Merge pull request #1439 from pallets/deprecated-markupDavid Lord2021-05-171-0/+2
|\ \ | |/ | | fix deprecated `Markup` subclass
| * fix deprecated `Markup` subclassDavid Lord2021-05-171-0/+2
| |