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 }}
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
misc
on
nrf52
User selector
All users
Datepicker
All time
Commit history
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
Commits on Jun 24, 2015
tests: Adapt misc/features.py tests for ports without floating point.
Daniel Campora
authored and
dpgeorge
committed
4af5424
View commit details
Copy full SHA for 4af5424
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
tests: Add test for recursive iternext stack overflow.
dpgeorge
committed
80f638f
View commit details
Copy full SHA for 80f638f
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
vm: On exiting except block, clear sys.exc_info() value.
Show description for ae2c81f
pfalcon
committed
ae2c81f
View commit details
Copy full SHA for ae2c81f
View code at this point
Browse repository at this point
modsys: Add basic sys.exc_info() implementation.
Show description for 8b85d14
pfalcon
committed
8b85d14
View commit details
Copy full SHA for 8b85d14
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
py: Fix adding of traceback so that it appends to existing info.
Show description for 4852e09
dpgeorge
committed
4852e09
View commit details
Copy full SHA for 4852e09
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
tests: Get misc/print_exception and pyb/spi working on pyboard.
dpgeorge
committed
6936f46
View commit details
Copy full SHA for 6936f46
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
tests: Activate recursive_data.py test, now that io.StringIO is available.
pfalcon
committed
f42b3c7
View commit details
Copy full SHA for f42b3c7
View code at this point
Browse repository at this point
tests: Fix print_exception test and re-enable it on Travis CI.
Show description for 184182d
dpgeorge
committed
184182d
View commit details
Copy full SHA for 184182d
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
tests: Fix print_exception.py to work on Travis CI.
dpgeorge
committed
4140e19
View commit details
Copy full SHA for 4140e19
View code at this point
Browse repository at this point
tests: Add test for print_exception() function.
pfalcon
authored and
dpgeorge
committed
e8487ea
View commit details
Copy full SHA for e8487ea
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.