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
on
036b582
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 25, 2017
py: Implement raising a big-int to a negative power.
Show description for 04552ff
dpgeorge
committed
04552ff
View commit details
Copy full SHA for 04552ff
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
tests/basics/builtin_exec: Test various globals/locals args to exec().
tomlogic
authored and
dpgeorge
committed
6cfe737
View commit details
Copy full SHA for 6cfe737
View code at this point
Browse repository at this point
tests: Rename exec1.py to builtin_exec.py.
dpgeorge
committed
6c1b7e0
View commit details
Copy full SHA for 6c1b7e0
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Show description for 4368ae3
pfalcon
committed
4368ae3
View commit details
Copy full SHA for 4368ae3
View code at this point
Browse repository at this point
all: Remove trailing spaces, per coding conventions.
dpgeorge
committed
761e4c7
View commit details
Copy full SHA for 761e4c7
View code at this point
Browse repository at this point
Commits on Jul 9, 2017
tests/cpydiff: Add case for str.ljust/rjust.
pfalcon
committed
ad3abcd
View commit details
Copy full SHA for ad3abcd
View code at this point
Browse repository at this point
tests/cpydiff/: Improve wording, add more workarounds.
pfalcon
committed
0c5369a
View commit details
Copy full SHA for 0c5369a
View code at this point
Browse repository at this point
tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.
pfalcon
committed
5f65ad8
View commit details
Copy full SHA for 5f65ad8
View code at this point
Browse repository at this point
tests/cpydiff/core_arguments: Move under Functions subsection.
Show description for c5efb81
pfalcon
committed
c5efb81
View commit details
Copy full SHA for c5efb81
View code at this point
Browse repository at this point
tests/cpydiff/core_class_mro: Move under Classes, add workaround.
pfalcon
committed
b297902
View commit details
Copy full SHA for b297902
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
py/objgenerator: Allow to hash generators and generator instances.
Show description for f69ab79
dpgeorge
committed
f69ab79
View commit details
Copy full SHA for f69ab79
View code at this point
Browse repository at this point
Commits on Jul 5, 2017
tests/cpydiff/modules_deque: Elaborate workaround.
pfalcon
committed
ed52955
View commit details
Copy full SHA for ed52955
View code at this point
Browse repository at this point
tests/basics: Add tests for arithmetic operators precedence.
blazewicz
authored and
dpgeorge
committed
7feb730
View commit details
Copy full SHA for 7feb730
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
py/modmath: Check for zero division in log with 2 args.
dpgeorge
committed
6b8b56f
View commit details
Copy full SHA for 6b8b56f
View code at this point
Browse repository at this point
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Show description for b86c65d
dpgeorge
committed
b86c65d
View commit details
Copy full SHA for b86c65d
View code at this point
Browse repository at this point
Commits on Jun 30, 2017
extmod/modure: If input string is bytes, return bytes results too.
Show description for 58b7b01
pfalcon
committed
58b7b01
View commit details
Copy full SHA for 58b7b01
View code at this point
Browse repository at this point
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
dpgeorge
committed
369e7fd
View commit details
Copy full SHA for 369e7fd
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
tests/basics/namedtuple1: Add test for creating with pos and kw args.
dpgeorge
committed
8f6ef8d
View commit details
Copy full SHA for 8f6ef8d
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
tests/import: Update comment now that uPy raises correct exception.
dpgeorge
committed
409fc8f
View commit details
Copy full SHA for 409fc8f
View code at this point
Browse repository at this point
tests/import: Add a test for the builtin __import__ function.
dpgeorge
committed
3a9445c
View commit details
Copy full SHA for 3a9445c
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
tests: Auto detect floating point capabilites of the target.
Show description for 4a6c0fd
dpgeorge
committed
4a6c0fd
View commit details
Copy full SHA for 4a6c0fd
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
tests/connect_nonblock: Refactor towards real net_hosted test.
Show description for bc7659e
pfalcon
committed
bc7659e
View commit details
Copy full SHA for bc7659e
View code at this point
Browse repository at this point
tests/net_inet: Move tests which don't require full Internet to net_hosted.
Show description for 3f9d59c
pfalcon
committed
3f9d59c
View commit details
Copy full SHA for 3f9d59c
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
tests/basics: Add tests for for-else statement.
dpgeorge
committed
4492293
View commit details
Copy full SHA for 4492293
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
tests/net_inet: Add tests for accept and connect in nonblocking mode.
Show description for 458cbac
dpgeorge
committed
458cbac
View commit details
Copy full SHA for 458cbac
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
tests/net_inet/test_tls_sites.py: Integration test for SSL connections.
Show description for 4caa27a
pfalcon
committed
4caa27a
View commit details
Copy full SHA for 4caa27a
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
py/objint: In to_bytes(), allow length arg to be any int and check sign.
dpgeorge
committed
e269cab
View commit details
Copy full SHA for e269cab
View code at this point
Browse repository at this point
py/objint: Support "big" byte-order in int.to_bytes().
dpgeorge
committed
8c5632a
View commit details
Copy full SHA for 8c5632a
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
py/compile: Raise SyntaxError if positional args are given after */**.
Show description for 1e70fda
dpgeorge
committed
1e70fda
View commit details
Copy full SHA for 1e70fda
View code at this point
Browse repository at this point
py/modthread: Raise RuntimeError in release() if lock is not acquired.
dpgeorge
committed
e374cff
View commit details
Copy full SHA for e374cff
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
py/formatfloat: Fix number of digits and exponent sign when rounding.
Show description for 6ed4581
dpgeorge
committed
6ed4581
View commit details
Copy full SHA for 6ed4581
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
dpgeorge
committed
f55dcdd
View commit details
Copy full SHA for f55dcdd
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
tests/basics: Convert "sys.exit()" to "raise SystemExit".
pfalcon
committed
a2803b7
View commit details
Copy full SHA for a2803b7
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
py/objstringio: If created from immutable object, follow copy on write policy.
Show description for 07241cd
pfalcon
committed
07241cd
View commit details
Copy full SHA for 07241cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.