35 Commits

Author SHA1 Message Date
Noa
fbd0c7a99e Implement IncrementalNewlineDecoder in rust 2024-11-14 23:06:53 -06:00
Jeong YunWon
9944b3dac1 Mark failing tests 2024-07-28 20:24:15 +09:00
CPython Developers
0600ae6213 Update io, pyio, test_io from CPython 2024-07-28 20:24:15 +09:00
Jeong YunWon
623415d843 IncrementalNewlineDecoder from pyio 2024-07-28 20:23:53 +09:00
Dean Li
7496845381 test: update test_io.py to 3.10 2022-06-29 18:02:57 +08:00
Dean Li
121b35d27c io: enhance error message in Buffered* class 2022-05-19 23:15:42 +08:00
Padraic Fanning
3b22405ea8 Unmark passing tests 2022-04-27 18:58:17 -04:00
Jeong Yunwon
ca84d728c2 sys.unraisablehook 2022-04-23 08:06:17 +09:00
Dean Li
29c953d9a6 test: update test.support and test_io to 3.10
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Padraic Fanning
c8748bc98e Fix test.support imports 2022-02-13 17:56:08 -05:00
Dean Li
6f98288e84 test: use import_helper 2021-11-29 21:03:02 +08:00
Dean Li
5ee4fb899b test: use os_helper 2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44 Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
2021-11-17 17:06:51 +09:00
Dean Li
49a5805d11 test: use os_helper 2021-11-13 02:18:33 +00:00
Daniel Watkins
1ea93a59d5 stdlib/io.rs: align negative-fd-from-opener exception with CPython 2021-10-28 15:05:55 -04:00
Padraic Fanning
4e21df2c3b Clean up skips in test_io 2021-10-15 00:09:49 +09:00
Jeong YunWon
f2ecab46ef unmark successful tests 2021-09-14 02:22:41 +09:00
Frank King
e652ae8fc0 Support unicode array type. 2021-08-21 20:18:05 +08:00
Noah
ab658a11a6 Call the encoder for TextIOWrapper.write 2021-05-13 19:46:17 -05:00
Noah
80e5c984f4 Implement TextIOWrapper.readline correctly 2021-05-13 19:46:17 -05:00
Noah
4250a5dbaa Properly implement TextIOWrapper using codecs 2021-05-13 19:46:17 -05:00
Kangzhi Shi
8522d120e5 fix array from bytes 2021-04-16 09:17:13 +02:00
Padraic Fanning
4ba5829fe1 Delete code smell 2021-02-27 19:37:01 -05:00
Padraic Fanning
884c189bf6 Unskip tests in test_io 2021-02-25 21:28:54 -05:00
Padraic Fanning
acf8d6af99 Reconfigure SignalsTest skip(s) 2021-02-07 15:49:42 -05:00
Padraic Fanning
3b261f4511 Pass test_daemon_threads_shutdown_stderr_deadlock 2021-02-07 15:49:42 -05:00
Padraic Fanning
641c7d3833 Pass test_daemon_threads_shutdown_stdout_deadlock 2021-02-07 15:49:42 -05:00
Padraic Fanning
d32f467f39 Explain test_nonblock_pipe_write_smallbuf skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
cf3e613871 Explain test_nonblock_pipe_write_bigbuf skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
c1673b85c3 Explain test_override_destructor skip 2021-02-07 15:49:42 -05:00
Padraic Fanning
6eda036ee2 Reconfigure TextIOWrapperTest skip(s)
This also regresses two tests in the CTextIOWrapperTest class.
2021-02-07 15:49:42 -05:00
Jeong YunWon
308f831810 unksip test_io.py 2020-11-12 11:30:33 +09:00
Noah
916bb4cf1c Fix some other tests 2020-11-06 17:37:52 -06:00
Noah
d2a302cb2f Skip tests in test_io 2020-11-06 15:41:55 -06:00
Noah
3f6504c3cd Add _pyio, test.test_io from CPython 3.8.3 2020-11-06 15:41:55 -06:00