Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError | Serhiy Storchaka | 2013-02-10 | 1 | -0/+34 |
|\ | | | | | | | and a full traceback including line number. | ||||
| * | Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError | Serhiy Storchaka | 2013-02-10 | 1 | -0/+36 |
| | | | | | | | | and a full traceback including line number. | ||||
* | | Issue #15096: Drop support for the ur string prefix | Christian Heimes | 2012-06-20 | 1 | -0/+9 |
| | | |||||
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix "sys.path modified" warning in test_strlit, by not replacing sys.path ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| | | | | | | | | itself, only its contents. | ||||
* | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵ | Antoine Pitrou | 2012-01-12 | 1 | -4/+17 |
| | | | | | | | | well as `br`. | ||||
* | | test_strlit was never run | Antoine Pitrou | 2012-01-12 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | test_strlit was never run | Antoine Pitrou | 2012-01-12 | 1 | -3/+5 |
| | | |||||
* | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | | |||||
* | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
|/ | | | | | | | | | | 'latin-1' and 'utf-8'. These are optimized in the Python Unicode implementation to result in more direct processing, bypassing the codec registry. Also see issue11303. | ||||
* | Minimal change that disables (AFAICT) the interpolation of \u and \U inside | Guido van Rossum | 2007-11-12 | 1 | -0/+148 |
raw string literals. I added a whole bunch of tests but am still not sure I am testing all paths through the code. I really think the code could be simplified quite a bit. |