3 months ago Phil Thompson Handle aliases properly when discovering that an object has been deleted. 4.13-maint
4 months ago Phil Thompson Added tag 4.13.1 for changeset a782debccd42 4.13-maint
4 months ago Phil Thompson Released as v4.13.1. 4.13-maint 4.13.1
4 months ago Phil Thompson Fixed a bug in the generation of PyQt signal signatures that caused a "const" 4.13-maint
4 months ago Phil Thompson Properly handle %PickleCode returning NULL. 4.13-maint
5 months ago Phil Thompson Deprecation warnings can no longer be suppressed. 4.13-maint
5 months ago Phil Thompson Completed the support for object aliases when garbage collecting an object. 4.13-maint
5 months ago Phil Thompson When an object that uses multiple inheritance in its class hierachy is wrapped, 4.13-maint
5 months ago Phil Thompson Backed out 1013. It breaks when the method is overloaded in a super-class but 4.13-maint
5 months ago Phil Thompson Backed out 1014. 4.13-maint
5 months ago Phil Thompson Fixed the generation of handlers for virtuals defined in templates. 4.13-maint
5 months ago Phil Thompson The build system now handles recursively defined macros. 4.13-maint
5 months ago Phil Thompson sipSelf is now generated with the correct const qualifier. 4.13-maint
5 months ago Phil Thompson Protected and private super-classes can now be specified but are otherwise 4.13-maint
5 months ago Phil Thompson Support for sys.platform being 'linux3'. 4.13-maint
5 months ago Phil Thompson Added the /PyName/ typedef annotation. 4.13-maint
5 months ago Phil Thompson Fixed the build system for building a debug version of PyQt on OS/X. 4.13-maint
5 months ago Phil Thompson Class templates now allow template arguments to be used as a super-class. 4.13-maint
5 months ago Phil Thompson Added support for 'public' preceding the name of a class in a super-class list. 4.13-maint
5 months ago Phil Thompson Updated the docs where the examples refered to deprecated syntax. 4.13-maint
5 months ago Phil Thompson Added the all_raise_py_exception argument to the %Module directive. 4.13-maint
5 months ago Phil Thompson Fixed the previous change for classes contained in namespaces. 4.13-maint
5 months ago Phil Thompson Virtual catchers will now call the most recent C++ implementation (if there is 4.13-maint
5 months ago Phil Thompson Updated some code generator comments. 4.13-maint
6 months ago Phil Thompson Make sure PyQt's internal static support libraries don't get added to rpath. 4.13-maint
6 months ago Phil Thompson Added support for void template arguments. 4.13-maint
6 months ago Phil Thompson Added tag 4.13 for changeset 0869eb93c773 default
6 months ago Phil Thompson Released as v4.13. 4.13
6 months ago Phil Thompson Merged the v4.12 maintenance branch into the trunk.
6 months ago Phil Thompson Updated the NEWS file. 4.12-maint
7 months ago Phil Thompson '*' and '&' are now accepted as unary operators in expressions used to define 4.12-maint
7 months ago Phil Thompson Further fix for overloads with a variant that is protected and a variant that 4.12-maint
7 months ago Phil Thompson The /Transfer/ annotation can now be used with the /Array/ annotation to 4.12-maint
7 months ago Phil Thompson %ConvertToSubClassCode can now cause a restart of the conversion process using 4.12-maint
7 months ago Phil Thompson sipIsPyMethod() now allows for an object's type's tp_mro to be NULL. This can 4.12-maint
7 months ago Phil Thompson Commit backout. 4.12-maint
7 months ago Phil Thompson Backed out changeset 0bcc2ce09ba0 4.12-maint
7 months ago Phil Thompson Commit backout. 4.12-maint
7 months ago Phil Thompson Backed out changeset de3fe63e5dec 4.12-maint
7 months ago Phil Thompson Add an atexit function that will disable all Python reimplementations of 4.12-maint
7 months ago Phil Thompson Added the %DefaultDocstringFormat directive. 4.12-maint
7 months ago Phil Thompson Fixed the previous fix to sipIsPyMethod() so that it doesn't retain the GIL. 4.12-maint
8 months ago Phil Thompson sipIsPyMethod() now acquires the GIL before checking if the Python object has 4.12-maint
8 months ago Phil Thompson Fixed a typo in a comment. 4.12-maint
8 months ago Phil Thompson Added a missing Py_DECREF() on a (very rarely used) error handling path. 4.12-maint
8 months ago Phil Thompson Fixed a code generation bug where a module with keyword arguments disabled 4.12-maint
8 months ago Phil Thompson PyQt will now only delete a QObject if the QObject belongs to the current 4.12-maint
9 months ago Phil Thompson Added tag 4.12.4 for changeset 7dff386f6d8c 4.12-maint
9 months ago Phil Thompson Released as v4.12.4. 4.12-maint 4.12.4
9 months ago Phil Thompson Added support for Qt configured with -qtlibinfix based on a patch from Ian 4.12-maint
9 months ago Phil Thompson Switched to using PyLong_AsUnsignedLongMask() and 4.12-maint
10 months ago Phil Thompson Make sure the %TypeHeaderCode of a /Default/ %Exception is included. 4.12-maint
10 months ago Phil Thompson Fixed a regression introduced in the recent sipIsPyMethod() changes in the 4.12-maint
10 months ago Phil Thompson Fixed some other warnings from more (undocumented) Python v3.2 changes. 4.12-maint
10 months ago Phil Thompson Fixed sipConvertFromSliceObject() for Python v3.2. 4.12-maint
11 months ago Phil Thompson Fixed the build system for MacOS as the development platform. 4.12-maint
12 months ago Phil Thompson Added tag 4.12.3 for changeset 50282bee0c60 4.12-maint
12 months ago Phil Thompson Released as v4.12.3. 4.12-maint 4.12.3
12 months ago Phil Thompson Generated signal signatures no longer remove the reference '&' for non-const 4.12-maint
12 months ago Phil Thompson Fixed the calling of hooks for Python3. 4.12-maint