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 }}
Coderah
/
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
shared-bindings
socketpool
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 18, 2026
Update Zephyr to post-4.4.0
tannewt
committed
3597882
View commit details
Copy full SHA for 3597882
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Merge remote-tracking branch 'adafruit/main' into micropython-v1.27-merge
dhalbert
committed
d085279
View commit details
Copy full SHA for d085279
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
wip
dhalbert
committed
14c1815
View commit details
Copy full SHA for 14c1815
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Merge branch '10.1.x' into merge-10.1.x-to-main-2026-03-09
dhalbert
committed
3ea3167
View commit details
Copy full SHA for 3ea3167
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
in *_make_new(), allocate obj only after all validations
Show description for 687b4b3
dhalbert
committed
687b4b3
View commit details
Copy full SHA for 687b4b3
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
Add networking support to the Zephyr native_sim
Show description for 73aa39f
tannewt
committed
73aa39f
View commit details
Copy full SHA for 73aa39f
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
Add support for Yoto Mini and Yoto Player V3
Show description for 4fe2f03
tannewt
committed
4fe2f03
View commit details
Copy full SHA for 4fe2f03
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
remove impossible code for rangechecking of socket proto arg
jepler
committed
4d56785
View commit details
Copy full SHA for 4d56785
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Switch to ruff like MicroPython
tannewt
committed
e277540
View commit details
Copy full SHA for e277540
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
fix compilation issues; remove more uctypes mentions
dhalbert
committed
02e11a9
View commit details
Copy full SHA for 02e11a9
View code at this point
Browse repository at this point
Commits on Sep 7, 2024
working on compilation errors
dhalbert
committed
bc6f065
View commit details
Copy full SHA for bc6f065
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
IPv6: improvments based on review notes
Show description for 21a5c93
jepler
committed
21a5c93
View commit details
Copy full SHA for 21a5c93
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
socketpool: Always use getaddrinfo_raise.
jepler
committed
99e5e66
View commit details
Copy full SHA for 99e5e66
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Make return value of recvfrom_into & accept right for v6 addresses
Show description for bee32ea
jepler
committed
bee32ea
View commit details
Copy full SHA for bee32ea
View code at this point
Browse repository at this point
Add v6 address support to SocketPool.getaddrinfo (on espressif)
jepler
committed
eaa6f99
View commit details
Copy full SHA for eaa6f99
View code at this point
Browse repository at this point
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
guard2once -s ...
dhalbert
committed
950b5d0
View commit details
Copy full SHA for 950b5d0
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
socketpool: factor out constants
Show description for 5973c4a
jepler
committed
5973c4a
View commit details
Copy full SHA for 5973c4a
View code at this point
Browse repository at this point
socketpool: add `type` property to Socket objects
Show description for 0c1db5e
jepler
committed
0c1db5e
View commit details
Copy full SHA for 0c1db5e
View code at this point
Browse repository at this point
socketpool: alphabetize dict names
jepler
committed
7e7918e
View commit details
Copy full SHA for 7e7918e
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
Require explicit socket port reuse
Show description for 9f3987a
tannewt
committed
9f3987a
View commit details
Copy full SHA for 9f3987a
View code at this point
Browse repository at this point
Commits on Dec 29, 2023
Merge remote-tracking branch 'origin/8.2.x' into merge-8.2.x
jepler
committed
2f32574
View commit details
Copy full SHA for 2f32574
View code at this point
Browse repository at this point
Fix compilation errors
carson-coder
committed
9feadb0
View commit details
Copy full SHA for 9feadb0
View code at this point
Browse repository at this point
Fix compilation errors
carson-coder
committed
a9585a0
View commit details
Copy full SHA for a9585a0
View code at this point
Browse repository at this point
Make precommit happy
carson-coder
committed
ed60528
View commit details
Copy full SHA for ed60528
View code at this point
Browse repository at this point
Remove some ipproto constants
carson-coder
committed
da92e5d
View commit details
Copy full SHA for da92e5d
View code at this point
Browse repository at this point
Clean up some code
carson-coder
committed
ba7918a
View commit details
Copy full SHA for ba7918a
View code at this point
Browse repository at this point
Add socketpool.SocketPool.IPPROTO_ constants
carson-coder
committed
2ae3347
View commit details
Copy full SHA for 2ae3347
View code at this point
Browse repository at this point
fix precommit
carson-coder
committed
8c567cc
View commit details
Copy full SHA for 8c567cc
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Rebase
carson-coder
committed
fb03b85
View commit details
Copy full SHA for fb03b85
View code at this point
Browse repository at this point
Commits on Dec 24, 2023
socketpool: add read & write stream protocol support
jepler
committed
d0c51a4
View commit details
Copy full SHA for d0c51a4
View code at this point
Browse repository at this point
Restore CIRCUITPY-CHANGEs for stream protocols
Show description for 5aa203f
jepler
committed
5aa203f
View commit details
Copy full SHA for 5aa203f
View code at this point
Browse repository at this point
Commits on Dec 23, 2023
At proto support for espressif port + global
carson-coder
committed
211c307
View commit details
Copy full SHA for 211c307
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Switch to using MP_ERROR_TEXT instead of translate, globally
jepler
committed
774f6ac
View commit details
Copy full SHA for 774f6ac
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.