summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_strlit.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxErrorSerhiy Storchaka2013-02-101-0/+34
|\
| * Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxErrorSerhiy Storchaka2013-02-101-0/+36
* | Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-201-0/+9
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-1/+1
|\ \ | |/
| * Fix "sys.path modified" warning in test_strlit, by not replacing sys.path its...Georg Brandl2012-02-201-1/+1
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-121-4/+17
* | test_strlit was never runAntoine Pitrou2012-01-121-3/+5
|\ \ | |/
| * test_strlit was never runAntoine Pitrou2012-01-121-3/+5
* | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/
* Minimal change that disables (AFAICT) the interpolation of \u and \U insideGuido van Rossum2007-11-121-0/+148