summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_string/test_templatelib.py
Commit message (Expand)AuthorAgeFilesLines
* GH-132661: Add ``string.templatelib.convert()`` (#135217)Adam Turner2025-07-151-1/+21
* gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)Dave Peck2025-07-101-0/+13
* gh-134119: Fix crash from calling next() on exhausted template iterator (#134...Jelle Zijlstra2025-05-171-0/+7
* gh-133213: Add tests for `string.templatelib.TemplateIter` (#133215)sobolevn2025-04-301-0/+24
* gh-133211: Test that PEP750 types are final (#133212)sobolevn2025-04-301-0/+7
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+122