index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
io
Age
Commit message (
Expand
)
Author
2015-01-23
tests: Fix typo in file_long_read3.py.
Paul Sokolovsky
2015-01-23
tests: Add extra test for reading multiple of internal chunk size.
Paul Sokolovsky
2015-01-23
tests: Add testcase for reading amounts bigger than buffer/chunk size.
Paul Sokolovsky
2015-01-20
py: Prevent segfault for operations on closed StringIO.
stijn
2014-11-16
py: Make stream seek correctly check for ioctl fn; add seek for textio.
Damien George
2014-11-17
tests: Add test for file.seek().
Paul Sokolovsky
2014-10-23
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
Paul Sokolovsky
2014-10-21
Use mode/encoding kwargs in io and unicode tests
stijn
2014-10-18
unix, stmhal: Implement file.readinto() method.
Paul Sokolovsky
2014-07-22
tests: Add testcase for read by length past EOF.
Paul Sokolovsky
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George
2014-06-12
py: Rename builtin "io" to "_io".
Paul Sokolovsky
2014-05-03
py, stream: Implement readlines for a stream.
Damien George
2014-04-26
modio: Implement io.StringIO class.
Paul Sokolovsky
2014-04-04
tests/file-with: Add testcase which failed for @dpgeorge.
Paul Sokolovsky
2014-04-03
unix file: Implement context manager protocol (for "with" statement).
Paul Sokolovsky
2014-02-08
io.File, socket types: Add fileno() method.
Paul Sokolovsky
2014-01-20
unix io.FileIO: Add iteration support.
Paul Sokolovsky
2014-01-20
unix: Implement sys.argv.
Paul Sokolovsky
2014-01-19
Add directory for I/O tests with basic test for file methods.
Paul Sokolovsky