Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cc23154d020723dc85d055324861f6a8f54fe0f7
/
Lib
/
test
/
test_strlit.py
801d955
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
by Serhiy Storchaka
· 12 years ago
5e61f14
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
by Serhiy Storchaka
· 12 years ago
0b3847d
Issue #15096: Drop support for the ur string prefix
by Christian Heimes
· 13 years ago
2fb477c
Merge 3.2: Issue #13703 plus some related test suite fixes.
by Georg Brandl
· 13 years ago
242631d
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents.
by Georg Brandl
· 13 years ago
bbf5361
test_strlit was never run
by Antoine Pitrou
· 14 years ago
3a5d4cb
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`.
by Antoine Pitrou
· 14 years ago
b63a450
test_strlit was never run
by Antoine Pitrou
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
b88ed15
#11565: Merge with 3.2.
by Ezio Melotti
· 14 years ago
8f36af7
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'.
by Marc-André Lemburg
· 14 years ago
29fd712
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
by Guido van Rossum
· 18 years ago