summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workpatch-tracebackDavid Lord2019-11-274-378/+157
* Merge pull request #1109 from pallets/visit-output-refactorDavid Lord2019-11-205-297/+188
|\
| * refactor visit_OutputDavid Lord2019-11-205-297/+188
|/
* Merge pull request #1105 from areebbeigh/issue-1102David Lord2019-11-203-8/+41
|\
| * add test and changelog for constant comparison foldingDavid Lord2019-11-203-8/+39
| * return on first false when folding Compare nodeareebbeigh2019-11-201-0/+2
|/
* Merge pull request #1108 from captainmalloc/runtime_callsDavid Lord2019-11-203-6/+4
|\
| * use 'callable' instead of typechecking to inject contextAdriano Scoditti2019-11-203-6/+4
|/
* Merge pull request #1101 from pallets/refactor-loop-contextDavid Lord2019-11-086-176/+273
|\
| * async templates await attribute accessrefactor-loop-contextDavid Lord2019-11-074-25/+49
| * don't prefetch next item in loop contextDavid Lord2019-11-073-151/+224
|/
* Merge pull request #1098 from pallets/urlencode-docsDavid Lord2019-11-043-38/+61
|\
| * clarify quoting behavior of urlencode filterDavid Lord2019-11-043-38/+61
|/
* Merge pull request #829 from aogier/feature/550-hyphens-wordwrapDavid Lord2019-11-012-1/+17
|\
| * add break_on_hyphens parameter to wordwrap filterAlessandro -oggei- Ogier2019-11-012-1/+17
|/
* Merge pull request #766 from fheinle/palletes_jinja_175-wordwrapDavid Lord2019-11-013-15/+45
|\
| * reformat, doc, and test for wordwrapDavid Lord2019-11-013-28/+44
| * let wordwrap filter respect existing newlinesFlorian Heinle2019-11-011-3/+17
|/
* Merge pull request #673 from MrSenko/get_corresponding_lineno_tracebackDavid Lord2019-11-012-2/+8
|\
| * Return empty list when debug_info is empty stringMr. Senko2017-01-291-2/+4
| * Add test for Template.get_corresponding_lineno()Mr. Senko2017-01-291-0/+4
* | Merge pull request #1096 from pallets/compile-encodingDavid Lord2019-10-282-7/+9
|\ \
| * | compile writes utf8David Lord2019-10-282-7/+9
|/ /
* | Merge pull request #1095 from pallets/native-template-envDavid Lord2019-10-284-135/+153
|\ \
| * | creating a NativeTemplate creates a NativeEnvironmentnative-template-envDavid Lord2019-10-284-135/+153
* | | Merge pull request #1093 from cclauss/print-functionDavid Lord2019-10-2812-11/+22
|\ \ \ | |/ / |/| |
| * | Use print() function in both Python2 and Python 3cclauss2019-10-2712-11/+22
|/ /
* | Merge pull request #1090 from pallets/lrucache-copyDavid Lord2019-10-243-3/+17
|\ \
| * | don't create a third queueDavid Lord2019-10-243-5/+5
| * | LRUCache.copy initializes queue methodsRyan Siemens2019-10-243-1/+15
|/ /
* | use "Jinja" instead of "Jinja2"David Lord2019-10-233-6/+6
* | Merge pull request #1087 from pallets/jinja-nameDavid Lord2019-10-2330-160/+158
|\ \
| * | use "Jinja" instead of "Jinja2"David Lord2019-10-2330-160/+158
|/ /
* | Merge pull request #1086 from pallets/native-string-literalDavid Lord2019-10-223-18/+52
|\ \
| * | preserve quotes between nodes in native envDavid Lord2019-10-223-18/+52
|/ /
* | Merge pull request #1064 from alexwlchan/support-pathlibDavid Lord2019-10-216-17/+136
|\ \
| * | use fspath instead of strDavid Lord2019-10-213-21/+40
| * | support pathlib in FileSystemLoader and ModuleLoaderAlex Chan2019-10-216-14/+114
|/ /
* | Merge pull request #1085 from pallets/docs-cyclerDavid Lord2019-10-202-25/+54
|\ \
| * | clarify cycler.next() behaviorDavid Lord2019-10-202-25/+54
|/ /
* | Merge pull request #1084 from pallets/i18n-docsDavid Lord2019-10-193-115/+153
|\ \
| * | clean up i18n documentationDavid Lord2019-10-193-115/+153
|/ /
* | Merge pull request #1083 from pallets/docs-changesDavid Lord2019-10-183-53/+139
|\ \
| * | document equivalent generator expressions for filtersDavid Lord2019-10-181-0/+35
| * | document how ContextReference relates to contextfunctionDavid Lord2019-10-181-0/+5
| * | document formatting methods in format filterDavid Lord2019-10-181-4/+15
| * | document lack of file extensionDavid Lord2019-10-181-0/+14
| * | document behavior of block tag in if blockDavid Lord2019-10-181-0/+4
| * | format expression docsDavid Lord2019-10-181-37/+37
| * | improve docs about string methods in templatesDavid Lord2019-10-181-12/+29
|/ /