index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add generic codecs.encode() and .decode() APIs that don't impose
Marc-André Lemburg
2004-07-10
1
-1/+11
*
Whitespace normalization.
Tim Peters
2004-07-08
1
-1/+1
*
Add test case for unicode(somestring, "idna").
Martin v. Löwis
2004-03-24
1
-1/+6
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-7/+7
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-2/+2
*
Skip nameprep test 3.43, as we do allow unassigned characters. The test
Martin v. Löwis
2003-04-18
1
-2/+4
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-0/+296
*
Fix for [ 543344 ] Interpreter crashes when recoding; suggested
Marc-André Lemburg
2003-02-04
1
-0/+9
*
Check whether a string resize is necessary at the end
Walter Dörwald
2002-09-03
1
-1/+8
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+2
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-1/+7
*
Test by Martin v. Loewis for the new UTF-16 codec handling of BOM
Marc-André Lemburg
2001-06-19
1
-0/+25