pygobject 3.3.5



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 list marshalling on big-endian machines (Martin Pitt)
          (#680693)
        - Beautify class/interface type mismatch error messages (Martin Pitt)
        - Skip instead of fail tests which need Pango, Atk, Gdk, Gtk (Martin Pitt)
        - [API add] pygtkcompat: Add more pixbuf creation functions (Simon Feltman)
          (#680814)
        - Fix error messages on interface/class type mismatches (Martin Pitt)
        - Fix crash when returning (False, None) from Gtk.TreeModel.do_get_iter() (Simon Feltman)
          (#680812)
        - Add test case for Gtk.TextIter.forward_search() (Martin Pitt)
          (#679415)
        - pygi-info.c: Robustify pointer arithmetic (Martin Pitt)
        - Add set_attributes() override to Gtk.TreeViewColumn (Manuel Quiñones)
        - Gtk overrides: Add TreePath.__getitem__() (Simon Feltman)
          (#680353)
        - Fix property type mapping from int to TYPE_INT for python3. (Simon Feltman)
          (#679939)
        - Convert Gtk.DestDefaults constants in pygi-convert.sh script (Manuel Quiñones)
          (#680259)
        - Convert all Gdk.WindowState constants in pygi-convert.sh (Manuel Quiñones)
          (#680257)
        - [API add] Add API for checking pygobject's version (Joe R. Nassimian)
          (#680176)
        - pygi-convert.sh: Add some missing Gdk.CursorTypes (Manuel Quiñones)
          (#680050)
        - pygi-convert.sh: convert rsvg.Handle(data=...) (Manuel Kaufmann)
          (#680092)


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

Download
========
http://download.gnome.org/sources/pygobject/3.3/pygobject-3.3.5.tar.xz (581K)
  sha256sum: 3d25e6fdb21ab6c7a829af8f4cf2bc1e0d5ae1a032e3c687551eb366fd5e88ed



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