index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_fstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
1
-10/+10
*
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
Eric V. Smith
2016-11-07
1
-0/+7
*
Update test_no_escapes_for_braces to clarify behavior with a docstring and ex...
Jason R. Coombs
2016-11-06
1
-5/+8
*
Additionally show that a backslash-escaped opening brace is treated as a lite...
Jason R. Coombs
2016-11-06
1
-0/+1
*
Add an additional test with a newline, one that's very similar to test_parens...
Jason R. Coombs
2016-11-06
1
-0/+1
*
Update the f-string test broken in issue #28385.
Serhiy Storchaka
2016-10-31
1
-1/+1
*
Add another f-string comment test, to make sure # are being caught in the rig...
Eric V. Smith
2016-09-11
1
-0/+2
*
Make an f-string error message more exact and consistent.
Eric V. Smith
2016-09-11
1
-1/+2
*
Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...
Eric V. Smith
2016-09-10
1
-46/+86
*
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...
Eric V. Smith
2016-09-03
1
-91/+51
*
Issue #27626: Further spelling fixes for 3.6
Martin Panter
2016-07-28
1
-1/+1
*
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was bei...
Eric V. Smith
2016-02-05
1
-0/+11
*
f-strings: More tests for empty expressions along with missing closing braces.
Eric V. Smith
2015-09-23
1
-0/+7
*
Added more f-string test for empty expressions.
Eric V. Smith
2015-09-23
1
-0/+3
*
Move f-string compilation of the expression earlier, before the conversion ch...
Eric V. Smith
2015-09-23
1
-0/+9
*
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...
Eric V. Smith
2015-09-19
1
-0/+715