index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
multibytecodec_support.py
Commit message (
Expand
)
Author
Age
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
*
bpo-41944: No longer call eval() on content received via HTTP in the CJK code...
Serhiy Storchaka
2020-10-06
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
*
Issue #28992: Use bytes.fromhex().
Serhiy Storchaka
2016-12-21
*
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
Victor Stinner
2015-07-16
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
*
Issue #18258: Fix test discovery for test_codecmaps_*.
Zachary Ware
2014-07-01
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
|
\
|
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
|
/
*
more test to more general test file, so it can test more things
Benjamin Peterson
2012-12-02
*
loosen test now that bytes are allowed
Benjamin Peterson
2012-12-02
*
Rename test_ file that is really a support file to remove test_ prefix.
R David Murray
2012-04-09