pygobject 2.90.4



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

        - do not pass in len(str) to the length argument of gtk_test_buffer_insert* apis (John (J5) Palmieri)
        - Switch tarball compression format to tar.xz only. (Dieter Verfaillie)
        - Remove pygtk_version attribute from internal gi._gobject module. (Dieter Verfaillie)
        - remove overridesdir from the .pc file and add it to the gi module (John (J5) Palmieri)
        - fix tests to correctly construct a dummy Gtk.TargetEntry (John (J5) Palmieri)
        - we now assume that C arrays of structs are flat so memcpy them when marshalling (John (J5) Palmieri)
        - only update the arg counts once if child arg comes before parent arg (John (J5) Palmieri)
        - Fix refcount bug by not creating python wrapper during gobject init stage (John (J5) Palmieri)
        - don't destroy just created wrapper when object is created via g_object_new (John (J5) Palmieri)
        - Remove deprecated API from pygobject.h (Steve Frécinaux)
        - Convert gtk.TRUE/FALSE to Python True/False. (Marcin Owsiany)
        - Drop legacy __gobject_init__ method of GObject.Object. (Steve Frécinaux)
        - AM_CHECK_PYTHON_LIBS does not work for lib64 (Dieter Verfaillie)
        - Remove common_ldflags from Makefile.am as it is no longer used. (Dieter Verfaillie)
        - check if object is actually a PyGFlag before trying to access g_type (John (J5) Palmieri)
        - fix regression - add instance type checks since Py3 no longer does this for us (John (J5) Palmieri)
        - refactor in/out marshalling to be to_py/from_py (John (J5) Palmieri)
        - Examples: fix cairo-demo.py imports (Dieter Verfaillie)
        - Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file (Dieter Verfaillie)
        - Remove no longer used variables from pkgconfig files (Dieter Verfaillie)
        - docs/Makefile.am and m4/python.m4: Python3 portability fixes (Dieter Verfaillie)
        - Refactor and clean Makefile.am files (Dieter Verfaillie)
        - Remove all PLATFORM_VERSION = 2.0 traces (Dieter Verfaillie)
        - Remove gi/tests/ directory as all the tests now live in tests/ (Dieter Verfaillie)
        - autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGS (Dieter Verfaillie)
        - use improved python.m4 macros to search for Python headers and libs (Dieter Verfaillie)
        - Make maintiner mode enabled by default (Javier Jardón)
        - Disable documentation for now since they are completely wrong for GI. (Dieter Verfaillie)
        - Fix documentation installation directory (Dieter Verfaillie)
        - Remove distutils based build system. (Dieter Verfaillie)
        - [gtk-demo] Fix syntax highlighter encoding issue (Dieter Verfaillie)
        - overrides: add constants for atoms (Ignacio Casal Quinteiro)
        - Drop pygobject_construct() from public API. (Steve Frécinaux)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.4.changes  (20.2K)

Download
========

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.4.tar.xz  (529K)
  sha256sum: 8407b6997181bbca4783798e21d7d63ca41708a6c05a3b08c953d64e7b97b2a1

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.4.tar.bz2 (629K)
  sha256sum: 467eb39f06664fb8bbb9ab407a15b8d56a63a92ac2f0914afc8518aedd765c43



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