Fantastic work :)   Does this work with virtualenv ?
 
S++

On Tuesday, September 23, 2014 5:00 AM, "[email protected]" 
<[email protected]> wrote:
 

>
>
>Send pygtk mailing list submissions to
>    [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>    http://www.daa.com.au/mailman/listinfo/pygtk
>or, via email, send a message with subject or body 'help' to
>    [email protected]
>
>You can reach the person managing the list at
>    [email protected]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of pygtk digest..."
>
>
>Today's Topics:
>
>   1. PyGObject 3.14.0 Released (Simon Feltman)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Mon, 22 Sep 2014 16:23:58 -0700
>From: Simon Feltman <[email protected]>
>To: [email protected], PyGTK <[email protected]>,
>    "[email protected]" <[email protected]>,
>    [email protected]
>Subject: [pygtk] PyGObject 3.14.0 Released
>Message-ID:
>    <CACc9j8ZZ0AF=fzispfb4armfx+ptpshwgs7lkdnup9wga84...@mail.gmail.com>
>Content-Type: text/plain; charset=UTF-8
>
>I am pleased to announce version 3.14.0 of the Python bindings for
>GObject Introspection. This is the first stable release in the 3.14 series.
>
>This major release includes refactoring, bug-fixes, performance improvements,
>and a few API additions. Thanks to all the contributors and a special shout-out
>to Garrett Regier for some excellent refactoring and marshaling unification 
>work
>for Python implemented virtual methods. This work enables out and inout array
>arguments for Python implemented virtual methods.
>
>Download
>========
>The new release is available from ftp.gnome.org:
>
>https://download.gnome.org/sources/pygobject/3.14/pygobject-3.14.0.tar.xz 
>(703K)
>sha256sum: 779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54
>
>Notable changes since PyGObject 3.12.0
>======================================
>- Gdk.Event supports setting union member fields directly based on the event
>  type (Christoph Reiter) (#727810)
>- GLib.GError and GLib.Error are now unified (Simon Feltman) (#712519)
>- Non-introspected signals support marshaling cairo objects
>  (Simon Feltman) (#694604)
>- GTypeClass methods show up as Python GObject class methods
>  (Johan Dahlin) (#685218)
>- Widget.style_get_property and Container.child_get_property return values
>  as Python native types when applicable, making the GValue argument optional.
>  (Simon Feltman) (#685076)
>- Windows build fixes (Alexey Pavlov) (#734284, #734289, #734286, #734287)
>- Support for arrays with length fields on structs (Simon Feltman) (#688792)
>- Fast path Python property access (Simon Feltman) (#723872)
>- Memory leak fixes when accessing properties which are boxed types
>  (Simon Feltman) (#726999)
>- [New API] Add gi.require_foreign (Simon Feltman) (#707735)
>- [New API] Add Gtk.Container.child_get/set overrides to match the C API
>  (Simon Feltman) (#685076)
>- [New API] Add Python implementation of Object.connect_data()
>  (Simon Feltman) (#701843)
>
>Contributors
>============
>Alexey Pavlov, Andre Klapper, Andrew Grigorev, Christoph Reiter, Garrett 
>Regier,
>Ignacio Casal Quinteiro, Johan Dahlin, Martin Pitt, Olav Vitters, Paolo 
>Borelli,
>Piotr Iwaniuk, Simon Feltman, Tobias Mueller
>
>About PyGObject
>===============
>GObject is an 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.
>
>
>------------------------------
>
>_______________________________________________
>pygtk mailing list [email protected]
>http://www.daa.com.au/mailman/listinfo/pygtk
>Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
>
>
>End of pygtk Digest, Vol 138, Issue 1
>*************************************
>
>
>
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to