index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_string_literals.py
Commit message (
Expand
)
Author
Age
*
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...
Pablo Galindo Salgado
2023-10-27
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
*
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
Michael Droettboom
2022-09-24
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-30
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-35798: Add test.support.check_syntax_warning(). (#11895)
Serhiy Storchaka
2019-02-19
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
*
Fix warn_invalid_escape_sequence()
Victor Stinner
2016-11-15
*
Issue 28128: Print out better error/warning messages for invalid string escap...
Eric V. Smith
2016-10-31
*
Rename test_strlit -> test_string_literals
Zachary Ware
2016-09-09