pygobject 3.4.1



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

        - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
        - Fix leak with python callables as closure argument. (Simon Feltman) (#685598)
        - Gio overrides: Handle setting GSettings enum keys (Martin Pitt) (#685947)
        - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt) (#685860)
        - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check (Alban Browaeys) (#685000)
        - Install an .egg-info file (Johan Dahlin) (#680138)
        - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
        - pygobject.c: Don't leak GObjectClass reference (Olivier Crête) (#684062)
        - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys) (#685082)
        - Fix error messages for out of range numbers (Martin Pitt) (#684314)
        - Kill dbus-daemon after running tests (Martin Pitt) (#685009)
        - GVariant overrides: Support empty tuple arrays (Martin Pitt) (#684928)
        - tests: Fix wrong return type in test_int64_callback() (Martin Pitt) (#684700)
        - Fix GValue marshalling of long and unsigned long (Giovanni Campagna) (#684331)
        - Clean up deprecation message for assigning gpointers to objects. (Simon Feltman) (#683599)
        - pygi-property: Lookup property in base classes of non-introspected types (Olivier Crête) (#684058)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.4/pygobject-3.4.1.changes  (10.5K)

Download
========
http://download.gnome.org/sources/pygobject/3.4/pygobject-3.4.1.tar.xz (598K)
  sha256sum: 21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f



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