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
*
Merged revisions 78461 via svnmerge from
Florent Xicluna
2010-02-26
1
-0/+15
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-1/+1
*
Merged revisions 74869 via svnmerge from svn+ssh://pythondev@svn.python.org/p...
Georg Brandl
2009-09-17
1
-0/+12
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
#6373: SystemError in str.encode('latin1', 'surrogateescape')
Amaury Forgeot d'Arc
2009-06-29
1
-0/+5
*
Rename utf8b error handler to surrogateescape.
Martin v. Löwis
2009-05-10
1
-10/+10
*
Rename the surrogates error handler to surrogatepass.
Martin v. Löwis
2009-05-10
1
-6/+6
*
Merged revisions 72404-72406 via svnmerge from
Walter Dörwald
2009-05-06
1
-2/+7
*
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis
2009-05-05
1
-0/+29
*
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis
2009-05-02
1
-2/+13
*
Issue #4874: Most builtin decoders now reject unicode input.
Antoine Pitrou
2009-01-22
1
-0/+31
*
Issue #2394: implement more of the memoryview API.
Antoine Pitrou
2008-08-19
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-3/+3
*
Merged revisions 59056-59076 via svnmerge from
Christian Heimes
2007-11-20
1
-1/+11
*
Merged revisions 59041-59055 via svnmerge from
Guido van Rossum
2007-11-19
1
-5/+48
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-2/+4
*
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
[next]