summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_string_literals.py
Commit message (Expand)AuthorAgeFilesLines
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-12/+12
* gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)Michael Droettboom2022-09-241-0/+7
* gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...Serhiy Storchaka2022-04-301-0/+53
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-5/+2
* bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)Lysandros Nikolaou2020-05-071-4/+3
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-291-1/+1
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-6/+5
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-4/+8
* bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)Gregory P. Smith2019-08-101-4/+33
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-35798: Add test.support.check_syntax_warning(). (#11895)Serhiy Storchaka2019-02-191-30/+4
* bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)Anthony Sottile2019-01-131-4/+4
* bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)Serhiy Storchaka2018-10-191-6/+6
* Fix warn_invalid_escape_sequence()Victor Stinner2016-11-151-0/+20
* Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-311-0/+27
* Rename test_strlit -> test_string_literalsZachary Ware2016-09-091-0/+202