pygobject 3.0.3



About PyGObject
===============

GObject is a object system used by GTK+,  GStreamer and other
libraries.

PyGObject provides a convenient wrapper for use in Python programs
when accessing GObject libraries.

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 now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application.
Once new functionality is added to gobject library it is instantly
available as a Python API without the need for intermediate Python
glue.

News
====

        - Convert all modifier constants to Gdk.ModifierType (Manuel Quiñones)
        - Convert all strings to utf-8 encoding when retrieving from TreeModel (Sebastian Pöl
        - add test for bytearray variants (John (J5) Palmieri)
        - handle NULL arrays correctly for each array type (John (J5) Palmieri)
        - Revert "Revert "Fix array termination and size calculation"" (John (J5) Palmieri)
        - pygmainloop: avoid lockups if multiple glib.MainLoop exist (Owen W. Taylor)
        - Properly chain up to the class that implements a given vfunc. (Tomeu Vizoso)
        - Revert "Fix array termination and size calculation" (Tomeu Vizoso)
        - Fix array termination and size calculation (Holger Berndt)
        - pygi-convert: fix for Pango.Alignment (Daniel Drake)
        - pygi-convert: fix for Gtk.Orientation (Daniel Drake)
        - Add tests for calling closures (Martin Pitt)
        - fix marshaling of arrays of GVariants (Mikkel Kamstrup Erlandsen)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.0/pygobject-3.0.3.changes  (6.35K)

Download
========

http://download.gnome.org/sources/pygobject/3.0/pygobject-3.0.3.tar.xz (534K)
  sha256sum: 088b1e682be02a969a0a3f2e650e4fe72bb3638ee8229819841d3e8f4cde2d7c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]