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
*
Patch #1177307: UTF-8-Sig codec.
Martin v. Löwis
2006-01-08
1
-0/+28
*
Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.
Walter Dörwald
2005-11-17
1
-0/+19
*
Add tests for various error cases and for readbuffer_encode() and
Walter Dörwald
2005-11-17
1
-2/+67
*
Part of SF patch #1313939: Speedup charmap decoding by extending
Walter Dörwald
2005-10-06
1
-1/+36
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-1/+50
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Make attributes and local variables in the StreamReader str objects instead
Walter Dörwald
2005-07-20
1
-0/+17
*
Update test to the current readline() behaviour.
Walter Dörwald
2005-04-21
1
-0/+2
*
Fix for SF bug #1175396: readline() will now read one more character, if
Walter Dörwald
2005-04-04
1
-9/+82
*
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
Walter Dörwald
2005-03-14
1
-0/+15
*
Fix stupid typo: Don't read from a writer.
Walter Dörwald
2005-02-08
1
-2/+2
*
Add a test for UTF-16 reading where the byte sequence doesn't start with
Walter Dörwald
2005-02-04
1
-0/+9
*
Fix and test for SF bug #1098990: codec readline() splits lines apart.
Walter Dörwald
2005-01-10
1
-0/+30
*
Add a test that checks the basic functionality of every encoding.
Walter Dörwald
2004-12-29
1
-1/+179
*
The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()
Walter Dörwald
2004-12-21
1
-13/+80
*
Trigger a few error cases in Modules/_codecsmodule.c.
Walter Dörwald
2004-10-28
1
-0/+14
*
SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()
Hye-Shik Chang
2004-10-17
1
-1/+12
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-1/+117
*
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