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 }}
ndGarage
/
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
extmod
on
github-ci
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 13, 2019
Prevent other filesystem changes besides file writes
Show description for 6c01aba
tannewt
committed
6c01aba
View commit details
Copy full SHA for 6c01aba
View code at this point
Browse repository at this point
Throw an error when moving a directory into itself.
Show description for 7482870
tannewt
committed
7482870
View commit details
Copy full SHA for 7482870
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Show description for d218069
dhalbert
authored
d218069
View commit details
Copy full SHA for d218069
View code at this point
Browse repository at this point
Merge pull request #1582 from dhalbert/remove-u-names
Show description for 0261c57
tannewt
authored
0261c57
View commit details
Copy full SHA for 0261c57
View code at this point
Browse repository at this point
conditionalize re object type name
dhalbert
committed
01e5a82
View commit details
Copy full SHA for 01e5a82
View code at this point
Browse repository at this point
Add option to disable the concurrent write protection
Show description for 1a0596a
tannewt
committed
1a0596a
View commit details
Copy full SHA for 1a0596a
View code at this point
Browse repository at this point
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
dhalbert
committed
10d3a20
View commit details
Copy full SHA for 10d3a20
View code at this point
Browse repository at this point
rename ure, ujson, and uerrno to re, json, and errno
dhalbert
committed
c5dbdbe
View commit details
Copy full SHA for c5dbdbe
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Prevent infinite display update recursion and fix VFS mounting
Show description for 46fd60c
tannewt
committed
46fd60c
View commit details
Copy full SHA for 46fd60c
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
extmod/ure: Support search/match() pos and endpos parameters
Show description for 0865c9d
notro
committed
0865c9d
View commit details
Copy full SHA for 0865c9d
View code at this point
Browse repository at this point
extmod/ure: Handle some escape sequences.
Show description for 20a787a
deshipu
authored and
notro
committed
20a787a
View commit details
Copy full SHA for 20a787a
View code at this point
Browse repository at this point
extmod/modure: Add ure.sub() function and method, and tests.
Show description for b9dc23c
dpgeorge
authored and
notro
committed
b9dc23c
View commit details
Copy full SHA for b9dc23c
View code at this point
Browse repository at this point
extmod/modure: Add match.span(), start() and end() methods, and tests.
Show description for cbeac09
dpgeorge
authored and
notro
committed
cbeac09
View commit details
Copy full SHA for cbeac09
View code at this point
Browse repository at this point
extmod/modure: Add match.groups() method, and tests.
Show description for a24fabb
dpgeorge
authored and
notro
committed
a24fabb
View commit details
Copy full SHA for a24fabb
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Fix allocation size
tannewt
committed
b249243
View commit details
Copy full SHA for b249243
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
Add fast seek support to file objects
tannewt
committed
a393a6e
View commit details
Copy full SHA for a393a6e
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
More make_new updates
tannewt
committed
b569e8b
View commit details
Copy full SHA for b569e8b
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
Fix unix build
tannewt
committed
58a2009
View commit details
Copy full SHA for 58a2009
View code at this point
Browse repository at this point
More make_new fixes for unix build
tannewt
committed
0318a9a
View commit details
Copy full SHA for 0318a9a
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
fixup micropy
tannewt
committed
c271754
View commit details
Copy full SHA for c271754
View code at this point
Browse repository at this point
py changes for supporting superclass constructors that take kwargs
tannewt
committed
72d993d
View commit details
Copy full SHA for 72d993d
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
uzlib: Upgrade to uzlib v2.9 release
Show description for 014857b
jepler
committed
014857b
View commit details
Copy full SHA for 014857b
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
Fix os.stat() to use 1970 epoch
Show description for 39ee12d
notro
committed
39ee12d
View commit details
Copy full SHA for 39ee12d
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Fix unix coverage and update translations.
tannewt
committed
96534e5
View commit details
Copy full SHA for 96534e5
View code at this point
Browse repository at this point
Fix esp and samd
tannewt
committed
2cd166b
View commit details
Copy full SHA for 2cd166b
View code at this point
Browse repository at this point
Compress all translated strings with Huffman coding.
Show description for de5a9d7
tannewt
committed
de5a9d7
View commit details
Copy full SHA for de5a9d7
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5b
tannewt
committed
96ebf5b
View commit details
Copy full SHA for 96ebf5b
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
merge finished
dhalbert
committed
f48b700
View commit details
Copy full SHA for f48b700
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
WIP: complete manual inspection of all significant changes
dhalbert
committed
bc760dd
View commit details
Copy full SHA for bc760dd
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
dhalbert
committed
e2e01ef
View commit details
Copy full SHA for e2e01ef
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
continued WIP: almost compiling
dhalbert
committed
0d27f4d
View commit details
Copy full SHA for 0d27f4d
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
WIP: after merge; before testing
dhalbert
committed
7c21960
View commit details
Copy full SHA for 7c21960
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
allow '/' to be mounted on '/' from Python code
dhalbert
committed
dbf1a2f
View commit details
Copy full SHA for dbf1a2f
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
extmod: Update to use new mp_get_stream helper.
Show description for e8398a5
dpgeorge
committed
e8398a5
View commit details
Copy full SHA for e8398a5
View code at this point
Browse repository at this point
Commits on Jun 16, 2018
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Show description for 564abb0
dpgeorge
committed
564abb0
View commit details
Copy full SHA for 564abb0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.