Docs | Support

hbldh/bleak

develop
4 months, 3 weeks ago
@dlech backends/corebluetooth: avoid crash in delegate callbacks Add try/except blocks to all delegate cal
Server Error.
develop
4 months, 3 weeks ago
@dlech docs: add BleakClient.name We forgot to add BleakClient.name to the docs when the property was adde
Server Error.
develop
5 months ago
@dlech backends/corebluetooth/CentralManagerDelegate: use weakref.finalize Replace `__del__` with `weakref
Server Error.
develop
5 months ago
@timrid backends/corebluetooth: Separate delegates from python in preparation for rubicon-objc Split ObjC d
Server Error.
develop
5 months ago
@dlech exc: add NO_BLE_CENTRAL reason Add NO_BLE_CENTRAL reason to BleakBluetoothNotAvailableReason enum.
Server Error.
develop
5 months ago
@dlech CHANGELOG: use * instead of - Change - bullets to * bullets in CHANGELOG.rst. This is consistent wi
Server Error.
develop
5 months ago
@dlech docs: fix wrong versionadded directive syntax
Server Error.
develop
5 months ago
@dlech bleak: add more docs for BleakBluetoothNotAvailableError Document the version this was added/change
Server Error.
develop
5 months 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
5 months ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
5 months ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
5 months ago
@dlech backends/corebluetooth: drop support for macOS < v10.15 Change the minimum macOS version is now 10.
Server Error.
develop
5 months, 2 weeks ago
@Sakth1 typo at backend/winrt/scanner.py Rectified typo at backend/winrt/scanner.py
Server Error.
develop
6 months ago
@patman15 fix exception documentation
Server Error.
develop
6 months, 3 weeks ago
@dlech use consistent type annotations for generic types Add a few more that were missed in commit a242cfb
Server Error.