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# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-2/+3
*
Fix the one failing test (can't decode twice).
Guido van Rossum
2007-08-29
1
-1/+2
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-7/+7
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+140
*
Change readbuffer_encode() and charbuffer_encode() to
Walter Dörwald
2007-06-22
1
-5/+5
*
Patch by Ron Adam: Don't use u prefix in unicode error messages
Walter Dörwald
2007-06-20
1
-4/+4
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
1
-64/+0
*
Fix tests for unicode-internal codec.
Walter Dörwald
2007-06-07
1
-13/+13
*
Make test_codecs work. The CJK codecs now use bytes instead of str8 for
Guido van Rossum
2007-05-17
1
-5/+5
*
Fix tests for string encodings.
Walter Dörwald
2007-05-17
1
-2/+2
*
Fix io.StringIO: String are stored encoded (using "unicode-internal" as the
Walter Dörwald
2007-05-16
1
-4/+3
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
1
-108/+109
*
Use io.BytesIO instead of StringIO.StringIO in all
Walter Dörwald
2007-05-10
1
-16/+16
*
Fix punycode codec and tests.
Walter Dörwald
2007-05-10
1
-25/+28
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-19/+20
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-7/+7
*
Make the BOM constants in codecs.py bytes.
Walter Dörwald
2007-05-04
1
-73/+72
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-230/+230
*
Apply SF patch #1698994: Add getstate() and setstate()
Walter Dörwald
2007-04-16
1
-6/+75
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+59
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+6
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5/+88
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-0/+57
*
If size is specified, try to read at least size characters.
Walter Dörwald
2006-03-06
1
-5/+9
*
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
[next]