Docs | Support

hbldh/bleak

develop
10 months, 2 weeks ago
@dlech bleak: add more docs for BleakBluetoothNotAvailableError Document the version this was added/change
Server Error.
develop
10 months, 2 weeks 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
10 months, 2 weeks ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
10 months, 2 weeks ago
@timrid bleak: new BleakBluetoothNotAvailableError exception Add a new BleakBluetoothNotAvailableError spec
Server Error.
develop
10 months, 2 weeks ago
@dlech backends/corebluetooth: drop support for macOS < v10.15 Change the minimum macOS version is now 10.
Server Error.
develop
11 months ago
@Sakth1 typo at backend/winrt/scanner.py Rectified typo at backend/winrt/scanner.py
Server Error.
develop
11 months, 1 week ago
@patman15 fix exception documentation
Server Error.
develop
12 months ago
@dlech use consistent type annotations for generic types Add a few more that were missed in commit a242cfb
Server Error.
develop
12 months ago
@dlech backends/bluezdbus/scanner: add assert to avoid type checker error The `__init__()` method already
Server Error.
develop
12 months ago
@o-murphy use consistent type annotations for generic types Prefer `name: SomeType[T] = SomeType()` over `nam
Server Error.
develop
12 months ago
@dlech Merge pull request #1824 from hbldh/master Master
Server Error.
master
12 months ago
@dlech Merge pull request #1823 from hbldh/release/v1.1.1 Release/v1.1.1
Server Error.
release/v1.1.1
12 months ago
@dlech v1.1.1
Server Error.
develop
12 months ago
@skbeh bluezdbus: improve D-Bus connection error handling in manager In the `BlueZManager.async_init` meth
Server Error.
develop
12 months ago
@burnpanck backends/bluez: don't bind lambda to loop variable Replace lambda with functools.partial to avoid b
Server Error.