This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 05:35:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
test
/
test_io
History
yihong
1d3854a19a
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-12-15 15:13:58 +01:00
..
__init__.py
…
__main__.py
…
test_bufferedio.py
gh-129005: Remove copies from _pyio using take_bytes (
#141539
)
2025-11-18 10:10:32 +01:00
test_file.py
…
test_fileio.py
gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
2025-10-21 20:33:30 +03:00
test_general.py
gh-60107: Remove a copy from RawIOBase.read (
#141532
)
2025-11-20 17:37:04 +00:00
test_largefile.py
gh-129005: Remove copies from _pyio using take_bytes (
#141539
)
2025-11-18 10:10:32 +01:00
test_memoryio.py
gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333)
2025-11-12 11:57:05 +02:00
test_signals.py
…
test_textio.py
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
2025-12-15 15:13:58 +01:00
test_univnewlines.py
…
utils.py
…