PyGObject 3.14.0 Released

2014-09-22 Thread Simon Feltman
type (Christoph Reiter) (#727810) - GLib.GError and GLib.Error are now unified (Simon Feltman) (#712519) - Non-introspected signals support marshaling cairo objects (Simon Feltman) (#694604) - GTypeClass methods show up as Python GObject class methods (Johan Dahlin) (#685218

PyGObject 3.12.2 Released

2014-05-27 Thread Simon Feltman
I am pleased to announce version 3.12.2 of the Python bindings for GObject. This is the third release in the stable 3.12.x series for GNOME 3.12. Download The new release is available from ftp.gnome.org: https://download.gnome.org/sources/pygobject/3.12/pygobject-3.12.2.tar.xz (686K) sha

PyGObject 3.13.2 Released

2014-05-27 Thread Simon Feltman
.13.2 = - Unification of GLib.GError and GLib.Error. GLib.Error should be used for any exception handling while GLib.GError is a compatibility alias. (Simon Feltman) (#712519) - New API gi.require_foreign() for ensuring cairo marshalling is supported. (Simon Feltman) (#707735) - Automatic marshalling of

PyGObject 3.11.5 Released

2014-02-05 Thread Simon Feltman
-3.11.5.tar.xz (680K) sha256sum: 26458b012e5d443d9b4a81d9eb9ad3207f5f050c962f5bd09f16aa034d284685 What's new in PyGObject 3.11.5 = - cache refactoring: Move all cache marshalers into files based on type (Simon Feltman) (#709700) - tests: Add test for an owned

PyGObject 3.11.4 Released

2014-01-17 Thread Simon Feltman
: 073bc913bfafcbdad5578a976022d60c4f13707489e7fb83c492ca17327e9ab7 What’s new since PyGObject 3.11.4 = - Add enum and flags member methods (Simon Feltman) (#693099) - overrides: Fix __repr__ for various Gdk structs (Simon Feltman) - python.m4: g/c JD_PYTHON_CHECK_VERSION (Patrick

PyGObject 3.11.2 released

2013-11-22 Thread Simon Feltman
I am pleased to announce version 3.11.2 of the Python bindings for GObject. This is the second alpha release of the 3.11.x series for GNOME 3.12. An important change with this release is deprecation messages are emitted when using positional arguments with overridden initializers. Positional argum

PyGObject 3.9.5

2013-08-01 Thread Simon Feltman
/pygobject/3.9/pygobject-3.9.5.tar.xz (652K) sha256sum: e785e24b001517dd57fc5cc2b7ddeb56b459555307561675edb47c11c80a85d5 What’s new since PyGObject 3.9.3 - Ensure exceptions set in closure out argument marshaling are printed (Simon Feltman) (#705064