An open API service providing commit metadata for open source projects.

GitHub / attwad/python-osc / commits

SHA Message Author Date Stats
dc007554 upgrade uv deps tmu <a****d@u****m> 3 months ago
e91ace85 bump patch versin for release tmu <a****d@u****m> 4 months ago
a88f33b9 better asyncio handling tmu <a****d@u****m> 4 months ago
7581a23a support ipv6 in OSCUDPServer tmu <a****d@u****m> 4 months ago
66ef6ac6 make dispatcher match partial addreses when * is in the middle of them and fo... tmu <a****d@u****m> 4 months ago
ae1e5dd4 add the ability to specify a timeout when constructing osc servers. Closes #170 tmu <a****d@u****m> 4 months ago
b83ce430 use git hooks to automatically run mypy and others tmu <a****d@u****m> 4 months ago
38e07386 better type annotations for sending messages. Closes #171 tmu <a****d@u****m> 4 months ago
a154b9e7 fix: use concrete python version in publish workflow tmu <a****d@u****m> 4 months ago
08e006e5 bump version to 1.10.0 tmu <a****d@u****m> 4 months ago
1e49edb6 fix mypy warnings tmu <a****d@u****m> 4 months ago
4cb58e23 fix syntax error in workflow tmu <a****d@u****m> 4 months ago
6ea1f7ec use latest versions of actions tmu <a****d@u****m> 4 months ago
bf0d878b mention new lint and uv in contributing docs tmu <a****d@u****m> 4 months ago
c3b14104 switch from black to ruff and use uv overall tmu <a****d@u****m> 4 months ago
8b5a5f29 fixed regexp parsing, enforced ',' on begining of datagrams as per spec and a... tmu <a****d@u****m> 4 months ago
ae787d11 added missing type annotations tmu <a****d@u****m> 4 months ago
1f295c55 add documentation about context manager for udp client tmu <a****d@u****m> 4 months ago
791ea4af use a context manager to automatically close the socket of UDPClient. Closes ... tmu <a****d@u****m> 4 months ago
f1e3e31f merge Merge pull request #192 from jms5194/main Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
8677a061 update to arg, requested changes jms5194 <j****w@g****m> 10 months ago
5eb6f7ae merge Merge pull request #191 from my1e5/fix-spelling Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
a7580053 modified changelog jms5194 <j****w@g****m> 10 months ago
51d3a5b3 updates for Lint jms5194 <j****w@g****m> 10 months ago
594ed028 adding TCPDispatchClient Class jms5194 <j****w@g****m> 10 months ago
5a89a7a4 adding TCPDispatchClient Class jms5194 <j****w@g****m> 10 months ago
b254751b fix: correct spelling of 'inferred' my1e5 <1****5@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
edcec230 merge Merge pull request #187 from buckbanzai/support-none-argvalue Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
9f30c744 merge Merge pull request #189 from fltodd/bug/OscBundleType Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
a17159cc black linting fraser.todd <f****d@m****k> 12 months ago
12fa77a0 black linting fraser.todd <f****d@m****k> 12 months ago
c9edc651 removed unused ignore fraser.todd <f****d@m****k> 12 months ago
3963916e OscBundleBuilder's contents now have correct typing fraser.todd <f****d@m****k> 12 months ago
0a617878 Support ArgValue being None to send an empty message Liam Steckler <l****m@l****m> about 1 year ago
551d5ed8 Update conf.py to use standard sphinx theme Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9040270e Create .readthedocs.yaml Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
feaa6b8c Update CHANGELOG.md for latest PR wrt dispatcher annotations Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b3ebafa6 merge Merge pull request #185 from s0600204/tcp-tuple Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f8244e50 Expect Dispatcher replies to be tuples, not lists s0600204 <d****v@s****4> over 1 year ago
e50f4813 bump version for types tmu <a****d@u****m> over 1 year ago
a49c2191 merge Merge pull request #184 from PeterJCLaw/ensure-annotations-published Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fdcb4d2b Move py.typed where it needs to go Peter Law <P****w@g****m> over 1 year ago
ce29bb69 Add CI step to validate type publication Peter Law <P****w@g****m> over 1 year ago
cc756368 bump version to 1.9.2 and reinstate types tmu <a****d@u****m> over 1 year ago
32cf9c19 update version to 1.9.1 tmu <a****d@u****m> over 1 year ago
4b37fe12 merge Merge pull request #179 from akx/clarify-bundle-send Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
767def38 merge Merge pull request #178 from akx/flynt Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
bbeaad4f README: clarify how to send bundles Aarni Koskela <a****x@i****i> almost 2 years ago
78455964 Fix remaining `.format()` calls to f-strings Aarni Koskela <a****x@i****i> almost 2 years ago
a9c3c692 merge Merge pull request #177 from akx/all-in-pyproject Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c140c8eb Run `flynt -tc` to transform concatenation to f-strings Aarni Koskela <a****x@i****i> almost 2 years ago
d2437f21 Run `flynt` to transform formatting to f-strings Aarni Koskela <a****x@i****i> almost 2 years ago
37a0007b Reformat pyproject.toml with dprint Aarni Koskela <a****x@i****i> almost 2 years ago
3f7546a4 Move all setup.cfg configuration into pyproject.toml Aarni Koskela <a****x@i****i> almost 2 years ago
0d69b77e merge Merge pull request #174 from bobh66/update_readme Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a4138c5e Update README.rst with TCP support information
Signed-off-by: Bob Haddleton <b****n@n****m>
Bob Haddleton <b****n@n****m> almost 2 years ago
900a818d push version 1.9.0 Timothé <a****d@u****m> almost 2 years ago
70edf62f merge Merge pull request #173 from bobh66/tcp Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
7b5d8ea3 cleanup mypy errors, address review comments, add response support to UDP server Bob Haddleton <b****h@B****l> about 2 years ago
d9a29a07 mention changelog in contributing docs and bump project reqs to 3.10. Concret... Timothé <a****d@u****m> about 2 years ago
787dde96 add test matrix support for python 3.12, only check the latest 3 stable relea... Timothé <a****d@u****m> about 2 years ago
21ba85cd use black in same action as the tests Timothé <a****d@u****m> about 2 years ago
ee0a3ecd remove miscommitted file about types Timothé <a****d@u****m> about 2 years ago
30ef81c6 format with black and add gh action to check black format was applied Timothé <a****d@u****m> about 2 years ago
e7a43615 remove temporarily added pytest-cov plugin Timothé <a****d@u****m> about 2 years ago
e33494ea downscope permission for python test workflow Timothé <a****d@u****m> about 2 years ago
fd0fdd8f add contributing file Timothé <a****d@u****m> about 2 years ago
dca43a93 ignore bin to exclude default act binary Timothé <a****d@u****m> about 2 years ago
a2f8990b fix more mypy and flake8 warnings Timothé <a****d@u****m> about 2 years ago
4f649207 fix one more flake8 issue Timothé <a****d@u****m> about 2 years ago
9a887893 fix a buch of flake8 errors Timothé <a****d@u****m> about 2 years ago
ec512648 Fix invalid escape sequence flagged by pytest Timothé <a****d@u****m> about 2 years ago
d89c2415 Add tcp support Bob Haddleton <b****h@B****l> about 2 years ago
913fd5c1 update version tmu <a****d@u****m> about 3 years ago
52d4296e using trusted publisher setup to publish to pypi tmu <a****d@u****m> about 3 years ago
504d4eec remove setup.py not needed anymore tmu <a****d@u****m> about 3 years ago
02eb707d upgrade to mypi build with pyproject.toml config tmu <a****d@u****m> about 3 years ago
63d709bd remove lazerbass example to break dependency on pygame tmu <a****d@u****m> about 3 years ago
3be7d241 add workflow to publish to pypi tmu <a****d@u****m> about 3 years ago
d3662912 minor fixes to readme, adding nil type and removing explicit min version tmu <a****d@u****m> over 3 years ago
ef4d3a1d bump version to 1.8.1 for release tmu <a****d@u****m> over 3 years ago
fcc6e848 merge Merge branch 'master' of https://github.com/attwad/python-osc tmu <a****d@u****m> over 3 years ago
4bb844f2 merge Merge pull request #168 from johnallsup/master Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9453b0a7 Use AF_UNSPEC as default for family instead of 0 John Allsup <d****v@c****t> over 3 years ago
f9f0f764 Modified __init__ to take a family= parameter and pass it through to socket.g... John Allsup <d****v@c****t> over 3 years ago
483c9fe4 Removed unnecessary exception class John Allsup <d****v@c****t> over 3 years ago
b172fa7a Added force_ipv4 and force_ipv6 options to UdpClient John Allsup <d****v@c****t> over 3 years ago
4b40a712 merge Merge pull request #160 from ideoforms/master Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
092596c2 Remove type hint Daniel Jones <d****l@j****k> over 3 years ago
3f1c8fb3 merge Merge branch 'attwad:master' into master Daniel Jones <d****e@e****t>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c032ca84 merge Merge pull request #161 from PeterJCLaw/update-mypy Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b8c647bc merge Merge pull request #164 from PeterJCLaw/fix-python-3.11-ci-pygame-install Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e699f64c Spell this import so mypy understands the branches Peter Law <P****w@g****m> over 3 years ago
914efb0c Only use pygame pre-release on Python 3.11 Peter Law <P****w@g****m> over 3 years ago
d8676ffa Pin a specific pygame version for Python 3.7 Peter Law <P****w@g****m> over 3 years ago
a7eef0ef Fix install of pygame on Python 3.11 Peter Law <P****w@g****m> over 3 years ago
d9dcd389 merge Merge pull request #163 from PeterJCLaw/fix-python-versions-ci Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
34710ea7 Treat Python versions as strings Peter Law <P****w@g****m> over 3 years ago
ccc070e0 merge Merge pull request #162 from attwad/attwad-patch-1 Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
d97972ba test only active python releases Timothé <a****d@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago

← Back to repository