1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.2.0 . More... over 13 years ago
Fix typo in libusb_control_setup declaration. More... over 13 years ago
Allow reaching configurations by index. More... over 13 years ago
Make libusb_lock_events and libusb_get_max_packet_size available. More... over 13 years ago
Fix USBPollerThread on platforms where poll cannot be woken up for timeout. More... over 13 years ago
Disable most of LibUSBContext methods when context has been destroyed. More... over 13 years ago
Fix and test USBPollerThread. More... over 13 years ago
Make tests pass on Python3.2 . More... over 13 years ago
Drop deprecated reprConfigurations. More... over 13 years ago
Remove unused import (pylint). More... over 13 years ago
Experimental threaded poller. More... over 13 years ago
Remove unused import (pylint). More... over 13 years ago
Add partial support for libusb_handle_events[_timeout]_completed. More... over 13 years ago
Add support for libusb_error_name. More... over 13 years ago
Add support for libusb_has_capability. More... over 13 years ago
Add support for libusb_get_device_speed. More... over 13 years ago
Docstring typo. More... over 13 years ago
Port upstream commits 3d7938d..d3543e9 More... over 13 years ago
Isochronous support shouldn't raise anymore. More... almost 14 years ago
Provide more setup metadata. More... almost 14 years ago
Reindent setup.py . More... almost 14 years ago
Fix string declaration. More... almost 14 years ago
Docstring typo. More... almost 14 years ago
Document ISO accessors return value ordering. More... almost 14 years ago
__handle is a raw handle, we cannot call getDevice on it. More... almost 14 years ago
Rename package. More... almost 14 years ago
Add email and licence in setup.py . More... almost 14 years ago
Remove debugging print. More... about 14 years ago
Make LibUSBContext.setPollFDNotifiers safe to call from __del__. More... about 14 years ago
Document isochronous transfer completion status. More... about 14 years ago