summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add note about ugettextdrop-python2David Lord2020-01-291-4/+4
|
* add pyupgrade pre-commit hookDavid Lord2020-01-291-0/+5
|
* bump bytecode cache versionDavid Lord2020-01-281-1/+1
|
* apply pyupgrade and f-stringsDavid Lord2020-01-2854-832/+641
|
* stop building universal wheelDavid Lord2020-01-282-9/+2
|
* remove more compat codeDavid Lord2020-01-2813-117/+56
|
* remove _compat moduleDavid Lord2020-01-2829-768/+266
|
* remove deprecated codeDavid Lord2020-01-2810-134/+9
|
* remove unsupported test envsDavid Lord2020-01-282-10/+3
|
* remove Python 2 from docsDavid Lord2020-01-2815-245/+115
|
* start version 3.0.0David Lord2020-01-273-16/+14
|
* release version 2.11.02.11.0David Lord2020-01-272-6/+7
|
* add python 3.8 classifier, clean up changelogDavid Lord2020-01-262-11/+8
|
* isolate bytecode cache testsDavid Lord2020-01-261-3/+3
|
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-269-20/+23
|
* increment bytecode cache versionDavid Lord2020-01-261-9/+6
|
* remove test and coverage results from ciDavid Lord2020-01-264-42/+9
|
* Merge pull request #1133 from pallets/revert-renameDavid Lord2020-01-2672-379/+408
|\ | | | | Revert "Rename to Jinja"
| * Revert "rename directory to jinja"revert-renameDavid Lord2020-01-2627-0/+0
| | | | | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
| * Revert "rename imports to jinja"David Lord2020-01-2657-367/+393
| | | | | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
| * Revert "add warning and alias for jinja2"David Lord2020-01-267-12/+15
|/ | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99.
* extract jinja2-compat to separate repoDavid Lord2020-01-1032-195/+0
|
* Merge pull request #1121 from pallets/the-great-renameDavid Lord2020-01-10104-408/+574
|\ | | | | Rename jinja2 to jinja
| * add warning and alias for jinja2David Lord2020-01-1039-15/+207
| |
| * rename imports to jinjaDavid Lord2020-01-1057-393/+367
| |
| * rename directory to jinjaDavid Lord2020-01-1027-0/+0
|/
* Merge pull request #1125 from pallets/styleDavid Lord2020-01-1097-7993/+6620
|\ | | | | move to src directory, add pre-commit
| * simplify module docstringsstyleDavid Lord2020-01-1038-387/+41
| |
| * remove old scripts and examplesDavid Lord2020-01-1031-2599/+34
| |
| * add py 3.8 and style to testsDavid Lord2020-01-102-20/+27
| |
| * more relative importsDavid Lord2020-01-108-33/+32
| | | | | | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
| * ensure deprecation warnings mention versionDavid Lord2020-01-106-13/+19
| |
| * apply flake8David Lord2020-01-1043-433/+426
| |
| * apply blackDavid Lord2020-01-1067-4883/+6198
| |
| * apply reorder-python-importsDavid Lord2020-01-1059-283/+460
| |
| * add pre-commit configDavid Lord2020-01-102-0/+40
| |
| * move to src directoryDavid Lord2020-01-0928-3/+4
|/
* Merge pull request #1117 from nvllsvm/fix_exc_pickleDavid Lord2020-01-083-0/+16
|\ | | | | Fix TemplateSyntaxError pickling
| * TemplateSyntaxError can be pickledAndrew Rabert2020-01-083-0/+16
|/
* Merge pull request #1122 from blueyed/vim-indentDavid Lord2020-01-061-8/+8
|\ | | | | ext/Vim/jinja.vim: minor fixes
| * ext/Vim/jinja.vim: fix issues reported by vintDaniel Hahler2020-01-061-5/+5
| |
| * ext/Vim/jinja.vim: fix indentDaniel Hahler2020-01-061-3/+3
| |
* | Merge pull request #1123 from blueyed/fix-typoDavid Lord2020-01-061-1/+1
|\ \ | |/ |/| minor: fix typo in docstring
| * minor: fix typo in docstringDaniel Hahler2020-01-061-1/+1
|/
* Merge pull request #1115 from myii/patch-2David Lord2019-12-081-1/+1
|\ | | | | fix typo in templates.rst, "hat" to "that"
| * fix(templates.rst): fix typo (`hat` => `that`)Imran Iqbal2019-12-081-1/+1
|/
* Merge pull request #1114 from pallets/import-undefinedDavid Lord2019-12-055-25/+95
|\ | | | | handle Undefined in get/select_template
| * handle Undefined in get/select_templateDavid Lord2019-12-055-25/+95
|/
* Merge pull request #1113 from pallets/namespace-loaderDavid Lord2019-12-052-10/+43
|\ | | | | PackageLoader understands namespace packages
| * PackageLoader understands namespace packagesDavid Lord2019-12-052-10/+43
|/