aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_codecs.py
Commit message (Expand)AuthorAge
...
* | Merge typo fixes from 3.5Martin Panter2016-04-16
|\|
| * Fix typos in code comments and documentationMartin Panter2016-04-16
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-15
|\|
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-02
|\|
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-02
| |\
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* | | Issue #25318: Avoid sprintf() in backslashreplace()Victor Stinner2015-10-09
* | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for errorVictor Stinner2015-10-05
* | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-02
|\| |
| * | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-02
| |\|
| | * Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-02
* | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for errorVictor Stinner2015-10-01
* | | Optimize ascii/latin1+surrogateescape encodersVictor Stinner2015-09-29
* | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-21
|/ /
* | Issue #16473: Merge codecs doc and test from 3.4 into 3.5Martin Panter2015-09-12
|\|
| * Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-12
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-12
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-12
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-20
* | Issue #22286, #23321: Fix failing test on Windows code page 932Victor Stinner2015-01-26
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-25
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-07
|\|
| * 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 #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-20
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-25
* | Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-07
|\|
| * Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.Serhiy Storchaka2014-11-07
* | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-15
|\|
| * Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-15
* | Issue #13916: Fix surrogatepass error handler on WindowsVictor Stinner2014-05-16
* | Issue #13916: Disallowed the surrogatepass error handler for non UTF-*Serhiy Storchaka2014-05-15
* | Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-14
* | Issue #20574: Remove duplicated test failing on Windows XPVictor Stinner2014-03-18
* | Issue #20574: Add more tests for cp65001Victor Stinner2014-03-17
* | Issue #20574: Implement incremental decoder for cp65001 codeVictor Stinner2014-03-17
|/
* 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