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
basics
on
programming_guide
User selector
All users
All time
Commit history
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 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 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
Commits on Mar 15, 2017
tests/basics: Move string-modulo-format int tests to dedicated file.
dpgeorge
committed
ecb4357
View commit details
Copy full SHA for ecb4357
View code at this point
Browse repository at this point
tests/basics: Add test for string module formatting with int argument.
dpgeorge
committed
b154468
View commit details
Copy full SHA for b154468
View code at this point
Browse repository at this point
tests/basics/string_format2: Adjust comment now that tests succeed.
dpgeorge
committed
3a0b2be
View commit details
Copy full SHA for 3a0b2be
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
tests/basics/struct_micropython: Add test for 'S' typecode in ustruct.
Show description for 05fec17
dpgeorge
committed
05fec17
View commit details
Copy full SHA for 05fec17
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
tests/basics/fun_error: Split out skippable test.
pfalcon
committed
c9705cf
View commit details
Copy full SHA for c9705cf
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
tests/dict_fromkeys: Split out skippable part.
pfalcon
committed
ce63a95
View commit details
Copy full SHA for ce63a95
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
tests/basic: Make various tests skippable.
pfalcon
committed
9831444
View commit details
Copy full SHA for 9831444
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.
blazewicz
authored and
dpgeorge
committed
1bd17de
View commit details
Copy full SHA for 1bd17de
View code at this point
Browse repository at this point
tests/basics/string_join.py: Add test case where argument is not iterable.
blazewicz
authored and
dpgeorge
committed
38c3778
View commit details
Copy full SHA for 38c3778
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
tests/basic: Split tests into working with small ints and not working.
Show description for 3ab6aa3
pfalcon
committed
3ab6aa3
View commit details
Copy full SHA for 3ab6aa3
View code at this point
Browse repository at this point
tests/basics: Add further tests for OrderedDict.
dpgeorge
committed
3d91c12
View commit details
Copy full SHA for 3d91c12
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
py/objarray: Disallow slice-assignment to read-only memoryview.
Show description for f4a12dc
dpgeorge
committed
f4a12dc
View commit details
Copy full SHA for f4a12dc
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
Add indices() support to slice.
tannewt
committed
e0ef7e3
View commit details
Copy full SHA for e0ef7e3
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Show description for 8926788
dpgeorge
committed
8926788
View commit details
Copy full SHA for 8926788
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
tests/basics/string_join: Add more tests for string concatenation.
dpgeorge
committed
d87c6b6
View commit details
Copy full SHA for d87c6b6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.