FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonosc - egasimus/python-osc · GitHub
egasimus
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-osc
pythonosc
on
master
User selector
Datepicker
Commit history
Commits on Jun 15, 2014
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
ecb8b85
View commit details
Copy full SHA for ecb8b85
View code at this point
Browse repository at this point
Do nop strip datagram, I have no idea why I did this before it is stupid, it causes datagrams encoded with tabs in it to be stripped so integers values like 9 would be stripped and no callback woul…
Show description for a67281e
attwad
committed
a67281e
View commit details
Copy full SHA for a67281e
View code at this point
Browse repository at this point
Commits on Jun 13, 2014
fix typo in top level comment of osc_server.py
attwad
committed
2e33c00
View commit details
Copy full SHA for 2e33c00
View code at this point
Browse repository at this point
Commits on May 19, 2014
__builtins__ is a dict in modules in py 2.x, use __builtin__ module.
almost
committed
b433dfd
View commit details
Copy full SHA for b433dfd
View code at this point
Browse repository at this point
Commits on May 1, 2014
added address that triggered the handlers as the first argument
attwad
committed
0908e3b
View commit details
Copy full SHA for 0908e3b
View code at this point
Browse repository at this point
Commits on Apr 22, 2014
add test for regexp escape, escape the address passed ot the dispatcher first to not get confused if characters with special meanings were part of the osc address
attwad
committed
52525a7
View commit details
Copy full SHA for 52525a7
View code at this point
Browse repository at this point
fix default handler type, should be a Handler
attwad
committed
6aa6c47
View commit details
Copy full SHA for 6aa6c47
View code at this point
Browse repository at this point
added default handler to dispatcher
attwad
committed
3f5f143
View commit details
Copy full SHA for 3f5f143
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
db16047
View commit details
Copy full SHA for db16047
View code at this point
Browse repository at this point
add one more test for mathcing of +
attwad
committed
33b2cf5
View commit details
Copy full SHA for 33b2cf5
View code at this point
Browse repository at this point
allow + as a character matched by the osc address whildcard *. Fixes #7
attwad
committed
4802e94
View commit details
Copy full SHA for 4802e94
View code at this point
Browse repository at this point
Commits on Apr 13, 2014
adds ImportException catch so osc_message_builder works on python 2.x
ssfrr
committed
1ef54ee
View commit details
Copy full SHA for 1ef54ee
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
added test for udp client
attwad
committed
a41c1a1
View commit details
Copy full SHA for a41c1a1
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Added tests for the true and false message types
jnfbatista
committed
7da1b83
View commit details
Copy full SHA for 7da1b83
View code at this point
Browse repository at this point
Commits on Feb 28, 2014
Was adding extra bytes that were not needed in booleans
jnfbatista
committed
d06528e
View commit details
Copy full SHA for d06528e
View code at this point
Browse repository at this point
Added support for booleans.
jnfbatista
committed
4d11349
View commit details
Copy full SHA for 4d11349
View code at this point
Browse repository at this point
Commits on Feb 18, 2014
more coverage on nto, osc types and osc bundle+builders
attwad
committed
472eac6
View commit details
Copy full SHA for 472eac6
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
more coverage for osc message builder
attwad
committed
313e357
View commit details
Copy full SHA for 313e357
View code at this point
Browse repository at this point
unknown param type in osc messag ehandled now
attwad
committed
ac2433c
View commit details
Copy full SHA for ac2433c
View code at this point
Browse repository at this point
more coverage and try catch osc message errors in osc bundle
attwad
committed
602eecf
View commit details
Copy full SHA for 602eecf
View code at this point
Browse repository at this point
100% coverage for osc_types
attwad
committed
56317e3
View commit details
Copy full SHA for 56317e3
View code at this point
Browse repository at this point
Commits on Jul 29, 2013
ran flake8 over the whole repository and fixed all but indent warnings
attwad
committed
5fd00cf
View commit details
Copy full SHA for 5fd00cf
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
use named tuples for handler callbacks and arguments
attwad
committed
2266a17
View commit details
Copy full SHA for 2266a17
View code at this point
Browse repository at this point
handling time of messages in the server correctly now
attwad
committed
032883b
View commit details
Copy full SHA for 032883b
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/attwad/python-osc
attwad
committed
038fdb8
View commit details
Copy full SHA for 038fdb8
View code at this point
Browse repository at this point
made the interface simpler to add arguments to a message, the type is guessed at runtime
attwad
committed
74b9831
View commit details
Copy full SHA for 74b9831
View code at this point
Browse repository at this point
Commits on Jul 24, 2013
comment on udp client init
attwad
committed
41f7656
View commit details
Copy full SHA for 41f7656
View code at this point
Browse repository at this point
main comments on the udp packet class
attwad
committed
af769cd
View commit details
Copy full SHA for af769cd
View code at this point
Browse repository at this point
Removed useless logging.debug statements in OscMessage
attwad
committed
efb7371
View commit details
Copy full SHA for efb7371
View code at this point
Browse repository at this point
Add comments for public methods of OscBundle
attwad
committed
a2caec1
View commit details
Copy full SHA for a2caec1
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
simplified example imports and added a todo for message builder
attwad
committed
f825049
View commit details
Copy full SHA for f825049
View code at this point
Browse repository at this point
changing imports to include base pythonosc module name so that imports work when installed via setup.py
attwad
committed
bffc309
View commit details
Copy full SHA for bffc309
View code at this point
Browse repository at this point
renamed src to pythonosc as it will be the package name once I figure out how to use distribute and run unittests...
attwad
committed
3e29415
View commit details
Copy full SHA for 3e29415
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL