pygobject 3.13.90



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 array lengths on struct fields (Simon Feltman) (#688792)
        - Fast path Python property get access (Simon Feltman) (#723872)
        - Unify accessing properties through props and get_property()
          (Simon Feltman) (#726999)
        - Refactor boxed wrapper memory management strategy
          (Simon Feltman) (#726999)
        - Replace GObject.signal_query with introspected version
          (Simon Feltman) (#688792)
        - Fix memory leak with unboxed caller allocated structs (Simon Feltman)
        - tests: Add failing tests for GObject sub-class doc-strings
          (Piotr Iwaniuk) (#731452)
        - Don't mask GObject sub-class doc strings in meta-class
          (Tobias Mueller) (#731452)


ChangeLog
=========
https://download.gnome.org/sources/pygobject/3.13/pygobject-3.13.90.changes  (13.1K)

Download
========
https://download.gnome.org/sources/pygobject/3.13/pygobject-3.13.90.tar.xz (699K)
  sha256sum: c4c8c62ba5e8c2444d39f501cf8c65ac7c866a73b69348384c9d5567c11d09e9



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