Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
02104df4c8fbb1db098646d33453706d2535b51a
/
Lib
/
test
/
test_codeccallbacks.py
690402f
Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.
by Walter Dörwald
· 19 years ago
e22d339
Add tests for various error cases and for readbuffer_encode() and
by Walter Dörwald
· 19 years ago
a47d1c0
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
by Walter Dörwald
· 20 years ago
29ddfba
Fix copy & paste error in comments.
by Walter Dörwald
· 20 years ago
58eb11c
Whitespace normalization.
by Tim Peters
· 21 years ago
4894c30
Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().
by Walter Dörwald
· 22 years ago
a54b92b
Add a unicode prefix to the characters in the UnicodeEncodeError and
by Walter Dörwald
· 22 years ago
fd196bd
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
by Walter Dörwald
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
1b0be2d
Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()
by Walter Dörwald
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
2e0b18a
Change the treatment of positions returned by PEP293
by Walter Dörwald
· 22 years ago
ea4250d
Add comments and remove duplicate tests.
by Walter Dörwald
· 22 years ago
0cb27dd
Make the test scripts work again with narrow Python builds.
by Walter Dörwald
· 22 years ago
30537a4
Add a few test cases to increase code coverage:
by Walter Dörwald
· 22 years ago
00445d2
Fix typo in comment.
by Walter Dörwald
· 22 years ago
74a530d
Update character names.
by Martin v. Löwis
· 22 years ago
3de7526
Whitespace normalization.
by Tim Peters
· 23 years ago
9ab7dd4
Add a test case that checks that the proper exception is raises
by Walter Dörwald
· 23 years ago
3aeb632
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
by Walter Dörwald
· 23 years ago