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 }}
StackRduino
/
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
micropython
on
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on May 22, 2018
py/emit: Combine yield value and yield-from emit funcs into one.
Show description for e686c94
dpgeorge
committed
e686c94
View commit details
Copy full SHA for e686c94
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
tests/micropython/extreme_exc.py: Allow to run without any emg exc buf.
dpgeorge
committed
b9c7842
View commit details
Copy full SHA for b9c7842
View code at this point
Browse repository at this point
tests/micropython/extreme_exc.py: Fix test to run on more ports/configs.
dpgeorge
committed
4caadc3
View commit details
Copy full SHA for 4caadc3
View code at this point
Browse repository at this point
tests/micropython: Add set of tests for extreme cases of raising exc's.
dpgeorge
committed
5995a19
View commit details
Copy full SHA for 5995a19
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
tests: Move heap-realloc-while-locked test from C to Python.
Show description for c607b58
dpgeorge
committed
c607b58
View commit details
Copy full SHA for c607b58
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
tests: Automatically skip tests that require eval, exec or frozenset.
dpgeorge
committed
6031957
View commit details
Copy full SHA for 6031957
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
tests/heapalloc, heapalloc_super: Skip in strict stackless mode.
Show description for 016f830
pfalcon
committed
016f830
View commit details
Copy full SHA for 016f830
View code at this point
Browse repository at this point
tests/heapalloc_*: Refactor some tests to work in strict stackless mode.
Show description for e02cb9e
pfalcon
committed
e02cb9e
View commit details
Copy full SHA for e02cb9e
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Show description for 5e34a11
dpgeorge
committed
5e34a11
View commit details
Copy full SHA for 5e34a11
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
py/emitnative: Implement floor-division and modulo for viper emitter.
dpgeorge
committed
a3afa8c
View commit details
Copy full SHA for a3afa8c
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
py/objexcept: Prevent infinite recursion when allocating exceptions.
Show description for 96fd80d
dpgeorge
committed
96fd80d
View commit details
Copy full SHA for 96fd80d
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 6, 2017
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 Apr 22, 2017
tests: Add tests for calling super and loading a method directly.
dpgeorge
committed
30badd1
View commit details
Copy full SHA for 30badd1
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
tests/micropython: Add test for micropython.kbd_intr().
dpgeorge
committed
c7c14f1
View commit details
Copy full SHA for c7c14f1
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
tests/micropython/heapalloc_iter: Improve skippability.
pfalcon
committed
806c07c
View commit details
Copy full SHA for 806c07c
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
tests/heapalloc_str: Test no-replacement case for str.replace().
pfalcon
committed
4a4bb84
View commit details
Copy full SHA for 4a4bb84
View code at this point
Browse repository at this point
Commits on Mar 20, 2017
tests/micropython: Add tests for micropython.schedule().
dpgeorge
committed
c772817
View commit details
Copy full SHA for c772817
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
tests/micropython/viper_error: Add more tests to improve coverage.
dpgeorge
committed
e29f704
View commit details
Copy full SHA for e29f704
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
tests/micropython/opt_level: Clarify the expected output for opt_level == 3.
pfalcon
committed
bc5bffb
View commit details
Copy full SHA for bc5bffb
View code at this point
Browse repository at this point
tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.
pfalcon
committed
53018d5
View commit details
Copy full SHA for 53018d5
View code at this point
Browse repository at this point
tests/micropython: Make uio-using tests skippable.
pfalcon
committed
1a71d30
View commit details
Copy full SHA for 1a71d30
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
tests/micropython/: Split off intbig tests.
pfalcon
committed
c98d746
View commit details
Copy full SHA for c98d746
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
tests/micropython: Add test for consts that are bignums.
dpgeorge
committed
f62503d
View commit details
Copy full SHA for f62503d
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.
pfalcon
committed
6fc6f10
View commit details
Copy full SHA for 6fc6f10
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
tests/micropython/heapalloc_iter: Add tests for contains and unpack.
dpgeorge
committed
7839b8b
View commit details
Copy full SHA for 7839b8b
View code at this point
Browse repository at this point
tests/micropython: Add test for iterating with the heap locked.
dpgeorge
committed
019048a
View commit details
Copy full SHA for 019048a
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
tests/heapalloc_bytesio: Test for BytesIO with preallocates space.
pfalcon
committed
b32880b
View commit details
Copy full SHA for b32880b
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
tests/heapalloc_str: Test for alloc-free string operations.
Show description for 9ffc3ae
pfalcon
committed
9ffc3ae
View commit details
Copy full SHA for 9ffc3ae
View code at this point
Browse repository at this point
Commits on Jan 21, 2017
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
Show description for bd3dd92
pfalcon
committed
bd3dd92
View commit details
Copy full SHA for bd3dd92
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
tests/micropython/opt_level: Add test for opt_level 3.
dpgeorge
committed
fb58380
View commit details
Copy full SHA for fb58380
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
tests/micropython: Add test for micropython.stack_use() function.
flowergrass
authored and
dpgeorge
committed
eae819c
View commit details
Copy full SHA for eae819c
View code at this point
Browse repository at this point
Commits on Dec 24, 2016
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
pfalcon
committed
05aebb9
View commit details
Copy full SHA for 05aebb9
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
tests/micropython: Get heapalloc_traceback test running on baremetal.
Show description for 7081ea4
dpgeorge
committed
7081ea4
View commit details
Copy full SHA for 7081ea4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.