summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fstring.py
Commit message (Expand)AuthorAgeFilesLines
* Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-031-91/+51
* Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-281-1/+1
* Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was bei...Eric V. Smith2016-02-051-0/+11
* f-strings: More tests for empty expressions along with missing closing braces.Eric V. Smith2015-09-231-0/+7
* Added more f-string test for empty expressions.Eric V. Smith2015-09-231-0/+3
* Move f-string compilation of the expression earlier, before the conversion ch...Eric V. Smith2015-09-231-0/+9
* Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...Eric V. Smith2015-09-191-0/+715