2009-11-23 phil Fixed a bug where assignment helpers may not be generated for classes that have 4.9-maint 4.9.3
2009-11-19 phil Released as v4.9.2. 4.9-maint 4.9.2
2009-11-15 phil Fixed a bug where %DefaultEncoding could be ignored if %Imports were being 4.9-maint
2009-11-08 phil Backported the following bug fixes from v4.10. 4.9-maint
2009-10-23 phil Released as v4.9.1. 4.9-maint 4.9.1
2009-10-20 phil Added a missing "sip" prefix to an argument that could be mised with 4.9-maint
2009-10-15 phil Fixed a monkey patching related bug where the patch was an unbound method. 4.9-maint
2009-10-14 phil Fixed a problem monkey patching an instance with a virtual reimplementation 4.9-maint
2009-10-14 phil The SIP_NO_CONVERTORS flag is now ignored for mapped types. 4.9-maint
2009-10-13 phil Fixed a bug looking for the reimplementation of a virtual in an MRO that has a 4.9-maint
2009-10-10 phil Fixed %MethodCode for destructors so that is does actually call the destructor 4.9-maint
2009-10-07 phil Fixed a regression when connecting to a slot that is abstract in C++ and the 4.9-maint
2009-10-02 phil Another fix to sipIsPyMethod() as it might be calling the Python API without 4.9-maint
2009-10-02 phil Still fixing the previous fix. 4.9-maint
2009-10-01 phil A further fix to the previous fix to get lookup in mixins working again. 4.9-maint
2009-09-30 phil Fixed the monkey patch fix for Python v2. 4.9-maint
2009-09-29 phil Fixed a regression that broke monkey patching of virtual methods in instances. 4.9-maint
2010-01-14 phil Released as v4.10. 4.10
2010-01-08 phil Taught the build system about QtMultimedia.
2010-01-02 phil Fixed a crash in the error handling when trying to call sip.wrapper or
2009-12-29 phil Fixed a memory corruption bug in the implementation of sip.setapi().
2009-12-28 phil A fix for building against Stackless.
2009-12-27 phil Fixed a regression in the parsing of constrained enums.
2009-12-27 phil Fixed a bug in the lookup of virtual reimplementations that may only be
2009-12-26 phil Backed out the check for sub-classing from more than one wrapped type as it
2009-12-23 phil Added a hack for va_copy() being missing in MSVC.
2009-12-22 phil Another attempt to fix creating script wrappers on MacOS to invokethe right
2009-12-22 phil Fixed a docstring bug handling default values that are literal strings.
2009-12-21 phil Fixed a fundamental problem with the parsing of signatures that allow keyword
2009-12-19 phil Changed the signature of sipAddException().
2009-12-17 phil Added sipBadCallableArg() to the C API.
2009-12-15 phil Fixed a NULL dereference when instantiating an unscoped class template.
2009-12-14 phil Added support for sipError to %MethodCode to allow code to distinguish between
2009-12-12 phil Raise an exception if the automatically generated cast function fails (though
2009-12-11 phil Fixed the generation of a bad call to sipMalloc() when generating for a C
2009-12-04 phil Finally fixed %DefaultEncoding when set in an imported module.
2009-12-03 phil Fixed a problem where Python wasn't creating descriptors for any enum slots
2009-12-02 phil Use capsules for Python v3.1 and later.
2009-11-23 phil Fixed a bug where assignment helpers may not be generated for classes that have
2009-11-17 phil Fixed a problem that meant that circular references in slots connected to
2009-11-15 phil Fixed a bug where %DefaultEncoding could be ignored if %Imports were being
2009-11-15 phil Added the documentation for the updated sipdistutils.py.
2009-11-15 phil An updated sipdistutils.py from Giovanni Bajo.
2009-11-14 phil Signal docstrings no longer include default values as they are implemented as
2009-11-14 phil Docstrings are now generated for use by PyQt4 signals.
2009-11-11 phil The docstrings are now wrapped with PyDoc_STRVAR().
2009-11-11 phil The /DocType/ annotation is now properly supported for typedefs.
2009-11-11 phil No docstrings are generated for any part of a class that isn't the default
2009-11-11 phil Added support for /DocType/ to mapped type templates.
2009-11-10 phil Added the %Docstring directive to specify explicit docstrings.
2009-11-10 phil More docstring fixes.
2009-11-09 phil A fix for the formatting of function calls in default values for XML and
2009-11-09 phil Added the /DocValue/ argument annotation.
2009-11-09 phil String annotations can now have feature selectors embedded in them.
2009-11-08 phil More docstring fixes.
2009-11-08 phil Updated the docs as /DocType/ is also a function and variable annotation.
2009-11-08 phil Docstrings now consider all C++ integer types to be "int".
2009-11-07 phil Added the /DocType/ argument and mapped type annotation.
2009-11-07 phil Fixed a bug where a default copy ctor might be added when there aleady was one
2009-11-06 phil Completed the basic support for automated docstrings (some tweaking still