1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some missing ".contents" and factorise property access. More... almost 15 years ago
Define a helper function to prevent ctypes from appending the null-char. More... almost 15 years ago
Make libusb_fill_iso_transfer cast buffer just like other libusb_fill_*. More... almost 15 years ago
Drop setBuffer support for control transfers. More... almost 15 years ago
Always set buffer in libusb_fill_control_transfer. More... almost 15 years ago
Fix libusb_control_transfer_get_setup. More... almost 15 years ago
Fix libusb_control_transfer_get_data to work with binary data. More... almost 15 years ago
Fix off-by-one mistake. More... almost 15 years ago
Redesign asynchronous API to be more python-ish. More... almost 15 years ago
Unregister poll fd notifiers when destroying USBPoll instance. More... almost 15 years ago
Keep references to added_cb and removed_cb callbacks. More... almost 15 years ago
Add a method to set libusb debug level. More... almost 15 years ago
Revert 10c33ff13689e7840d444462231ca65492a329a4 More... almost 15 years ago
Make LibUSBContext keep a reference to libusb_exit. More... almost 15 years ago
Use my real name in setup.py . More... almost 15 years ago
Use consistent indentation width. More... almost 15 years ago
Word-wrap at 80 chars. More... almost 15 years ago
Fix typo in fd_set property naming in _unregisterFD. More... almost 15 years ago
Add libusb_get_max_iso_packet_size C prototype. More... almost 15 years ago
Finish USBPoller.poll dostring. More... almost 15 years ago
Move "You should not instanciate..." to __init__ docstring. More... almost 15 years ago
Make many properties private, so they don't appear on pydoc. More... almost 15 years ago
Document USBDeviceHandle class. More... almost 15 years ago
Make libusb_fill_*_transfer accept a python callable as callback. More... almost 15 years ago
iSeralNumber is a descriptor number, so fetch descriptor string. More... almost 15 years ago
Document all classes and most methods. More... almost 15 years ago
Complete getNextTimeout implementation. More... almost 15 years ago
Make it clear USBAsyncReaderBase is an abstract class. More... almost 15 years ago
Implement getStringDescriptor. More... almost 15 years ago
Don't even try to read string descriptor 0. More... almost 15 years ago