| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (G... | Jelle Zijlstra | 2022-03-10 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode... | Serhiy Storchaka | 2021-10-14 | 1 | -1/+34 |
|
|
* | [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc... | Miss Islington (bot) | 2021-10-14 | 1 | -4/+46 |
|
|
* | bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH... | Max Bernstein | 2020-10-17 | 1 | -0/+12 |
|
|
* | bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) | Hai Shi | 2020-10-16 | 1 | -22/+3 |
|
|
* | bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G... | Hai Shi | 2020-10-14 | 1 | -1/+13 |
|
|
* | bpo-39337: Add a test case for normalizing of codec names (GH-19069) | Hai Shi | 2020-10-08 | 1 | -0/+25 |
|
|
* | bpo-41842: Add codecs.unregister() function (GH-22360) | Hai Shi | 2020-09-28 | 1 | -0/+12 |
|
|
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823) | Victor Stinner | 2020-08-11 | 1 | -4/+4 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 | 1 | -13/+15 |
|
|
* | bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16... | Victor Stinner | 2020-03-04 | 1 | -15/+3 |
|
|
* | bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) | Chris A | 2020-03-02 | 1 | -0/+9 |
|
|
* | bpo-30566: Fix IndexError when using punycode codec (GH-18632) | Berker Peksag | 2020-02-25 | 1 | -0/+12 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-37330: open() no longer accept 'U' in file mode (GH-16959) | Victor Stinner | 2019-10-28 | 1 | -3/+15 |
|
|
* | bpo-37876: Tests for ROT-13 codec (GH-15314) | Zeth | 2019-09-09 | 1 | -0/+37 |
|
|
* | bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im... | Steve Dower | 2019-08-21 | 1 | -3/+17 |
|
|
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+1 |
|
|
* | bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) | Serhiy Storchaka | 2019-06-25 | 1 | -0/+24 |
|
|
* | 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 |
|
|