index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Serhiy Storchaka
2014-11-07
1
-0
/
+4
*
Issue #22166: clear codec caches in test_codecs
Nick Coghlan
2014-09-15
1
-0
/
+14
*
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
1
-12
/
+0
*
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
1
-0
/
+12
*
Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.
Victor Stinner
2014-02-09
1
-0
/
+3
*
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
Serhiy Storchaka
2014-02-08
1
-33
/
+358
|
\
|
*
Issue 20542: Temporarily skip failing test
Nick Coghlan
2014-02-07
1
-0
/
+2
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-33
/
+358
|
|
\
|
|
*
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-33
/
+358
|
|
|
\
|
|
|
*
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka
2014-01-26
1
-2
/
+34
|
|
|
*
Close #20105: set __traceback__ when chaining exceptions in C
Nick Coghlan
2014-01-27
1
-0
/
+1
|
|
|
*
Issue19619: skip zlib error test when zlib not available
Zachary Ware
2013-12-30
1
-1
/
+2
|
|
|
*
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
1
-1
/
+3
|
|
|
*
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
1
-0
/
+1
|
|
|
*
Close #7475: Restore binary & text transform codecs
Nick Coghlan
2013-11-23
1
-0
/
+20
|
|
|
*
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan
2013-11-22
1
-68
/
+108
|
|
|
*
Also chain codec exceptions that allow weakrefs
Nick Coghlan
2013-11-19
1
-5
/
+36
|
|
|
*
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
1
-12
/
+56
|
|
|
*
Avoid triggering the refleak detector
Nick Coghlan
2013-11-16
1
-8
/
+14
|
|
|
*
Close 19609: narrow scope of codec exc chaining
Nick Coghlan
2013-11-15
1
-11
/
+26
|
|
|
*
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
1
-24
/
+169
|
|
|
*
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-2
/
+20
|
|
|
|
\
|
|
|
|
*
Close #17839: support bytes-like objects in base64 module
Nick Coghlan
2013-10-03
1
-0
/
+18
|
|
|
|
*
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0
/
+50
|
|
|
|
|
\
|
|
|
|
*
\
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-2
/
+2
|
|
|
|
|
\
\
|
|
|
|
|
*
\
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
1
-0
/
+84
|
|
|
|
|
|
\
\
|
|
|
|
|
*
\
\
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-2
/
+2
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
*
\
\
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
Serhiy Storchaka
2013-01-15
1
-2
/
+2
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
*
\
\
#16918: merge with 3.3.
Ezio Melotti
2013-01-11
1
-46
/
+13
|
|
|
|
|
|
|
|
\
\
\
|
|
|
|
|
|
|
*
\
\
\
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Serhiy Storchaka
2013-01-08
1
-2
/
+2
|
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
|
*
|
|
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
|
|
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
Serhiy Storchaka
2014-02-08
1
-6
/
+33
|
/
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-31
/
+54
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-6
/
+15
*
|
|
|
|
|
|
|
|
|
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka
2014-01-26
1
-2
/
+34
*
|
|
|
|
|
|
|
|
|
Fixed tests for issue #19279.
Serhiy Storchaka
2013-10-19
1
-4
/
+3
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-0
/
+30
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0
/
+50
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0
/
+51
*
|
|
|
|
|
|
|
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-36
/
+40
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
|
|
|
|
|
|
/
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-36
/
+40
*
|
|
|
|
|
|
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
1
-0
/
+84
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
|
/
/
/
/
/
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
1
-0
/
+85
*
|
|
|
|
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-0
/
+44
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
|
/
/
/
/
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Issue #16975: Fix error handling bug in the escape-decode bytes decoder.
Serhiy Storchaka
2013-01-25
1
-0
/
+44
*
|
|
|
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
Serhiy Storchaka
2013-01-15
1
-0
/
+46
|
\
\
\
\
\
|
|
/
/
/
/
|
|
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
Serhiy Storchaka
2013-01-15
1
-0
/
+46
*
|
|
|
#16918: test_codecs now works with unittest test discovery. Patch by Zachary ...
Ezio Melotti
2013-01-11
1
-46
/
+12
*
|
|
|
Merge fix for broken/disabled test.
Ezio Melotti
2013-01-11
1
-50
/
+364
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Serhiy Storchaka
2013-01-08
1
-8
/
+40
|
|
\
\
|
|
|
/
|
|
/
|
[next]