Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1d1a40016402da2a28019b4683b1afa4b2a51e8c
/
Lib
/
test
/
test_multibytecodec.py
e22905a
More changes needed to make things work once bytes and str are truly divorced.
by Guido van Rossum
· 18 years ago
0168802
Kill execfile(), use exec() instead
by Neal Norwitz
· 18 years ago
a222e4c
Fix the last remaining problem with test_multibytecodec.py;
by Guido van Rossum
· 18 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 18 years ago
024da5c
Make all the multibyte codec tests pass.
by Guido van Rossum
· 18 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
84fc66d
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
abb903f
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
by Hye-Shik Chang
· 19 years ago
2bb146f
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
by Hye-Shik Chang
· 21 years ago
a5e719e
Test not the standard utf-8 codec but gb18030 which is the most complex
by Hye-Shik Chang
· 22 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 22 years ago
3e2a306
Add CJK codecs support as discussed on python-dev. (SF #873597)
by Hye-Shik Chang
· 22 years ago