GNOME 3590 Published by

I am pleased to announce version 2.13.0 of the Python bindings for GObject, for your testing pleasure.

The new release is available from ftp.gnome.org as and its mirrors as soon as its synced correctly:

http://download.gnome.org/sources/pygobject/2.13/



2.13.0 23-april-2007
- Release the GIL in g_object_set_property (Edward Hervey, #395048)
- Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428)
- use static inline functions for init_pygobject (Gustavo, #419379)
- Wrap g_set_application_name, g_set_prgname
(Havoc Pennington, #415853)
- New pyg_gerror_exception_check API (Gustavo, #425242)
- New API to get/set multiple properties
(Gian Mario Tagliaretti, #403212)
- Misc. bug fixes.


Blurb:

GObject is a object system library used by GTK+ and GStreamer.

PyGObject provides a convenient wrapper for the GObject+ library for use
in Python programs, and takes care of many of the boring details such as
managing memory and type casting. When combined with PyGTK, PyORBit and
gnome-python, it can be used to write full featured Gnome applications.

Like the GObject library itself PyGObject is licensed under the
GNU LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging
from small single purpose scripts up to large full
featured applications.

PyGObject requires GObject >= 2.8.0 and Python >= 2.3.5 to build.