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

        - gtk-demo: Wrap description strings at 80 characters (Simon Feltman)
          (#698547)
        - gtk-demo: Use textwrap to reformat description for Gtk.TextView
          (Simon Feltman) (#698547)
        - gtk-demo: Use GtkSource.View for showing source code (Simon Feltman)
          (#698547)
        - Use correct class for GtkEditable's get_selection_bounds() function
          (Mike Ruprecht) (#699096)
        - Test results of g_base_info_get_name for NULL (Simon Feltman)
          (#698829)
        - Add ObjectInfo.get_class_struct() (Johan Dahlin) (#685218)
        - Change interpretation of NULL pointer field from None to 0
          (Simon Feltman) (#698366)
        - Do not build tests until needed (Sobhan Mohammadpour) (#698444)
        - pygi-convert: Support toolbar styles (Kai Willadsen) (#698477)
        - pygi-convert: Support new-style constructors for Gio.File
          (Kai Willadsen) (#698477)
        - pygi-convert: Add some support for recent manager constructs
          (Kai Willadsen) (#698477)
        - pygi-convert: Don't transform arbitrary keysym imports
          (Kai Willadsen) (#698477)
        - Remove Python keyword escapement in Repository.find_by_name
          (Simon Feltman) (#697363)
        - Optimize signal lookup in gi repository (Daniel Drake) (#696143)
        - Optimize connection of Python-implemented signals (Daniel Drake)
          (#696143)
        - Consolidate signal connection code (Daniel Drake) (#696143)
        - Fix setting of struct property values (Daniel Drake)
        - Optimize property get/set when using GObject.props (Daniel Drake)
          (#696143)
        - configure.ac: Fix PYTHON_SO with Python3.3 (Christoph Reiter)
          (#696646)
        - Simplify registration of custom types (Daniel Drake) (#696143)

ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.9/pygobject-3.9.1.changes  (12.3K)

Download
========
http://download.gnome.org/sources/pygobject/3.9/pygobject-3.9.1.tar.xz (641K)
  sha256sum: ab42670fd83747fbb5a019f8ffd45e24fcb1f04c657a0bc475113ab4a759e79e



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