summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | | | | | | | | | | This reverts commit 4b6077a8c0a0f56bb8dbac37f8f9027130b4091c.
| * | Revert "PackageLoader understands namespace packages"David Lord2020-03-301-39/+8
| | | | | | | | | | | | This reverts commit d2e0e78afe7c6ae864a20c2cc29e80936cff47af.
| * | AttributeError in undefined message doesn't cause RuntimeErrorDavid Lord2020-03-271-3/+7
| | |
| * | better PyObject_HEAD size calculationDavid Lord2020-02-281-4/+1
| | | | | | | | | | | | fixes infinite loop on Python 3.6 32-bit
* | | 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
| |/ | | | | | | | | | | | | Explicit checks for "is True" prevents unexpected behaviour with objects that are callable and have permissive gettatr(), such as Mock. Fixes #1145
* | 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/+0
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* Revert "rename imports to jinja"David Lord2020-01-2613-62/+57
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* Revert "add warning and alias for jinja2"David Lord2020-01-264-7/+10
| | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99.
* add warning and alias for jinja2David Lord2020-01-104-10/+7
|
* rename imports to jinjaDavid Lord2020-01-1013-57/+62
|
* rename directory to jinjaDavid Lord2020-01-1027-0/+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
| | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
* 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
|
* move to src directoryDavid Lord2020-01-0927-0/+12764