Qt for Python 6.4.3 is a bug-fix release. For more details, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qtforpython/ Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker: https://bugreports.qt.io/ Each of these identifiers can be entered in the bug tracker to obtain more information about a particular change. **************************************************************************** * PySide6 * **************************************************************************** - A requirements file for documentation builds (requirements-doc.txt) has been added. - A workaround has been implemented for Qt version conflicts when installing PySide6 in an Anaconda environment. - [PYSIDE-0079] signals: An old refcounting error has been fixed which was introduced by the PYSIDE-68 fix. - [PYSIDE-1014] Sorting overriding QStandardItem::operator<() has been enabled. - [PYSIDE-1402] QtCore.Property: An old refcounting error has been fixed. - [PYSIDE-1931] A hang in QSqlQueryModel.setQuery() (PostGres with SSH tunnel) has been fixed. - [PYSIDE-2168] QLocale.toString() has been fixed to handle negative values correctly. - [PYSIDE-2169] Fixed a leak in the Python enum "forgiveness mode". - [PYSIDE-2189] feature switching: _mod_uses_pyside has been made safe against binary modules. - [PYSIDE-2197] Signals are now generated into pyi files as attributes. - [PYSIDE-2199] The --binary option of pyside6-rcc has been fixed. - [PYSIDE-2201] Crashes caused by temporary instances of signals have been fixed by introducing a weak reference. - [PYSIDE-2202] pyside6-metaobjectdump: Parse failures caused by call operators in base class specifications have been fixed. - [PYSIDE-2203] pyside6-metaobjectdump: Parse failures caused by complex function decorators have been fixed. - [PYSIDE-2204] The encoding of hte prefix path in the embedded :/qt/etc/qt.conf resource has been fixed to be UTF-8. - [PYSIDE-2222] An exit crash when loading Python custom widget plugins by QUiLoader has been fixed. - [PYSIDE-2229] Fixed an error when building commercial wheels from source. - [PYSIDE-2237] Fields named "from" are now exposed as "from_" to avoid using the reserved word (occurs in "QtGui.QPageRanges.Range.from"). - [PYSIDE-2239] Opaque containers now have correct __module__ names.