Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e0b855fac96e858934e9792c6d04bfb2f35b3b9d
/
Lib
/
test
/
test_codecs.py
063e1e8
Trigger a few error cases in Modules/_codecsmodule.c.
by Walter Dörwald
· 21 years ago
af5c7cf
SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()
by Hye-Shik Chang
· 21 years ago
6965203
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
by Walter Dörwald
· 21 years ago
3f41974
Add generic codecs.encode() and .decode() APIs that don't impose
by Marc-André Lemburg
· 21 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 21 years ago
a1dde13
Add test case for unicode(somestring, "idna").
by Martin v. Löwis
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
b5c4b7b
Skip nameprep test 3.43, as we do allow unassigned characters. The test
by Martin v. Löwis
· 22 years ago
2548c73
Implement IDNA (Internationalized Domain Names in Applications).
by Martin v. Löwis
· 22 years ago
29273c8
Fix for [ 543344 ] Interpreter crashes when recoding; suggested
by Marc-André Lemburg
· 23 years ago
8709a42
Check whether a string resize is necessary at the end
by Walter Dörwald
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
a37171d
Test by Martin v. Loewis for the new UTF-16 codec handling of BOM marks.
by Marc-André Lemburg
· 24 years ago