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 }}
andykeh710
/
python-osc
Public
forked from
attwad/python-osc
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
python-osc
pythonosc
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 9, 2023
Use AF_UNSPEC as default for family instead of 0
John Allsup
committed
9453b0a
View commit details
Copy full SHA for 9453b0a
View code at this point
Browse repository at this point
Modified __init__ to take a family= parameter and pass it through to socket.getaddrinfo
John Allsup
committed
f9f0f76
View commit details
Copy full SHA for f9f0f76
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
Removed unnecessary exception class
John Allsup
committed
483c9fe
View commit details
Copy full SHA for 483c9fe
View code at this point
Browse repository at this point
Added force_ipv4 and force_ipv6 options to UdpClient
John Allsup
committed
b172fa7
View commit details
Copy full SHA for b172fa7
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Remove type hint
ideoforms
committed
092596c
View commit details
Copy full SHA for 092596c
View code at this point
Browse repository at this point
Merge branch 'attwad:master' into master
ideoforms
authored
3f1c8fb
View commit details
Copy full SHA for 3f1c8fb
View code at this point
Browse repository at this point
Spell this import so mypy understands the branches
PeterJCLaw
committed
e699f64
View commit details
Copy full SHA for e699f64
View code at this point
Browse repository at this point
Remove redundant ignore
PeterJCLaw
committed
431ad6a
View commit details
Copy full SHA for 431ad6a
View code at this point
Browse repository at this point
mypy prefers explicit Optionals now
PeterJCLaw
committed
458b52d
View commit details
Copy full SHA for 458b52d
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
Restore typeshed bug fix
ideoforms
committed
11e1b9d
View commit details
Copy full SHA for 11e1b9d
View code at this point
Browse repository at this point
Fix mypy typing errors
ideoforms
committed
b65cf64
View commit details
Copy full SHA for b65cf64
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Add support for arguments with Nil type
ideoforms
committed
d7b1acf
View commit details
Copy full SHA for d7b1acf
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Merge pull request #156 from PeterJCLaw/publish-types
Show description for aa93089
attwad
authored
aa93089
View commit details
Copy full SHA for aa93089
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Type this coroutine correctly
PeterJCLaw
committed
61482ec
View commit details
Copy full SHA for 61482ec
View code at this point
Browse repository at this point
Work around typeshed bug
Show description for 093705d
PeterJCLaw
committed
093705d
View commit details
Copy full SHA for 093705d
View code at this point
Browse repository at this point
Use more precise annotation now we have one
PeterJCLaw
committed
3b8a69e
View commit details
Copy full SHA for 3b8a69e
View code at this point
Browse repository at this point
Add/fix these annotations
PeterJCLaw
committed
0badf76
View commit details
Copy full SHA for 0badf76
View code at this point
Browse repository at this point
Type the message builder
Show description for 84de837
PeterJCLaw
committed
84de837
View commit details
Copy full SHA for 84de837
View code at this point
Browse repository at this point
This function takes only a packet
PeterJCLaw
committed
c8a23c8
View commit details
Copy full SHA for c8a23c8
View code at this point
Browse repository at this point
Extract a MidiPacket type alias
PeterJCLaw
committed
211dd73
View commit details
Copy full SHA for 211dd73
View code at this point
Browse repository at this point
This needs to be a bool
PeterJCLaw
committed
3e6af0b
View commit details
Copy full SHA for 3e6af0b
View code at this point
Browse repository at this point
Clarify that this will render in the repr of the datagram
PeterJCLaw
committed
86910bc
View commit details
Copy full SHA for 86910bc
View code at this point
Browse repository at this point
Annotate this method more precisely
Show description for 9f59a02
PeterJCLaw
committed
9f59a02
View commit details
Copy full SHA for 9f59a02
View code at this point
Browse repository at this point
This property is a float
Show description for 8dbf032
PeterJCLaw
committed
8dbf032
View commit details
Copy full SHA for 8dbf032
View code at this point
Browse repository at this point
Explain to the type checker that we're using a custom server type
PeterJCLaw
committed
ef8ef42
View commit details
Copy full SHA for ef8ef42
View code at this point
Browse repository at this point
Make this type annotation match the implementation
PeterJCLaw
committed
e564bba
View commit details
Copy full SHA for e564bba
View code at this point
Browse repository at this point
Tell the type checker what this type is
Show description for 79ddede
PeterJCLaw
committed
79ddede
View commit details
Copy full SHA for 79ddede
View code at this point
Browse repository at this point
Type message parsing (very loosely)
PeterJCLaw
committed
84f4435
View commit details
Copy full SHA for 84f4435
View code at this point
Browse repository at this point
Fix verify_request type signature
Show description for bd44ed0
PeterJCLaw
committed
bd44ed0
View commit details
Copy full SHA for bd44ed0
View code at this point
Browse repository at this point
Type these named tuples
Show description for e3e2dda
PeterJCLaw
committed
e3e2dda
View commit details
Copy full SHA for e3e2dda
View code at this point
Browse repository at this point
FunctionType is not expected to be used as an annotation
Show description for 373c636
PeterJCLaw
committed
373c636
View commit details
Copy full SHA for 373c636
View code at this point
Browse repository at this point
Fix Generator annotation
Show description for 1a46d3e
PeterJCLaw
committed
1a46d3e
View commit details
Copy full SHA for 1a46d3e
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Indicate that this is a typed package
Show description for 1dcc5d8
PeterJCLaw
committed
1dcc5d8
View commit details
Copy full SHA for 1dcc5d8
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
added int64 support to tests
cansik
committed
edf9854
View commit details
Copy full SHA for edf9854
View code at this point
Browse repository at this point
implemented signed int64 support #21
cansik
committed
3bc9dd5
View commit details
Copy full SHA for 3bc9dd5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.