summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename jinja2 to jinja"revert-1121-the-great-renameDavid Lord2020-01-241-8/+13
* rename imports to jinjaDavid Lord2020-01-101-13/+8
* TemplateSyntaxError can be pickledAndrew Rabert2020-01-081-0/+2
* handle Undefined in get/select_templateDavid Lord2019-12-051-1/+5
* PackageLoader understands namespace packagesDavid Lord2019-12-051-2/+4
* TemplateSyntaxError from included template has sourceDavid Lord2019-12-031-0/+2
* apply optimizer to all Expr nodesDavid Lord2019-12-031-0/+2
* add a node for derived context referencesDaniel Watkins2019-12-021-0/+3
* rewrite traceback rewriting supportDavid Lord2019-12-021-0/+4
* add test and changelog for constant comparison foldingDavid Lord2019-11-201-0/+4
* use 'callable' instead of typechecking to inject contextAdriano Scoditti2019-11-201-0/+2
* async templates await attribute accessrefactor-loop-contextDavid Lord2019-11-071-5/+13
* add break_on_hyphens parameter to wordwrap filterAlessandro -oggei- Ogier2019-11-011-0/+2
* reformat, doc, and test for wordwrapDavid Lord2019-11-011-0/+3
* compile writes utf8David Lord2019-10-281-0/+2
* creating a NativeTemplate creates a NativeEnvironmentnative-template-envDavid Lord2019-10-281-0/+3
* don't create a third queueDavid Lord2019-10-241-2/+2
* LRUCache.copy initializes queue methodsRyan Siemens2019-10-241-0/+2
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-9/+9
* preserve quotes between nodes in native envDavid Lord2019-10-221-0/+3
* use fspath instead of strDavid Lord2019-10-211-3/+3
* support pathlib in FileSystemLoader and ModuleLoaderAlex Chan2019-10-211-0/+3
* PackageLoader doesn't depend on setuptoolsDavid Lord2019-10-171-0/+2
* fixing LoopContext, loops indexing and iterator length propertyaayushuppal2019-10-141-0/+3
* reformat changelogDavid Lord2019-10-141-5/+5
* Don't make cond_expr_undefined configurableAdrian Moennich2019-10-131-4/+5
* Use separate undefined object for CondExprAdrian Moennich2019-10-131-0/+4
* skip template with same name as directoryDavid Lord2019-10-131-2/+4
* don't finalize TemplateData nodesno-finalize-template-dataDavid Lord2019-10-121-0/+3
* Add more strict type testsDag Wieers2019-10-091-0/+2
* add changelog for #938David Lord2019-10-071-0/+3
* add changelog for #858David Lord2019-10-061-0/+2
* document debug extensionDavid Lord2019-10-041-0/+3
* Merge branch '2.10.x'David Lord2019-10-041-1/+1
|\
| * Fix incorrect release date for 2.10.3Josh Holland2019-10-041-1/+1
* | Merge pull request #828 from chamini2/trim-moreDavid Lord2019-10-041-0/+2
|\ \
| * | add chars option to trimMatteo Ferrando2019-10-041-0/+2
* | | Merge branch '2.10.x'David Lord2019-10-041-0/+9
|\ \ \ | |/ / |/| / | |/
| * release version 2.10.32.10.3David Lord2019-10-041-0/+9
* | Merge branch '2.10.x'David Lord2019-10-041-1/+1
|\ \ | |/
| * release version 2.10.22.10.2David Lord2019-10-041-1/+1
* | Prevent deadlock in LRUCache.setdefaultEtiennePelletier2019-10-041-0/+1
* | Merge branch '2.10.x'David Lord2019-09-041-0/+2
|\ \ | |/
| * Fix TracebackFrameProxy.set_next() on Python 3.7Victor Stinner2019-09-041-0/+2
* | Merge branch '2.10.x'David Lord2019-07-261-446/+447
|\ \ | |/
| * Merge branch '2.9.x' into docsDavid Lord2019-07-261-424/+430
| |\
| | * reformat readmeDavid Lord2019-07-261-400/+446
| | * fix linkcheck issuesdocsDavid Lord2019-07-261-3/+3
| | * modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-261-0/+524
| * sandbox uses xrange on Python 2Prakhar Bhandari2019-07-221-2/+5