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 }}
ihassin
/
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
on
programming_guide
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634e
tannewt
committed
fab634e
View commit details
Copy full SHA for fab634e
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
dpgeorge
committed
f55dcdd
View commit details
Copy full SHA for f55dcdd
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
tests/basics: Convert "sys.exit()" to "raise SystemExit".
pfalcon
committed
a2803b7
View commit details
Copy full SHA for a2803b7
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 Jun 8, 2017
tests/float/builtin_float_minmax: PEP8 fixes.
pfalcon
committed
e094200
View commit details
Copy full SHA for e094200
View code at this point
Browse repository at this point
tests/float: Convert "sys.exit()" to "raise SystemExit".
Show description for fde5435
dpgeorge
committed
fde5435
View commit details
Copy full SHA for fde5435
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
extmod/vfs: Allow to statvfs the root directory.
dpgeorge
committed
f6ef8e3
View commit details
Copy full SHA for f6ef8e3
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
tests/basics/string_rsplit: Add tests for negative "maxsplit" argument.
dpgeorge
committed
7400d88
View commit details
Copy full SHA for 7400d88
View code at this point
Browse repository at this point
Commits on May 29, 2017
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on May 25, 2017
tests/basics: Add more tests for unwind jumps from within a try-finally.
Show description for 8b13cd7
dpgeorge
committed
8b13cd7
View commit details
Copy full SHA for 8b13cd7
View code at this point
Browse repository at this point
Commits on May 18, 2017
tests/basics/builtin_range: Add tests for negative slicing of range.
dpgeorge
committed
218a876
View commit details
Copy full SHA for 218a876
View code at this point
Browse repository at this point
tests/basics/list_slice_3arg: Add more tests for negative slicing.
dpgeorge
committed
e1b0f2a
View commit details
Copy full SHA for e1b0f2a
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 13, 2017
tests/extmod/vfs_fat_more: Make skippable is uos is not available.
Show description for 054a381
pfalcon
committed
054a381
View commit details
Copy full SHA for 054a381
View code at this point
Browse repository at this point
tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.
dpgeorge
committed
cda0972
View commit details
Copy full SHA for cda0972
View code at this point
Browse repository at this point
Commits on May 12, 2017
tests/basics/lexer: Add line continuation tests for lexer.
Show description for 760aa09
tomlogic
authored and
dpgeorge
committed
760aa09
View commit details
Copy full SHA for 760aa09
View code at this point
Browse repository at this point
Commits on May 10, 2017
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
dpgeorge
committed
852c215
View commit details
Copy full SHA for 852c215
View code at this point
Browse repository at this point
Commits on May 9, 2017
tests/extmod: Make some vfs tests fully unmount FSs before running.
Show description for 9bd67d9
dpgeorge
committed
9bd67d9
View commit details
Copy full SHA for 9bd67d9
View code at this point
Browse repository at this point
tests/basics/lexer: Add lexer tests for input starting with newlines.
tomlogic
authored and
dpgeorge
committed
d00d062
View commit details
Copy full SHA for d00d062
View code at this point
Browse repository at this point
tests/basics: Add memoryview test for big ints.
dpgeorge
committed
e711e2d
View commit details
Copy full SHA for e711e2d
View code at this point
Browse repository at this point
tests/basics: Update array test for big-int with lL typecodes.
dpgeorge
committed
2e9e149
View commit details
Copy full SHA for 2e9e149
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
tests: Move super-as-local test from cpydiff to basic tests.
Show description for 084824f
dpgeorge
committed
084824f
View commit details
Copy full SHA for 084824f
View code at this point
Browse repository at this point
tests/micropython: Add test for int.from_bytes with many zero bytes.
dpgeorge
committed
dce7dd4
View commit details
Copy full SHA for dce7dd4
View code at this point
Browse repository at this point
Commits on May 5, 2017
tests/extmod: Add some more VFS tests.
dpgeorge
committed
1b3e372
View commit details
Copy full SHA for 1b3e372
View code at this point
Browse repository at this point
tests/extmod: Add more tests for VFS FAT.
dpgeorge
committed
6c8b57a
View commit details
Copy full SHA for 6c8b57a
View code at this point
Browse repository at this point
Commits on May 3, 2017
tests/cpydiff/core_function_unpacking: Fill in workaround.
pfalcon
committed
12ea065
View commit details
Copy full SHA for 12ea065
View code at this point
Browse repository at this point
tests/cpydiff/core_import_split_ns_pkgs: Test for split namespace packages.
pfalcon
committed
92657c6
View commit details
Copy full SHA for 92657c6
View code at this point
Browse repository at this point
tests/cpydiff/core_import_path: Test showing difference in package.__path__.
pfalcon
committed
3923f96
View commit details
Copy full SHA for 3923f96
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
tests/cpydiff/core_import_prereg: Fill in cause and workaround.
pfalcon
committed
c1b1911
View commit details
Copy full SHA for c1b1911
View code at this point
Browse repository at this point
tests/cpydiff/core_function_userattr: Clarify, fill in cause and workaround.
pfalcon
committed
8bb84cc
View commit details
Copy full SHA for 8bb84cc
View code at this point
Browse repository at this point
tests/cpydiff/core_arguments: Fill in cause/workaround.
pfalcon
committed
58ecbc7
View commit details
Copy full SHA for 58ecbc7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.