summaryrefslogtreecommitdiff
path: root/src/jinja2
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | add changelog and cleanup for pep 451 supportDavid Lord2020-03-301-6/+6
* | | Use importlib machinery to fix PEP 451 import hooksAnthony Sottile2020-03-301-14/+13
* | | Merge branch '2.11.x'David Lord2020-03-302-3/+8
|\ \ \ | |/ /
| * | namespace object works in async templatesBart Feenstra2020-03-301-1/+2
| * | Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin2020-03-301-2/+6
* | | Merge branch '2.11.x'David Lord2020-03-303-12/+10
|\ \ \ | |/ /
| * | Revert "PackageLoader doesn't depend on setuptools"David Lord2020-03-301-84/+47
| * | Revert "PackageLoader understands namespace packages"David Lord2020-03-301-39/+8
| * | AttributeError in undefined message doesn't cause RuntimeErrorDavid Lord2020-03-271-3/+7
| * | better PyObject_HEAD size calculationDavid Lord2020-02-281-4/+1
* | | Merge branch '2.11.x'David Lord2020-02-271-1/+1
|\ \ \ | |/ /
| * | use soft_str in do_wordcount, to trigger undefinedMatt Martz2020-02-271-1/+1
* | | add note about ugettextDavid Lord2020-02-051-4/+4
* | | bump bytecode cache versionDavid Lord2020-02-051-1/+1
* | | apply pyupgrade and f-stringsDavid Lord2020-02-0524-538/+398
* | | remove more compat codeDavid Lord2020-02-0510-81/+32
* | | remove _compat moduleDavid Lord2020-02-0520-606/+226
* | | remove deprecated codeDavid Lord2020-02-056-122/+5
* | | remove Python 2 from docsDavid Lord2020-02-058-22/+23
* | | Merge branch '2.11.x'David Lord2020-02-055-20/+19
|\ \ \ | |/ /
| * | Use stricter getattr() checks for decorator functionsTomas Krizek2020-02-045-20/+19
| |/
* | Merge branch '2.11.x'David Lord2020-01-301-4/+4
|\ \ | |/
| * Fix attribute access in async code. Fixes #1141Armin Ronacher2020-01-301-4/+4
* | start version 3.0.0David Lord2020-01-271-2/+1
|/
* release version 2.11.02.11.0David Lord2020-01-271-1/+1
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-269-20/+23
* increment bytecode cache versionDavid Lord2020-01-261-9/+6
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-2627-0/+13286
* rename directory to jinjaDavid Lord2020-01-1027-13286/+0
* simplify module docstringsstyleDavid Lord2020-01-1022-242/+41
* remove old scripts and examplesDavid Lord2020-01-101-4/+0
* more relative importsDavid Lord2020-01-107-29/+25
* ensure deprecation warnings mention versionDavid Lord2020-01-103-8/+15
* apply flake8David Lord2020-01-1018-106/+165
* apply blackDavid Lord2020-01-1025-1925/+2497
* apply reorder-python-importsDavid Lord2020-01-1026-182/+275