pygobject 3.9.91



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
====

        - Fix GObject signal methods to work with new annotations
          (Simon Feltman) (#707280)
        - Fix build on C89 Compilers (Chun-wei Fan) (#707264)
        - Change boxed type checking in marshaling to use __gtype__ attribute
          (Simon Feltman) (#707140)
        - Use G_IS_VALUE for checking return values in closure marshaling
          (Simon Feltman) (#707170)
        - Fix PEP-8 errors in propertyhelper.py (Yanko Kaneti) (#706319)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.9/pygobject-3.9.91.changes  (3.25K)

Download
========
http://download.gnome.org/sources/pygobject/3.9/pygobject-3.9.91.tar.xz (654K)
  sha256sum: 3522a95246b4a320baa58687eb6182007d8a0711ea71e95f2c05d8cca0f3f22a



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