pygobject 2.90.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
====

        - support skip annotation for return values (John (J5) Palmieri)
        - Test GPtrArray regression (Xavier Claessens)
        - Drop support for old constructor style. (Steve Frécinaux)
        - Drop support for sink functions. (Steve Frécinaux)
        - Reinstate copying of in-line structs in arrays (Mike Gorse)
        - fix inline struct array handling (John (J5) Palmieri)
        - fix on demos (Dieter Verfaillie)
        - Added support for __setitem__ to TreeModel and support for slices to TreeModelRow (Sebastian Pölsterl)
        - Convert ACCEL_* constants into Gtk.AccelFlags. (Olav Vitters)
        - Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition (Olav Vitters)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.3.changes  (14.8K)

Download
========

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.3.tar.xz  (568K)
  sha256sum: 8e14f8db0780ad26a8ce6583da30313463ca40519b35f5cda8780f02bd6ddca4

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.3.tar.bz2 (670K)
  sha256sum: ac2b06c6f73ba0be30aa07a5a5824eb2ac41c19b364e67fd9f1318f33129dd5b



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