Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 292143c README: Update for release 3.3.1 . by Vincent Pelletier · 6 months ago master 3.3.1
  2. 8b5dd8e setup.py: Update bundled libusb1 dll to 1.0.28 . by Vincent Pelletier · 6 months ago
  3. f4cab9a usb1._libusb1: Add a few missing constants. by Vincent Pelletier · 6 months ago
  4. e888354 Fix incorrect getFinalizer() reference in setPollFDNotifiers() by Martin · 6 months ago
  5. 2dd834d README: Update for release 3.3.0 . by Vincent Pelletier · 7 months ago 3.3.0
  6. 2ab7981 usb1: Document the (internal) _LibUSB1Finalizer class by Vincent Pelletier · 9 months ago
  7. 11e700b usb1: Make finalizer registration thread-safe by Vincent Pelletier · 9 months ago
  8. bc572fe setup.py: Fix DLL version check by Vincent Pelletier · 9 months ago
  9. 6e6a6e3 setup.py: Check DLL version when packaging by Vincent Pelletier · 9 months ago
  10. 3c750d6 usb1.testUSB1: avoid using warnings.catch_warnings by Vincent Pelletier · 9 months ago
  11. b5a322d setup.sh: Stop suggesting handing asc files to twine by Vincent Pelletier · 9 months ago
  12. dab4906 usb1: Rework finalizer registration by Vincent Pelletier · 9 months ago
  13. 576e856 usb1.testUSB1: Silence a deprecation warning triggered as part of the test by Vincent Pelletier · 9 months ago
  14. fde81a3 usb1.testUSB1: Make pylint happy by Vincent Pelletier · 9 months ago
  15. b2fcdd1 usb1.__pyinstaller: Make pylint happy by Vincent Pelletier · 9 months ago
  16. 4fb608b Add `stacklevel=` to `USBContext` deprecation message. by Catherine · 9 months ago
  17. f154bc2 README: Update and assign a version to the new release by Vincent Pelletier · 9 months ago 3.2.0
  18. b9e1d7d usb1: Expose and give control of transfer flags by Vincent Pelletier · 9 months ago
  19. a9034c1 setup.py: Silence warning about discontinued test_suite argument by Vincent Pelletier · 9 months ago
  20. 50e913b *.__registerFinalizer: Polish duplicate-handle exception a bit by Vincent Pelletier · 9 months ago
  21. b0ae31f testUSB1: fix python 3.13 support by Antoine Damhet · 9 months ago
  22. c18c9fa Fix CRLF problem. by Soren Stoutner · 12 months ago
  23. 9e5fb20 README: Update with changes since 3.1.0 by Vincent Pelletier · 12 months ago
  24. 7eac615 usb1: Add support for more modern libusb1 features by Vincent Pelletier · 12 months ago
  25. 81296ea all: Make pylint happier. by Vincent Pelletier · 12 months ago
  26. e3e4822 setup.py: Fix libusb 1.0.27 dll extraction path by Vincent Pelletier · 12 months ago
  27. 6850711 usb1._libusb1: Include major version in soname by Vincent Pelletier · 12 months ago
  28. 98eea31 usb1._libusb1: Rework __getLibrary by Vincent Pelletier · 12 months ago
  29. a03f4c3 usb1._libusb1: Mark libusb_control_setup as packed by Vincent Pelletier · 1 year, 7 months ago
  30. f7927af setup.sh: Automate "twine check" of generated distributions by Vincent Pelletier · 1 year, 7 months ago
  31. 27bc642 setup.cfg: Add long-description content type by Vincent Pelletier · 1 year, 7 months ago
  32. e35e763 usb1._libusb1: Fix callback calling convention by Vincent Pelletier · 1 year, 7 months ago
  33. 77ab2ff all: Make latest pylint happier by Vincent Pelletier · 1 year, 7 months ago
  34. 0365779 examples/scan_device_tree.py: Convert tabs to spaces by Vincent Pelletier · 1 year, 7 months ago
  35. 32adb64 setup.{py,sh}: Bundle with and test against libusb 1.0.27 by Vincent Pelletier · 1 year, 7 months ago
  36. 9388518 setup.sh: Add note about creating a release on github by Vincent Pelletier · 1 year, 7 months ago
  37. dd7fbda usb1._libusb1: Minor changes by Vincent Pelletier · 1 year, 7 months ago
  38. f01f89a usb1._libusb1: Minor cleanups by Vincent Pelletier · 1 year, 7 months ago
  39. 753398e usb1: Drop unusued local variable by Vincent Pelletier · 1 year, 7 months ago
  40. 2b49e2c setup·{py,cfg}: Move pyinstaller40 entrypoints to setup.cfg by Vincent Pelletier · 1 year, 7 months ago
  41. 686540f Update versioneer to 0.29 . by Vincent Pelletier · 1 year, 7 months ago
  42. 26aa203 Use enumerate by Jamie Smith · 1 year, 8 months ago
  43. 7943628 Add scan device tree example by Jamie Smith · 1 year, 8 months ago
  44. 37d77ea README: Latest chunk is now released by Vincent Pelletier · 1 year, 11 months ago
  45. 3d49a5a README: Update with changes since 3.0.0 by Vincent Pelletier · 1 year, 11 months ago 3.1.0
  46. fa7479c usb1: bind USBContext.interruptEventHandler. by Catherine · 1 year, 11 months ago
  47. 12b6639 setup.{sh,py}: Test with and bundle libusb 1.0.26 dlls by Vincent Pelletier · 2 years, 3 months ago
  48. 1f7c1a5 usb1: Replace lambda in finalizer argument with partial by Vincent Pelletier · 2 years, 3 months ago
  49. 191c878 usb1: Clean up poll fd finalizer by Max Truxa · 2 years, 3 months ago
  50. 8c0f8a1 fix typo by Jefferson-Lopes · 3 years, 6 months ago
  51. 2a1ae04 setup.py, README: Release 3.0.0 . by Vincent Pelletier · 3 years, 8 months ago 3.0.0
  52. 77fb416 usb1.testUSB1: Drop forgotten debug prints. by Vincent Pelletier · 3 years, 8 months ago
  53. 6887f19 usb1.testUSB1: Do not allocate libusb transfers in tests. by Vincent Pelletier · 3 years, 8 months ago
  54. d9fb777 setup.{py,cfg}: Convert more from setup.py into setup.cfg . by Vincent Pelletier · 3 years, 8 months ago
  55. 99e8d4d setup.sh: Exit on first test failure. by Vincent Pelletier · 3 years, 8 months ago
  56. eae1dbf usb1.testUSB1: Use a NULL-pointer instead as dummy device handle. by Vincent Pelletier · 3 years, 8 months ago
  57. df944bd setup.sh: Tell which python version failed the tests. by Vincent Pelletier · 3 years, 8 months ago
  58. c31c1d8 setup.py: Drop py2 codepath. by Vincent Pelletier · 3 years, 8 months ago
  59. 86ad8ab Fix typo by Jordan Bonecutter · 3 years, 9 months ago
  60. eab9e85 MANIFEST.in: Add trailing newline. by Vincent Pelletier · 3 years, 10 months ago
  61. 032073e Update versioneer to 0.21 . by Vincent Pelletier · 3 years, 10 months ago
  62. 094ae7d README: Update for release. by Vincent Pelletier · 4 years ago 2.0.1
  63. fd3b088 runTestLibusb.sh: Use examples as extra test-cases. by Vincent Pelletier · 4 years ago
  64. 203c47f setup.sh: Test against libusb-1.0 v1.0.24 by Vincent Pelletier · 4 years ago
  65. 190adeb usb1: Make libusb_device_p a c_void_p. by Vincent Pelletier · 4 years ago
  66. 754c0bc examples/*: Convert to python 3. by Vincent Pelletier · 4 years ago
  67. c9ce92b usb1: Fix context pointer comparison in hotplugRegisterCallback by Vincent Pelletier · 4 years ago
  68. 4e7b694 usb1: Fix exception raised during handleEvents. by Vincent Pelletier · 4 years ago
  69. 71f1651 README: Fix typo. by Vincent Pelletier · 4 years ago
  70. a218c95 README: Record yanking of 1.10.1 and its re-release as 2.0.0 . by Vincent Pelletier · 4 years ago 2.0.0
  71. 35db7f8 update README.rst to reflect dropping Python 2.7 by Kolen Cheung · 4 years ago
  72. 8951c70 setup.sh: Print more selective commands. by Vincent Pelletier · 4 years ago
  73. d464271 README: Fix syntax. by Vincent Pelletier · 4 years ago 1.10.1
  74. 0024c36 Release 1.10.0 . by Vincent Pelletier · 4 years ago 1.10.0
  75. e40a3f0 setup.sh: Drop python2 . by Vincent Pelletier · 4 years ago
  76. 2f6a719 all: Make pylint happier. by Vincent Pelletier · 4 years ago
  77. 69fd5a3 Drop support for python <3.4 . by Vincent Pelletier · 4 years ago
  78. 9efadf9 usb1._libusb1: Do not load C library on import. by Vincent Pelletier · 4 years ago
  79. 8e23cb8 usb1.libusb1: Rename into usb1._libusb1. by Vincent Pelletier · 4 years, 1 month ago
  80. 3951c24 usb1.libusb1: Reorder imports. by Vincent Pelletier · 4 years, 1 month ago
  81. fe05cfb usb1.testUSB1: Reorder imports. by Vincent Pelletier · 4 years, 1 month ago
  82. c5a191a README: Remove some unnecessary newlines. by Vincent Pelletier · 4 years, 1 month ago
  83. 9b546b3 README: Add instructions on how to verify release file signature. by Vincent Pelletier · 4 years, 1 month ago
  84. 8cc99d6 README: Add Windows-specific installation notes. by Vincent Pelletier · 4 years, 1 month ago
  85. 8375c58 README: Make the changelist look nicer. by Vincent Pelletier · 4 years, 1 month ago
  86. 000b761 README: Drop outdated installation instructions. by Vincent Pelletier · 4 years, 1 month ago
  87. f4704e5 usb1: Create USBDevice finalizer earlier in __init__. by Vincent Pelletier · 4 years, 1 month ago
  88. 976866d usb1: Only clear pollfd notifiers if setPollFDNotifiers has been called. by Vincent Pelletier · 4 years, 1 month ago
  89. a2082ac usb1: Detach finalizer on duplicate registration in *.__registerFinalizer by Vincent Pelletier · 4 years, 1 month ago
  90. 2524321 README: Update. by Vincent Pelletier · 4 years, 1 month ago
  91. efcf370 usb1: Enforce object finalization order. by Vincent Pelletier · 4 years, 1 month ago
  92. 8c0daf7 usb1: Assorted cleanups. by Vincent Pelletier · 4 years, 1 month ago
  93. f211d48 usb1: Strengthen device iterator. by Vincent Pelletier · 4 years, 1 month ago
  94. ae29a07 add support for LIBUSB_SPEED_SUPER_PLUS for libusb 1.0.24+ by LSChyi · 4 years, 1 month ago
  95. 6129228 README: Update. by Vincent Pelletier · 4 years, 3 months ago 1.9.3
  96. 69ce8ce runTestLibusb.sh: Allow specifying the python interpreter to test with. by Vincent Pelletier · 4 years, 3 months ago
  97. 48c03a4 Bump copyright year. by Vincent Pelletier · 4 years, 3 months ago
  98. 96cac2f Add path to dylib for Apple M1 by KenH · 4 years, 3 months ago
  99. 694d392 Use notify_all instead of notifyAll method that was deprecated in Python 3.10. by Karthikeyan Singaravelan · 4 years, 5 months ago
  100. bac0f1b setup.py: Make upload-preventer actually work as intended. by Vincent Pelletier · 4 years, 6 months ago