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
tests
extmod
on
dynamic-native-modules
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 31, 2015
extmod/modure: Make sure that errors in regexps are caught early.
pfalcon
committed
aee704e
View commit details
Copy full SHA for aee704e
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
Show description for acea935
pfalcon
committed
acea935
View commit details
Copy full SHA for acea935
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
tests: Add tests to improve coverage of objstr.c.
dpgeorge
committed
25afc7d
View commit details
Copy full SHA for 25afc7d
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Show description for 354d175
pfalcon
committed
354d175
View commit details
Copy full SHA for 354d175
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
tests: Catch ValueError instead of any exception to properly test error.
dpgeorge
committed
68e8b59
View commit details
Copy full SHA for 68e8b59
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
galenhz
authored and
pfalcon
committed
616986a
View commit details
Copy full SHA for 616986a
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
tests: Split out json float tests to separate files.
dpgeorge
committed
e44c1d3
View commit details
Copy full SHA for e44c1d3
View code at this point
Browse repository at this point
Commits on Jun 15, 2015
tests: Check that machine module exists and print SKIP if it doesn't.
dpgeorge
committed
f6518a7
View commit details
Copy full SHA for f6518a7
View code at this point
Browse repository at this point
Commits on Jun 6, 2015
moductypes: Swap address and descriptor args in constructor.
Show description for 1679696
pfalcon
committed
1679696
View commit details
Copy full SHA for 1679696
View code at this point
Browse repository at this point
Commits on May 20, 2015
extmod: Add ubinascii.unhexlify
Show description for 3ad94d6
dhylands
authored and
dpgeorge
committed
3ad94d6
View commit details
Copy full SHA for 3ad94d6
View code at this point
Browse repository at this point
Commits on May 7, 2015
tests: Add test for machine module (mem* functions).
dpgeorge
committed
0589c19
View commit details
Copy full SHA for 0589c19
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
tests: Add some more tests to improve code coverage of corner cases.
dpgeorge
committed
e5c4362
View commit details
Copy full SHA for e5c4362
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
tests: Add some more tests for complex numbers and ure module.
dpgeorge
committed
f256cfe
View commit details
Copy full SHA for f256cfe
View code at this point
Browse repository at this point
tests: Add some more tests for bytes, bignum, string and ujson.
dpgeorge
committed
26a9975
View commit details
Copy full SHA for 26a9975
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
tests: Add zlib test for decompressing uncompressed data.
dpgeorge
committed
c832bde
View commit details
Copy full SHA for c832bde
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
tests: Add test for modure when regex has errors.
dpgeorge
committed
55278dc
View commit details
Copy full SHA for 55278dc
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
extmod/ure: Correctly return None when a group has no match.
Show description for 6cb6947
dpgeorge
committed
6cb6947
View commit details
Copy full SHA for 6cb6947
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
tests: Add tests for op special meths, ubinascii, complex.
dpgeorge
committed
2af921f
View commit details
Copy full SHA for 2af921f
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
tests: Add tests for ure groups and named char classes.
Show description for 4e3906d
dpgeorge
committed
4e3906d
View commit details
Copy full SHA for 4e3906d
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
extmod: Make ujson.loads raise exception if given empty string.
Show description for 5f64dc5
dpgeorge
committed
5f64dc5
View commit details
Copy full SHA for 5f64dc5
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
moduzlib: Implement raw DEFLATE decoding support.
pfalcon
committed
2324f3e
View commit details
Copy full SHA for 2324f3e
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
modujson: .loads(): Handle more whitespace characters.
pfalcon
committed
444331c
View commit details
Copy full SHA for 444331c
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
tests: sha256: skip test if uhashlib module is not available.
pfalcon
committed
c8b0229
View commit details
Copy full SHA for c8b0229
View code at this point
Browse repository at this point
Commits on Nov 22, 2014
tests: Add test for hashlib.sha256 .
pfalcon
committed
4a1c80c
View commit details
Copy full SHA for 4a1c80c
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
moductypes: Add test for accessing UINT8 array.
pfalcon
committed
66d08eb
View commit details
Copy full SHA for 66d08eb
View code at this point
Browse repository at this point
moductypes: Make sure we can apply .sizeof() to all aggregate types.
Show description for 2559e13
pfalcon
committed
2559e13
View commit details
Copy full SHA for 2559e13
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
extmod: Add uheapq module.
dpgeorge
committed
f5d6979
View commit details
Copy full SHA for f5d6979
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
modure: Update to re1.5 v0.6.1, fixed and extended character class support.
pfalcon
committed
297d846
View commit details
Copy full SHA for 297d846
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
pfalcon
committed
95908b0
View commit details
Copy full SHA for 95908b0
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
moduzlib: Integrate into the system.
pfalcon
committed
3416287
View commit details
Copy full SHA for 3416287
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
modure: Basic tests.
pfalcon
committed
f7bcce0
View commit details
Copy full SHA for f7bcce0
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
tests: Add missing "import sys".
pfalcon
committed
9aeec0e
View commit details
Copy full SHA for 9aeec0e
View code at this point
Browse repository at this point
tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh.
dpgeorge
committed
f53c343
View commit details
Copy full SHA for f53c343
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
tests: Make printing of floats hopefully more portable.
dpgeorge
committed
c3ab90d
View commit details
Copy full SHA for c3ab90d
View code at this point
Browse repository at this point
Commits on Sep 25, 2014
py: Simplify JSON str printing (while still conforming to JSON spec).
Show description for cde0ca2
dpgeorge
committed
cde0ca2
View commit details
Copy full SHA for cde0ca2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.