Page MenuHomeSolus

Update thonny to 3.3.11
ClosedPublic

Authored by algent on Jun 25 2021, 4:33 PM.
Tags
None
Referenced Files
F11026185: D11350.id27638.diff
Wed, Aug 9, 1:59 AM
F11015005: D11350.id27638.diff
Sat, Aug 5, 9:14 AM
F10976125: D11350.diff
Sat, Jul 22, 7:52 AM
F10944506: D11350.diff
Fri, Jul 14, 11:56 PM
F10935970: D11350.id27443.diff
Jul 13 2023, 12:26 AM
F10893092: D11350.diff
Jun 30 2023, 12:44 PM
F10840808: D11350.id27638.diff
Jun 10 2023, 3:18 AM
F10840030: D11350.id27443.diff
Jun 9 2023, 11:43 PM
Subscribers

Details

Summary

Changelog:

  • Fix MicroPython management errors when user code shadows built-in names
  • Fix package manager getting frozen when installing packages
  • Fix problem of MicroPython package manager taking module names for distribution names
  • Fix ugly error in ESP flasher dialog when esptool is not found
  • Fix Tkinter error when using venv created from bundled Python
  • Use 0..6 for weekday when synchronizing RTC via machine
  • Make esptool auto-detect chip type
  • Fix Unix MicroPython time validation (misdiagnosed time offset)
  • Update dependencies in Thonny+Python bundles
  • Update Spanish, Polish, Chinese (TW) translations
  • Support installing regular pip-compatible packages to MicroPython or CircuitPython (so far only upip-compatible packages were supported)
  • Fix "error 403" problems when installing MicroPython packages from PyPI.
  • Fix error when Object inspector is open and a MicroPython object can't be found by id
  • Reduce memory usage by Thonny's MicroPython helper (store last REPL value in global _ instead of storing N last values in a list)
  • Fix missing libffi6 error

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Run a few python scripts in Thonny.

Diff Detail

Repository
R4578 thonny
Lint
Lint Not Applicable
Unit
Tests Not Applicable