2 weeks ago Phil Thompson Removed the macx-xcode file at it isn't supported by the build system. 4.13-maint tip
2 weeks ago Phil Thompson Removed the free() of a code block filename now that filenames are retained for 4.13-maint
2 weeks ago Phil Thompson Error messages related to callables should now include the filename and line 4.13-maint
4 weeks ago Phil Thompson Fixed the support for keeping an extra reference to a containing class when 4.13-maint
4 weeks ago Phil Thompson Eliminate a race condition in sip_api_is_py_method(). 4.13-maint
4 weeks ago Phil Thompson Improved the text of the exception raised when a wrapped C/C++ object doesn't 4.13-maint
5 weeks ago Phil Thompson Taught the build system about Qt5's QtGui module. 4.13-maint
6 weeks ago Phil Thompson Allow a string as well as an identifier for arguments to various name= 4.13-maint
2 months ago Phil Thompson Updated the Unicode support for Python v3.3. 4.13-maint
2 months ago Phil Thompson Ensure a reference is kept to the containing object when getting an instance 4.13-maint
2 months ago Phil Thompson Effectively backed out change 769 because it causes inconsistent behaviour when 4.13-maint
2 months ago Phil Thompson If a Python reimplementation is a descriptor then use the descriptor protocol 4.13-maint
3 months ago Phil Thompson Added tag 4.13.2 for changeset 4efeefee717e 4.13-maint
3 months ago Phil Thompson Updated the NEWS file. 4.13-maint 4.13.2
3 months ago Phil Thompson Fixed bad pointer bugs in the parsing of exceptions. 4.13-maint
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