FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonosc - transparencies/python-osc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
transparencies
/
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
Datepicker
Commit history
Commits on Oct 15, 2024
Fix remaining `.format()` calls to f-strings
akx
committed
7845596
View commit details
Copy full SHA for 7845596
View code at this point
Browse repository at this point
Run `flynt -tc` to transform concatenation to f-strings
akx
committed
c140c8e
View commit details
Copy full SHA for c140c8e
View code at this point
Browse repository at this point
Run `flynt` to transform formatting to f-strings
akx
committed
d2437f2
View commit details
Copy full SHA for d2437f2
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
cleanup mypy errors, address review comments, add response support to UDP server
Bob Haddleton
authored and
Bob Haddleton
committed
7b5d8ea
View commit details
Copy full SHA for 7b5d8ea
View code at this point
Browse repository at this point
Commits on Aug 3, 2024
Add tcp support
Bob Haddleton
authored and
Bob Haddleton
committed
d89c241
View commit details
Copy full SHA for d89c241
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
remove miscommitted file about types
attwad
committed
ee0a3ec
View commit details
Copy full SHA for ee0a3ec
View code at this point
Browse repository at this point
format with black and add gh action to check black format was applied
attwad
committed
30ef81c
View commit details
Copy full SHA for 30ef81c
View code at this point
Browse repository at this point
fix more mypy and flake8 warnings
attwad
committed
a2f8990
View commit details
Copy full SHA for a2f8990
View code at this point
Browse repository at this point
fix a buch of flake8 errors
attwad
committed
9a88789
View commit details
Copy full SHA for 9a88789
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
Fix invalid escape sequence flagged by pytest
Show description for ec51264
attwad
committed
ec51264
View commit details
Copy full SHA for ec51264
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL