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
dynamic-native-modules
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 31, 2015
tests/base/struct1.py: Add test for repetition counters.
pfalcon
committed
0bd3f32
View commit details
Copy full SHA for 0bd3f32
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
Show description for 4bf3f2d
dpgeorge
committed
4bf3f2d
View commit details
Copy full SHA for 4bf3f2d
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7d
dpgeorge
committed
4300c7d
View commit details
Copy full SHA for 4300c7d
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
tests: Add test for evaluation order of dictionary key/value pairs.
Show description for 4fb5ff8
dpgeorge
committed
4fb5ff8
View commit details
Copy full SHA for 4fb5ff8
View code at this point
Browse repository at this point
py/compile: Fix edge case when constant-folding negation of integer.
Show description for 7e12a60
dpgeorge
committed
7e12a60
View commit details
Copy full SHA for 7e12a60
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
tests/basics/builtin_range: PEP8 fixes.
pfalcon
committed
062bd81
View commit details
Copy full SHA for 062bd81
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: Catch all cases of integer (big and small) division by zero.
dpgeorge
committed
e5635f4
View commit details
Copy full SHA for e5635f4
View code at this point
Browse repository at this point
py/mpz: Fix bignum anding of large negative with smaller positive int.
dpgeorge
committed
2065373
View commit details
Copy full SHA for 2065373
View code at this point
Browse repository at this point
tests: Add further tests for mpz code.
dpgeorge
committed
a81539d
View commit details
Copy full SHA for a81539d
View code at this point
Browse repository at this point
Commits on Sep 28, 2015
tests: Test slicing a range that does not start at zero.
pramasoul
authored and
dpgeorge
committed
2a8a564
View commit details
Copy full SHA for 2a8a564
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
py: Fix call args when a stararg is followed by keyword args.
dxxb
authored and
dpgeorge
committed
e6978a4
View commit details
Copy full SHA for e6978a4
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
py/objslice: Make slice attributes (start/stop/step) readable.
Show description for aeb62f9
pramasoul
authored and
dpgeorge
committed
aeb62f9
View commit details
Copy full SHA for aeb62f9
View code at this point
Browse repository at this point
py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.
Show description for 8b4fb4f
dpgeorge
committed
8b4fb4f
View commit details
Copy full SHA for 8b4fb4f
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
tests: Move int+unicode test to unicode-specific test directory.
dpgeorge
committed
75a811a
View commit details
Copy full SHA for 75a811a
View code at this point
Browse repository at this point
py/compile: Refine SyntaxError for repeated use of global/nonlocal.
dpgeorge
committed
558a016
View commit details
Copy full SHA for 558a016
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/binary: Add support for array('q') and array('Q').
dpgeorge
committed
81794fc
View commit details
Copy full SHA for 81794fc
View code at this point
Browse repository at this point
tests: Add test for exception-chaining raise syntax.
pfalcon
committed
ab2594e
View commit details
Copy full SHA for ab2594e
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
py/objstr: Simplify error handling for bad conversion specifier.
dpgeorge
committed
000730e
View commit details
Copy full SHA for 000730e
View code at this point
Browse repository at this point
tests: Add test where __getitem__ raises IndexError to stop iteration.
dpgeorge
committed
c2ec2ad
View commit details
Copy full SHA for c2ec2ad
View code at this point
Browse repository at this point
Commits on Aug 29, 2015
py/objstr: Fix error reporting for unexpected end of modulo format str.
dpgeorge
committed
b648e98
View commit details
Copy full SHA for b648e98
View code at this point
Browse repository at this point
py/objstr: Fix error type for badly formatted format specifier.
Show description for 7ef75f9
dpgeorge
committed
7ef75f9
View commit details
Copy full SHA for 7ef75f9
View code at this point
Browse repository at this point
tests: Add a few tests for bool, bytearray, float to improve coverage.
dpgeorge
committed
1d350b8
View commit details
Copy full SHA for 1d350b8
View code at this point
Browse repository at this point
tests: Split byteorder-dependent tests to *_endian.py's.
pfalcon
committed
58d9b10
View commit details
Copy full SHA for 58d9b10
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
tests: Add test on set/frozenset equality.
pfalcon
committed
a160b70
View commit details
Copy full SHA for a160b70
View code at this point
Browse repository at this point
objset: frozensets are hashable.
pfalcon
committed
8b3b2d0
View commit details
Copy full SHA for 8b3b2d0
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
tests: Add more tests to improve coverage, mostly testing exceptions.
dpgeorge
committed
d007cb8
View commit details
Copy full SHA for d007cb8
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
py/objlist: Make list += accept all arguments and add test.
dpgeorge
committed
9a2913e
View commit details
Copy full SHA for 9a2913e
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
tests: Skip parser test if "compile" builtin is not available.
dpgeorge
committed
3900fed
View commit details
Copy full SHA for 3900fed
View code at this point
Browse repository at this point
py/parse: Fix handling of empty input so it raises an exception.
dpgeorge
committed
96f0dd3
View commit details
Copy full SHA for 96f0dd3
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
py/lexer: Raise SyntaxError when str hex escape sequence is malformed.
Show description for d241c2a
dpgeorge
committed
d241c2a
View commit details
Copy full SHA for d241c2a
View code at this point
Browse repository at this point
Commits on Jul 20, 2015
py: Implement memoryview slice assignment.
Show description for 32aba40
dxxb
authored and
dpgeorge
committed
32aba40
View commit details
Copy full SHA for 32aba40
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
modbuiltins: Implement round() to precision.
turbinenreiter
authored and
pfalcon
committed
1e8ca3a
View commit details
Copy full SHA for 1e8ca3a
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
Daniel Campora
committed
d709622
View commit details
Copy full SHA for d709622
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.