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