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

        - Fix ABI break with pygobject.h from 3.7.5 (Simon Feltman) (#675726)

3.7.5   04-Feb-2013
	- Move various signal methods from static bindings to GI
	  (Simon Feltman) (#692918)
	- GLib overrides: Support unpacking 'maybe' variants (Paolo Borelli)
	  (#693032)
	- Fix ref count leak when creating pygobject wrappers for input args
	  (Mike Gorse) (#675726)
	- Prefix names of typeless enums and flags for GType registration
	  (Simon Feltman) (#692515)
	- Fix compilation with non-C99 compilers such as Visual C++
	  (Chun-wei Fan) (#692856)
        - gi/overrides/Glib.py: Fix running on Windows/non-Unix (Chun-wei Fan)
	- Do not immediately initialize Gdk and Gtk on import (Martin Pitt)
	  (#692300)
        - Accept Âinf and NaN as float and double values (Martin Pitt) (#692381)
        - Fix repr() of GLib.Variant (Martin Pitt)
        - Fix gtk-demo for Python 3 (Martin Pitt)
        - Define GObject.TYPE_VALUE gtype constant (Martin Pitt)
	- gobject: Go through introspection on property setting (Olivier CrÃte)
	  (#684062)
	- Clean up caller-allocated GValues and their memory (Mike Gorse)
	  (#691820)
        - Use GNOME_COMPILE_WARNINGS from gnome-common (Martin Pitt)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/3.7/pygobject-3.7.5.1.changes  (15.9K)

Download
========
http://download.gnome.org/sources/pygobject/3.7/pygobject-3.7.5.1.tar.xz (618K)
  sha256sum: 937529a2915bd94a626d1e5e06ffd26fd99b3d874fbf10ca69739dde52dcdfa9



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