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 }}
pdp7
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
github-ci
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2019
Fix tests
tannewt
committed
6d2072f
View commit details
Copy full SHA for 6d2072f
View code at this point
Browse repository at this point
Commits on May 12, 2019
use approx of original @godlygeek code for smallints; add tests
dhalbert
committed
8664a65
View commit details
Copy full SHA for 8664a65
View code at this point
Browse repository at this point
Commits on May 9, 2019
Add tests for overflows converting ints to bytes
Matt Wozniski
committed
e041df7
View commit details
Copy full SHA for e041df7
View code at this point
Browse repository at this point
Commits on May 7, 2019
Fix tests and clarify first character access
katlings
committed
eb3cb4d
View commit details
Copy full SHA for eb3cb4d
View code at this point
Browse repository at this point
Commits on May 6, 2019
Correct output expectation
katlings
committed
33b5cff
View commit details
Copy full SHA for 33b5cff
View code at this point
Browse repository at this point
Update tests for new autocomplete behavior
katlings
committed
77f177b
View commit details
Copy full SHA for 77f177b
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
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 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 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 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 20, 2018
tests: Add tests using "file" argument in print and sys.print_exception.
dpgeorge
committed
b92a8ad
View commit details
Copy full SHA for b92a8ad
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
tests/import: Add test for importing invalid .mpy file.
dpgeorge
committed
6d8816f
View commit details
Copy full SHA for 6d8816f
View code at this point
Browse repository at this point
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
dpgeorge
committed
48829cd
View commit details
Copy full SHA for 48829cd
View code at this point
Browse repository at this point
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
dpgeorge
committed
0ecce77
View commit details
Copy full SHA for 0ecce77
View code at this point
Browse repository at this point
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Show description for a5f5552
dpgeorge
committed
a5f5552
View commit details
Copy full SHA for a5f5552
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with expected API
dhalbert
committed
fa814a3
View commit details
Copy full SHA for fa814a3
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
tests/extmod: Add test for VFS and user-defined filesystem and files.
dpgeorge
committed
c901cc6
View commit details
Copy full SHA for c901cc6
View code at this point
Browse repository at this point
tests/io: Add simple IOBase test.
dpgeorge
committed
9144b1f
View commit details
Copy full SHA for 9144b1f
View code at this point
Browse repository at this point
py/lexer: Add support for underscores in numeric literals.
Show description for 6a445b6
dpgeorge
committed
6a445b6
View commit details
Copy full SHA for 6a445b6
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
tests/pyb: Make i2c and pyb1 pyboard tests run again.
Show description for a12d046
dpgeorge
committed
a12d046
View commit details
Copy full SHA for a12d046
View code at this point
Browse repository at this point
py/objtype: Optimise instance get/set/del by skipping special accessors.
Show description for 36c1052
dpgeorge
committed
36c1052
View commit details
Copy full SHA for 36c1052
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Show description for 5ef0d2a
dpgeorge
committed
5ef0d2a
View commit details
Copy full SHA for 5ef0d2a
View code at this point
Browse repository at this point
tests/extmod: Add test for importing a script from a user VFS.
dpgeorge
committed
6c02da2
View commit details
Copy full SHA for 6c02da2
View code at this point
Browse repository at this point
Commits on Jun 2, 2018
tests: Point pyboard.py to tools/cpboard.py
Show description for d08cc2a
notro
committed
d08cc2a
View commit details
Copy full SHA for d08cc2a
View code at this point
Browse repository at this point
Commits on May 30, 2018
py/objtype: Fix assertion failures in super_attr by checking type.
Show description for c60589c
jepler
authored and
dpgeorge
committed
c60589c
View commit details
Copy full SHA for c60589c
View code at this point
Browse repository at this point
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Show description for 05b13fd
jepler
authored and
dpgeorge
committed
05b13fd
View commit details
Copy full SHA for 05b13fd
View code at this point
Browse repository at this point
Commits on May 25, 2018
py/objtype: Remove TODO comment about needing to check for property.
Show description for dfeaea1
dpgeorge
committed
dfeaea1
View commit details
Copy full SHA for dfeaea1
View code at this point
Browse repository at this point
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
py/objgenerator: Protect against reentering a generator.
Show description for 400273a
dpgeorge
committed
400273a
View commit details
Copy full SHA for 400273a
View code at this point
Browse repository at this point
py/modbuiltins: Add support for rounding integers.
Show description for b318ebf
honza-klu
authored and
dpgeorge
committed
b318ebf
View commit details
Copy full SHA for b318ebf
View code at this point
Browse repository at this point
Commits on May 21, 2018
tests: Add some tests for bigint hash, float hash and float parsing.
Show description for 1ad0013
dpgeorge
committed
1ad0013
View commit details
Copy full SHA for 1ad0013
View code at this point
Browse repository at this point
Commits on May 15, 2018
Merge pull request #837 from godlygeek/human_readable_oserror
Show description for 5429339
dhalbert
authored
5429339
View commit details
Copy full SHA for 5429339
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.