Docs | Support

hbldh/bleak

develop
2 days, 10 hours ago
@dlech backends/corebluetooth/CentralManagerDelegate: use weakref.finalize Replace `__del__` with `weakref
Server Error.
develop
2 days, 11 hours ago
@timrid backends/corebluetooth: Separate delegates from python in preparation for rubicon-objc Split ObjC d
Server Error.
develop
2 days, 18 hours ago
@dlech exc: add NO_BLE_CENTRAL reason Add NO_BLE_CENTRAL reason to BleakBluetoothNotAvailableReason enum.
Server Error.
develop
3 days, 9 hours ago
@dlech CHANGELOG: use * instead of - Change - bullets to * bullets in CHANGELOG.rst. This is consistent wi
Server Error.
develop
3 days, 12 hours ago
@dlech docs: fix wrong versionadded directive syntax
Server Error.
develop
3 days, 13 hours ago
@dlech bleak: add more docs for BleakBluetoothNotAvailableError Document the version this was added/change
Server Error.
develop
3 days, 14 hours ago
@dlech bleak: drop support for Python 3.9 Drop support for Python 3.9 as it has reached end-of-life.
Server Error.
develop
3 days, 15 hours ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
3 days, 15 hours ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
3 days, 15 hours ago
@dlech backends/corebluetooth: drop support for macOS < v10.15 Change the minimum macOS version is now 10.
Server Error.
develop
2 weeks, 4 days ago
@Sakth1 typo at backend/winrt/scanner.py Rectified typo at backend/winrt/scanner.py
Server Error.
develop
1 month ago
@patman15 fix exception documentation
Server Error.
develop
1 month, 2 weeks ago
@dlech use consistent type annotations for generic types Add a few more that were missed in commit a242cfb
Server Error.
develop
1 month, 3 weeks ago
@dlech backends/bluezdbus/scanner: add assert to avoid type checker error The `__init__()` method already
Server Error.
develop
1 month, 3 weeks ago
@o-murphy use consistent type annotations for generic types Prefer `name: SomeType[T] = SomeType()` over `nam
Server Error.