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
urandom
User selector
All users
Datepicker
All time
Commit history
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 Sep 30, 2016
tests/basics: Add test for printing OSError when errno is unknown.
dpgeorge
committed
9f72a14
View commit details
Copy full SHA for 9f72a14
View code at this point
Browse repository at this point
tests/basics: Add test constructing a set from a non-trivial expression.
dpgeorge
committed
17b4509
View commit details
Copy full SHA for 17b4509
View code at this point
Browse repository at this point
tests/basics: Add further tests for nonlocal scoping and closures.
dpgeorge
committed
6cf2a39
View commit details
Copy full SHA for 6cf2a39
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
py/compile: Fix async-for/async-with to work with simpler exc on stack.
Show description for b32c01b
dpgeorge
committed
b32c01b
View commit details
Copy full SHA for b32c01b
View code at this point
Browse repository at this point
tests/basics: Add test for set.difference_update with arg being itself.
dpgeorge
committed
443cc01
View commit details
Copy full SHA for 443cc01
View code at this point
Browse repository at this point
py/objset: Ensure that use of frozenset.update raises an exception.
dpgeorge
committed
2c7716f
View commit details
Copy full SHA for 2c7716f
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
tests/basics: Add test case for overflowing Py stack in try-finally.
dpgeorge
committed
3f0c1c2
View commit details
Copy full SHA for 3f0c1c2
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
tests/array1: Add tests for "l", "L" array types to improve coverage.
pfalcon
committed
60592fd
View commit details
Copy full SHA for 60592fd
View code at this point
Browse repository at this point
tests/struct1: Test "l" specifier to improve coverage.
pfalcon
committed
b85bcd6
View commit details
Copy full SHA for b85bcd6
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
tests/basics: Add errno1 test, to check basics of uerrno module.
dpgeorge
committed
2b7c4a1
View commit details
Copy full SHA for 2b7c4a1
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
tests/basics/special_methods: Enable tests for extra special methods.
Show description for bb19e7b
dpgeorge
committed
bb19e7b
View commit details
Copy full SHA for bb19e7b
View code at this point
Browse repository at this point
tests/basics: Add a test file for overriding special methods.
rguillon
authored and
dpgeorge
committed
ed6a1ad
View commit details
Copy full SHA for ed6a1ad
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
py/sequence: Allow to use bignums as indices in slice objects.
Show description for 095e43a
dpgeorge
committed
095e43a
View commit details
Copy full SHA for 095e43a
View code at this point
Browse repository at this point
tests/basics: Add test for break from within try within a for-loop.
dpgeorge
committed
f6a8e84
View commit details
Copy full SHA for f6a8e84
View code at this point
Browse repository at this point
tests/basics: Add more list tests to improve coverage testing.
dpgeorge
committed
d5f42c9
View commit details
Copy full SHA for d5f42c9
View code at this point
Browse repository at this point
tests/basics: Add more tuple tests to improve coverage testing.
dpgeorge
committed
3c82d1d
View commit details
Copy full SHA for 3c82d1d
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
tests/basics: bytes/str.partition/rpartition are now optional.
Show description for 8897dcb
pfalcon
committed
8897dcb
View commit details
Copy full SHA for 8897dcb
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
py/objstrunicode: str_index_to_ptr: Should handle bytes too.
Show description for 6af90b2
pfalcon
committed
6af90b2
View commit details
Copy full SHA for 6af90b2
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
tests/bytes_compare: Rework test for bytes <-> str comparison.
Show description for b652ee7
pfalcon
committed
b652ee7
View commit details
Copy full SHA for b652ee7
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
tests: Add testcase for OrderedDict equality.
Show description for deaf071
mpalomer
authored and
pfalcon
committed
deaf071
View commit details
Copy full SHA for deaf071
View code at this point
Browse repository at this point
Commits on May 28, 2016
py/modstruct: Allow to have "0s" in struct format.
dpgeorge
committed
715ee9d
View commit details
Copy full SHA for 715ee9d
View code at this point
Browse repository at this point
Commits on May 23, 2016
py/objnamedtuple: Allow passing field names as a tuple.
Show description for ca41dc2
Anton-2
authored and
dpgeorge
committed
ca41dc2
View commit details
Copy full SHA for ca41dc2
View code at this point
Browse repository at this point
Commits on May 21, 2016
tests: Add testcase for str.center().
pfalcon
committed
53bac8e
View commit details
Copy full SHA for 53bac8e
View code at this point
Browse repository at this point
Commits on May 14, 2016
tests/struct1: Add testcase for an unknown type char.
pfalcon
committed
719f8c0
View commit details
Copy full SHA for 719f8c0
View code at this point
Browse repository at this point
Commits on May 13, 2016
tests/basics/string_splitlines: Reinstate feature test for splitlines.
dpgeorge
committed
1e2f829
View commit details
Copy full SHA for 1e2f829
View code at this point
Browse repository at this point
py/objstr: Make dedicated splitlines function, supporting diff newlines.
Show description for cc80c4d
dpgeorge
committed
cc80c4d
View commit details
Copy full SHA for cc80c4d
View code at this point
Browse repository at this point
Commits on May 8, 2016
py/mpz: Do Python style division/modulo within bignum divmod routine.
Show description for 65402ab
dpgeorge
committed
65402ab
View commit details
Copy full SHA for 65402ab
View code at this point
Browse repository at this point
py/mpz: Fix bug with overflowing C-shift in division routine.
Show description for dc3faea
dpgeorge
committed
dc3faea
View commit details
Copy full SHA for dc3faea
View code at this point
Browse repository at this point
Commits on May 7, 2016
tests: Disable memoryview tests that overflow int conversion.
Show description for 9e47c14
dpgeorge
committed
9e47c14
View commit details
Copy full SHA for 9e47c14
View code at this point
Browse repository at this point
py/runtime: Properly handle passing user mappings to ** keyword args.
dpgeorge
committed
470c429
View commit details
Copy full SHA for 470c429
View code at this point
Browse repository at this point
py/objstr: Binary type of str/bytes for buffer protocol is 'B'.
Show description for 12dd8df
dpgeorge
committed
12dd8df
View commit details
Copy full SHA for 12dd8df
View code at this point
Browse repository at this point
Commits on May 2, 2016
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 Apr 27, 2016
tests: Add testcase for yielding from a stopped generator.
pfalcon
committed
0ea2108
View commit details
Copy full SHA for 0ea2108
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
py: Fix bug passing a string as a keyword arg in a dict.
Show description for fea40ad
dpgeorge
committed
fea40ad
View commit details
Copy full SHA for fea40ad
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.