pygobject 2.28.7



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

        - Move property and signal creation into _class_init() (Martin Pitt)
        - gio-types.defs: change some enums to flags (Ryan Lortie)
        - Fix set_qdata warning on accessing NULL gobject property (Ivan Stankovic)
        - Disable introspection support by default (Dieter Verfaillie)
        - Don't install codegen for Python 3 (Arfrever Frehtes Taifersar Arahesis)
        - Ship tests/te_ST@nouppera in release tarballs for tests to succeed (Martin Pitt)
        - [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
        - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
        - [python3] Fix maketrans import (Martin Pitt)
        - [gi-overrides] fix MessageBox so it correctly handles the type constructor param (John (J5) 
Palmieri)
        - gdbus tests: Fix hang if test case fails (Martin Pitt)
        - Fix crash in Gtk.TextIter overrides (Martin Pitt)
        - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
        - [gtk-override] print warning if user imports Gtk 2.0 (John (J5) Palmieri)
        - Add support for enums in gobject.property (Johan Dahlin)

2.28.6 11-Jun-2011

ChangeLog
=========
https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.changes  (7.50K)

Download
========
https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.tar.xz (727K)
  sha256sum: bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a



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