e130f41bf8
- Update to 1.27.0 * aioble/examples: Change variable name to _ADV_INTERVAL_US. * all: Fix spelling and typos in comments and docstring. * pyproject.toml: Add codespell configuration, CI and precommit. * argparse: Add support for custom argument types. * tarfile: Fix FileSection.skip to not rely on extended readinto args. * tarfile: Add basic unittest for tarfile.TarFile. * unix-ffi/socket: Remove ip add/drop membership from socket. * iperf3: Fix server UDP mode. * iperf3: Factor out data transfer logic to separate function. * iperf3: Fix use as a CLI on the unix port of MicroPython. * aiohttp: Correctly handle WebSocket message fragmentation. * umqtt.simple: Add unsubscribe method. * usb-device-hid: Use report protocol after report descriptor requested. * usb-device-hid: Fix descriptor protocol config and set correct default. * inspect: Support closures/generators/async-funcs in inspect.signature. * lora: Fix import error detection for missing drivers. * all: Correct various typos in comments and docs. * pyproject.toml: Reorganize ruff lint settings for newer ruff. * cbor2: Silence missing __eq__ warning. * CONTRIBUTING: Add guidelines for module documentation and versioning. * all: Fix formatting errors in docstrings. * requests: Update example for fetching using requests. * copy: Fix typo in _deepcopy_dispatch. * aioble: Fix typo in README in aioble.ADDR_PUBLIC. * aioble/examples: Change variable name to _ADV_INTERVAL_US. * mip: Optimize _CHUNK_SIZE const for code size. * sdcard: Updating sector calculation for SDXC. * datetime: Optimize for code size. * datetime: Apply localtz patch to include naive date/time support.
Dominik Heidler2026-02-19 12:40:07 +00:00
eb9a25bdc4
Accepting request 1313857 from devel:languages:python
Ana Guerrero2025-10-28 13:46:18 +00:00
bf72691299
- Update to 1.26.1 * Track new micropython version (1.26.1)
Dominik Heidler2025-10-27 14:02:32 +00:00
f829a7ab61
- Update 10 1.26.0 * aiorepl: Handle stream shutdown. * aiohttp: Fix partial reads by using readexactly. * abc: Add ABC base class. * aioble-l2cap: Raise correct error if l2cap disconnects during send. * logging: Allow logging.exception helper to handle tracebacks. * errno: Add ENOTCONN constant. * aiorepl: Use blocking reads for raw REPL and raw paste. * urllib.urequest: Add support for headers to urequest.urlopen. * tools/verifygitlog.py: Sync with changes from the main repo. * utop: Print IDF heap details. * utop: Print MicroPython memory info. * utop: Add initial implementation for ESP32. * all: Apply Ruff 0.11.6 reformatting changes. * top: Bump the Ruff version to 0.11.6. * lora: Fix SNR value in SX126x received packets.
Dominik Heidler2025-08-15 08:25:54 +00:00
7098df474e
Accepting request 1270569 from devel:languages:python
Ana Guerrero2025-04-18 14:20:44 +00:00