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

        - Add marshalling of GI_TYPE_TAG_VOID held in a GValue to int.  While
          not particularly useful this allows some callbacks in WebKit to
          function without causing a segfault. (Simon Feltman) (#694233)
        - pygtkcompat: Fix for missing methods on Windows (Martin Pitt)
          (#702787)
        - gi/pygi-info.c: Avoid C99-style variable declaration (Chun-wei Fan)
          (#702786)
        - Clear return value of closures to zero when an exception occures
          (Simon Feltman) (#702552)
        - Re-add support for passing GValue's by reference (Simon Feltman)
          (#701058)
        - Don't use doctest syntax in docstrings for examples, to fix test
          failures with pyflakes 0.7.x (Martin Pitt) (#701009)
        - examples/option.py: Port to GI and Python 3 (Martin Pitt)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.8/pygobject-3.8.3.changes  (3.95K)

Download
========
http://download.gnome.org/sources/pygobject/3.8/pygobject-3.8.3.tar.xz (642K)
  sha256sum: 384b3e1b8d1e7c8796d7eb955380d62946dd0ed9c54ecf0817af2d6b254e082c



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