summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io
Commit message (Expand)AuthorAgeFilesLines
* gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)yihong14 days1-0/+16
* gh-60107: Remove a copy from RawIOBase.read (#141532)Cody Maloney2025-11-201-0/+19
* gh-129005: Remove copies from _pyio using take_bytes (#141539)Cody Maloney2025-11-182-5/+4
* gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333)Cody Maloney2025-11-121-0/+14
* gh-85524: Raise "UnsupportedOperation" on FileIO.readall (#141214)Cody Maloney2025-11-121-0/+1
* gh-141314: Fix TextIOWrapper.tell() assertion failure with standalone carriag...Mohsin Mehmood2025-11-111-0/+19
* gh-140650: Fix write(), flush() and close() methods of io.BufferedWriter (GH-...Sachin Shah2025-11-051-0/+21
* gh-140607: Validate returned byte count in RawIOBase.read (#140611)Cody Maloney2025-10-271-0/+16
* gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)Stan Ulbrych2025-10-212-4/+4
* gh-138013: Split BufferedIO tests from test_io.test_general (#139454)Cody Maloney2025-10-012-1444/+1454
* gh-138013: Split TextIO tests from test_io.test_general (#139173)Cody Maloney2025-09-302-1648/+1664
* gh-138013: Split SignalsTest from test_io.test_general (#139079)Cody Maloney2025-09-192-271/+280
* gh-138720: Make Buffered closed check match flush (GH-138724)Cody Maloney2025-09-181-0/+4
* gh-138013: Remove load_tests in test_io.test_general (#138771)Cody Maloney2025-09-161-26/+7
* gh-138013: Move I/O test infrastructre to test_io.utils (#138475)Cody Maloney2025-09-112-308/+319
* gh-138013: Remove `test_io` load_tests namespace manipulation (#138366)Cody Maloney2025-09-031-52/+67
* gh-138013: Move I/O tests to test_io (#138365)Cody Maloney2025-09-038-21/+2584
* gh-127647: Fix and enable I/O protocol tests (#138369)Sebastian Rittau2025-09-021-4/+5
* gh-138013: Make ``test.test_io`` into a package (#138153)Cody Maloney2025-08-313-0/+5089