aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
AgeCommit message (Expand)Author
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-08TemplateSyntaxError can be pickledAndrew Rabert
2019-12-05handle Undefined in get/select_templateDavid Lord
2019-12-05PackageLoader understands namespace packagesDavid Lord
2019-12-03TemplateSyntaxError from included template has sourceDavid Lord
2019-12-03apply optimizer to all Expr nodesDavid Lord
2019-12-02add a node for derived context referencesDaniel Watkins
2019-12-02rewrite traceback rewriting supportDavid Lord
2019-11-20add test and changelog for constant comparison foldingDavid Lord
2019-11-20use 'callable' instead of typechecking to inject contextAdriano Scoditti
2019-11-07async templates await attribute accessDavid Lord
2019-11-01add break_on_hyphens parameter to wordwrap filterAlessandro -oggei- Ogier
2019-11-01reformat, doc, and test for wordwrapDavid Lord
2019-10-28compile writes utf8David Lord
2019-10-28creating a NativeTemplate creates a NativeEnvironmentDavid Lord
2019-10-24don't create a third queueDavid Lord
2019-10-24LRUCache.copy initializes queue methodsRyan Siemens
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2019-10-22preserve quotes between nodes in native envDavid Lord
2019-10-21use fspath instead of strDavid Lord
2019-10-21support pathlib in FileSystemLoader and ModuleLoaderAlex Chan
2019-10-17PackageLoader doesn't depend on setuptoolsDavid Lord
2019-10-14fixing LoopContext, loops indexing and iterator length propertyaayushuppal
2019-10-14reformat changelogDavid Lord
2019-10-13Don't make cond_expr_undefined configurableAdrian Moennich
2019-10-13Use separate undefined object for CondExprAdrian Moennich
2019-10-13skip template with same name as directoryDavid Lord
2019-10-12don't finalize TemplateData nodesDavid Lord
2019-10-09Add more strict type testsDag Wieers
2019-10-07add changelog for #938David Lord
2019-10-06add changelog for #858David Lord
2019-10-04document debug extensionDavid Lord
2019-10-04Merge branch '2.10.x'David Lord
2019-10-04Fix incorrect release date for 2.10.3Josh Holland
2019-10-04Merge pull request #828 from chamini2/trim-moreDavid Lord
2019-10-04Merge branch '2.10.x'David Lord
2019-10-04release version 2.10.3David Lord
2019-10-04add chars option to trimMatteo Ferrando
2019-10-04Merge branch '2.10.x'David Lord
2019-10-04release version 2.10.2David Lord
2019-10-04Prevent deadlock in LRUCache.setdefaultEtiennePelletier
2019-09-04Merge branch '2.10.x'David Lord
2019-09-04Fix TracebackFrameProxy.set_next() on Python 3.7Victor Stinner
2019-07-26Merge branch '2.10.x'David Lord
2019-07-26Merge branch '2.9.x' into docsDavid Lord
2019-07-26reformat readmeDavid Lord
2019-07-26fix linkcheck issuesDavid Lord
2019-07-26modernize docs config, use pallets-sphinx-themesDavid Lord
2019-07-23clean up numeric underscore supportDavid Lord