1. a03f4c3 usb1._libusb1: Mark libusb_control_setup as packed by Vincent Pelletier · 5 months ago master
  2. f7927af setup.sh: Automate "twine check" of generated distributions by Vincent Pelletier · 5 months ago
  3. 27bc642 setup.cfg: Add long-description content type by Vincent Pelletier · 5 months ago
  4. e35e763 usb1._libusb1: Fix callback calling convention by Vincent Pelletier · 5 months ago
  5. 77ab2ff all: Make latest pylint happier by Vincent Pelletier · 5 months ago
  6. 0365779 examples/scan_device_tree.py: Convert tabs to spaces by Vincent Pelletier · 5 months ago
  7. 32adb64 setup.{py,sh}: Bundle with and test against libusb 1.0.27 by Vincent Pelletier · 5 months ago
  8. 9388518 setup.sh: Add note about creating a release on github by Vincent Pelletier · 5 months ago
  9. dd7fbda usb1._libusb1: Minor changes by Vincent Pelletier · 5 months ago
  10. f01f89a usb1._libusb1: Minor cleanups by Vincent Pelletier · 5 months ago
  11. 753398e usb1: Drop unusued local variable by Vincent Pelletier · 5 months ago
  12. 2b49e2c setup·{py,cfg}: Move pyinstaller40 entrypoints to setup.cfg by Vincent Pelletier · 1 year, 1 month ago
  13. 686540f Update versioneer to 0.29 . by Vincent Pelletier · 1 year, 1 month ago
  14. 26aa203 Use enumerate by Jamie Smith · 6 months ago
  15. 7943628 Add scan device tree example by Jamie Smith · 6 months ago
  16. 37d77ea README: Latest chunk is now released by Vincent Pelletier · 9 months ago
  17. 3d49a5a README: Update with changes since 3.0.0 by Vincent Pelletier · 9 months ago 3.1.0
  18. fa7479c usb1: bind USBContext.interruptEventHandler. by Catherine · 9 months ago
  19. 12b6639 setup.{sh,py}: Test with and bundle libusb 1.0.26 dlls by Vincent Pelletier · 1 year, 1 month ago
  20. 1f7c1a5 usb1: Replace lambda in finalizer argument with partial by Vincent Pelletier · 1 year, 1 month ago
  21. 191c878 usb1: Clean up poll fd finalizer by Max Truxa · 1 year, 2 months ago
  22. 8c0f8a1 fix typo by Jefferson-Lopes · 2 years, 4 months ago
  23. 2a1ae04 setup.py, README: Release 3.0.0 . by Vincent Pelletier · 2 years, 6 months ago 3.0.0
  24. 77fb416 usb1.testUSB1: Drop forgotten debug prints. by Vincent Pelletier · 2 years, 6 months ago
  25. 6887f19 usb1.testUSB1: Do not allocate libusb transfers in tests. by Vincent Pelletier · 2 years, 6 months ago
  26. d9fb777 setup.{py,cfg}: Convert more from setup.py into setup.cfg . by Vincent Pelletier · 2 years, 6 months ago
  27. 99e8d4d setup.sh: Exit on first test failure. by Vincent Pelletier · 2 years, 6 months ago
  28. eae1dbf usb1.testUSB1: Use a NULL-pointer instead as dummy device handle. by Vincent Pelletier · 2 years, 6 months ago
  29. df944bd setup.sh: Tell which python version failed the tests. by Vincent Pelletier · 2 years, 6 months ago
  30. c31c1d8 setup.py: Drop py2 codepath. by Vincent Pelletier · 2 years, 6 months ago
  31. 86ad8ab Fix typo by Jordan Bonecutter · 2 years, 7 months ago
  32. eab9e85 MANIFEST.in: Add trailing newline. by Vincent Pelletier · 2 years, 8 months ago
  33. 032073e Update versioneer to 0.21 . by Vincent Pelletier · 2 years, 8 months ago
  34. 094ae7d README: Update for release. by Vincent Pelletier · 2 years, 10 months ago 2.0.1
  35. fd3b088 runTestLibusb.sh: Use examples as extra test-cases. by Vincent Pelletier · 2 years, 10 months ago
  36. 203c47f setup.sh: Test against libusb-1.0 v1.0.24 by Vincent Pelletier · 2 years, 10 months ago
  37. 190adeb usb1: Make libusb_device_p a c_void_p. by Vincent Pelletier · 2 years, 11 months ago
  38. 754c0bc examples/*: Convert to python 3. by Vincent Pelletier · 2 years, 11 months ago
  39. c9ce92b usb1: Fix context pointer comparison in hotplugRegisterCallback by Vincent Pelletier · 2 years, 11 months ago
  40. 4e7b694 usb1: Fix exception raised during handleEvents. by Vincent Pelletier · 2 years, 11 months ago
  41. 71f1651 README: Fix typo. by Vincent Pelletier · 2 years, 11 months ago
  42. a218c95 README: Record yanking of 1.10.1 and its re-release as 2.0.0 . by Vincent Pelletier · 2 years, 11 months ago 2.0.0
  43. 35db7f8 update README.rst to reflect dropping Python 2.7 by Kolen Cheung · 2 years, 11 months ago
  44. 8951c70 setup.sh: Print more selective commands. by Vincent Pelletier · 2 years, 11 months ago
  45. d464271 README: Fix syntax. by Vincent Pelletier · 2 years, 11 months ago 1.10.1
  46. 0024c36 Release 1.10.0 . by Vincent Pelletier · 2 years, 11 months ago 1.10.0
  47. e40a3f0 setup.sh: Drop python2 . by Vincent Pelletier · 2 years, 11 months ago
  48. 2f6a719 all: Make pylint happier. by Vincent Pelletier · 2 years, 11 months ago
  49. 69fd5a3 Drop support for python <3.4 . by Vincent Pelletier · 2 years, 11 months ago
  50. 9efadf9 usb1._libusb1: Do not load C library on import. by Vincent Pelletier · 2 years, 11 months ago
  51. 8e23cb8 usb1.libusb1: Rename into usb1._libusb1. by Vincent Pelletier · 2 years, 11 months ago
  52. 3951c24 usb1.libusb1: Reorder imports. by Vincent Pelletier · 2 years, 11 months ago
  53. fe05cfb usb1.testUSB1: Reorder imports. by Vincent Pelletier · 2 years, 11 months ago
  54. c5a191a README: Remove some unnecessary newlines. by Vincent Pelletier · 2 years, 11 months ago
  55. 9b546b3 README: Add instructions on how to verify release file signature. by Vincent Pelletier · 2 years, 11 months ago
  56. 8cc99d6 README: Add Windows-specific installation notes. by Vincent Pelletier · 2 years, 11 months ago
  57. 8375c58 README: Make the changelist look nicer. by Vincent Pelletier · 2 years, 11 months ago
  58. 000b761 README: Drop outdated installation instructions. by Vincent Pelletier · 2 years, 11 months ago
  59. f4704e5 usb1: Create USBDevice finalizer earlier in __init__. by Vincent Pelletier · 2 years, 11 months ago
  60. 976866d usb1: Only clear pollfd notifiers if setPollFDNotifiers has been called. by Vincent Pelletier · 2 years, 11 months ago
  61. a2082ac usb1: Detach finalizer on duplicate registration in *.__registerFinalizer by Vincent Pelletier · 2 years, 11 months ago
  62. 2524321 README: Update. by Vincent Pelletier · 3 years ago
  63. efcf370 usb1: Enforce object finalization order. by Vincent Pelletier · 3 years ago
  64. 8c0daf7 usb1: Assorted cleanups. by Vincent Pelletier · 2 years, 11 months ago
  65. f211d48 usb1: Strengthen device iterator. by Vincent Pelletier · 3 years ago
  66. ae29a07 add support for LIBUSB_SPEED_SUPER_PLUS for libusb 1.0.24+ by LSChyi · 3 years ago
  67. 6129228 README: Update. by Vincent Pelletier · 3 years, 1 month ago 1.9.3
  68. 69ce8ce runTestLibusb.sh: Allow specifying the python interpreter to test with. by Vincent Pelletier · 3 years, 1 month ago
  69. 48c03a4 Bump copyright year. by Vincent Pelletier · 3 years, 5 months ago
  70. 96cac2f Add path to dylib for Apple M1 by KenH · 3 years, 1 month ago
  71. 694d392 Use notify_all instead of notifyAll method that was deprecated in Python 3.10. by Karthikeyan Singaravelan · 3 years, 3 months ago
  72. bac0f1b setup.py: Make upload-preventer actually work as intended. by Vincent Pelletier · 3 years, 4 months ago
  73. 9b729a4 setup.py: Use find_packages. by Vincent Pelletier · 3 years, 4 months ago
  74. 27d9933 setup.{py,sh}: Rely on package_data instead of customising install. by Vincent Pelletier · 3 years, 4 months ago
  75. fd99dbb setup.py: Drop unused import. by Vincent Pelletier · 3 years, 4 months ago
  76. ca4da9a Changed MANIFEST.in and added notes about testing by Jürg Rast · 3 years, 4 months ago
  77. 5120ace Added pyinstaller hooks by Jürg Rast · 3 years, 5 months ago
  78. 49f7f84 Release 1.9.2 . by Vincent Pelletier · 3 years, 7 months ago 1.9.2
  79. 9d01b10 setup.sh: Provide more helpful signing & upload commands. by Vincent Pelletier · 3 years, 6 months ago
  80. 2a809a7 setup: Update for libusb-1.0.24, try 2. by Vincent Pelletier · 3 years, 6 months ago
  81. 1540f61 setup.py: gpgv prints to stderr, not stdout. by Vincent Pelletier · 3 years, 7 months ago
  82. 46935a1 .travis.yml: Run tests against multiple libusb versions in a single job. by Vincent Pelletier · 3 years, 7 months ago
  83. 259660b setup.py: Make dependency on "wheel" conditional. by Vincent Pelletier · 3 years, 7 months ago
  84. f801af6 setup.py: Update for libusb-1.0.24. by Vincent Pelletier · 3 years, 7 months ago
  85. f233c58 setup.py: Check that we do receive a 7z file. by Vincent Pelletier · 3 years, 7 months ago
  86. baf2f7e setup.py: Fix download-cache directory creation. by Vincent Pelletier · 3 years, 7 months ago
  87. aa6bc12 setup.py: Fix distutils/setuptool mixup. by Vincent Pelletier · 3 years, 8 months ago 1.9.1
  88. f6d4661 Release 1.9 . by Vincent Pelletier · 3 years, 8 months ago 1.9
  89. 8086a5d setup.sh: Also build arch-independent wheel. by Vincent Pelletier · 3 years, 8 months ago
  90. a2e8fe1 Adding Power support(ppc64le) with ci and testing to the project for architecture independent by Arumugam · 3 years, 8 months ago
  91. e9d85f8 usb1: Drop one more python <2.7 backward-compatibility chunk. by Vincent Pelletier · 3 years, 8 months ago
  92. f83465a usb1: Drop USBPollerThread. by Vincent Pelletier · 3 years, 8 months ago
  93. f4a131c Release 1.8.1 . by Vincent Pelletier · 3 years, 8 months ago 1.8.1
  94. a1bfe7d usb1: Cache device properties involved in __key . by Vincent Pelletier · 3 years, 8 months ago
  95. 6ed1821 .gitignore: Also ignore .eggs/ by Vincent Pelletier · 3 years, 8 months ago
  96. eca72d4 .travis.yml: Refresh versions. by Vincent Pelletier · 3 years, 8 months ago
  97. 78e73dc usb1.libusb1: Fix pypy support. by Vincent Pelletier · 3 years, 8 months ago
  98. 0c627b0 setup: Dial the traps back a little. by Vincent Pelletier · 3 years, 8 months ago
  99. 84ebddd buildWheels.sh: Move most into setup.py and rename to setup.sh by Vincent Pelletier · 3 years, 8 months ago
  100. 9c8881d Add a script for building Windows binary wheels with upstream libusb1. by whitequark · 3 years, 8 months ago