pygobject 3.3.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 exception test case for Python 2 (Martin Pitt)
        - Bump g-i dependency to >= 1.3.9 (Martin Pitt)
        - Show proper exception when trying to allocate a disguised struct
          (Martin Pitt) (#639972)
        - Support marshalling GParamSpec signal arguments (Mark Nauwelaerts)
          (#683099)
        - Add test for a signal that returns a GParamSpec (Martin Pitt)
          (#683265)
        - [API add] Add Signal class for adding and connecting custom signals.
          (Simon Feltman) (#434924)
        - Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
          (Martin Pitt)
        - Add override for Gtk.TreeView.insert_column_with_attributes()
          (Marta Maria Casetti) (#679415)
        - .gitignore: Add missing built files (Martin Pitt)
        - Ship tests/gi in tarball (Martin Pitt)
        - Split test_overrides.py (Martin Pitt) (#683188)
        - _pygi_argument_to_object(): Clean up array unmarshalling (Martin Pitt)
        - Fix memory leak in _pygi_argument_to_object() (Alban Browaeys)
          (#682979)
        - Fix setting pointer fields/arguments to NULL using None.
          (Simon Feltman) (#683150)
        - Fix for python 2.6, officially drop support for < 2.6 (Martin Pitt)
          (#682422)
        - Allow overrides in other directories than gi itself
          (Thibault Saunier) (#680913)
        - Clean up sys.path handling in tests (Simon Feltman) (#680913)
        - Fix dynamic creation of enum and flag gi types for Python 3.3
          (Simon Feltman) (#682323)
        - [API add] Override g_menu_item_set_attribute (Paolo Borelli) (#682436)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.3/pygobject-3.3.91.changes  (12.5K)

Download
========
http://download.gnome.org/sources/pygobject/3.3/pygobject-3.3.91.tar.xz (591K)
  sha256sum: 435b80b23c593cbe1027db66da1b1757ca23a4a57b82cc0fb8676cf4d995fd81



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