openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
python-libusb1
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 17 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add some missing ".contents" and factorise property access.
Vincent Pelletier
More...
almost 15 years ago
Define a helper function to prevent ctypes from appending the null-char.
Vincent Pelletier
More...
almost 15 years ago
Make libusb_fill_iso_transfer cast buffer just like other libusb_fill_*.
Vincent Pelletier
More...
almost 15 years ago
Drop setBuffer support for control transfers.
Vincent Pelletier
More...
almost 15 years ago
Always set buffer in libusb_fill_control_transfer.
Vincent Pelletier
More...
almost 15 years ago
Fix libusb_control_transfer_get_setup.
Vincent Pelletier
More...
almost 15 years ago
Fix libusb_control_transfer_get_data to work with binary data.
Vincent Pelletier
More...
almost 15 years ago
Fix off-by-one mistake.
Vincent Pelletier
More...
almost 15 years ago
Redesign asynchronous API to be more python-ish.
Vincent Pelletier
More...
almost 15 years ago
Unregister poll fd notifiers when destroying USBPoll instance.
Vincent Pelletier
More...
almost 15 years ago
Keep references to added_cb and removed_cb callbacks.
Vincent Pelletier
More...
almost 15 years ago
Add a method to set libusb debug level.
Vincent Pelletier
More...
almost 15 years ago
Revert 10c33ff13689e7840d444462231ca65492a329a4
Vincent Pelletier
More...
almost 15 years ago
Make LibUSBContext keep a reference to libusb_exit.
Vincent Pelletier
More...
almost 15 years ago
Use my real name in setup.py .
Vincent Pelletier
More...
almost 15 years ago
Use consistent indentation width.
Vincent Pelletier
More...
almost 15 years ago
Word-wrap at 80 chars.
Vincent Pelletier
More...
almost 15 years ago
Fix typo in fd_set property naming in _unregisterFD.
Vincent Pelletier
More...
almost 15 years ago
Add libusb_get_max_iso_packet_size C prototype.
Vincent Pelletier
More...
almost 15 years ago
Finish USBPoller.poll dostring.
Vincent Pelletier
More...
almost 15 years ago
Move "You should not instanciate..." to __init__ docstring.
Vincent Pelletier
More...
almost 15 years ago
Make many properties private, so they don't appear on pydoc.
Vincent Pelletier
More...
almost 15 years ago
Document USBDeviceHandle class.
Vincent Pelletier
More...
almost 15 years ago
Make libusb_fill_*_transfer accept a python callable as callback.
Vincent Pelletier
More...
almost 15 years ago
iSeralNumber is a descriptor number, so fetch descriptor string.
Vincent Pelletier
More...
almost 15 years ago
Document all classes and most methods.
Vincent Pelletier
More...
almost 15 years ago
Complete getNextTimeout implementation.
Vincent Pelletier
More...
almost 15 years ago
Make it clear USBAsyncReaderBase is an abstract class.
Vincent Pelletier
More...
almost 15 years ago
Implement getStringDescriptor.
Vincent Pelletier
More...
almost 15 years ago
Don't even try to read string descriptor 0.
Vincent Pelletier
More...
almost 15 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree