Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35798: Add test.support.check_syntax_warning(). (#11895) | Serhiy Storchaka | 2019-02-19 | 1 | -30/+4 |
* | bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) | Anthony Sottile | 2019-01-13 | 1 | -4/+4 |
* | bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) | Serhiy Storchaka | 2018-10-19 | 1 | -6/+6 |
* | Fix warn_invalid_escape_sequence() | Victor Stinner | 2016-11-15 | 1 | -0/+20 |
* | Issue 28128: Print out better error/warning messages for invalid string escap... | Eric V. Smith | 2016-10-31 | 1 | -0/+27 |
* | Rename test_strlit -> test_string_literals | Zachary Ware | 2016-09-09 | 1 | -0/+202 |