aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codecs.py
Commit message (Expand)AuthorAge
* Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-02
* Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-12
* Issue 19548: update codecs module documentationNick Coghlan2015-01-07
* Issue #23071: "namereplace_errors" was added only in 3.5.Serhiy Storchaka2014-12-20
* Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-20
* Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-07
* Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-15
* Issue #20571: skip test_readline() of test_codecs for Windows code page 65001.Victor Stinner2014-02-09
* Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-08
|\
| * Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-08
* | Issue 20542: Temporarily skip failing testNick Coghlan2014-02-07
* | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\|
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
* | Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-06
|\|
| * Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-06
| * Issue #8260: The read(), readline() and readlines() methods ofSerhiy Storchaka2014-01-26
| * Fixed tests for issue #19279.Serhiy Storchaka2013-10-19
* | Issue #8260: The read(), readline() and readlines() methods ofSerhiy Storchaka2014-01-26
* | Close #20105: set __traceback__ when chaining exceptions in CNick Coghlan2014-01-27
* | Issue19619: skip zlib error test when zlib not availableZachary Ware2013-12-30
* | Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.Serhiy Storchaka2013-11-24
* | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-23
* | Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-23
* | Issue #19619: Blacklist non-text codecs in method APINick Coghlan2013-11-22
* | Also chain codec exceptions that allow weakrefsNick Coghlan2013-11-19
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-19
* | Avoid triggering the refleak detectorNick Coghlan2013-11-16
* | Close 19609: narrow scope of codec exc chainingNick Coghlan2013-11-15
* | Close #17828: better handling of codec errorsNick Coghlan2013-11-13
* | Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-19
|\|
| * Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-19
* | Close #17839: support bytes-like objects in base64 moduleNick Coghlan2013-10-03
* | Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-29
|\|
| * Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-29
| |\
| | * Add tests for raw-unicode-escape codec.Serhiy Storchaka2013-01-29
* | | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-29
|\| |
| * | Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-29
| |\|
| | * Clean up escape-decode decoder tests.Serhiy Storchaka2013-01-29
* | | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-29
|\| |
| * | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-29
| |\|
| | * Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-29
* | | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-25
|\| |
| * | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-25
| |\|
| | * Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-25
* | | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-15
|\| |
| * | Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-15
| |\|
| | * Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"Serhiy Storchaka2013-01-15
* | | #16918: merge with 3.3.Ezio Melotti2013-01-11
|\| |
| * | #16918: test_codecs now works with unittest test discovery. Patch by Zachary ...Ezio Melotti2013-01-11
| * | Merge fix for broken/disabled test.Ezio Melotti2013-01-11
| |\|