commit 5c24760b797e985721f7fe51d52252e4dd54a417 Author: Martin Pitt Date: Fri Oct 21 17:31:41 2011 +0200 Fix "Returns: (skip)" method calls without (out) arguments When we have a method call with a skipped return value, but no other out arguments, we previously returned NULL to Python, which causes "SystemError: error return without exception set". Return None instead. https://bugzilla.gnome.org/show_bug.cgi?id=662383 gi/pygi-invoke.c | 10 ++++++++++ tests/test_everything.py | 8 ++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) commit 585222915dc98b0e375de3db4771466278a32e81 Author: John (J5) Palmieri Date: Tue Oct 18 00:39:16 2011 -0400 Do union member checks for unions that are parameters * before we were only doing checks if the union was an instance https://bugzilla.gnome.org/show_bug.cgi?id=661673 gi/pygi-marshal-from-py.c | 121 +++++++++++++++++++++++++-------------------- 1 files changed, 68 insertions(+), 53 deletions(-) commit 8deaec6b9abd87f02060c9feec773d4693e89028 Author: Martin Pitt Date: Wed Oct 19 14:35:11 2011 +0200 Gdk overrides: Unbreak for Gdk-2.0 Fix regression from commit 31db3ed: Gdk 2.0 did not yet have atom_intern(), so only do this for Gdk >= 3.0. https://launchpad.net/bugs/875399 gi/overrides/Gdk.py | 95 ++++++++++++++++++++++++++------------------------- 1 files changed, 48 insertions(+), 47 deletions(-) commit f395fb131caf7ca550acd17138d8061926ef4f92 Author: John (J5) Palmieri Date: Fri Oct 14 17:19:45 2011 -0400 unit test for checking ref count of object param in signals https://bugzilla.gnome.org/show_bug.cgi?id=661359 tests/test_everything.py | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 611f58b99851328653af4930f188c33eccaa9f6f Author: John (J5) Palmieri Date: Fri Oct 14 16:42:32 2011 -0400 when converting an object with transfer none, make sure the wrapper owns a ref https://bugzilla.gnome.org/show_bug.cgi?id=661359 gi/pygi-argument.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 0f1eb9fa0e7aa5e7c22dabc709c0dfb469e404f1 Author: Timo Vanwynsberghe Date: Tue Oct 4 11:13:43 2011 +0200 Allow GBoxed types as property Add the GBoxed type as valid type to the gobject property helper https://bugzilla.gnome.org/show_bug.cgi?id=660798 gi/_gobject/propertyhelper.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit bef8d385117dd0295c9ba7567710d76fc2bb729a Author: Ignacio Casal Quinteiro Date: Mon Oct 10 11:24:42 2011 +0200 Add tests for boxed properties. tests/test_properties.py | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) commit 77123ffeb1585837033848f4d5a90cfa63fdaee0 Author: Ignacio Casal Quinteiro Date: Fri Sep 30 20:21:07 2011 +0200 Post release bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f5ccfec0a1bc4c999bfa49d75383ea06d3a068c4 Author: Ignacio Casal Quinteiro Date: Fri Sep 30 20:19:46 2011 +0200 Release 3.0.1 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)