Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
csamuelson
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
tests
io
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 7, 2024
all: Prune trailing whitespace.
Show description for dda9b9c
Gadgetoid
authored and
dpgeorge
committed
dda9b9c
View commit details
Copy full SHA for dda9b9c
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
extmod/vfs_posix_file: Implement sys.std*.buffer objects.
Show description for db06041
stephanelsmith
authored and
dpgeorge
committed
db06041
View commit details
Copy full SHA for db06041
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
tests: Replace umodule with module everywhere.
Show description for 4216bc7
jimmo
committed
4216bc7
View commit details
Copy full SHA for 4216bc7
View code at this point
Browse repository at this point
Commits on May 18, 2023
tests/run-tests.py: Ensure correct cwd for mpy tests.
Show description for 17127bb
jimmo
authored and
dpgeorge
committed
17127bb
View commit details
Copy full SHA for 17127bb
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
py/modio: Remove io.resource_stream function.
Show description for cc23e99
jimmo
authored and
dpgeorge
committed
cc23e99
View commit details
Copy full SHA for cc23e99
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
extmod/vfs_posix_file: Allow closing an already closed file.
Show description for 26b4ef4
dpgeorge
committed
26b4ef4
View commit details
Copy full SHA for 26b4ef4
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
all: Rename "sys" module to "usys".
Show description for 40ad8f1
stinos
authored and
dpgeorge
committed
40ad8f1
View commit details
Copy full SHA for 40ad8f1
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
tests: Format all Python code with black, except tests in basics subdir.
Show description for 3dc324d
dlech
authored and
dpgeorge
committed
3dc324d
View commit details
Copy full SHA for 3dc324d
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
tests/io: Update tests to use uos.remove() instead of uos.unlink().
Show description for 5c34c2f
pfalcon
authored and
dpgeorge
committed
5c34c2f
View commit details
Copy full SHA for 5c34c2f
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
tests: Move non-filesystem io tests to basics dir with io_ prefix.
dpgeorge
committed
726804e
View commit details
Copy full SHA for 726804e
View code at this point
Browse repository at this point
Commits on Jun 20, 2018
tests: Add tests using "file" argument in print and sys.print_exception.
dpgeorge
committed
b92a8ad
View commit details
Copy full SHA for b92a8ad
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
tests/io: Add simple IOBase test.
dpgeorge
committed
9144b1f
View commit details
Copy full SHA for 9144b1f
View code at this point
Browse repository at this point
Commits on May 1, 2018
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
Show description for 9f1eafc
mikewadsten
authored and
dpgeorge
committed
9f1eafc
View commit details
Copy full SHA for 9f1eafc
View code at this point
Browse repository at this point
Commits on Aug 20, 2017
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Show description for e3383e9
pfalcon
committed
e3383e9
View commit details
Copy full SHA for e3383e9
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
tests: Convert remaining "sys.exit()" to "raise SystemExit".
pfalcon
committed
85d809d
View commit details
Copy full SHA for 85d809d
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
py/objstringio: If created from immutable object, follow copy on write policy.
Show description for 07241cd
pfalcon
committed
07241cd
View commit details
Copy full SHA for 07241cd
View code at this point
Browse repository at this point
Commits on May 15, 2017
tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.
tomlogic
authored and
pfalcon
committed
162a0f9
View commit details
Copy full SHA for 162a0f9
View code at this point
Browse repository at this point
Commits on May 6, 2017
py/modio: resource_stream: Implement "package" param handling.
pfalcon
committed
4a4490f
View commit details
Copy full SHA for 4a4490f
View code at this point
Browse repository at this point
Commits on May 2, 2017
tests/io/resource_stream: Add test for uio.resource_stream().
pfalcon
committed
7d4ba9d
View commit details
Copy full SHA for 7d4ba9d
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
tests/io: Improve test coverage of io.BufferedWriter.
flowergrass
authored and
dpgeorge
committed
cba723f
View commit details
Copy full SHA for cba723f
View code at this point
Browse repository at this point
Commits on Nov 13, 2016
tests: Use read() instead of readall().
pfalcon
committed
8212773
View commit details
Copy full SHA for 8212773
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
tests/io/bytesio_ext: Add test for readinto().
pfalcon
committed
3dabaae
View commit details
Copy full SHA for 3dabaae
View code at this point
Browse repository at this point
tests/io/write_ext: Add description comment.
pfalcon
committed
49e1404
View commit details
Copy full SHA for 49e1404
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.
pfalcon
committed
abd5a57
View commit details
Copy full SHA for abd5a57
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
tests: Add test for extended arguments to stream .write() method.
pfalcon
committed
0b52228
View commit details
Copy full SHA for 0b52228
View code at this point
Browse repository at this point
Commits on May 2, 2016
tests: Make "io" modules fixes for CPython compatibility.
Show description for 566d8f1
pfalcon
committed
566d8f1
View commit details
Copy full SHA for 566d8f1
View code at this point
Browse repository at this point
tests: Update for _io/_collections module having been renamed.
pfalcon
committed
8c35f39
View commit details
Copy full SHA for 8c35f39
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
tests: Add test for io.BufferedWriter.
pfalcon
committed
88f60de
View commit details
Copy full SHA for 88f60de
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
tests/io: Remove "testfile" at end of open_plus test.
dpgeorge
committed
99146ea
View commit details
Copy full SHA for 99146ea
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
tests/open_plus: Add tests for "r+", "w+" open modes.
pfalcon
committed
5bf6eba
View commit details
Copy full SHA for 5bf6eba
View code at this point
Browse repository at this point
Commits on Dec 23, 2015
tests: Add tests for stream IO errors.
dpgeorge
committed
117158f
View commit details
Copy full SHA for 117158f
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
pfalcon
committed
a6eff05
View commit details
Copy full SHA for a6eff05
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
tests: Make io test cleanup after itself by removing 'testfile'.
dpgeorge
committed
d292a81
View commit details
Copy full SHA for d292a81
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
py: Add stream_tell method, and use for unix and stmhal file tell.
blmorris
authored and
dpgeorge
committed
bdd78c3
View commit details
Copy full SHA for bdd78c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.