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 ==== - Updated DOAP file to only include people currently actively working on the project (Sebastian Pölsterl) - Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel" (Sebastian Pölsterl) - tests: Fixed issues with python3 (Sebastian Pölsterl) - Properly distinguish between different integer types for properties (Sebastian Pölsterl) - Distinguish between GArray and GPtrArray when cleaning up (Sebastian Pölsterl) - Add null_gerror_callback unit test (Paolo Borelli) - pyglib_error_check: Re-add missing NULL check (Martin Pitt) - Add tests/runtests-windows.py to source tarball (Michael Culbertson) - Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag, even when unused (Sebastian Pölsterl) - Fix bool() operations on GLib.Variant objects (Nirbheek Chauhan) - Fix hash() and __eq__() for GLib.Variant objects (Nirbheek Chauhan) - Fix method names of callback tests (Martin Pitt) - Cairo: add missing braces around array-of-struct definition (Will Thompson) - g_instance_init: cast to PyGObject * as needed (Will Thompson) - Fix a few set-but-not-used warnings. (Will Thompson) - pygmainloop: allow for extra arguments in 'quit' method (Stefano Facchini) - Fix bytearray test compatibility with python3 (Alexandre Rostovtsev) - Respect transfer-type when demarshalling GErrors (Alberto Mardegan) - Support GHashTable and GError as callback/closure arguments (Alberto Mardegan) - Don't leak when marshalling GErrors to C (Will Thompson) - Support functions which return GError (Will Thompson) - Fix indentation of _pygi_argument_to_object() (Alberto Mardegan) - Avoid C99 syntax. (Paolo Borelli) - Connect to first action of a radio group. (Paolo Borelli) - Use g_slist_free_full in pygi-closure. (Paolo Borelli) - Avoid O(n^2) behavior when marshalling lists (Paolo Borelli) - Handle NULL as a valid case of a char** array (Paolo Borelli) - Branching, bump version to 3.1.0 (Tomeu Vizoso) - Add notes about branching to HACKING (Tomeu Vizoso) - Fixed bug where GObject.property did not respect minimum and maximum values (Sebastian Pölsterl) - Remove mention of removed option --enable-docs (Tomeu Vizoso) - Fix sebp's name in NEWS (Tomeu Vizoso) ChangeLog ========= http://download.gnome.org/sources/pygobject/3.1/pygobject-3.1.0.changes (14.1K) Download ======== http://download.gnome.org/sources/pygobject/3.1/pygobject-3.1.0.tar.xz (539K) sha256sum: a5b36eff7c4b14f161bc9ba2ae09a03ddb47d9f2c769589b8f389ae3a92cc92e _______________________________________________ ftp-release-list mailing list ftp-release-list@gnome.org http://mail.gnome.org/mailman/listinfo/ftp-release-list