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
misc
on
azure-pipelines
User selector
All users
Datepicker
All time
Commit history
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 8, 2018
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 Apr 10, 2018
tests: Move recursive tests to the tests/stress/ subdir.
Show description for 5ad27d4
dpgeorge
committed
5ad27d4
View commit details
Copy full SHA for 5ad27d4
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
tests: Add tests to improve coverage of py/objtype.c.
dpgeorge
committed
36f7952
View commit details
Copy full SHA for 36f7952
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dc
tannewt
committed
73c15dc
View commit details
Copy full SHA for 73c15dc
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
CircuitPython now has struct instead of ustruct (#302)
Show description for b41cbe9
mrmcwethy
authored and
tannewt
committed
b41cbe9
View commit details
Copy full SHA for b41cbe9
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
py/objset: Check that RHS of a binary op is a set/frozenset.
Show description for 2ac1364
dpgeorge
committed
2ac1364
View commit details
Copy full SHA for 2ac1364
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 Mar 11, 2017
tests/misc/: Make few tests skippable.
pfalcon
committed
3e321f1
View commit details
Copy full SHA for 3e321f1
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
tests/misc: Add test for line number printing with large bytecode chunk.
dpgeorge
committed
e08395a
View commit details
Copy full SHA for e08395a
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
tests/misc/non_compliant: Add test for inability to assign func attrs.
dpgeorge
committed
7314eba
View commit details
Copy full SHA for 7314eba
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
tests: Add tests to improve coverage of objarray.c.
flowergrass
authored and
dpgeorge
committed
1731868
View commit details
Copy full SHA for 1731868
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
tests: Improve coverage of array, range, dict, slice, exc, unicode.
dpgeorge
committed
e9404e5
View commit details
Copy full SHA for e9404e5
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
tests: Improve test coverage of py/compile.c.
dpgeorge
committed
5e22afc
View commit details
Copy full SHA for 5e22afc
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
tests: Improve coverage of struct with test for non-compliant behaviour.
dpgeorge
committed
82af4d6
View commit details
Copy full SHA for 82af4d6
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
tests/misc/non_compliant: Add tests to improve coverage testing.
dpgeorge
committed
b359cf2
View commit details
Copy full SHA for b359cf2
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.
pfalcon
committed
a1a261d
View commit details
Copy full SHA for a1a261d
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
tests/misc/recursive_iternext: Provide more fine-grained selection of N.
Show description for 7d60a97
dpgeorge
committed
7d60a97
View commit details
Copy full SHA for 7d60a97
View code at this point
Browse repository at this point
tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.
Show description for ddadbae
dpgeorge
committed
ddadbae
View commit details
Copy full SHA for ddadbae
View code at this point
Browse repository at this point
Commits on May 2, 2016
tests: Make "io" modules fixes for CPython compatibility.
Show description for 566d8f1
pfalcon
committed
566d8f1
View commit details
Copy full SHA for 566d8f1
View code at this point
Browse repository at this point
tests: Update for _io/_collections module having been renamed.
pfalcon
committed
8c35f39
View commit details
Copy full SHA for 8c35f39
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
tests/recursive_iternext.py: Make low-heap friendly.
pfalcon
committed
b86c206
View commit details
Copy full SHA for b86c206
View code at this point
Browse repository at this point
tests/print_exception: Use exception which prints the same regardless of config.
Show description for 419bb26
pfalcon
committed
419bb26
View commit details
Copy full SHA for 419bb26
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Show description for 2e2e15c
dcurrie
authored and
dpgeorge
committed
2e2e15c
View commit details
Copy full SHA for 2e2e15c
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
py/parse: Improve constant folding to operate on small and big ints.
Show description for 22b2265
dpgeorge
committed
22b2265
View commit details
Copy full SHA for 22b2265
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
tests: Allow tests to pass against CPython 3.5.
Show description for 34f26ea
dpgeorge
committed
34f26ea
View commit details
Copy full SHA for 34f26ea
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
py/mpz: Raise NotImplError instead of failing assertion.
dpgeorge
committed
4c02e54
View commit details
Copy full SHA for 4c02e54
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
dpgeorge
committed
081f932
View commit details
Copy full SHA for 081f932
View code at this point
Browse repository at this point
tests: Add tests for non-compliant behaviour of lexer.
dpgeorge
committed
a7ffa97
View commit details
Copy full SHA for a7ffa97
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
py/objstr: For str.endswith(s, start) raise NotImpl instead of assert.
dpgeorge
committed
55b11e6
View commit details
Copy full SHA for 55b11e6
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 Sep 1, 2015
py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).
dpgeorge
committed
22602cc
View commit details
Copy full SHA for 22602cc
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
tests: Fix non-compliant expected output to match actual behaviour.
dpgeorge
committed
39c91d3
View commit details
Copy full SHA for 39c91d3
View code at this point
Browse repository at this point
tests: Add tests for non-compliant behaviour.
Show description for c9fa667
dpgeorge
committed
c9fa667
View commit details
Copy full SHA for c9fa667
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.