.. |
data
|
tests: Add testcase for reading amounts bigger than buffer/chunk size.
|
2015-01-23 16:42:02 +02:00 |
argv.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
buffered_writer.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
buffered_writer.py.exp
|
tests/io: Improve test coverage of io.BufferedWriter.
|
2017-01-17 13:27:02 +11:00 |
builtin_print_file.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
bytesio_cow.py
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
2017-06-09 17:33:01 +03:00 |
bytesio_ext.py
|
tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.
|
2017-05-15 23:58:06 +03:00 |
bytesio_ext2.py
|
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
|
2018-05-01 15:48:43 +10:00 |
bytesio_ext2.py.exp
|
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
|
2018-05-01 15:48:43 +10:00 |
file1.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
file_iter.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
2014-07-05 06:14:29 +01:00 |
file_long_read.py
|
tests: Add testcase for read by length past EOF.
|
2014-07-22 00:11:37 +03:00 |
file_long_read2.py
|
tests: Add testcase for reading amounts bigger than buffer/chunk size.
|
2015-01-23 16:42:02 +02:00 |
file_long_read3.py
|
tests: Fix typo in file_long_read3.py.
|
2015-01-23 19:00:02 +02:00 |
file_readinto.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
file_readinto_len.py
|
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
|
2014-10-23 21:43:59 +03:00 |
file_readinto_len.py.exp
|
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
|
2014-10-23 21:43:59 +03:00 |
file_readline.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
file_seek.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
file_stdio.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
2014-07-05 06:14:29 +01:00 |
file_with.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
iobase.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
open_append.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:34:38 +03:00 |
open_plus.py
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:34:38 +03:00 |
resource_stream.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
resource_stream.py.exp
|
py/modio: resource_stream: Implement "package" param handling.
|
2017-05-06 18:42:35 +03:00 |
stringio1.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
stringio_with.py
|
tests: Make "io" modules fixes for CPython compatibility.
|
2016-05-02 14:38:07 +03:00 |
write_ext.py
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
write_ext.py.exp
|
tests: Add test for extended arguments to stream .write() method.
|
2016-07-14 11:48:15 +03:00 |