index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel
2023-03-21
1
-64/+42
*
gh-98433: Fix quadratic time idna decoding. (#99092)
Gregory P. Smith
2022-11-08
1
-0/+6
*
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...
Stanley
2022-10-21
1
-1/+2
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-1/+6
*
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
1
-1/+1
*
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
Victor Stinner
2022-02-22
1
-7/+10
*
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
Victor Stinner
2022-02-06
1
-6/+11
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-3/+7
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-0/+1
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-1/+34
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-4/+46
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
1
-3/+15
*
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
[next]