FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonosc - ZipFile/python-osc · GitHub
ZipFile
/
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
main
User selector
Datepicker
Commit history
Commits on Jul 16, 2026
TCP handling logic cleanup
ZipFile
committed
60b94ba
View commit details
Copy full SHA for 60b94ba
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
better asyncio handling
attwad
committed
a88f33b
View commit details
Copy full SHA for a88f33b
View code at this point
Browse repository at this point
support ipv6 in OSCUDPServer
attwad
committed
7581a23
View commit details
Copy full SHA for 7581a23
View code at this point
Browse repository at this point
make dispatcher match partial addreses when * is in the middle of them and force end to match. Fixes #180
attwad
committed
66ef6ac
View commit details
Copy full SHA for 66ef6ac
View code at this point
Browse repository at this point
add the ability to specify a timeout when constructing osc servers. Closes #170
attwad
committed
ae1e5dd
View commit details
Copy full SHA for ae1e5dd
View code at this point
Browse repository at this point
use git hooks to automatically run mypy and others
attwad
committed
b83ce43
View commit details
Copy full SHA for b83ce43
View code at this point
Browse repository at this point
better type annotations for sending messages. Closes #171
attwad
committed
38e0738
View commit details
Copy full SHA for 38e0738
View code at this point
Browse repository at this point
fix mypy warnings
attwad
committed
1e49edb
View commit details
Copy full SHA for 1e49edb
View code at this point
Browse repository at this point
switch from black to ruff and use uv overall
attwad
committed
c3b1410
View commit details
Copy full SHA for c3b1410
View code at this point
Browse repository at this point
fixed regexp parsing, enforced ',' on begining of datagrams as per spec and also fixed time parsing (when > 24h)
attwad
committed
8b5a5f2
View commit details
Copy full SHA for 8b5a5f2
View code at this point
Browse repository at this point
added missing type annotations
attwad
committed
ae787d1
View commit details
Copy full SHA for ae787d1
View code at this point
Browse repository at this point
use a context manager to automatically close the socket of UDPClient. Closes #193
attwad
committed
791ea4a
View commit details
Copy full SHA for 791ea4a
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Merge pull request #192 from jms5194/main
Show description for f1e3e31
attwad
authored
f1e3e31
View commit details
Copy full SHA for f1e3e31
View code at this point
Browse repository at this point
update to arg, requested changes
jms5194
committed
8677a06
View commit details
Copy full SHA for 8677a06
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
updates for Lint
jms5194
committed
51d3a5b
View commit details
Copy full SHA for 51d3a5b
View code at this point
Browse repository at this point
adding TCPDispatchClient Class
jms5194
committed
594ed02
View commit details
Copy full SHA for 594ed02
View code at this point
Browse repository at this point
adding TCPDispatchClient Class
jms5194
committed
5a89a7a
View commit details
Copy full SHA for 5a89a7a
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
fix: correct spelling of 'inferred'
my1e5
authored
b254751
View commit details
Copy full SHA for b254751
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
Support ArgValue being None to send an empty message
buckbanzai
committed
0a61787
View commit details
Copy full SHA for 0a61787
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
black linting
fraser.todd
committed
a17159c
View commit details
Copy full SHA for a17159c
View code at this point
Browse repository at this point
black linting
fraser.todd
committed
12fa77a
View commit details
Copy full SHA for 12fa77a
View code at this point
Browse repository at this point
removed unused ignore
fraser.todd
committed
c9edc65
View commit details
Copy full SHA for c9edc65
View code at this point
Browse repository at this point
OscBundleBuilder's contents now have correct typing
fraser.todd
committed
3963916
View commit details
Copy full SHA for 3963916
View code at this point
Browse repository at this point
Commits on Jan 3, 2025
Expect Dispatcher replies to be tuples, not lists
Show description for f8244e5
s0600204
committed
f8244e5
View commit details
Copy full SHA for f8244e5
View code at this point
Browse repository at this point
Commits on Dec 22, 2024
Move py.typed where it needs to go
PeterJCLaw
committed
fdcb4d2
View commit details
Copy full SHA for fdcb4d2
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL