| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36778: Remove outdated comment from CodePageTest (GH-13807) | Victor Stinner | 2019-06-04 | 1 | -1/+0 |
|
|
* | bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278) | Ammar Askar | 2019-05-31 | 1 | -0/+25 |
|
|
* | bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) | Jelle Zijlstra | 2019-05-22 | 1 | -0/+21 |
|
|
* | bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) | Victor Stinner | 2019-05-10 | 1 | -89/+0 |
|
|
* | bpo-35920: Windows 10 ARM32 platform support (GH-11774) | Paul Monson | 2019-04-25 | 1 | -1/+31 |
|
|
* | bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) | Serhiy Storchaka | 2019-03-30 | 1 | -0/+9 |
|
|
* | bpo-36312: Fix decoders for some code pages. (GH-12369) | Serhiy Storchaka | 2019-03-20 | 1 | -0/+9 |
|
|
* | bpo-36297: remove "unicode_internal" codec (GH-12342) | Inada Naoki | 2019-03-18 | 1 | -102/+5 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) | Serhiy Storchaka | 2019-03-05 | 1 | -3/+2 |
|
|
* | bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) | Serhiy Storchaka | 2018-12-03 | 1 | -0/+18 |
|
|
* | bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) | Victor Stinner | 2018-11-28 | 1 | -2/+12 |
|
|
* | bpo-34523: Support surrogatepass in locale codecs (GH-8995) | Victor Stinner | 2018-08-29 | 1 | -5/+113 |
|
|
* | bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s... | Zackery Spytz | 2018-08-19 | 1 | -0/+1 |
|
|
* | bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) | Victor Stinner | 2017-12-13 | 1 | -8/+2 |
|
|
* | bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499) | Serhiy Storchaka | 2017-11-28 | 1 | -2/+16 |
|
|
* | bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058) | Serhiy Storchaka | 2017-10-20 | 1 | -0/+4 |
|
|
* | Issue #25270: Merge from 3.5 | Berker Peksag | 2016-09-16 | 1 | -0/+20 |
|\ |
|
| * | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an... | Berker Peksag | 2016-09-16 | 1 | -0/+20 |
|
|
* | | #27364: Deprecate invalid escape strings in str/byutes. | R David Murray | 2016-09-08 | 1 | -11/+24 |
|
|
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -7/+7 |
|
|
* | | Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ... | Steve Dower | 2016-09-07 | 1 | -33/+29 |
|
|
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 1 | -2/+2 |
|
|
* | | Issue #15984: Merge PyUnicode doc from 3.5 | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | | Issue #25318: Avoid sprintf() in backslashreplace() | Victor Stinner | 2015-10-09 | 1 | -2/+4 |
|
|
* | | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error | Victor Stinner | 2015-10-05 | 1 | -0/+12 |
|
|
* | | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -1/+59 |
|\ \ \
| |/ / |
|
| * | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -1/+59 |
| |\ \
| | |/ |
|
| | * | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -1/+59 |
|
|
* | | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error | Victor Stinner | 2015-10-01 | 1 | -10/+27 |
|
|
* | | | Optimize ascii/latin1+surrogateescape encoders | Victor Stinner | 2015-09-29 | 1 | -0/+60 |
|
|
* | | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, | Victor Stinner | 2015-09-21 | 1 | -0/+32 |
|/ / |
|
* | | Issue #16473: Merge codecs doc and test from 3.4 into 3.5 | Martin Panter | 2015-09-12 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #16473: Fix byte transform codec documentation; test quotetabs=True | Martin Panter | 2015-09-12 | 1 | -0/+8 |
|
|
* | | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+1 |
|
|
* | | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+1 |
|
|
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 1 | -0/+1 |
|
|
* | | Issue #22286, #23321: Fix failing test on Windows code page 932 | Victor Stinner | 2015-01-26 | 1 | -1/+1 |
|
|
* | | Issue #22286: The "backslashreplace" error handlers now works with | Serhiy Storchaka | 2015-01-25 | 1 | -0/+56 |
|
|
* | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 1 | -9/+37 |
|\ \
| |/ |
|
| * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -9/+37 |
|
|
| * | Issue #23071: "namereplace_errors" was added only in 3.5. | Serhiy Storchaka | 2014-12-20 | 1 | -1/+0 |
|
|
* | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+23 |
|\ \
| |/ |
|
| * | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+23 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -0/+7 |
|
|