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
basics
on
stable
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5e
dhalbert
committed
ef61b5e
View commit details
Copy full SHA for ef61b5e
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
py/binary: Change internal bytearray typecode from 0 to 1.
Show description for 025e5f2
dpgeorge
committed
025e5f2
View commit details
Copy full SHA for 025e5f2
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
py/binary.c: Fix bug when packing big-endian 'Q' values.
Show description for a14ce77
basvs
authored and
dpgeorge
committed
a14ce77
View commit details
Copy full SHA for a14ce77
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634e
tannewt
committed
fab634e
View commit details
Copy full SHA for fab634e
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Show description for 3d25d9c
dpgeorge
committed
3d25d9c
View commit details
Copy full SHA for 3d25d9c
View code at this point
Browse repository at this point
py/objtuple: Allow to use inplace-multiplication operator on tuples.
dpgeorge
committed
eb2784e
View commit details
Copy full SHA for eb2784e
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324
webmeister
authored and
dpgeorge
committed
55f3324
View commit details
Copy full SHA for 55f3324
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 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/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 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 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 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701
tannewt
committed
30ee701
View commit details
Copy full SHA for 30ee701
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
Commits on Jun 10, 2017
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 2, 2017
tests/basics/string_rsplit: Add tests for negative "maxsplit" argument.
dpgeorge
committed
7400d88
View commit details
Copy full SHA for 7400d88
View code at this point
Browse repository at this point
Commits on May 29, 2017
various: Spelling fixes
scop
committed
ca16c38
View commit details
Copy full SHA for ca16c38
View code at this point
Browse repository at this point
Commits on May 25, 2017
tests/basics: Add more tests for unwind jumps from within a try-finally.
Show description for 8b13cd7
dpgeorge
committed
8b13cd7
View commit details
Copy full SHA for 8b13cd7
View code at this point
Browse repository at this point
Commits on May 18, 2017
tests/basics/builtin_range: Add tests for negative slicing of range.
dpgeorge
committed
218a876
View commit details
Copy full SHA for 218a876
View code at this point
Browse repository at this point
tests/basics/list_slice_3arg: Add more tests for negative slicing.
dpgeorge
committed
e1b0f2a
View commit details
Copy full SHA for e1b0f2a
View code at this point
Browse repository at this point
Commits on May 12, 2017
tests/basics/lexer: Add line continuation tests for lexer.
Show description for 760aa09
tomlogic
authored and
dpgeorge
committed
760aa09
View commit details
Copy full SHA for 760aa09
View code at this point
Browse repository at this point
Commits on May 9, 2017
tests/basics/lexer: Add lexer tests for input starting with newlines.
tomlogic
authored and
dpgeorge
committed
d00d062
View commit details
Copy full SHA for d00d062
View code at this point
Browse repository at this point
tests/basics: Add memoryview test for big ints.
dpgeorge
committed
e711e2d
View commit details
Copy full SHA for e711e2d
View code at this point
Browse repository at this point
tests/basics: Update array test for big-int with lL typecodes.
dpgeorge
committed
2e9e149
View commit details
Copy full SHA for 2e9e149
View code at this point
Browse repository at this point
Commits on May 6, 2017
tests: Move super-as-local test from cpydiff to basic tests.
Show description for 084824f
dpgeorge
committed
084824f
View commit details
Copy full SHA for 084824f
View code at this point
Browse repository at this point
Commits on Apr 25, 2017
tests/basics: Add tests for int.from_bytes when src has trailing zeros.
Show description for 810133d
dpgeorge
committed
810133d
View commit details
Copy full SHA for 810133d
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
tests: Add tests for calling super and loading a method directly.
dpgeorge
committed
30badd1
View commit details
Copy full SHA for 30badd1
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
tests/basics: Add test for tuple inplace add.
dpgeorge
committed
b6fff41
View commit details
Copy full SHA for b6fff41
View code at this point
Browse repository at this point
tests/basics: Add tests for raising ValueError when range() gets 0 step.
dpgeorge
committed
dcd8f52
View commit details
Copy full SHA for dcd8f52
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
tests/basics: Add tests for list and bytearray growing using themselves.
dpgeorge
committed
bf51e2f
View commit details
Copy full SHA for bf51e2f
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
tests/basics: Add test for super() when self is closed over.
dpgeorge
committed
7347755
View commit details
Copy full SHA for 7347755
View code at this point
Browse repository at this point
Commits on Mar 16, 2017
tests/basics/bytes_add: Add tests for optimised bytes addition.
dpgeorge
committed
eeff0c3
View commit details
Copy full SHA for eeff0c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.