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