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
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 }}
ProGamerCode
/
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
py
on
frozen_modules
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 10, 2016
Merge remote-tracking branch 'micropython/master'
tannewt
committed
a52fd67
View commit details
Copy full SHA for a52fd67
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
py/objstringio: Add readinto() method.
Show description for d22a04d
pfalcon
committed
d22a04d
View commit details
Copy full SHA for d22a04d
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
py: Add mp_raise_OSError(errno) helper function.
Show description for 3a0a771
dpgeorge
committed
3a0a771
View commit details
Copy full SHA for 3a0a771
View code at this point
Browse repository at this point
py/modstruct: Remove unreachable code, and add comment about CPy diff.
Show description for dffa383
dpgeorge
committed
dffa383
View commit details
Copy full SHA for dffa383
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
py/objbool: Make a slight simplification of bool constructor.
Show description for 8de270b
dpgeorge
committed
8de270b
View commit details
Copy full SHA for 8de270b
View code at this point
Browse repository at this point
py/objbool: Defer bool's unary op implementation to small int.
Show description for eca1408
dpgeorge
committed
eca1408
View commit details
Copy full SHA for eca1408
View code at this point
Browse repository at this point
py/argcheck: Simplify if-chain so that the last one is the default.
dpgeorge
committed
3be4f88
View commit details
Copy full SHA for 3be4f88
View code at this point
Browse repository at this point
py/compile: Fix typo when checking for parse-node kind.
dpgeorge
committed
216a711
View commit details
Copy full SHA for 216a711
View code at this point
Browse repository at this point
py/scope: Factor common code to find locals and close over them.
Show description for 0d10517
dpgeorge
committed
0d10517
View commit details
Copy full SHA for 0d10517
View code at this point
Browse repository at this point
py/scope: Shrink scope_t struct by 1 machine word.
Show description for d549596
dpgeorge
committed
d549596
View commit details
Copy full SHA for d549596
View code at this point
Browse repository at this point
py/scope: Use lookup-table to determine a scope's simple name.
Show description for 3dea8c9
dpgeorge
committed
3dea8c9
View commit details
Copy full SHA for 3dea8c9
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
py/compile: Fix async-for/async-with to work with simpler exc on stack.
Show description for b32c01b
dpgeorge
committed
b32c01b
View commit details
Copy full SHA for b32c01b
View code at this point
Browse repository at this point
py/objset: Ensure that use of frozenset.update raises an exception.
dpgeorge
committed
2c7716f
View commit details
Copy full SHA for 2c7716f
View code at this point
Browse repository at this point
py/objset: Use mp_check_self() to check args of set/frozenset methods.
Show description for dd4135a
dpgeorge
committed
dd4135a
View commit details
Copy full SHA for dd4135a
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
py/objfun: Use if instead of switch to check return value of VM execute.
Show description for 0c595fa
dpgeorge
committed
0c595fa
View commit details
Copy full SHA for 0c595fa
View code at this point
Browse repository at this point
py/objfun: Remove unnecessary check for viper fun with 5 or more args.
Show description for c71edae
dpgeorge
committed
c71edae
View commit details
Copy full SHA for c71edae
View code at this point
Browse repository at this point
py/emitbc: Remove/refactor unreachable code, to improve coverage.
dpgeorge
committed
7385b01
View commit details
Copy full SHA for 7385b01
View code at this point
Browse repository at this point
py/objstr: Remove unreachable function used only for terse error msgs.
dpgeorge
committed
897129a
View commit details
Copy full SHA for 897129a
View code at this point
Browse repository at this point
py/modmicropython: Add micropython.const, alias for identity function.
Show description for 791b65f
dpgeorge
committed
791b65f
View commit details
Copy full SHA for 791b65f
View code at this point
Browse repository at this point
py/vm: Use MP_OBJ_FROM_PTR to cast a type to an object.
dpgeorge
committed
71fec07
View commit details
Copy full SHA for 71fec07
View code at this point
Browse repository at this point
py: Only store the exception instance on Py stack in bytecode try block.
Show description for f040685
dpgeorge
committed
f040685
View commit details
Copy full SHA for f040685
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
atmel-samd21: Support loading mpy files.
tannewt
committed
ed34c35
View commit details
Copy full SHA for ed34c35
View code at this point
Browse repository at this point
Merge remote-tracking branch 'micropython/master'
tannewt
committed
12b6b78
View commit details
Copy full SHA for 12b6b78
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
py/py.mk: Add support for building modussl_mbedtls.
pfalcon
committed
9cc8ec8
View commit details
Copy full SHA for 9cc8ec8
View code at this point
Browse repository at this point
py/parse: Only replace constants that are standalone identifiers.
Show description for 6d310a5
dpgeorge
committed
6d310a5
View commit details
Copy full SHA for 6d310a5
View code at this point
Browse repository at this point
py: Update opcode format table because 3 opcodes were removed, 1 added.
Show description for 7df9291
dpgeorge
committed
7df9291
View commit details
Copy full SHA for 7df9291
View code at this point
Browse repository at this point
py: Shrink mp_arg_t struct by using reduced-size integer members.
Show description for e97df97
dpgeorge
committed
e97df97
View commit details
Copy full SHA for e97df97
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
py/py.mk: Suppress some compiler warnings when building berkeley-db.
dpgeorge
committed
6c79980
View commit details
Copy full SHA for 6c79980
View code at this point
Browse repository at this point
py/stream: Remove unnecessary check for NULL return from vstr_extend.
Show description for 79ec869
dpgeorge
committed
79ec869
View commit details
Copy full SHA for 79ec869
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6a
dpgeorge
committed
93c4a6a
View commit details
Copy full SHA for 93c4a6a
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
py/builtinimport: Fix nanbox build after change to better handle -m modules.
pfalcon
committed
7ea3fa2
View commit details
Copy full SHA for 7ea3fa2
View code at this point
Browse repository at this point
builtinimport: add the module specified by -m to sys.modules as '__main__'
dxxb
authored and
pfalcon
committed
21c719b
View commit details
Copy full SHA for 21c719b
View code at this point
Browse repository at this point
py/showbc: Make printf's go to the platform print stream.
Show description for fbddea9
dpgeorge
committed
fbddea9
View commit details
Copy full SHA for fbddea9
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
Merge remote-tracking branch 'micropython/master'
tannewt
committed
bb03afd
View commit details
Copy full SHA for bb03afd
View code at this point
Browse repository at this point
py: Support escaped special characters in autogenerated QSTRs.
tannewt
committed
345dd14
View commit details
Copy full SHA for 345dd14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.