commit 42a5a0897b38156ae010c396ea254abf502f35de
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Mon Jul 12 11:00:29 2010 +0200

    Update NEWS and release PyGObject-2.21.5

 NEWS |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 5857f25c1c6e25b79e6134558bd7151bc6c30ef7
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Mon Jul 12 11:00:20 2010 +0200

    Pre-release version bump to 2.21.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e500adc3ac19ef6f436809e5a8828ac7e8db28f6
Author: Florian Müllner <florian.muellner@gmail.com>
Date:   Sat Jul 10 22:35:13 2010 +0200

    Shut up some compiler warnings

    Remove unused variables, make sure variables are properly initialized.

    https://bugzilla.gnome.org/show_bug.cgi?id=624066

 gi/pygi-callbacks.c |    1 -
 gi/pygi-closure.c   |    2 +-
 gi/pygi-invoke.c    |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)

commit 2efa18afbcc2fac1c90958535b2f80e6e730ee56
Author: =?UTF-8?q?Florian=20M=C3=BCllner?= <florian.muellner@gmail.com>
Date:   Mon Jul 12 10:31:42 2010 +0200

    Adjust to API break in GObject-Introspection

    As of commit 5cb925b20, many type_tags for standard C types have
    been removed - namely machine-dependent integer types and derived
    types (size_t, time_t).

    Most removals are just synonyms of other types, so their removal
    should not have too much impact, with the exception of time_t,
    which was translated to a native datetime object before.

    Also remove time_t tests (Tomeu Vizoso).

    https://bugzilla.gnome.org/show_bug.cgi?id=624065

 configure.ac       |    2 +-
 gi/importer.py     |    7 ++-
 gi/pygi-argument.c |  146
 ----------------------------------------------------
 gi/pygi-closure.c  |   10 ----
 gi/pygi-info.c     |   37 -------------
 tests/test_gi.py   |   21 --------
 6 files changed, 5 insertions(+), 218 deletions(-)

commit 27a417c71f8c122e46c7472663bb25c17413f103
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Thu Jul 8 16:01:25 2010 -0400

    pass in the demo app so demos can use utility methods like requesting
    file paths

 demos/gtk-demo/demos/Entry/entry_buffer.py     |    2 +-
 demos/gtk-demo/demos/Entry/entry_completion.py |    2 +-
 demos/gtk-demo/demos/appwindow.py              |   13 +++++++++++--
 demos/gtk-demo/demos/assistant.py              |    2 +-
 demos/gtk-demo/demos/builder.py                |   14 ++++++++++----
 demos/gtk-demo/demos/button_box.py             |    2 +-
 demos/gtk-demo/demos/clipboard.py              |    8 +-------
 demos/gtk-demo/demos/colorselector.py          |    2 +-
 demos/gtk-demo/demos/combobox.py               |    8 +++++---
 demos/gtk-demo/demos/drawingarea.py            |    2 +-
 demos/gtk-demo/demos/test.py                   |    2 +-
 demos/gtk-demo/gtk-demo.py                     |    6 +++---
 12 files changed, 37 insertions(+), 26 deletions(-)

commit e7daae919c2c6ae35d3927f0006252aacd49ea86
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Thu Jul 8 15:38:07 2010 -0400

    demo fixes to keep up with Gtk+

    * treeiter changes to reflect caller-allocate annotations
    * fix some flag handling
    * use get_indicies_with_depth instead of get_indices for paths

 demos/gtk-demo/demos/appwindow.py |   10 +++++++---
 demos/gtk-demo/demos/combobox.py  |   24 ++++++++++++------------
 demos/gtk-demo/gtk-demo.py        |   13 +++++--------
 3 files changed, 24 insertions(+), 23 deletions(-)

commit 3d9fd6391710cc33058394d6821e4d4e11f09b22
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Thu Jul 8 12:54:43 2010 -0400

    override test fixes for new GTK+ annotations

 tests/test_overrides.py |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 7a400f8139b70ddfe7c949035e0851689951c647
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Thu Jul 8 12:42:25 2010 +0200

    Fix warning.

 gi/pygi-argument.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 39fd0a85a3de06b1b877d1125f91036409886373
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Wed Jul 7 15:48:36 2010 -0400

    fix up treeiter usage due to caller-allocates annotations in gtk+

    * we still don't pass tests because the caller-allocates code path
    does not
      handle the case where the parameter is followed by a regular
      in parameter

 gi/overrides/Gtk.py     |    7 +++----
 tests/test_overrides.py |   21 +++++++++++----------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit 4d970b75dc5c75c1bec04cb2954c9985b476070c
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Tue Jul 6 17:50:10 2010 -0400

    add entry completion demo

 demos/gtk-demo/demos/Entry/entry_completion.py |   87
 ++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

commit f3531eaa1bfa4e01651d35cd587384d30a398ba8
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Tue Jul 6 17:49:18 2010 -0400

    string changes

 demos/gtk-demo/demos/Entry/entry_buffer.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit baf1e9bb550c7bf45e2ac0b70ba29c434ef1ccc6
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Tue Jul 6 17:27:04 2010 -0400

    add the Entry demo directory and the entry_buffer demo

 demos/gtk-demo/demos/Entry/entry_buffer.py |   73
 ++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

commit f2b1d222120f055bec9339cca55c9cc90f538c00
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Tue Jul 6 17:26:03 2010 -0400

    fix loading of demo modules to support sub modules

 demos/gtk-demo/gtk-demo.py |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 4f9390fb1892b13ab2ea00ed66c5000a40f09029
Author: John (J5) Palmieri <johnp@redhat.com>
Date:   Tue Jul 6 15:56:34 2010 -0400

    add the ability to have demos in sub catagories

 demos/gtk-demo/gtk-demo.py |   76
 +++++++++++++++++++++++++++++++-------------
 1 files changed, 54 insertions(+), 22 deletions(-)

commit dc2249a3ecf339008351316217191d0551ccc588
Author: Jose Aliste <jaliste@src.gnome.org>
Date:   Mon Jul 5 14:36:59 2010 -0400

    Add  __name__ to DynamicModule class.

    Fixes bug #623486.

 gi/module.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2357bca8d14539894b6bd0acfdc18d30b4bb4db6
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Mon Jul 5 16:11:07 2010 +0200

    Do not override GdkRectangle.

    This class was lately removed from gtk+ 3, so there is no need
    to override
    it anymore.

 gi/overrides/Gdk.py |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

commit daca09dc2c2306d4fa82a68bbdd147d4b170a1e7
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Tue Jun 29 16:37:36 2010 +0100

    Add override for TreeModel implementing __len__()

    Closes: bgo#622882

 gi/overrides/Gtk.py     |   11 +++++++++--
 tests/test_overrides.py |    5 +++++
 2 files changed, 14 insertions(+), 2 deletions(-)

commit bb8adb7f02f0c5494df2cb6e535e44d23902e8f5
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Tue Jun 29 11:27:13 2010 +0200

    Update NEWS and release PyGObject-2.21.4

 NEWS |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

commit 2d473ee17be4671244bb4a2a0953a21ccf2a0df6
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Tue Jun 29 10:55:03 2010 +0200

    Remove files from the makefiles

 gi/Makefile.am      |    4 +---
 gobject/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 89827314fd183eac07443c8e9d275ca9d4ce59df
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Tue Jun 29 10:27:39 2010 +0200

    Build the cairo shim as a python module so the _gi module stops
    linking to it

    https://bugzilla.gnome.org/show_bug.cgi?id=623021

 configure.ac            |    2 +
 gi/Makefile.am          |   38 +++++++++-----
 gi/gimodule.c           |    8 +---
 gi/pygi-argument.c      |   10 +---
 gi/pygi-foreign-cairo.c |   56 ++++++++++++++++-----
 gi/pygi-foreign-cairo.h |   55 ---------------------
 gi/pygi-foreign.c       |  125
 ++++++++++++++++++++++++++++-------------------
 gi/pygi-foreign.h       |   31 +++++------
 gi/pygi.h               |   40 +++++++++++++--
 9 files changed, 196 insertions(+), 169 deletions(-)

commit a6a90551311bc64f037cbd442e13f70c30060871
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Mon Jun 28 14:20:43 2010 +0200

    Remove pygi-external.h

    https://bugzilla.gnome.org/show_bug.cgi?id=623021

 gi/gimodule.c           |    8 +++---
 gi/pygi-type.c          |    4 +-
 gi/pygi-type.h          |    2 +-
 gi/pygi.h               |   54 +++++++++++++++----------------------
 gobject/Makefile.am     |    6 ++++
 gobject/pygboxed.c      |    2 +-
 gobject/pygenum.c       |    2 +-
 gobject/pygflags.c      |    2 +-
 gobject/pygi-external.h |   67
 -----------------------------------------------
 gobject/pygobject.c     |    2 +-
 gobject/pygpointer.c    |    2 +-
 11 files changed, 40 insertions(+), 111 deletions(-)

commit 8b3a3baacb45cb3f9112f7597607602fa89c6634
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:   Fri Jun 25 13:54:57 2010 +0200

    Revert "correctly handle floating objects in gtk"

    This reverts commit 60fdf4b8f738dd0f5c190bc18ddf010032d3c5ca.

    Conflicts:

	gi/gimodule.c
	tests/test_everything.py

 gi/gimodule.c		  |   13 -------------
 tests/test_everything.py |    3 ++-
 2 files changed, 2 insertions(+), 14 deletions(-)

commit 0f2a09d7eae63abb71723b7cd8fb290dcba33426
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Fri Jun 25 13:49:04 2010 +0200

    Make valgrind happy again

    * gi/pygi-argument.c, gi/pygi-info.c: Zero two GArgument instances.
    * gi/pygi-invoke.c: workaround bgo#622711 and zero invocation_state.

 gi/pygi-argument.c |	 1 +
 gi/pygi-info.c     |	 2 ++
 gi/pygi-invoke.c   |	 8 ++++++--
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 63afe55906c8637e913783e65b82b540b81bed65
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Thu Jun 24 16:13:37 2010 -0400

    add drawing area demo

 demos/gtk-demo/demos/drawingarea.py |	249
 +++++++++++++++++++++++++++++++++++
 1 files changed, 249 insertions(+), 0 deletions(-)

commit 8bba5f842393a284367cdd15f3d32a8c7745516a
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Thu Jun 24 14:11:00 2010 -0400

    sort the demo list

 demos/gtk-demo/gtk-demo.py |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b9da82742701ed276b01dee39626cd71cbef8556
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Thu Jun 24 13:56:18 2010 -0400

    rename iter to treeiter so we aren't using a python reserved word

 demos/gtk-demo/gtk-demo.py |	12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit c93935621f2fb1ff5e8c424ae884bd684ea68e50
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Thu Jun 24 13:47:54 2010 -0400

    Fixup for change in buffer API

    * Part of buffer API dealing with TextIter now marked (out
    caller-allocates)

 demos/gtk-demo/gtk-demo.py |	10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 8d9516a593a515290109401a9db7aa259b5aa35c
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed Jun 23 17:04:33 2010 -0400

    add ListStore, TreeStore and TreeViewColumn APIs

    * this is enough to support the gtk-demo.py shell
    * TreeStore and ListStore allow passing in as an argument list
      of either python or GLib types to the constructor as a description
      of the columns in the model
    * TreeStore and ListStore override the append method, allowing
      the application developer to send in a list of column values
      for one row in the model.  Unlike the append in C which
      just returns an iter that you can then add data to,
      this append actualy appends data in one step
    * TreeViewColumn overrides the constructor to allow the adding
      of attributes and a cell renderer when constructing the
      column

    https://bugzilla.gnome.org/show_bug.cgi?id=620405

 gi/overrides/Gtk.py	 |   59 ++++++++++++++++++++++++++++++++++++++++
 tests/test_overrides.py |   69
 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 128 insertions(+), 0 deletions(-)

commit c305fbeb7bdb44623d5198f4a8f0a374d529fdf4
Author: Johan Dahlin <johan@gnome.org>
Date:	Wed Jun 23 14:34:28 2010 -0300

    [gi] Add -I../gobject to cflags

    Since we're no longer pulling in pygobject cflags,
    add this to be able to include pygobject.h

 gi/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 53a093198851e3ba5abd1f6c3314737decd401d8
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	Wed Jun 23 18:09:19 2010 +0200

    Add unit test for add_actions user data.

 tests/test_overrides.py |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

commit 7f829af620cba768de619dd9f228d5d2ebf7fee4
Author: Paolo Borelli <pborelli@gnome.org>
Date:	Wed Jun 23 18:06:46 2010 +0200

    Pass user_data param when adding actions

 gi/overrides/Gtk.py |	 12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 8f537ccd62f41ebe0db3853e2ae08080666f598f
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed Jun 23 12:02:04 2010 -0400

    add an exception type to the try/except block

    * we should always specify what exception types we are expecting

 gi/overrides/Gtk.py |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f140a8ebf59347162b67b550bd6f62d2eafad29a
Author: Johan Dahlin <johan@gnome.org>
Date:	Wed Jun 23 12:31:51 2010 -0300

    Avoid duplicating required versions

    Avoid duplicating the version of all required packages.
    Also remove cyclic dependency of pygobject

    https://bugzilla.gnome.org/show_bug.cgi?id=622503

 configure.ac |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit e8bd25355fbe7de38a28b7a0583167a2c0ffc31f
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 22 15:03:08 2010 -0400

    return PyList instead of PyTuple for array, return empty list for
    NULL arrays

    * returns an empty list when a NULL array (empty array) is encountered
    * fix tests to check for lists instead of tuples or None
    * test the ability to send in both None and empty list for arrays
    and lists

 gi/pygi-argument.c	  |    7 ++--
 tests/test_everything.py |    5 ++-
 tests/test_gi.py	  |   84
 +++++++++++++++++++++++-----------------------
 3 files changed, 49 insertions(+), 47 deletions(-)

commit f312e6a49505eca07815146cfbdb0e48e5b3b8a8
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed Jun 23 15:42:29 2010 +0200

    Fix 'make distcheck'

     * Makefile.am: put the tests dir to the end
     * g*/Makefile.am: build the .so when running make check
     * tests/Makefile.am: Don't pass the src dir to runtests.py and
       remove (hopefully) unneeded cruft.
     * tests/common.py: Don't add the src dir to the python path
     * tests/runtests.py: Don't pass the src dir to common.py

 Makefile.am	     |	  4 +++-
 gi/Makefile.am      |	  1 +
 gio/Makefile.am     |	  1 +
 glib/Makefile.am    |	  2 +-
 gobject/Makefile.am |	  1 +
 tests/Makefile.am   |	 17 ++---------------
 tests/common.py     |	  3 +--
 tests/runtests.py   |	 12 +++++-------
 8 files changed, 15 insertions(+), 26 deletions(-)

commit 5f82e7d2909cbbbecbf5dbee2342f516c0d1f371
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed Jun 23 13:59:14 2010 +0200

    Allow building pygobject without introspection support by providing
    --disable-introspection to configure.

 Makefile.am		 |    6 +++++-
 configure.ac		 |   15 ++++++++-------
 gobject/pygi-external.h |    4 ++--
 tests/Makefile.am	 |    8 ++++++--
 tests/runtests.py	 |   21 +++++++--------------
 5 files changed, 28 insertions(+), 26 deletions(-)

commit cc3ea77318ee572673d2a044deca9001366b0f08
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed Jun 23 12:26:51 2010 +0200

    Make sure that sys.argv is a list and not a sequence.

    Because Python's optparse will try to do things on it that can
    only be done with list.

 gi/overrides/Gtk.py |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d72b8248cc534a689dee5679a729b2fba56c528
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed Jun 23 12:26:02 2010 +0200

    Force loading the GObject typelib so we have available the wrappers
    for base classes such as GInitiallyUnowned.

 gi/__init__.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit c7c94ef349c30597f2f10d90f74718d678ec7add
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 22 14:45:48 2010 -0400

    we shouldn't g_array_free NULL pointers

    https://bugzilla.gnome.org/show_bug.cgi?id=622425

 gi/pygi-info.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit fb1ee243493616d7a7e4f6924c574db39f5a423d
Merge: acf7b43 5f9cb91
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed Jun 23 12:53:05 2010 +0200

    Merge branch 'pygi'

commit 5f9cb91c2b3851056d5e2d7ff1401d4ce2be7c1f
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 22 15:39:46 2010 -0400

    remove unneeded TextIter creation in the tests

 tests/test_overrides.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 53c355d2cc0894e7f551e9b4eb719b89188a978e
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 21 11:42:12 2010 -0400

    add override for TextBuffer

    * TextBuffer.create_tag takes vargs which we can't bind yet so
    change it
      to except a keyword list of properties
    * override the insert* methods so the developer does not have to
    enter a length
      - lengths are already encapsulated by a string in Python

    https://bugzilla.gnome.org/show_bug.cgi?id=620583

 gi/overrides/Gtk.py	 |   51
 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_overrides.py |   25 +++++++++++++++++++++++
 2 files changed, 76 insertions(+), 0 deletions(-)

commit 1d89a88b212c7411ad28e74eda80ae751de92e50
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 22 12:46:39 2010 -0400

    fix up some build issues

    * configure.ac: moved AM_PROG_CC_C_O below AM_PROG_CC_STDC because
    autoconf
      was complaining that AM_PROG_CC_STDC can't come after AM_PROC_CC_C_0
    * tests/Makefile.am: fix check-local target to use EXEC_NAME so
    targets like
      make check.gdb work

 configure.ac	   |	2 +-
 tests/Makefile.am |	2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4fe0d94c219deb69a2309693202309c53a0e5e69
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 22 11:50:30 2010 -0400

    make the overrides file git friendly by appending to __all__ after
    each override

    * modifying the __all__ line for each override would confuse git as
      each override needs to get seperate approval before comitting.
      Because of
      this commits would not always go in in the same order as they
      are created.
      Also different people working on the same file would start from
      different
      commit states.  This caused conflicts when patches were merged.
    * instead of modifying a single hard coded list we now append to
    the list
      after each override.  This creates distinct blocks of changed text
      which will not conflict

 gi/overrides/GIMarshallingTests.py |	10 ++++------
 gi/overrides/Gdk.py		    |	 8 ++++----
 gi/overrides/Gtk.py		    |	 7 +++++--
 3 files changed, 13 insertions(+), 12 deletions(-)

commit 49321b934603e1ec69fb04082c63902970907d2b
Author: Paolo Borelli <pborelli@gnome.org>
Date:	Sun Jun 20 13:27:34 2010 +0200

    Override Dialog constructor and add_buttons method

 gi/overrides/Gtk.py	 |   46
 +++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_overrides.py |   16 ++++++++++++++++
 2 files changed, 61 insertions(+), 1 deletions(-)

commit acf7b43a41ce814f0c57ce609a090826f04771db
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon Jun 21 18:17:38 2010 +0200

    Post release version bump to 2.21.4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a7fa8b80406227a06cf18f8675dbc1f471283829
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon Jun 21 18:10:32 2010 +0200

    Update NEWS and release PyGObject-2.21.3

 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 79acac7b86ec52cd3681d94d7f116314c3f00167
Author: Ludovic L'Hours <ludovic.lhours@gmail.com>
Date:	Tue Jul 21 16:28:34 2009 +0200

    Proper handling of null-ok in virtual methods

    https://bugzilla.gnome.org/show_bug.cgi?id=589253

 codegen/codegen.py	   |	2 ++
 codegen/reversewrapper.py |   18 +++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 259a4b08f009aa01451caed20dbb6e68b402da2a
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon Jun 21 17:34:54 2010 +0200

    Add *~ and *.orig to .gitignore

 .gitignore |	 5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 00a85f6a844714d1715e2f67431747d1a4cdacb1
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon Jun 21 17:33:56 2010 +0200

    Fall back to use the floating references API in glib if there isn't
    a sinkfunc defined.

    * tests/*: Add ref counting tests for floating objects
    * gobject/gobjectmodule.c, gobject/pygobject.c: Fall back to
    g_object_ref_sink
      or g_object_ref if there isn't a sinkfunc defined. Make sure that
      pygobject_sink gets called only once per GObject instance.

    https://bugzilla.gnome.org/show_bug.cgi?id=583909

 gobject/gobjectmodule.c  |    2 -
 gobject/pygobject.c	  |   50 +++++++++++++--------
 gobject/pygobject.h	  |    1 +
 tests/Makefile.am	  |    2 +
 tests/test-floating.c	  |   95 ++++++++++++++++++++++++++++++++++++++++
 tests/test-floating.h	  |   60 +++++++++++++++++++++++++
 tests/test_gobject.py	  |   19 ++++++++-
 tests/testhelpermodule.c |  109
 ++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 315 insertions(+), 23 deletions(-)

commit e71238a699ae783fd1a59c8a76e3555d8066cf82
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon Jun 21 13:06:13 2010 +0200

    Revert "Drop sinkfuncs."

    This reverts commit 04627488220b4f2a16e11f8982af7866fea9f7eb.

 gobject/gobjectmodule.c |    3 ++-
 gobject/pygobject.c	 |   42 ++++++++++++++++++++++++++++++++++--------
 gobject/pygobject.h	 |    1 -
 3 files changed, 36 insertions(+), 10 deletions(-)

commit b2661054d6bde673484eab472e69ca021124528d
Author: Johan Dahlin <johan@gnome.org>
Date:	Sun Jun 20 11:09:57 2010 -0300

    Merge back pygi

    For reasons outlined at:
    http://mail.gnome.org/archives/python-hackers-list/2010-June/msg00009.html

 Makefile.am					    |	14 +-
 configure.ac					    |	29 +-
 demos/gtk-demo/demos/appwindow.py		    |  411 +++++
 demos/gtk-demo/demos/assistant.py		    |  134 ++
 demos/gtk-demo/demos/builder.py		    |	57 +
 demos/gtk-demo/demos/button_box.py		    |  121 ++
 demos/gtk-demo/demos/clipboard.py		    |  238 +++
 demos/gtk-demo/demos/colorselector.py		    |  121 ++
 demos/gtk-demo/demos/combobox.py		    |  282 ++++
 demos/gtk-demo/demos/data/alphatest.png	    |  Bin 0 ->
 26529 bytes
 demos/gtk-demo/demos/data/apple-red.png	    |  Bin 0 -> 3545 bytes
 demos/gtk-demo/demos/data/background.jpg	    |  Bin 0 ->
 22219 bytes
 demos/gtk-demo/demos/data/demo.ui		    |  258 ++++
 demos/gtk-demo/demos/data/floppybuddy.gif	    |  Bin 0 -> 5216 bytes
 demos/gtk-demo/demos/data/gnome-applets.png	    |  Bin 0 -> 3090 bytes
 demos/gtk-demo/demos/data/gnome-calendar.png	    |  Bin 0 -> 2755 bytes
 demos/gtk-demo/demos/data/gnome-foot.png	    |  Bin 0 -> 2916 bytes
 demos/gtk-demo/demos/data/gnome-fs-directory.png   |  Bin 0 -> 2044 bytes
 demos/gtk-demo/demos/data/gnome-fs-regular.png     |  Bin 0 -> 1795 bytes
 demos/gtk-demo/demos/data/gnome-gimp.png	    |  Bin 0 -> 3410 bytes
 demos/gtk-demo/demos/data/gnome-gmush.png	    |  Bin 0 -> 3244 bytes
 demos/gtk-demo/demos/data/gnome-gsame.png	    |  Bin 0 -> 4263 bytes
 demos/gtk-demo/demos/data/gnu-keys.png		    |  Bin 0 -> 3852 bytes
 demos/gtk-demo/demos/data/gtk-logo-rgb.gif	    |  Bin 0 -> 6427 bytes
 demos/gtk-demo/demos/test.py			    |	14 +
 demos/gtk-demo/gtk-demo.py			    |  266 ++++
 examples/Makefile.am				    |	 2 +-
 examples/cairo-demo.py				    |  121 ++
 gi/Makefile.am					    |	 4 +-
 gi/demos/gtk-demo/demos/appwindow.py		    |  411 -----
 gi/demos/gtk-demo/demos/assistant.py		    |  134 --
 gi/demos/gtk-demo/demos/builder.py		    |	57 -
 gi/demos/gtk-demo/demos/button_box.py		    |  121 --
 gi/demos/gtk-demo/demos/clipboard.py		    |  238 ---
 gi/demos/gtk-demo/demos/colorselector.py	    |  121 --
 gi/demos/gtk-demo/demos/combobox.py		    |  282 ----
 gi/demos/gtk-demo/demos/data/alphatest.png	    |  Bin 26529 ->
 0 bytes
 gi/demos/gtk-demo/demos/data/apple-red.png	    |  Bin 3545 -> 0 bytes
 gi/demos/gtk-demo/demos/data/background.jpg	    |  Bin 22219 ->
 0 bytes
 gi/demos/gtk-demo/demos/data/demo.ui		    |  258 ----
 gi/demos/gtk-demo/demos/data/floppybuddy.gif	    |  Bin 5216 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-applets.png     |  Bin 3090 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-calendar.png    |  Bin 2755 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-foot.png	    |  Bin 2916 -> 0 bytes
 .../gtk-demo/demos/data/gnome-fs-directory.png     |  Bin 2044 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-fs-regular.png  |  Bin 1795 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-gimp.png	    |  Bin 3410 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-gmush.png	    |  Bin 3244 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnome-gsame.png	    |  Bin 4263 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gnu-keys.png	    |  Bin 3852 -> 0 bytes
 gi/demos/gtk-demo/demos/data/gtk-logo-rgb.gif	    |  Bin 6427 -> 0 bytes
 gi/demos/gtk-demo/demos/test.py		    |	14 -
 gi/demos/gtk-demo/gtk-demo.py			    |  266 ----
 gi/examples/Makefile.am			    |	 2 -
 gi/examples/cairo-demo.py			    |  121 --
 gi/tests/test_everything.py			    |  270 ----
 gi/tests/test_gi.py				    | 1624
 --------------------
 gi/tests/test_overrides.py			    |  132 --
 pygi-Makefile.am				    |	28 -
 pygi-configure.ac				    |	60 -
 pygi.doap					    |	34 -
 pygobject.doap					    |	16 +-
 tests/Makefile.am				    |	23 +-
 tests/test_everything.py			    |  270 ++++
 tests/test_gi.py				    | 1624
 ++++++++++++++++++++
 tests/test_overrides.py			    |  132 ++
 66 files changed, 4124 insertions(+), 4186 deletions(-)

commit 597bd64319d7966045b5b8613ca6fc85668c3f56
Merge: ec8d148 fa91dfd
Author: Johan Dahlin <johan@gnome.org>
Date:	Sun Jun 20 10:53:46 2010 -0300

    Merge branch 'pygi-merge'

commit fa91dfd3ec79ecd03c9fb59b9363eab4a5b3ff2b
Author: Johan Dahlin <johan@gnome.org>
Date:	Sun Jun 20 10:53:36 2010 -0300

    Prepare pygi move

 .gitignore					    |	40 -
 HACKING					    |	26 -
 Makefile.am					    |	28 -
 autogen.sh					    |  166 --
 configure.ac					    |	60 -
 demos/gtk-demo/demos/appwindow.py		    |  411 -----
 demos/gtk-demo/demos/assistant.py		    |  134 --
 demos/gtk-demo/demos/builder.py		    |	57 -
 demos/gtk-demo/demos/button_box.py		    |  121 --
 demos/gtk-demo/demos/clipboard.py		    |  238 ---
 demos/gtk-demo/demos/colorselector.py		    |  121 --
 demos/gtk-demo/demos/combobox.py		    |  282 ----
 demos/gtk-demo/demos/data/alphatest.png	    |  Bin 26529 ->
 0 bytes
 demos/gtk-demo/demos/data/apple-red.png	    |  Bin 3545 -> 0 bytes
 demos/gtk-demo/demos/data/background.jpg	    |  Bin 22219 ->
 0 bytes
 demos/gtk-demo/demos/data/demo.ui		    |  258 ----
 demos/gtk-demo/demos/data/floppybuddy.gif	    |  Bin 5216 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-applets.png	    |  Bin 3090 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-calendar.png	    |  Bin 2755 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-foot.png	    |  Bin 2916 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-fs-directory.png   |  Bin 2044 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-fs-regular.png     |  Bin 1795 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-gimp.png	    |  Bin 3410 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-gmush.png	    |  Bin 3244 -> 0 bytes
 demos/gtk-demo/demos/data/gnome-gsame.png	    |  Bin 4263 -> 0 bytes
 demos/gtk-demo/demos/data/gnu-keys.png		    |  Bin 3852 -> 0 bytes
 demos/gtk-demo/demos/data/gtk-logo-rgb.gif	    |  Bin 6427 -> 0 bytes
 demos/gtk-demo/demos/test.py			    |	14 -
 demos/gtk-demo/gtk-demo.py			    |  266 ----
 examples/Makefile.am				    |	 2 -
 examples/cairo-demo.py				    |  121 --
 gi/.gitignore					    |	40 +
 gi/HACKING					    |	26 +
 gi/demos/gtk-demo/demos/appwindow.py		    |  411 +++++
 gi/demos/gtk-demo/demos/assistant.py		    |  134 ++
 gi/demos/gtk-demo/demos/builder.py		    |	57 +
 gi/demos/gtk-demo/demos/button_box.py		    |  121 ++
 gi/demos/gtk-demo/demos/clipboard.py		    |  238 +++
 gi/demos/gtk-demo/demos/colorselector.py	    |  121 ++
 gi/demos/gtk-demo/demos/combobox.py		    |  282 ++++
 gi/demos/gtk-demo/demos/data/alphatest.png	    |  Bin 0 ->
 26529 bytes
 gi/demos/gtk-demo/demos/data/apple-red.png	    |  Bin 0 -> 3545 bytes
 gi/demos/gtk-demo/demos/data/background.jpg	    |  Bin 0 ->
 22219 bytes
 gi/demos/gtk-demo/demos/data/demo.ui		    |  258 ++++
 gi/demos/gtk-demo/demos/data/floppybuddy.gif	    |  Bin 0 -> 5216 bytes
 gi/demos/gtk-demo/demos/data/gnome-applets.png     |  Bin 0 -> 3090 bytes
 gi/demos/gtk-demo/demos/data/gnome-calendar.png    |  Bin 0 -> 2755 bytes
 gi/demos/gtk-demo/demos/data/gnome-foot.png	    |  Bin 0 -> 2916 bytes
 .../gtk-demo/demos/data/gnome-fs-directory.png     |  Bin 0 -> 2044 bytes
 gi/demos/gtk-demo/demos/data/gnome-fs-regular.png  |  Bin 0 -> 1795 bytes
 gi/demos/gtk-demo/demos/data/gnome-gimp.png	    |  Bin 0 -> 3410 bytes
 gi/demos/gtk-demo/demos/data/gnome-gmush.png	    |  Bin 0 -> 3244 bytes
 gi/demos/gtk-demo/demos/data/gnome-gsame.png	    |  Bin 0 -> 4263 bytes
 gi/demos/gtk-demo/demos/data/gnu-keys.png	    |  Bin 0 -> 3852 bytes
 gi/demos/gtk-demo/demos/data/gtk-logo-rgb.gif	    |  Bin 0 -> 6427 bytes
 gi/demos/gtk-demo/demos/test.py		    |	14 +
 gi/demos/gtk-demo/gtk-demo.py			    |  266 ++++
 gi/examples/Makefile.am			    |	 2 +
 gi/examples/cairo-demo.py			    |  121 ++
 gi/tests/Makefile.am				    |	22 +
 gi/tests/runtests.py				    |	21 +
 gi/tests/test_everything.py			    |  270 ++++
 gi/tests/test_gi.py				    | 1624
 ++++++++++++++++++++
 gi/tests/test_overrides.py			    |  132 ++
 pygi-Makefile.am				    |	28 +
 pygi-configure.ac				    |	60 +
 tests/Makefile.am				    |	22 -
 tests/runtests.py				    |	21 -
 tests/test_everything.py			    |  270 ----
 tests/test_gi.py				    | 1624
 --------------------
 tests/test_overrides.py			    |  132 --
 71 files changed, 4248 insertions(+), 4414 deletions(-)

commit ec8d148eccbb3714093f21b595ea77ae4c7c3bce
Author: Johan Dahlin <johan@gnome.org>
Date:	Sun Jun 20 10:49:55 2010 -0300

    [giounix] Make it possible to compile on glib 2.20

 gio/unix.override |	2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 606018a2c551d890fc2bb987d99683f777598bda
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 7 16:32:29 2010 -0400

    Don't free transfer full struct pointers because we can't do it safely

    * Most libraries which are sending back structs as transfer-full
      are either annotated incorrectly or should be sending boxed types
    * It is much better to throw a warning and leak memory than it is to
      call free on an unknown struct pointer.  Doing so may cause
      a double free
    * Specific case is gdk_atom_intern where a GdkAtom is not actually
    a pointer
      but an integer stuffed into a pointer type

    https://bugzilla.gnome.org/show_bug.cgi?id=620898

 gi/pygi-argument.c |	 9 ++++++++-
 gi/pygi-invoke.c   |	11 +++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

commit 433ee2aa029a1482961f478252a06492bd3498e6
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Jun 15 11:42:28 2010 +0200

    Release the lock when potentially invoking Python code.

    * gobject/pygobject.c: Release GIL lock when retrieving properties
    and when clearing a PyGObject.

    https://bugzilla.gnome.org/show_bug.cgi?id=530935

 gobject/pygobject.c |	 11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit aa1e82c7eb87620bd73e1edb486f5b9e0d49aa96
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 14 18:36:57 2010 -0400

    add combobox example

 demos/gtk-demo/demos/combobox.py |  282
 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 282 insertions(+), 0 deletions(-)

commit a8668694da59c2dd959c875f13337e64ca22f7e9
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 14 13:43:53 2010 -0400

    fix leak in the allow None callbacks patch

 gi/pygi-callbacks.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 729072e73d65e7fd5b5197ebe5a8c53a449d0ec0
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 7 17:12:09 2010 -0400

    Allow passing None for callbacks which are annotated allow-none

    * Many callbacks are optional parameters yet we were asserting on
      Py_None
    * We now check to see if allow_none is set when setting up callbacks,
      if it is set and py_function == Py_None, we set the closure to NULL
      and return
    * pygi-invoke.c now checks to see if the closure == NULL when setting
      arguments
    * if it is NULL there is no reason to set the the destroy notify
    handler
      so we skip that too

    https://bugzilla.gnome.org/show_bug.cgi?id=620906

 gi/pygi-callbacks.c	  |    7 +++++++
 gi/pygi-invoke.c	  |   14 +++++++++++---
 tests/test_everything.py |    4 ++++
 3 files changed, 22 insertions(+), 3 deletions(-)

commit a3eb5c7de5836c37aa7ae01dbe98996ec2632c17
Author: Paolo Borelli <pborelli@gnome.org>
Date:	Mon Jun 14 19:06:45 2010 +0200

    Fix to match latest gtk annotations

 demos/gtk-demo/demos/appwindow.py |	3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 6306dd73cc74aa9202569eac0eaaa5f825c8dc59
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 8 15:03:49 2010 -0400

    fix variable member names in Gdk.Color override

    * override was using r, g, and b for the red, green, blue components
    but
      the struct specifies red, green, blue so we need to use those names

    https://bugzilla.gnome.org/show_bug.cgi?id=621007

 gi/overrides/Gdk.py	 |   10 +++++-----
 tests/test_overrides.py |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

commit d182630e1128fef6f1c2aea28ccd8da4bddd2c8f
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Thu Jun 10 20:23:13 2010 +0200

    Post release version bump to 2.21.3

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4e64d5d264593051b9a3131e4985a58e8e76f8b
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Thu Jun 10 20:21:13 2010 +0200

    Update NEWS and release PyGObject-2.21.2

 NEWS |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit e0fe844d5fe8f7e26316f197444fd4143ed36adf
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Thu Jun 10 20:09:07 2010 +0200

    Remove deleted files from the Makefile.

	   test_conversion.py
	   test_enum.py
	   test_gtype.py
	   test_subtype.py

 tests/Makefile.am |	4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 495a301cb81c5e914bcef905999265604faa27fc
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Thu Jun 10 19:39:09 2010 +0200

    Add myself to the maintainers list in the README

 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 04627488220b4f2a16e11f8982af7866fea9f7eb
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Thu Jun 10 19:24:31 2010 +0200

    Drop sinkfuncs.

	* use g_object methods to sink floating refs instead of allowing
	  custom sink functions to be registered
	* we now sink inside of pygobject_new_full to handle cases where
	  a library creates its own gobject via g_object_new and just
	  needs a python wrapper
	  - a previous patch had done the sink when creating the gobject,
	    since it needs to call pygobject_new_full to wrap the object,
	    this patch handles both cases (e.g. pygobject created object
	    and externally created gobject)

    https://bugzilla.gnome.org/show_bug.cgi?id=583909

 gobject/gobjectmodule.c |    3 +--
 gobject/pygobject.c	 |   42 ++++++++----------------------------------
 gobject/pygobject.h	 |    1 +
 3 files changed, 10 insertions(+), 36 deletions(-)

commit 07df124dc06cf506634e95d08397f50a2d07fce2
Author: Steve Frécinaux <code@istique.net>
Date:	Mon Jun 7 09:47:23 2010 +0200

    Make the "wrong argument count" exception more explicit.

    Previously we had messages like this one:
    TypeError: takes exactly 2 argument(s) (1 given)

    With this patch, they become like this:
    TypeError: get_end_iter() takes exactly 2 argument(s) (1 given)

    It makes things much easier to debug when there are several pygi calls
    on the same line.

    https://bugzilla.gnome.org/show_bug.cgi?id=620804

 gi/pygi-invoke.c	  |    3 ++-
 tests/test_everything.py |    6 ++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

commit b435319fe830a909cc4d414533b3b66574931e24
Author: Steve Frécinaux <code@istique.net>
Date:	Mon Jun 7 09:54:06 2010 +0200

    Use bash explicitely in the pre-commit hook.

    The "builtin" command is not available in all sh flavours, so the
    pre-commit hook is going to fail if you use dash or others instead of
    bash as your default 'sh' alias.

    https://bugzilla.gnome.org/show_bug.cgi?id=620805

 pre-commit.hook |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e9ee2916494eb7654004925c1ee1e94f99b14f1a
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Jun 8 16:55:26 2010 -0400

    colorselector demo

 demos/gtk-demo/demos/colorselector.py |  121
 +++++++++++++++++++++++++++++++++
 1 files changed, 121 insertions(+), 0 deletions(-)

commit ec598128de9e90dccab662ed2f5511c8d659e156
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Tue Jun 8 15:48:33 2010 +0200

    Update PyGObject dependency to 2.21.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 87774a17bd607724a56e18c2eb1ac71b04b7079d
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Tue Jun 8 10:40:39 2010 +0200

    Add myself to maintainers

 MAINTAINERS	|    4 ++++
 pygobject.doap |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 46c91a11d448e5e11d142d3362aff1483226bca4
Author: Colin Walters <walters@verbum.org>
Date:	Wed May 5 13:54:27 2010 -0400

    Clear error if we failed the import

    Otherwise we leave the exception set which causes bizarre problems
    later in unrelated code.

    https://bugzilla.redhat.com/show_bug.cgi?id=569885

    https://bugzilla.gnome.org/show_bug.cgi?id=617796

 gobject/pygi-external.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c1c41576d053cc1cdd8366d8cd1e59fff1c3a9c6
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 7 17:19:30 2010 -0400

    fix some typos and add a link to a patch which fixes a FIXME

 demos/gtk-demo/demos/clipboard.py |	7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit e7fabb5024d94a3166766e5fca740741bc50380a
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon Jun 7 16:21:42 2010 -0400

    clipboard demo

 demos/gtk-demo/demos/clipboard.py |  235
 +++++++++++++++++++++++++++++++++++++
 1 files changed, 235 insertions(+), 0 deletions(-)

commit e0f1dce5ec58d071759f886697501da6eeea549d
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sun Jun 6 13:27:46 2010 -0400

    set is_fully_bound to false

 demos/gtk-demo/demos/button_box.py |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 986db1c73746d3a8ad7d8d5141c7eed194e7b948
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat Jun 5 23:53:36 2010 -0400

    new button box demo

 demos/gtk-demo/demos/button_box.py |  121
 ++++++++++++++++++++++++++++++++++++
 1 files changed, 121 insertions(+), 0 deletions(-)

commit e9f5f8a829121e59367bae690442150f144946ad
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat Jun 5 23:26:03 2010 -0400

    set is_fully_bound to True fro builder example

 demos/gtk-demo/demos/builder.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d9968c3a4dea1d4a73a9376009cf486c80ea3da6
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat Jun 5 23:24:36 2010 -0400

    fix up formatting in demos

 demos/gtk-demo/demos/appwindow.py |   16 ++++++++--------
 demos/gtk-demo/demos/assistant.py |   24 ++++++++++++------------
 demos/gtk-demo/demos/builder.py   |	2 +-
 3 files changed, 21 insertions(+), 21 deletions(-)

commit ffca02536bafb55e8c3bce31cd992365207429f6
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat Jun 5 14:54:47 2010 -0400

    add the builder demo

 demos/gtk-demo/demos/builder.py |   57
 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

commit a96dbafdf562a2ac6bde4df27919d3628689dbdb
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri Jun 4 17:48:24 2010 -0400

    add assistant demo

 demos/gtk-demo/demos/assistant.py |  134
 +++++++++++++++++++++++++++++++++++++
 1 files changed, 134 insertions(+), 0 deletions(-)

commit 7e1b8cf32f33d45603aaec76afb0d14be84ffd94
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri Jun 4 16:56:46 2010 -0400

    add formatting rules and copyright notice

 demos/gtk-demo/demos/appwindow.py |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 03b99692b81631d397ab62dcd263341465bcee88
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri Jun 4 16:26:54 2010 -0400

    add the gtk-demo app along with a couple of demos

    * note there are still a couple of patches in bugzilla that are
    needed for this
      to run correctly:
	- http://bugzilla-attachments.gnome.org/attachment.cgi?id=162682
	- http://bugzilla-attachments.gnome.org/attachment.cgi?id=162764

 demos/gtk-demo/demos/appwindow.py		  |  393
 ++++++++++++++++++++++
 demos/gtk-demo/demos/data/alphatest.png	  |  Bin 0 -> 26529 bytes
 demos/gtk-demo/demos/data/apple-red.png	  |  Bin 0 -> 3545 bytes
 demos/gtk-demo/demos/data/background.jpg	  |  Bin 0 -> 22219 bytes
 demos/gtk-demo/demos/data/demo.ui		  |  258 ++++++++++++++
 demos/gtk-demo/demos/data/floppybuddy.gif	  |  Bin 0 -> 5216 bytes
 demos/gtk-demo/demos/data/gnome-applets.png	  |  Bin 0 -> 3090 bytes
 demos/gtk-demo/demos/data/gnome-calendar.png	  |  Bin 0 -> 2755 bytes
 demos/gtk-demo/demos/data/gnome-foot.png	  |  Bin 0 -> 2916 bytes
 demos/gtk-demo/demos/data/gnome-fs-directory.png |  Bin 0 -> 2044 bytes
 demos/gtk-demo/demos/data/gnome-fs-regular.png   |  Bin 0 -> 1795 bytes
 demos/gtk-demo/demos/data/gnome-gimp.png	  |  Bin 0 -> 3410 bytes
 demos/gtk-demo/demos/data/gnome-gmush.png	  |  Bin 0 -> 3244 bytes
 demos/gtk-demo/demos/data/gnome-gsame.png	  |  Bin 0 -> 4263 bytes
 demos/gtk-demo/demos/data/gnu-keys.png		  |  Bin 0 -> 3852 bytes
 demos/gtk-demo/demos/data/gtk-logo-rgb.gif	  |  Bin 0 -> 6427 bytes
 demos/gtk-demo/demos/test.py			  |   14 +
 demos/gtk-demo/gtk-demo.py			  |  266 +++++++++++++++
 18 files changed, 931 insertions(+), 0 deletions(-)

commit b3b1f029d8d16cf9bd74160009808147d07e3b3f
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Fri Jun 4 11:25:08 2010 +0200

    Update gobject-introspection dependency to 0.6.14

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 45c4e46ae93bd83a0e3f3550df6c64ce96bbedb4
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Fri Jun 4 11:23:41 2010 +0200

    Post-release version bump to 0.6.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7a94270dac48b67aabc7dbad156cf1180db9cb5e
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Fri Jun 4 08:29:42 2010 +0200

    Pre-release version bump 0.6.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1e42ee6eb25a07a5201f24ffeac18d298a98477e
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri May 28 10:03:11 2010 -0400

    support for caller-allocates annotations for structs

    * out caller-allocates parameters expect an already constructed
    structure
      to be passed in by reference.  It is then modified and the caller
      uses the
      modified value.  We support this by using only one level of pointer
      indirection.
    * Only structs are considered to be caller-allocates parameters
    even if
      they are marked as such by GI.  This is because the GI scanner
      isn't smart
      enough to correctly guess 100% of the time
    * GValues are a special case of a caller-allocates parameter when
    cleaning
      up (e.g. g_value_unset is called).  GValues make no sense in
      a scripting
      language.  Developers should never deal with them.

    https://bugzilla.gnome.org/show_bug.cgi?id=620406

 gi/pygi-invoke.c	  |   73
 +++++++++++++++++++++++++++++++++++++++++++--
 tests/test_everything.py |   28 +++++++++++++++++
 2 files changed, 97 insertions(+), 4 deletions(-)

commit c3f467e0ae99aa78c2fdb91b973a272d2fe970bd
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed Jun 2 14:14:16 2010 -0400

    don't import gobject directly in the tests

    * use from gi.repository import GObject

 tests/test_overrides.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 46b5133fea4cd5db57a360b3cbe9ee923e27560c
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Tue Jun 1 14:28:57 2010 +0200

    Wrap C arrays in structs as GArrays before converting to Python

    https://bugzilla.gnome.org/show_bug.cgi?id=620247

 gi/pygi-info.c   |   11 +++++++++++
 tests/test_gi.py |   17 +++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

commit 5f0f9a9c9145a129a063b041424c3109a24d9ead
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed May 26 13:20:27 2010 +0200

    Install pre-commit hook that checks the code changes for style
    conformance

 autogen.sh	 |    7 +++++++
 pre-commit.hook |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

commit 1319da5b7f483e48a90b0b7489f77236ba26f479
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Wed May 26 12:19:17 2010 +0200

    Apply consistent whitespace formatting with:

    astyle -p -d -c -S -U -M60

    This won't affect git blame nor git diff if the switch -w is used.

 gi/gimodule.c		 |  138 ++++----
 gi/pygi-argument.c	 |  960
 +++++++++++++++++++++++-----------------------
 gi/pygi-boxed.c	 |  108 +++---
 gi/pygi-callbacks.c	 |  154 ++++----
 gi/pygi-callbacks.h	 |    8 +-
 gi/pygi-closure.c	 |  270 +++++++-------
 gi/pygi-closure.h	 |   18 +-
 gi/pygi-foreign-cairo.c |   36 +-
 gi/pygi-foreign-cairo.h |   36 +-
 gi/pygi-foreign.c	 |   54 ++--
 gi/pygi-foreign.h	 |   10 +-
 gi/pygi-info.c		 |  646 ++++++++++++++++----------------
 gi/pygi-invoke.c	 |  380 ++++++++++----------
 gi/pygi-repository.c	 |  114 +++---
 gi/pygi-struct.c	 |   88 +++---
 gi/pygi-type.c		 |   32 +-
 gi/pygi.h		 |   20 +-
 gi/pygobject-external.h |   14 +-
 18 files changed, 1544 insertions(+), 1542 deletions(-)

commit 6156f15cb15b4c20e975527227135d49207c520a
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Tue May 25 14:08:51 2010 +0200

    Prepend gi.repository to the __module__ attribute of wrapper classes.

    https://bugzilla.gnome.org/show_bug.cgi?id=619597

 gi/module.py	  |    4 ++--
 tests/test_gi.py |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 097b92983b7a322c58fecb1e691ba6ddf5035548
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Tue May 25 14:17:13 2010 +0200

    Correctly identify at creation time:

    * if the class is defined in python -> hook up vfuncs
    * if the class wraps a type from a .typelib -> set atributes
    * else (GLocalFile) -> do nothing

    https://bugzilla.gnome.org/show_bug.cgi?id=619604

 gi/types.py |	 15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 686e10fcdb108af9758eb025a3447813c3513a93
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 29 10:55:13 2010 +0200

    Dont complain if another base has implemented the method

    https://bugzilla.gnome.org/show_bug.cgi?id=617153

 gi/types.py |	  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9f34d120845d936b04546a5cea599ec67e9181a7
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon May 24 16:16:50 2010 -0400

    fix up Builder override, add new override methods, and add unit tests

    * check for flags when connecting signals now that we get gi
    GObject types
    * override the add_from_string and add_objects_from string overrides
    so
      that you don't have to pass in the length of the buffer
    * add test that loads objects from strings and connects them to
    signals

 gi/overrides/Gtk.py	 |   19 +++++++++++-
 tests/test_overrides.py |   72
 +++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 86 insertions(+), 5 deletions(-)

commit 1561d2977691f1cb8684f183a2e274c47960d931
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Mon May 24 18:48:10 2010 +0200

    Improve handling of subclasses without __gtype_name__

    Gives a better message at type registration.

    https://bugzilla.gnome.org/show_bug.cgi?id=616849

 gi/gimodule.c	  |    9 +++++++++
 tests/test_gi.py |   13 ++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit c9d44d4d46c3da3a445000b1db592baa9c378a92
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Apr 30 18:17:50 2010 +0200

    Add support for GArray args

    https://bugzilla.gnome.org/show_bug.cgi?id=617054

 gi/pygi-invoke.c |   11 +++++++----
 tests/test_gi.py |   50
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 4 deletions(-)

commit c171579ee22681e1ee4ad33441c89f1053bdc3d1
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon May 24 11:48:16 2010 -0400

    check refcounting of callback userdata in unit tests

 tests/test_everything.py |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 8eb809468fe3e1f8e4f92bd7f25d96f9cf802cd4
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Sat May 22 15:12:37 2010 +0200

    Add support for out args in callbacks

    This patch refactors argument marshalling for closures in
    preparation for more complete support.

    Also fixes a bug in the memory management of user_data args.

    https://bugzilla.gnome.org/show_bug.cgi?id=617780

 gi/pygi-closure.c |  335
 +++++++++++++++++++++++++++++++++++++++++------------
 tests/test_gi.py  |	4 +
 2 files changed, 263 insertions(+), 76 deletions(-)

commit 0df0c956bb2476392c9d81f0a243a7e84c067166
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Date:	Sun May 23 10:59:27 2010 +0200

    If None is passed to an interface which takes an object, convert it to
    NULL

     * without this patch PyGI treats the None object as a PyGObject
     and ends up
    extracting garbage data causing a crash
     * None's equivalent in C is NULL so we must provide a special case
     where we
    marshal the None as NULL

    https://bugzilla.gnome.org/show_bug.cgi?id=617880

 gi/pygi-argument.c	  |    5 +++++
 tests/test_everything.py |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 60fdf4b8f738dd0f5c190bc18ddf010032d3c5ca
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat May 22 14:06:37 2010 +0200

    correctly handle floating objects in gtk

    * this is a stopgap so we work with older pygobject libraries
    * there is a patch at
    https://bugzilla.gnome.org/show_bug.cgi?id=583909
      which adds the correct fix to pygobject
    * once pygobject accepts the above patch this patch does not need to
      be reverted because pygobject_register_sinkfunc becomes a noop
    * add tests (Tomeu)

    https://bugzilla.gnome.org/show_bug.cgi?id=619007

 gi/gimodule.c		  |   12 ++++++++++++
 tests/test_everything.py |    3 +++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 4b369f8aca980fc6a582094d6648f40fe4af5e9f
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat May 22 13:21:30 2010 +0200

    Return an empty list when a NULL GList and GSList is returned

    * In GTK a GList * and GSList set to NULL is equivilant to empty
    list. All
      GTK list methods can take a NULL and treat it as an empty list. e.g.
      g_list_length(NULL) returns 0
    * PyGtk consitently returns empty list when a NULL is returned for
    GList or
      GSList return
    * Many PyGtk apps do this:
	for i in range(len(obj.get_list())):
	    ...
    * If we were to continue to return None, they would have to add
    a check
      which is needlessly verbose and isn't very "pythonic"

    https://bugzilla.gnome.org/show_bug.cgi?id=619232

 gi/pygi-argument.c	  |    6 ------
 tests/test_everything.py |    4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)

commit 71a2148b00dfdda99e0d961ae39b901608724e59
Author: Steve Frécinaux <code@istique.net>
Date:	Fri May 21 19:05:03 2010 +0200

    Fix warning in configure.

    The warning is caused by the use of the construction 'CFLAGS+=' in a
    sh version that doesn't understand it (in this case, 'dash').

    https://bugzilla.gnome.org/show_bug.cgi?id=619311

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aa0357e468eb91e0f3707346e9b32f312fbf51d3
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 29 13:06:15 2010 +0200

    GTypeInterface cannot be unrefed

    https://bugzilla.gnome.org/show_bug.cgi?id=617159

 gi/gimodule.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit ab1aaff108d23aabd28c3634edfb67236eb55460
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Sat May 22 13:09:48 2010 +0200

    fix NULL array unit tests and fix crasher when sending None as
    an array

    * Unit tests were wrong given the annotation for
    test_array_int_null_in and
      test_array_int_null_out:

      /**
       * test_array_int_null_in:
       * @arr: (array length=len) (allow-none):
       * @len: length
       */

     -- and --

      /**
       * test_array_int_null_out:
       * @arr: (out) (array length=len) (allow-none):
       * @len: (out) : length
       */

      The (array length=len) annotation meant we don't pass in or
      receive the len argument as this is handled under the hood
      (Python's representation of an array, the list type, encapsulates
       the length inside the type)

    * Fixing up the tests revealed a latent crasher bug when passing
    None to an
      interface that accepts an array.	The fix was to check for NULL
      and set
      the length argument to 0 when invoking the bound method.

    https://bugzilla.gnome.org/show_bug.cgi?id=619235

 gi/pygi-invoke.c	  |    6 +++++-
 tests/test_everything.py |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e928ea9b1df9d87314ff8e93479530e26be9bd87
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri May 14 14:57:27 2010 -0400

    don't error out on methods with callbacks as return type

    * Right now we just throw an error which means API's like
      gtk_about_dialog_set_url_hook aren't able to be called,
    * this allows us to call such APIs while printing a warning, in
    most cases
      API such as this doesn't need to be used anymore and is a result of
      early GTK development

 gi/pygi-argument.c |	14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit d963007aab123f4e53a944a66a935db2d22907c2
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Mon May 17 11:54:34 2010 -0400

    reset sys.argv to the return value of Gtk.init_check

    * applications which check command line arguments will error out if it
      encounters a GTK command line switch such as --g-fatal-warnings.
    * The Gtk.init* API reads these switches and returns a new argv with
    the GTK
      switches stripped out
    * In C argv is modified in place but in Python we must set sys.argv
    to the
      new modified argument list
    * fixes https://bugzilla.gnome.org/show_bug.cgi?id=618889

 gi/overrides/Gtk.py |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 897420ed97cc4a7b8a806894df5e76ed72617614
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed May 12 14:25:32 2010 -0400

    add GtkUIManager and GtkActionGroup overrides

    * fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=618476

 gi/overrides/Gtk.py	 |  167
 ++++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_overrides.py |   45 +++++++++++++
 2 files changed, 211 insertions(+), 1 deletions(-)

commit 865939d29c1e9d69dbe6b9cf89477b5516dbff1f
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Thu May 13 01:02:24 2010 -0400

    Bump version for development to 0.5.2 (hopefully 0.6)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2674a9546b0246d4a75d71cf1708df77dc0173f9
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Wed May 5 15:54:39 2010 +0200

    Fix overrides.Gdk.Color.__new__ args

    https://bugzilla.gnome.org/show_bug.cgi?id=617757

 gi/overrides/Gdk.py	 |    2 +-
 tests/Makefile.am	 |    3 ++-
 tests/test_overrides.py |   22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 2 deletions(-)

commit c20b9f632a35bada1320ccc10fb7d5b2c06b9a88
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Thu Apr 29 14:55:33 2010 -0400

    wrap GObject module so we can go through GI when requesting attrs

    * This gives us the best of both worlds.
      - We remain backwards compatable with pygobject by checking for
      existing
	attrs in the gobject module
      - If an attr does not exist we use the GI mechanism to look it up
      so that
	things like flags look the same whether exported from GObject, Gtk
	or any GI managed library

    * add DynamicGObjectModule tests and make tests use the new module
      - change import gobject to from gi.repository import GObject

 gi/importer.py		  |    6 +-
 gi/module.py		  |   30 +++++++++++++++
 tests/test_everything.py |    6 +-
 tests/test_gi.py	  |   93
 +++++++++++++++++++++++++---------------------
 4 files changed, 87 insertions(+), 48 deletions(-)

commit 64324a4c629432b2e688299b6edbfd5da4439a2a
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Fri Apr 30 14:11:55 2010 -0400

    override Gdk.Drawable to add cairo_create convinience method

 gi/overrides/Gdk.py |	  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 17fa1289b1e2ed841dd5de09a2ec7c25d401886e
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon May 3 19:13:46 2010 +0200

    Fix passing callbacks as constructor args

    https://bugzilla.gnome.org/show_bug.cgi?id=617551

 gi/pygi-callbacks.c	  |    3 ++-
 gi/pygi-callbacks.h	  |    1 +
 gi/pygi-invoke.c	  |    7 +++++--
 tests/test_everything.py |   21 +++++++++++++++++++++
 4 files changed, 29 insertions(+), 3 deletions(-)

commit f9fff978d56ddf2c012b906169ae16abb7fdc2a5
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Wed May 5 08:06:03 2010 +0200

    Avoid freeing garbage

 gi/pygi-invoke.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 5e20c018ae09a936f5ff140df5d1c133c98e98ba
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 29 13:09:03 2010 +0200

    Only hookup vfunc implementations for locally-defined methods

    https://bugzilla.gnome.org/show_bug.cgi?id=617160

 gi/types.py	  |   10 +++++++++-
 tests/test_gi.py |   10 ++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

commit 3e61e7d4450a2bb133c7f3862e0962a35339ce8d
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon May 3 18:35:13 2010 +0200

    Fix passing GDestroyNotify

    https://bugzilla.gnome.org/show_bug.cgi?id=617542

 gi/pygi-invoke.c	  |    3 ++-
 tests/test_everything.py |   10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 9669acd0fad193013ef3505ae231588307f9834c
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon May 3 12:23:58 2010 +0200

    Move invocation code to its own file

    https://bugzilla.gnome.org/show_bug.cgi?id=617107

 gi/Makefile.am    |	2 +
 gi/pygi-info.c    |  884
 ---------------------------------------------------
 gi/pygi-invoke.c  |  909
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-invoke.h  |   37 +++
 gi/pygi-private.h |	1 +
 5 files changed, 949 insertions(+), 884 deletions(-)

commit 9b923a68dfde06fc2df6321b3f1e53f1c57b3666
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Tue Apr 27 19:13:08 2010 -0400

    Add the Gtk.Builder override

 gi/overrides/Gtk.py |	 37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

commit 9fc6783406b8263ebd67ceae2730b4e86689b43e
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Apr 30 15:00:52 2010 +0200

    Fix GAsyncReadyCallback

    https://bugzilla.gnome.org/show_bug.cgi?id=616236

 gi/pygi-closure.c	  |    8 +++++++-
 tests/test_everything.py |   16 ++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

commit 5657ccaaec09e2a3194ea2e9a923724bcc66759e
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 29 18:32:50 2010 +0200

    Add override for Gdk.Color

    https://bugzilla.gnome.org/show_bug.cgi?id=617162

 gi/overrides/Gdk.py |	 20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

commit 4410abd589a2f64cfbd7bbcb4013fae9e4aa734f
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed Apr 28 13:19:48 2010 -0400

    make __all__ be a list of strings, fix override mechanism to use
    it correctly

    * before we were adding classes to the __all__ module property but
      the convention is to use the name of the class
    * simplified the check to just check the name against __all__
      instead of trying to get the class and then checking the class
      against None as well as in __all__
    * went through all the overrides and made __all__ be a list of strings

 gi/module.py			    |	 9 ++++-----
 gi/overrides/GIMarshallingTests.py |	 2 +-
 gi/overrides/Gdk.py		    |	 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

commit 64fa8f936bad9a90628df446e690d67d947a0a22
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon Apr 26 11:41:06 2010 +0200

    One more step at refactoring _wrap_g_function_info_invoke

    https://bugzilla.gnome.org/show_bug.cgi?id=616357

 gi/pygi-callbacks.c |	 22 +-
 gi/pygi-callbacks.h |	  4 +-
 gi/pygi-info.c      |	582
 +++++++++++++++++++++++++++++----------------------
 3 files changed, 346 insertions(+), 262 deletions(-)

commit 7fc5528273edae5ecdd5d8bdf0e5b898eec7a624
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 23:23:38 2010 -0400

    Step 1 of refactoring _wrap_g_function_info_invoke

    Original patch by David Malcom <dmalcolm@redhat.com>

    This patch bitrots *REALLY* fast.

    https://bugzilla.gnome.org/show_bug.cgi?id=616357

 gi/pygi-info.c |  417
 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 214 insertions(+), 203 deletions(-)

commit 1d9c6b6d76a3e27f66e6f0cfc7b16c5191e4fc22
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Apr 27 10:24:35 2010 +0200

    Dont force subclasses to implement all virtual methods of their bases

    https://bugzilla.gnome.org/show_bug.cgi?id=616674

 gi/types.py	  |    4 ++--
 tests/test_gi.py |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 8a0c48f4dd512797e5cf132f8ec6fb6d4d1e7aaa
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sun Apr 25 15:09:08 2010 -0400

    Correct the reference counting of userdata in closure handling

    Without this we lose references on every call and eventually end up
    free'ing objects
    while they are still in use.

    https://bugzilla.gnome.org/show_bug.cgi?id=616786

 gi/pygi-closure.c	  |    3 +++
 tests/test_everything.py |   13 +++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 2b12049306bf57513c43d08017185468bf897a4a
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 22:57:14 2010 -0400

    Change SCOPE_TYPE_INVALID handling to be a more verbose error.

    (Previous commit did not include the proper error message.	I blame
    git-bz)

    https://bugzilla.gnome.org/show_bug.cgi?id=616356

 gi/pygi-closure.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8240320d0b67074ce91bdf7aadcf5951c5a8c45a
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 23:53:57 2010 -0400

    Force out arguments to be initialized as NULL.  Comes with a test.

    This fix was motivated by a real world library which had a transfer
    full
    utf8 out argument which sometimes was not set.  We would leave
    the pointer
    dangling and try and free it at the end of invoke() and crash.
    Library refused
    to change their behavior so we're forced to take care of it on
    our end.

    https://bugzilla.gnome.org/show_bug.cgi?id=616043

 gi/pygi-info.c   |    1 +
 tests/test_gi.py |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 10e558ca283cdd06725bb0d24b5071ccbecc7d13
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 22:57:14 2010 -0400

    Change SCOPE_TYPE_INVALID handling to be a warning and not an error

    Be slightly nicer to library maintainers.  It really isn't a fatal
    condition
    if we don't have a proper scope type, better to leave a good code
    comment
    and a warning than to cause their code to segv.

    https://bugzilla.gnome.org/show_bug.cgi?id=616356

 gi/pygi-closure.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d3b5fae9d609dbcd83deb0fa9102b24faf76787c
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 22:43:20 2010 -0400

    Refactor implementation of scope call to allow for multiple calls
    during lifetime of function invocation.

    https://bugzilla.gnome.org/show_bug.cgi?id=616343

 gi/pygi-closure.c	  |   10 +++++-----
 gi/pygi-info.c		  |    9 +++++++--
 tests/test_everything.py |    9 +++++++++
 3 files changed, 21 insertions(+), 7 deletions(-)

commit 3ba666b7ab9c393963922c272e7d87bff50a93f9
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Jan 2 16:31:55 2010 +0100

    Add basic support for unions

    https://bugzilla.gnome.org/show_bug.cgi?id=603598

 gi/module.py	    |	 3 +-
 gi/pygi-argument.c |	24 +++----------
 gi/pygi-boxed.c    |	18 +++++++++-
 gi/pygi-info.c     |	94
 +++++++++++++++++++++++++++++++++++++++++++++++-----
 gi/pygi-info.h     |	 1 +
 tests/test_gi.py   |	56 +++++++++++++++++++++++++++++++
 6 files changed, 165 insertions(+), 31 deletions(-)

commit af9e4e086d160fe7fb24758ed81753e784b198a8
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Jan 22 22:16:32 2010 +0100

    Bump required GLib version to 2.22

    Since PyGObject now depends on GLib 2.22.4, there is no need to
    keep PyGI
    backward-compatible.

 configure.ac	   |	2 +-
 gi/pygi-private.h |   20 --------------------
 2 files changed, 1 insertions(+), 21 deletions(-)

commit c0f40de5648e2ebc556c449342a0025ffce2e33b
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 11:50:14 2010 -0400

    Refactor get_* methods in the *Info wrappers

    https://bugzilla.gnome.org/show_bug.cgi?id=616108

 gi/pygi-info.c |  360
 ++++++++++++++++++++++++++------------------------------
 1 files changed, 168 insertions(+), 192 deletions(-)

commit 24bb89f1310dc2fc8ee6ddaf945342ebf80055cd
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Apr 20 15:12:47 2010 +0200

    Print any error messages raised inside _pygi_closure_handle

    https://bugzilla.gnome.org/show_bug.cgi?id=616279

 gi/pygi-closure.c |	9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit d1ba23cdd05686ea721425f233371d573a2e9cce
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 22 19:57:17 2010 +0200

    Rename variable with a very generic name

 gi/module.py |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit 391640b30ede50af3667b1019edb72bd79f2c68c
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 22 19:53:06 2010 +0200

    Add support for enums without GType

    https://bugzilla.gnome.org/show_bug.cgi?id=616520

 gi/module.py	    |	 6 +++++-
 gi/pygi-argument.c |	22 +++++++++++++++++++++-
 gi/types.py	    |	14 ++++++++++++++
 tests/test_gi.py   |	30 ++++++++++++++++++++++++++++--
 4 files changed, 68 insertions(+), 4 deletions(-)

commit 89704f60ddae0c81f1383d86491ef2785590a353
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Tue Apr 20 22:20:42 2010 -0400

    Bump version during development to 0.5.1

    This follows what is, according to Colin Walters,
    standard versioning practice.  During development the
    version in your config is the *next* version you will release,
    not the version after.  Thus after a release you make a new commit
    bumping to the next development version.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e203dc7c8f524c16aa52e15758dc3a2b09fbac75
Author: John Ehresman <jpe@wingware.com>
Date:	Tue Apr 20 20:40:02 2010 -0400

    Added missing , to keyword list of gio.GFile.set_attribute

 gio/gresolver.override |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0b222f01ac9ceea1d127083623ad532ecc75bf7e
Author: John Ehresman <jpe@wingware.com>
Date:	Tue Apr 20 20:37:12 2010 -0400

    Fix arg conversion in gio.GFile.set_attribute

 gio/gfile.override |  232
 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 227 insertions(+), 5 deletions(-)

commit a579ccc8bea90937bf970be3d461e2b650b0c7d6
Author: John Ehresman <jpe@wingware.com>
Date:	Tue Apr 20 20:01:53 2010 -0400

    Set constants under python 2.5 or before

 gobject/gobjectmodule.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 11fa39a861abf679e01b5f0da97be93ae0adf0f0
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Sun Apr 18 20:22:21 2010 -0400

	Doc Extractor: Use replacements that make sense for &...;
	expressions.

	* codegen/docextract_to_xml.py: Use &#35; and &#160; respectively
	for
	&num; (#) and &nbsp;.  These are interpreted correctly in XML
	and will
	not make the parsing crash.

 codegen/docextract_to_xml.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8dbc2cb016acef7b364804cd9bc8f0b1da37e84b
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sun Apr 18 14:32:06 2010 -0400

    Bump version for release 0.5.0

 HACKING      |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 3293c91d90c5c497b45e42a527d7f79f7435823e
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 14:28:13 2010 -0400

    One more missing file...

 examples/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 14:18:44 2010 -0400

    Add more stuff to the tarballs

 Makefile.am  |    8 +++++++-
 configure.ac |    1 +
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 8a9bb04755057e934b7f46c917af6ef281a2fedd
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 13:48:45 2010 -0400

    Add one more missing file to tarballs

 gi/overrides/Makefile.am	    |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 979e01852fc7f830ee91093accdc387fa535075f
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 13:45:29 2010 -0400

    Add missing file to tarballs

 tests/Makefile.am |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8b70faa7a9a32b9ea8862f28a503e38f496cfd89
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 13:11:11 2010 -0400

    Implement vfuncs.

    https://bugzilla.gnome.org/show_bug.cgi?id=602736

 gi/gimodule.c	     |	 89
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-argument.c  |	  1 +
 gi/pygi-callbacks.c |	  3 +-
 gi/pygi-closure.c   |	  4 +-
 gi/pygi-closure.h   |	  2 +-
 gi/pygi-info.c      |	 86
 ++++++++++++++++++++++++++++++++++++++++++++++++-
 gi/pygi-info.h      |	  1 +
 gi/types.py	     |	 44 +++++++++++++++++--------
 tests/test_gi.py    |	 18 ++++++++++
 9 files changed, 227 insertions(+), 21 deletions(-)

commit e239faacb4798fe2d166233ca1a19a843a6225e3
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sun Apr 18 11:59:06 2010 -0400

    Fix a typo in pygi-callbacks.c header

 gi/pygi-callbacks.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 79aa416ae8632b123da61d79fb820d9e2704209c
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sat Apr 17 12:00:05 2010 -0400

    Implement nullable argument support, including tests

    https://bugzilla.gnome.org/show_bug.cgi?id=616035

 gi/pygi-argument.c	  |   43
 +++++++++++++++++++++++++++++++++++++------
 gi/pygi-argument.h	  |    3 ++-
 gi/pygi-info.c		  |   19 +++++++++++++------
 tests/test_everything.py |   28 ++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 13 deletions(-)

commit 7d533b8893bc4a8a82fd9708278fa1dce5d3551e
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sat Apr 17 12:56:19 2010 -0400

    Move some tests from test_gi to test_everything

 tests/test_everything.py |   60
 ++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gi.py	  |   62
 +---------------------------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)

commit a90298cc9e6c0f336f887a71d80b1efd07ec2811
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Apr 18 10:44:35 2010 -0400

    Update to latest version of the pygi-convert.sh script

 pygi-convert.sh |  193
 +++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 137 insertions(+), 56 deletions(-)

commit 34a39318c674737c6d64f2430456daef86ba1626
Author: Colin Walters <walters@verbum.org>
Date:	Sun Apr 18 10:40:44 2010 -0400

    Add Tomeu's prototype script for converting pygtk to pygi

 pygi-convert.sh |   71
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 71 insertions(+), 0 deletions(-)

commit a3afdb5fd33de0bf11d63857a245a8f5edec242c
Author: Olav Vitters <olav@vitters.nl>
Date:	Sun Apr 18 13:01:58 2010 +0200

    Fix doap file

 pygi.doap |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0de73d0bba79f92af22f43693f3575c596712416
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sat Apr 17 16:01:31 2010 -0400

    Add Zach Goldberg as a pygi maintainer

 pygi.doap |	5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit a0e22e36e8cf0c1e0da3c0ec48c821fdb5a07ccd
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Apr 17 11:47:54 2010 -0400

    Require PyCairo

 configure.ac |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 2778f8a1bf6379a46beec6546c8efcb0fec2d7ad
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Apr 17 11:40:14 2010 -0400

    Add examples/cairo-demo.py

 examples/cairo-demo.py |  121
 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 121 insertions(+), 0 deletions(-)

commit 610dd1eec87fab5c8c3badb4d104cba74477c745
Author: Zach Goldberg <zach@zachgoldberg.com>
Date:	Sat Apr 17 09:17:14 2010 -0400

    Implementation callback support with scoping and basic argument
    support.

    This patch was originally written by
    Zach Goldberg <zach@zachgoldberg.com> with modifications and
    review by Simon van der Linden <svdlinden@src.gnome.org> and
    Colin Walters <walters@verbum.org>.

    This impementation enforces the assumption that any one function
    signature can only have one (callback, userdata, destronotify) tuple.
    This allows us to move callback creation into the actual function
    invoke pipeline and also to keep just one destroy notify callback
    around, vastly simplifying the code.

    https://bugzilla.gnome.org/show_bug.cgi?id=603095

 configure.ac	     |	  2 +
 gi/Makefile.am      |	  4 +
 gi/pygi-argument.c  |	 12 ++-
 gi/pygi-callbacks.c |	216
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-callbacks.h |	 47 +++++++++++
 gi/pygi-closure.c   |	205
 ++++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-closure.h   |	 57 ++++++++++++++
 gi/pygi-info.c      |	 49 +++++++++++-
 gi/pygi-private.h   |	  2 +
 tests/test_gi.py    |	 64 +++++++++++++++-
 10 files changed, 648 insertions(+), 10 deletions(-)

commit a34cb9f0038a6c89e5e6c5f7761d48a5a833044f
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Apr 17 10:54:45 2010 -0400

    Add support for foreign structs

    https://bugzilla.gnome.org/show_bug.cgi?id=603712

 configure.ac		  |    6 ++
 gi/Makefile.am		  |   10 +++-
 gi/gimodule.c		  |    7 +++
 gi/pygi-argument.c	  |   27 +++++++++-
 gi/pygi-foreign-cairo.c  |  103 ++++++++++++++++++++++++++++++++++++++
 gi/pygi-foreign-cairo.h  |   55 ++++++++++++++++++++
 gi/pygi-foreign.c	  |  123
 ++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-foreign.h	  |   52 +++++++++++++++++++
 gi/pygi-private.h	  |    1 +
 tests/test_everything.py |   48 ++++++++++++++++++
 10 files changed, 428 insertions(+), 4 deletions(-)

commit e73b6f6fe8b5f23a2a390ae0a6bbced593ded155
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Apr 16 14:35:13 2010 -0400

    Allow creating structs with pointers

    https://bugzilla.gnome.org/show_bug.cgi?id=603537

 gi/pygi-struct.c |    6 ------
 tests/test_gi.py |    3 ++-
 2 files changed, 2 insertions(+), 7 deletions(-)

commit fc9ff02e53aacf9e77625c70985e99813544912a
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Apr 16 10:40:40 2010 -0400

    Add gdb and valgrind variants for the tests

 HACKING	   |   19 +++++++++++++++++++
 Makefile.am	   |   12 ++++++++++++
 tests/Makefile.am |   14 +++++++++++++-
 3 files changed, 44 insertions(+), 1 deletions(-)

commit 695ac7bc5c60371a32538d690c7a15509f3c9637
Author: John Stowers <john.stowers@gmail.com>
Date:	Fri Apr 16 14:36:11 2010 +1200

    Add build docs for windows

 Makefile.am  |    1 +
 README.win32 |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

commit e580da87f0b2fd36cb5d8008fb2fb0c3b01f456a
Author: John Stowers <john.stowers@gmail.com>
Date:	Thu Apr 15 13:40:39 2010 +1200

    Setup.py cosmetic tidy

     * Remove local doc install, point to website instead
     * link to versioned docs

 pygobject_postinstall.py |   43
 ++++++++++++++++++++++++++-----------------
 setup.py		  |   39 ++++++++++++++-------------------------
 2 files changed, 40 insertions(+), 42 deletions(-)

commit 69ecd506c83ddf180c6cc9a2a8dc753a02543959
Author: John Stowers <john.stowers@gmail.com>
Date:	Sat Jul 25 14:12:30 2009 +1200

    Fix crash when importing gio

    Only seems to be necessary on windows, but
    no harm on linux as multiple calls to init
    are OK

 gio/giomodule.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 5d159a13d89587cba189a0ca3203ac003e2f1f2b
Author: John Stowers <john.stowers@gmail.com>
Date:	Thu Apr 15 22:52:48 2010 +1200

    Bug 589671 - Dont use generate-constants

    This breaks the build using distutils, and it is
    largely unneeded. Just add the G_XXX constants
    to the module directly

 gobject/Makefile.am	      |   16 +--------
 gobject/constants.py	      |   83
 ++++++++++++++++++++++++++++++++++++++++++
 gobject/constants.py.in      |   50 -------------------------
 gobject/generate-constants.c |   44 ----------------------
 gobject/gobjectmodule.c      |   35 ++++++++++++++++++
 setup.py		      |    2 +-
 tests/runtests.py	      |    3 +-
 7 files changed, 121 insertions(+), 112 deletions(-)

commit 6d7a3ab9ce352692d0faccbf106974d264fa953d
Author: John Stowers <john.stowers@gmail.com>
Date:	Thu Apr 15 22:49:17 2010 +1200

    Bug 589671 - Fix setup.py for windows build

    * Building pyglib as a static private library
    * Update to include new defs
    * Modernise setup.py and add more util functions
      to dsextras

 dsextras.py |	 32 ++++++++++++++++--
 setup.py    |	102
 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 116 insertions(+), 18 deletions(-)

commit d11ef47072acae5801ce25c68d1289e425eb9fc2
Author: John Stowers <john.stowers@gmail.com>
Date:	Thu Apr 15 22:48:28 2010 +1200

    Include pygsource.h

 glib/pygiochannel.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c5f6af4844c74354abc508d17969d9d45153acf2
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Thu Apr 15 14:25:59 2010 -0400

    Add metadata to the .doap file

 pygi.doap |	3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 81796cb77cbe6b9598a652bd63c047af93e747ee
Author: John (J5) Palmieri <johnp@redhat.com>
Date:	Wed Apr 14 12:01:43 2010 -0400

    override that wasn't checked in - fixes some test cases

 gi/overrides/GIMarshallingTests.py |	69
 ++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

commit de5d2ea1584b01af809346316c7fbd4955a9db1d
Author: Colin Walters <walters@verbum.org>
Date:	Wed Apr 14 10:06:07 2010 -0400

    [Makefile.am] Clean up CFLAGS handling, don't override all: target

    First, we should move the CFLAGS into AM_CFLAGS, otherwise the
    per-target CFLAGS forces Automake to prefix object files, which
    is unnecessary since we only have one target.

    More importantly, avoid overriding the all: target here; that's
    owned by Automake.	Use all-local instead to append things to
    the end of the normal build.

 gi/Makefile.am |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 5a47e96e3f580c973e6880dafa747f54c144c760
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Apr 13 19:15:49 2010 -0400

    Use GIMarshallingTests (old TestGI) in gobject-introspection

 gi/overrides/TestGI.py |   69 --
 tests/Makefile.am	|   40 -
 tests/libtestgi.c	| 2924
 ------------------------------------------------
 tests/libtestgi.h	|  628 -----------
 tests/test_gi.py	|  832 +++++++-------
 5 files changed, 416 insertions(+), 4077 deletions(-)

commit 681832c3cd040433a488a400693b68f213bf7078
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Tue Apr 13 13:33:12 2010 -0400

	codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;).

	* codegen/docextract_to_xml.py: Replace &nbsp; which also causes
	errors with a regular space.

 codegen/docextract_to_xml.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit bd4e7f2459e34957aaae59b9be807d6dff5ec1eb
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Tue Apr 13 12:28:10 2010 -0400

	codegen/docextract_to_xml.py: Replace some &..; that cause errors.

	* codegen/docextract_to_xml.py (escape_text): Replace some &..;
	expressions that cause errors with more appropriate output.

 codegen/docextract_to_xml.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f00b9ce91fc9c3aabd4af4132fc112d9e415e12e
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Sun Apr 11 17:46:40 2010 -0400

	codegen/docextract_to_xml.py: Handle C++ multi-line comments.

	* codegen/docextract_to_xml.py (escape_text): Translate '/*'
	and '*/'
	in text to '/ *' and '* /' respectively so that comment errors
	don't
	show up when the descriptions that include C++ code with C++
	multi-line comments are used in Doxygen blocks.

 codegen/docextract_to_xml.py |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit a2fcdecbb5e109da5568084d7acb2332af83b6f5
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Sun Apr 11 16:15:01 2010 -0400

	codegen/docextract.py: Stop final section processing on first
	match.

	* codegen/docextract.py (process_final_sections): Modify the final
	section pattern matching for loop to stop on first match so
	that it
	doesn't match both a colon return ('Returns: ...') and a no colon
	return ('Returns ...') which leads to annotation extraction
	errors.

 codegen/docextract.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 825fd305f03b726665edca34963978ce27448182
Author: José Alburquerque <jaalburqu@svn.gnome.org>
Date:	Sun Apr 11 15:45:09 2010 -0400

	Update doc extraction tool to handle GObjectIntrospection
	annotations.

	* codegen/docextract.py (FunctionDoc): Renamed class to GtkDoc.
	(GtkDoc::annotations): Added a list field to store annotations
	which
	are 2-tuples of (name, value).
	(GtkDoc::ret): Modified field to store the return description
	along
	with a list of annotations as described above.
	(GtkDoc::params): Now holds a list of 3-tupples: name,
	description and
	annotations (as described above).
	(GtkDoc::block_type): Add a field to tell if the comment block
	is a
	function block, signal block or property block.
	(GtkDoc::set_type):
	(GtkDoc::get_type): Add methods for setting/getting the block
	type.
	(GtkDoc::add_param): Modified to also accept a list of
	annotations to
	be added with the parameter.
	(GtkDoc::add_annotation):
	(GtkDoc::get_annotations): Added methods to add/get annotations
	for
	the comment block.
	(GtkDoc::append_description): Renamed to append_to_description().
	(GtkDoc::get_param_description): Removed unused method.
	(GtkDoc::get_description): Added method to get block description.
	(GtkDoc::add_return): Added method to add a return accepting
	the first
	line of the description and its annotations.
	(GtkDoc::append_return): Renamed to append_to_return().
	(Regular expressions):
	 - Made the names of the variables un-abbreviated.

	 - Added 'since', 'deprecated' and 'rename to' regular
	 expressions.

	 - Modified the return matching regular expression so that
	 it doesn't
	   match descriptions that begin with 'Returns ...'.
	   This improves
	   the docs of many function.

	 - Added signal and property comment block identifier matching
	 regular
	   expressions in case those are useful.

	- Modified existing identifier matching regular expressions
	(function,
	  signal, and property regular expressions) to properly parse
	  annotations.	Also added a regular expression for extracting
	  annotations from the parameter and return descriptions.

	- Refined the function name matching regular expression to
	only accept
	  identifiers that begin with a lowercase letter.  This eliminates
	  'SECTION:' matches.

	- Finally, grouped commonly related expressions like
	return_pattern,
	  since_pattern, etc.  into groups (in lists) so that matching
	  those
	  sections can be done using loops.

	(Parsing algorithm): Modified the algorithm to use a functional
	approach to parsing.  Extra methods like skip_to_comment() and
	processs_params() have been added and used in the parse_file()
	function to now process the comment blocks.
	(parse_dir): Added file processing output to stderr.
	* codegen/docextract_to_xml.py (usage): Added function to
	print out
	the usage.
	(print_annotations): Added function to print the given list of
	annotations.
	(options): Added --with-signals (-i), with-properties (-p) and
	--with-annotation (-a) to the existing --source-dir (-s) option.

	(algorithm): Now prints annotations, if specified.  Also, prints
	signals and properties correctly (using names like
	Class::signal-one
	for signals and Classs:property) with xml such as <signal
	name="...">...</signal>.  The return xml is slightly modified with
	annotations but this would only be exhibited if annotation xml is
	requested.

 codegen/docextract.py	      |  439
 +++++++++++++++++++++++++++++++++---------
 codegen/docextract_to_xml.py |   87 ++++++--
 2 files changed, 414 insertions(+), 112 deletions(-)

commit 9fef1acb42cd900d4a814a7378f60bc189121785
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Apr 9 13:47:03 2010 +0200

    Always create the .so link

 gi/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e9f7fd414e94595e40eb1ba0fc471ca69136d82f
Author: Paul Bolle <pebolle@tiscali.nl>
Date:	Thu Apr 8 11:52:25 2010 +0200

    Docs: replace gio.IO_ERROR_* with gio.ERROR_*

    Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

 docs/reference/pygio-file.xml	      |   58
 +++++++++++++++++-----------------
 docs/reference/pygio-inputstream.xml |   22 ++++++------
 docs/reference/pygio-mount.xml       |   10 +++---
 3 files changed, 45 insertions(+), 45 deletions(-)

commit 4cbd9941c5705970a9f7a429e236e1203d3155a1
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Apr 5 18:10:42 2010 +0200

    Bug 613341 - pygobject tests seem to require pygtk causing a circular
    dependencies problem

    move tests that require pygtk to pygtk itself

 tests/test_conversion.py |   83 -------------
 tests/test_enum.py	  |  234 -------------------------------------
 tests/test_gtype.py	  |  112 ------------------
 tests/test_subtype.py	  |  289
 ----------------------------------------------
 4 files changed, 0 insertions(+), 718 deletions(-)

commit ef0ceb266a45715ece58642fb0042e3376416755
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Wed Feb 3 20:33:03 2010 +0100

    Add modelines and copyright information to overrides modules

 gi/overrides/Gdk.py	|   21 +++++++++++++++++++++
 gi/overrides/Gtk.py	|   21 +++++++++++++++++++++
 gi/overrides/TestGI.py |   20 ++++++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

commit 5106523a4b8378997a1e6cb0488398aa73e7d9d5
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Wed Feb 3 20:29:55 2010 +0100

    Fix and complete overrides tests

    Those tests were missing in the last commit

    https://bugzilla.gnome.org/show_bug.cgi?id=602830

 gi/overrides/TestGI.py |   49
 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gi.py	|    8 ++++++-
 2 files changed, 56 insertions(+), 1 deletions(-)

commit 23fc0f615d87994acafd9d39e92dd92b587fc2eb
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Thu Jan 21 17:30:51 2010 +0100

    Don't raise an error in _pygi_import if pygi support is disabled

    http://bugzilla.gnome.org/show_bug.cgi?id=607674

 gobject/pygboxed.c	 |    6 +-----
 gobject/pygi-external.h |    1 -
 gobject/pygobject.c	 |    6 +-----
 gobject/pygpointer.c	 |    6 +-----
 4 files changed, 3 insertions(+), 16 deletions(-)

commit aefac8c5f64bf059dd6652f8a843d17b34fa0854
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Jan 22 22:22:37 2010 +0100

    Remove support for pointers to basic types as input-only argument
    and return value

    There is no reason for an API to use such things, and
    g_function_info_invoke
    broke such features.

    https://bugzilla.gnome.org/show_bug.cgi?id=607759

 gi/pygi-argument.c |  586 ++++------------------------------------------
 gi/pygi-argument.h |	 1 -
 gi/pygi-info.c     |	 8 +-
 tests/libtestgi.c  |  660
 ----------------------------------------------------
 tests/libtestgi.h  |	86 -------
 tests/test_gi.py   |  144 ------------
 6 files changed, 47 insertions(+), 1438 deletions(-)

commit eaf7cb8ebb7e34f9493ac83b2f04af4dcf45f40f
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Jan 22 13:41:21 2010 +0100

    Restore the overrides support

    Add a ModuleProxy in front of the DynamicModule when an overrides
    module is
    present. There is no need for an overrides module to be a class;
    it can just be a module.

    Add an override decorator to override the wrapper of a registered
    type.

    Adapt Gdk and Gtk accordingly.

    Add tests.

    https://bugzilla.gnome.org/show_bug.cgi?id=602830

 gi/importer.py      |	 40 +++++++-------------
 gi/module.py	     |	 43 ++++++++++++++-------
 gi/overrides/Gdk.py |	 42 +++++++++++++-------
 gi/overrides/Gtk.py |	 16 +++----
 gi/types.py	     |	  6 +++
 tests/libtestgi.c   |	105
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/libtestgi.h   |	 49 ++++++++++++++++++++++++
 tests/test_gi.py    |	 36 +++++++++++++++++
 8 files changed, 273 insertions(+), 64 deletions(-)

commit 289d641775d1ea52d2a5379126b70b7fcee46683
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Jan 10 21:01:59 2010 +0100

    Initialize PyGPollFD_Type.fd_obj to NULL

    https://bugzilla.gnome.org/show_bug.cgi?id=606582

 gio/gcancellable.override |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b11cf2595987c1f0fc4ffd834f07c98b92aa2355
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Jan 8 21:10:28 2010 +0100

    Initialize struct fields to 0 when allocating

 gi/pygi-struct.c |    2 +-
 tests/test_gi.py |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b4189be2b2d3c350fdf33e27309bee5a72e4f72a
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Jan 8 20:33:44 2010 +0100

    Don't set a default constructor for structures.

    Update tests accordingly.

    The reason for this change is that setting __new__ in the metaclass
    doesn't let
    one overrides it afterwards, in a subclass (in my experience, at
    least, even
    though it seems weird).

    https://bugzilla.gnome.org/show_bug.cgi?id=603536

 gi/types.py	   |   35 +++++++----------------------------
 tests/libtestgi.c |   33 ---------------------------------
 tests/libtestgi.h |	7 -------
 tests/test_gi.py  |   21 ++++++++++-----------
 4 files changed, 17 insertions(+), 79 deletions(-)

commit 4db68b958ea11bd2c3a88067cae03fd6bdd1d24b
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Tue Jan 5 13:36:44 2010 +0100

    Suppress compilation warnings

 gi/pygi-argument.c	 |    3 ++-
 gi/pygi-boxed.c	 |    2 --
 gi/pygobject-external.h |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

commit 4e2efa91d101bf755739e1cca8eee41eb0ad20fd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jan 4 08:35:14 2010 +0100

    Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc

    Committed a patch from Kevin Pyle

 Makefile.am |	 27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

commit 8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Dec 11 22:24:30 2009 +0100

    sys.path must be modified after pygtk is imported

    Otherwise, sys.path is overridden by pygtk and gi.repository is
    loaded from the
    system's default site-package directory.

 tests/runtests.py |	1 -
 tests/test_gi.py  |	3 +++
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 284a1e1c0143c95d3007cf58e6c248b5d11fb4d1
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun Jan 3 11:02:57 2010 +0100

    Wrap gio.Cancellable.make_pollfd() and add a test

 gio/Makefile.am	    |	 1 +
 gio/gcancellable.override  |	37 +++++++++++++++++++++++++++++++++++++
 gio/gio.override	    |	 3 +++
 tests/test_gcancellable.py |	15 +++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

commit 82d7bcbf37200ee2ef5892dd12bebd2f39965c56
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jan 2 23:15:56 2010 +0100

    Make cancellable an optional parameter in many methods

 gio/gio.defs |  102
 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 51 insertions(+), 51 deletions(-)

commit 49a078cd22d55dc33a03ecfda235d63955edc741
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jan 2 23:15:21 2010 +0100

    Post release version bump to 2.21.2

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f9f1f43ab4e2cfb204ffa0e257a34cfd95d84e2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jan 2 22:58:36 2010 +0100

    Update NEWS and release PyGObject-2.21.1

 NEWS |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit c1f34be73bd186d7b4682dfef133da2c4229d213
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 20:25:35 2010 +0100

    Wrap gio.Volume.eject_with_operation()

 gio/gvolume.override |   54
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 9b76fbff6f6897aaf26ed4644c1f19efc2826917
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 20:22:21 2010 +0100

    gio.Mount.unmount_with_operation() fix a copy/paste leftover

 gio/gmount.override |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6f459786dd641cd49d81eba403d940620f961cab
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 20:21:05 2010 +0100

    Wrap gio.Mount.eject_with_operation()

 gio/gmount.override |	 54
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit d4b5d1b4839364e5676eb2da28f1d21db7e2552d
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 20:15:38 2010 +0100

    Wrap gio.Mount.unmount_mountable_with_operation()

 gio/gmount.override |	 54
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit e919d47c2430451b436cec955e9b99237f97028c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 18:22:46 2010 +0100

    Wrap File.unmount_mountable_with_operation()

 gio/gfile.override |	54
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 5a614df9c5507d67f240462f7bf71b4cd411addf
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 18:14:11 2010 +0100

    Wrap gio.File.stop_mountable()

 gio/gfile.override |	52
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit 6af506647f36f2b825bc6556df5ee57fa7721906
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 18:10:49 2010 +0100

    Wrap gio.File.start_mountable()

 gio/gfile.override |	52
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit e700efc839fc0b651fc9794a1611190bffa80263
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 18:02:46 2010 +0100

    Wrap gio.File.replace_readwrite_async()

 gio/gfile.override |	55
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit 92662f129fc728258fd5e34f53dcb081e3715017
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 17:00:26 2010 +0100

    Wrap gio.File.poll_mountable()

 gio/gfile.override |	41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 99902b786500948c3278779841e4db54223b9256
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 16:56:26 2010 +0100

    Wrap gio.File.open_readwrite_async()

 gio/gfile.override |	44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

commit 8cff5d53183ae81364ac74a34a1d52e55e082eb4
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 16:50:15 2010 +0100

    Wrap gio.File.eject_mountable_with_operation()

 gio/gfile.override |	54
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit ca436fe7785fd24b0f0e65f2f8c9fa6478277682
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 13:30:24 2010 +0100

    Wrap gio.File.create_readwrite_async() and add a test

 gio/gfile.override |	51
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gio.py  |	24 ++++++++++++++++++++++++
 2 files changed, 75 insertions(+), 0 deletions(-)

commit f72c5e451dfaeb01b3c3d9243fed2732d3620462
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 13:20:11 2010 +0100

    Wrap gio.Drive.stop()

 gio/gdrive.override |	 52
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit 29043bade408338cefa13fb4b0c875aabd3ef05e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 13:00:42 2010 +0100

    Wrap gio.Drive.start()

 gio/gdrive.override |	 52
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit dff374287bbecc8af782bbc726fad86c6c867754
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 12:45:29 2010 +0100

    Add more remainders on missing methods of gio.Socket and related types

 gio/gsocket.override |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b8c7e996498bd72df551011af85ff05ef7335b4f
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 12:41:08 2010 +0100

    Wrap gio.SocketListener.accept_socket_async|finish() and add a test

 gio/gsocket.override  |   86
 +++++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gsocket.py |   24 +++++++++++++
 2 files changed, 108 insertions(+), 2 deletions(-)

commit a5ae2d5ba3db34967fe07a3cc97b75df2793988c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 12:28:53 2010 +0100

    Wrap gio.SocketListener.accept_finish() and add a test

 gio/gsocket.override  |   44 ++++++++++++++++++++++++++++++++++++++++++--
 tests/test_gsocket.py |   24 ++++++++++++++++++++++++
 2 files changed, 66 insertions(+), 2 deletions(-)

commit a5ab26cc1bb3e9dd57e2fdb26ef5c02e8066d097
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 11:19:34 2010 +0100

    Wrap gio.SocketListener.accept_async()

 gio/gsocket.override |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit c9496b29ef9ef232020a4044577d2947353953a5
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jan 1 11:14:35 2010 +0100

    Wrap gio.SocketListener.accept_socket() and add a test

 gio/gsocket.override  |   48
 +++++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gsocket.py |   13 +++++++++++++
 2 files changed, 60 insertions(+), 1 deletions(-)

commit 1aa5e301c49f11e1c5ef58de44b4b03f714d1a70
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 16:35:18 2009 +0100

    Wrap gio.SocketListener.accept() and add a test

 gio/gsocket.override  |   46
 +++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gsocket.py |   13 +++++++++++++
 2 files changed, 58 insertions(+), 1 deletions(-)

commit aaedcf166c78baf5449ef59d0ade4a29077fedc7
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 16:25:33 2009 +0100

    Make cancellable optional in gio.SocketClient.connect_to_host()

 gio/gio.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3829d7667b19126fb74562b28d271e616b154c99
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 15:25:10 2009 +0100

    Wrap gio.SocketListener.add_address() and add a test

 gio/gsocket.override  |   57
 ++++++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gsocket.py |    9 +++++++
 2 files changed, 65 insertions(+), 1 deletions(-)

commit 5bec72f34ea75bc56158cae5c39d61a2a4e7e601
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 10:19:47 2009 +0100

    Add more remainders on missing methods of gio.Socket and related types

 gio/gsocket.override |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit b08b20f2b1a57bcbf400d6fe8e87cf052bdb719d
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 10:16:18 2009 +0100

    Wrap gio.SocketClient.connect_to_service_async()

 gio/gsocket.override |   47
 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit 116ea1bfe32946e67aa54eb8dc7b977e57f254c2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 10:10:43 2009 +0100

    Wrap gio.SocketClient.connect_to_host_async()

 gio/gsocket.override |   48
 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

commit 9c930910505d5b9001b8cec17ff98fadeaa799e2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 31 09:59:46 2009 +0100

    Wrap gio.SocketClient.connect_async()

 gio/gsocket.override |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

commit dff024256295c15e49888ad9d5fef74a7746edd7
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 23:44:25 2009 +0100

    Wrap gio.SocketAddressEnumerator.next_async() and add a test

 gio/gsocket.override  |   42 ++++++++++++++++++++++++++++++++++++++++++
 tests/test_gsocket.py |   16 ++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)

commit e2330bd0d6cbc49b0ecb27b30e3b0593935ce229
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 23:43:14 2009 +0100

    Add a missing object gio.InetSocketAddress new in GIO 2.22

 gio/gio-types.defs |	 7 +++++++
 gio/gio.defs	    |	31 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

commit 6040b33467ea381c6cb02f6a5efc0745fa8fa47b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 22:54:47 2009 +0100

    Make cancellable optional for gio.SocketAddressEnumerator.next()

 gio/gio.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b19f59790b9de943d69b6c5e483928e0443c3d20
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 22:17:44 2009 +0100

    Add a remainder of the Socket methods that needs manual wrapping still

 gio/gsocket.override |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 771a7c3fdef7b2e98e509293a8376a81c1282286
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 17:20:35 2009 +0100

    Wrap gio.Socket.condition_wait() and add a test

 gio/gsocket.override  |   27 +++++++++++++++++++++++++++
 tests/test_gsocket.py |    6 +++++-
 2 files changed, 32 insertions(+), 1 deletions(-)

commit 50960656815b0897a5ebe5f011537b8dcbdc857e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 16:21:49 2009 +0100

    Wrap gio.Socket.condition_check() and add a test

 gio/Makefile.am       |    1 +
 gio/gio.override      |    1 +
 gio/gsocket.override  |   41 +++++++++++++++++++++++++++++++++++++++++
 tests/test_gsocket.py |   21 +++++++++++++++++++++
 4 files changed, 64 insertions(+), 0 deletions(-)

commit de7a359e81792ae8573ac944455ea289985449ed
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 14:07:52 2009 +0100

    Wrap gio.Resolver.lookup_service_finish() and add a test

 gio/gresolver.override  |   37 +++++++++++++++++++++++++++++++++++++
 tests/test_gresolver.py |   13 +++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

commit 308421789ce849040d645077c41c80b6e2e65e83
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 14:00:22 2009 +0100

    Wrap gio.Resolver.lookup_service_async()

 gio/gresolver.override |   48
 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

commit 9d56ce775f56fff1b1ef3c75843c0583e39f75c3
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Dec 30 11:11:32 2009 +0100

    Wrap gio.Resolver.lookup_service() and add a test

 gio/gresolver.override  |   42 ++++++++++++++++++++++++++++++++++++++++++
 tests/test_gresolver.py |    5 +++++
 2 files changed, 47 insertions(+), 0 deletions(-)

commit 7fc71f490494dae73a5264869a97a9d30814930e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 22:12:50 2009 +0100

    Wrap gio.Resolver.lookup_by_address_async() and add a test

 gio/gresolver.override  |   46
 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gresolver.py |   14 ++++++++++++++
 2 files changed, 60 insertions(+), 0 deletions(-)

commit c91656dbe56f07d3ebbad5113467c22427cf212a
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 21:41:30 2009 +0100

    Wrap gio.Resolver.lookup_by_name_finish() and add a test

 gio/gresolver.override  |   82
 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gresolver.py |   16 ++++++++-
 2 files changed, 96 insertions(+), 2 deletions(-)

commit 45b477342fa1c2435917c6d97745ad57665c4734
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 17:15:44 2009 +0100

    Wrap gio.Drive.eject_with_data()

 gio/gdrive.override |	 54
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 635227480f9659a1f91ab1ec12536d3ed012a976
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 17:06:52 2009 +0100

    Deprecate old gio.Drive methods

 gio/gdrive.override |	  7 ++++++-
 gio/gio.defs	     |	  1 +
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 3c0cbc95af29b1e192ed4b5963e96e39c70b349c
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 13:51:54 2009 +0100

    Small fix in the header

 gio/gdrive.override |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7589128515b79d836365247dc876538c6352da23
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 12:40:50 2009 +0100

    Wrap gio.Resolver.lookup_by_name() and add a couple of tests

 gio/Makefile.am	 |    1 +
 gio/gio.override	 |    1 +
 gio/gresolver.override  |   57
 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gresolver.py |   21 +++++++++++++++++
 4 files changed, 80 insertions(+), 0 deletions(-)

commit 604d2bf220b1fefa415baaedbdb2882dbaf9e07e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 12:39:13 2009 +0100

    Make cancellable an optional parameter in
    gio.Resolver.lookup_by_address()

 gio/gio.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 00029145f4cd10759b37b38fb9f72435bf26b28b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 10:15:14 2009 +0100

    Strip g_ prefix for many other functions

 gio/gio.defs |   94
 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 47 insertions(+), 47 deletions(-)

commit 56d5dfc4fd862e32c19f944a0feb7a00a9154f06
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 10:12:53 2009 +0100

    Strip g_prefix from InetAddress functions

 gio/gio.defs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 1d360301d51a587a36a59f5d62e354484bbd2b31
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 10:03:59 2009 +0100

    Fix function name gio.resolver_get_default()

    Strip the g_ prefix from function name

 gio/gio.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0fe00109c4f6fc27cbaae9b0a24ecfac71355d2f
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Dec 29 09:54:05 2009 +0100

    Wrap gio.FileIOStream.query_info_async() and add a test

 gio/Makefile.am	    |	 1 +
 gio/gfileiostream.override |	68
 ++++++++++++++++++++++++++++++++++++++++++++
 gio/gio.override	    |	 1 +
 tests/test_gio.py	    |	18 +++++++++++
 4 files changed, 88 insertions(+), 0 deletions(-)

commit 86783c695f3641b9491962e8f95a4dcb91f4017c
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Dec 29 13:08:29 2009 +0100

    Register enums and flags in PyGI if needed

    https://bugzilla.gnome.org/show_bug.cgi?id=603534

 gobject/pygenum.c  |	20 ++++++++++++++------
 gobject/pygflags.c |	19 +++++++++++++------
 2 files changed, 27 insertions(+), 12 deletions(-)

commit b90c01cff5ff5cb2796182f2ffd7b5248eaeed6a
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Dec 28 22:41:54 2009 +0100

    Wrap GIOStream.close_async() and add a test

 gio/Makefile.am	|    1 +
 gio/gio.override	|    1 +
 gio/giostream.override |   68
 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/test_gio.py	|   21 +++++++++++++++
 4 files changed, 91 insertions(+), 0 deletions(-)

commit 0bff01bcee73a0e0d18342331136119c4e8bf151
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Dec 28 22:39:09 2009 +0100

    Make cancellable an optional parameter in GFile.create_readwrite()

 gio/gio.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1cabd733cde269ce3164834933f4a226673ecb0b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Dec 28 21:39:50 2009 +0100

    Remove a duplicate entry in gio.defs

 gio/gio.defs |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 9ac372ad0bcfdec4bb1c96bc152246542a59a9b1
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Dec 28 21:37:49 2009 +0100

    Wrap gio.FileInfo.set_modification_time and add a test

 gio/gfileinfo.override |   33 ++++++++++++++++++++++++++++++++-
 tests/test_gio.py	|    7 ++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)

commit 7bc2673f92138b1804d8eba091942d14d8884f90
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Dec 28 18:28:03 2009 +0100

    Wrap gio.EmblemedIcon.get_emblems() and add a test

 gio/gicon.override  |	 14 ++++++++++++++
 tests/test_gicon.py |	  7 +++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit 3d5056ad766d6856d8d6459fe9b377de2f0fd172
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Dec 26 22:27:48 2009 +0100

    Update Enums and Flags with new API

 gio/gio-types.defs |  153
 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 149 insertions(+), 4 deletions(-)

commit 62a9d660a4a2d5fab1d57c6c96c984ff02d25ccd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Dec 25 18:06:39 2009 +0100

    Post release version bump to 2.21.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2bd92cba5b028f0f78c35ecb34e648e95248f9d3
Author: Bastian Winkler <buz@netbuz.org>
Date:	Fri Aug 14 15:10:26 2009 +0200

    Fix handling of uchar in pyg_value_from_pyobject

    Set the value by g_value_set_uchar and allow to use integer types
    from python.

 gobject/pygtype.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit 828d0f042b59ea0319f33a23803c179af34ef2f1
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Dec 22 18:05:47 2009 +0100

    Add Gtk.keysyms to overrides

 gi/overrides/Gtk.py	  |    2 +
 gi/overrides/Makefile.am |    1 +
 gi/overrides/keysyms.py  | 1499
 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1502 insertions(+), 0 deletions(-)

commit 24fa1224ff00b9da177e0bfaa1e14e1b899e4976
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Wed Nov 25 10:33:56 2009 +0100

    The array field 'length' starts to count from the C arg list, so
    need to decrement when it's a method

    https://bugzilla.gnome.org/show_bug.cgi?id=602640

 gi/pygi-argument.c |	11 ++++++++-
 gi/pygi-argument.h |	 3 +-
 gi/pygi-info.c     |	14 ++++++++++-
 tests/libtestgi.c  |	60
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/libtestgi.h  |	 4 +++
 tests/test_gi.py   |	15 +++++++++++++
 6 files changed, 103 insertions(+), 4 deletions(-)

commit 867536c6734e606d045760837ed22583da06566e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Dec 18 10:50:09 2009 +0100

    Update NEWS and README, release pygobject 2.21.0

 NEWS	|   18 ++++++++++++++++++
 README |    6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)

commit f50fbd24fa61863aaefa4ae1e12e0b314ecd43ae
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Dec 18 10:31:48 2009 +0100

    Add pygi-external.h into Makefile SOURCES

 gobject/Makefile.am |	  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 108c03b78f04b4bcfe066a6cb4d941e172bd32fe
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Dec 18 01:20:34 2009 +0100

    Bug 598435 - No wrapping for g_find_program_in_path ()

 glib/glibmodule.c |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit d3d5cb3a4a2c2cb2bd0c2571304d59e19bc08452
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 17 21:54:36 2009 +0100

    Wrap new API added in GIO-UNIX 2.22

 gio/unix-types.defs |	 22 ++++++++++
 gio/unix.defs	     |	115
 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 gio/unix.override   |	  8 ++++
 3 files changed, 144 insertions(+), 1 deletions(-)

commit c87c8a81947a68507e8f3bcaf8e0e969b3e5331b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 17 21:52:11 2009 +0100

    Bump required glib version to 2.22.4

    I've committed a patch to glib which will be released in the stable
    branch.
    Without the patch the unix module will fail, so I'm forced to bump.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b630c8d4b1e55938dac89729768c4a877b305215
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Dec 17 02:24:45 2009 +0100

    Properly define Connectable as interface type and not object type

 gio/gio-types.defs |	12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit e955b931b07113c7432f7a85f882f69f12d263ad
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Date:	Mon Nov 30 22:01:25 2009 +0100

    Depend on GLib 2.20 rather than 2.22

    Backport g_array_get_element_size.

    https://bugzilla.gnome.org/show_bug.cgi?id=603411

 configure.ac	   |	2 +-
 gi/pygi-private.h |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

commit 542fdf6da4ad8f2d28d0d50152bd93cb4d8ee39a
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Nov 28 18:48:19 2009 +0000

    Use the limit constants from glib and interpret G_MAXUINT32 as
    PyLong_FromLongLong

    https://bugzilla.gnome.org/show_bug.cgi?id=602384

 gi/pygi-argument.c |	14 +++++++-------
 tests/test_gi.py   |	18 +++++++++---------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 38e89942d29f2a1dba47ab4a8d5edc84322707cd
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Mon Nov 30 00:10:56 2009 +0100

    Suppress warnings about format conversion

    https://bugzilla.gnome.org/show_bug.cgi?id=603355

 gobject/generate-constants.c |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit cfa7d005487e17e8f7c1ceb14282d3a5baadb736
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 28 00:22:21 2009 +0100

    Remove global checks for pointers and move them in type cases that
    need them

 gi/pygi-argument.c |  516
 ++++++++++++++++++++++++++++++++++++++++++----------
 gi/pygi-info.c     |  333 +++++++++++++++++----------------
 2 files changed, 596 insertions(+), 253 deletions(-)

commit d1ae73f3cf7cebdb74c9ec56b08928a2a53b9de6
Author: Johan Dahlin <johan@gnome.org>
Date:	Mon Nov 23 15:58:17 2009 -0200

    Pythonify. Avoid ; and () around if statements

    https://bugzilla.gnome.org/show_bug.cgi?id=602830

 gi/types.py |	  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit a8660621679c629fc81320a8ddf5bf2c7ee1f177
Author: Johan Dahlin <johan@gnome.org>
Date:	Tue Nov 24 10:36:18 2009 -0200

    Remove trailing whitespace

    https://bugzilla.gnome.org/show_bug.cgi?id=602830

 gi/module.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 66c34805223af9e63c7d61f21a3dbd7505a8f256
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon Nov 30 10:03:34 2009 +0000

    Set a default constructor for boxed structs that don't have one

    https://bugzilla.gnome.org/show_bug.cgi?id=602735

 gi/Makefile.am     |	 2 +
 gi/gimodule.c	    |	 1 +
 gi/module.py	    |	 2 +-
 gi/pygi-argument.c |	14 ++++-
 gi/pygi-boxed.c    |  184
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gi/pygi-boxed.h    |	40 +++++++++++
 gi/pygi-info.c     |	 2 +-
 gi/pygi-private.h  |	 1 +
 gi/pygi.h	    |	 6 ++
 gi/types.py	    |	18 -----
 tests/libtestgi.c  |	72 ++++++++++----------
 tests/libtestgi.h  |	18 +++---
 tests/test_gi.py   |	47 ++++++++------
 13 files changed, 321 insertions(+), 86 deletions(-)

commit e7e2fccae36c28c7e9f288fcd4c90a001140e307
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon Nov 30 10:53:57 2009 +0000

    Revert "Use the limit constants from glib and interpret G_MAXUINT32
    as PyLong_FromLongLong"

    This reverts commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041.

 gi/pygi-argument.c |	14 +++++++-------
 tests/test_gi.py   |	18 +++++++++---------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Nov 28 18:48:19 2009 +0000

    Use the limit constants from glib and interpret G_MAXUINT32 as
    PyLong_FromLongLong

    https://bugzilla.gnome.org/show_bug.cgi?id=602384

 gi/pygi-argument.c |	14 +++++++-------
 tests/test_gi.py   |	18 +++++++++---------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit e24d155dd7b4a5b9c25c054137d1370c369d3192
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Nov 28 18:45:54 2009 +0000

    Add the missing limit constants from glibconfig.h

    https://bugzilla.gnome.org/show_bug.cgi?id=603244

 gobject/generate-constants.c |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 3a295cb7ffaaaf29c71b8833cf0ee5ec7ceaa909
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Nov 28 18:48:49 2009 +0100

    Fix bad name when rebuilding the unix source module

 gio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a8cbb6fb72dbe6630d1265b18095c9a96f496b86
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Nov 28 18:47:26 2009 +0100

    Wrap new API added in GIO 2.22

 gio/gio-types.defs |  138 +++
 gio/gio.defs	    | 2444
 +++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 2360 insertions(+), 222 deletions(-)

commit 96f6c638709636d7e2ddf560b877879691da3314
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sat Nov 28 11:03:51 2009 +0000

    A few tests about interfaces

    https://bugzilla.gnome.org/show_bug.cgi?id=601181

 tests/libtestgi.c |   23 +++++++++++++++++++++++
 tests/libtestgi.h |   16 ++++++++++++++++
 tests/test_gi.py  |   21 +++++++++++++++++++++
 3 files changed, 60 insertions(+), 0 deletions(-)

commit 076ba3156c13375a75983cef7a409c8c8afea119
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Thu Nov 26 23:50:54 2009 +0100

    Fix members initialization in metaclasses

    In metaclasses, the test for the name of the class was wrong, since it
    prevented one to create a subclass with the same name (especially
    annoying for
    overrides). Now, if a GType is available from the info, the fact
    that it
    doesn't have any wrapper yet means that the metaclass is creating
    the base
    class, which will be registerd just after its creation. This is
    true for
    objects, and for structures registered as boxed or pointer too.

    This patch includes a test for basic subclassing in Python. It
    notably tests
    that methods don't get overridden by the metaclass.

 gi/types.py	  |    5 +++--
 tests/test_gi.py |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 2 deletions(-)

commit ac80e64c9f7d257865aa820753e52d56cf2871c8
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Fri Nov 27 12:06:59 2009 +0000

    Structs in arrays are not marshalled correctly

    https://bugzilla.gnome.org/show_bug.cgi?id=602709

 gi/pygi-argument.c |	29 ++++++++++++++++++++++++-----
 tests/libtestgi.c  |	23 ++++++++++++++++++++++-
 tests/libtestgi.h  |	 7 +++++--
 tests/test_gi.py   |	 8 ++++++++
 4 files changed, 59 insertions(+), 8 deletions(-)

commit 4a373b8ad6ec137e911b92a3e745e0fd76541292
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Wed Nov 25 16:53:55 2009 +0100

    Use the right variable when looking up in sys.modules

 gi/importer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc3dca018e85aee34ade79d104ebd8cdd1dd5968
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Nov 24 15:52:47 2009 +0100

    Accept 0 as a valid value for flag and enum arguments

    https://bugzilla.gnome.org/show_bug.cgi?id=602638

 gi/pygi-argument.c |	19 ++++++++++++++++++-
 tests/libtestgi.c  |	 6 ++++++
 tests/libtestgi.h  |	 1 +
 tests/test_gi.py   |	 1 +
 4 files changed, 26 insertions(+), 1 deletions(-)

commit 33081c29a1c2fdec2b8bfe17ae0a72b8db7a8d84
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Tue Nov 24 13:10:11 2009 +0100

    Add stuff to .gitignore

 .gitignore |	 7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 5c010fe673d9bd01c27c8d7d312064665275888c
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Mon Nov 23 22:39:12 2009 +0100

    Remove the girepository module

 Makefile.am			    |	 2 +-
 configure.ac			    |	17 -
 girepository/Makefile.am	    |	54 --
 girepository/__init__.py	    |	24 -
 girepository/bank-argument.c	    |  379 ------------
 girepository/bank-info.c	    | 1194
 ------------------------------------
 girepository/bank-repository.c     |  236 -------
 girepository/bank.c		    |  155 -----
 girepository/bank.h		    |	80 ---
 girepository/btypes.py		    |  300 ---------
 girepository/importer.py	    |	51 --
 girepository/module.py		    |  224 -------
 girepository/overrides/Gdk.py	    |	14 -
 girepository/overrides/Gtk.py	    |	 8 -
 girepository/repository.py	    |	51 --
 tests/test_girepository.py	    |  386 ------------
 16 files changed, 1 insertions(+), 3174 deletions(-)

commit a644edf0515c26ed027522891ccf02aceac764e8
Author: Johan Dahlin <johan@gnome.org>
Date:	Mon Nov 23 15:32:16 2009 -0200

    Create overridden modules in two passes

    This patch splits overridden module creation into two passes. The
    first pass
    creates the auto-generated module normally before the overridden
    module is
    attempted to be imported. The second pass imports the overridden
    module and
    replaces the auto-generated module with the overridden. This is
    necessary
    for the overridden modules to be able to access the auto-generated
    ones.

 gi/importer.py |   34 +++++++++++++++++++++-------------
 1 files changed, 21 insertions(+), 13 deletions(-)

commit fad89e12a744b57e6348968f351d25d167de8248
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Nov 22 17:56:20 2009 +0100

    Add support for Any arguments

    https://bugzilla.gnome.org/show_bug.cgi?id=601253

 gi/pygi-argument.c |	20 ++++++++++++--------
 tests/libtestgi.c  |	 5 +++++
 tests/libtestgi.h  |	 5 +++++
 tests/test_gi.py   |	 5 +++++
 4 files changed, 27 insertions(+), 8 deletions(-)

commit 1dc62a998dd8d2a0a397f8309011a8d79cb56034
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Nov 22 17:25:04 2009 +0100

    Register interfaces

    https://bugzilla.gnome.org/show_bug.cgi?id=601181

 gi/gimodule.c |   33 +++++++++++++++++++++++++++++++++
 gi/types.py   |    5 ++++-
 2 files changed, 37 insertions(+), 1 deletions(-)

commit d67d5afb5115c1d8294415b2e1a82af2c737ba17
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun Nov 22 18:23:02 2009 +0200

    Ignore one more file.

 .gitignore |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 408b2186aea58a41ec26b9d0ca29ecd42df5ef7e
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun Nov 22 18:22:23 2009 +0200

    Fix wrong minimum checking in float properties

    Bug #587637.  Test the fix.

 gobject/propertyhelper.py |	5 +++--
 tests/test_properties.py  |	6 ++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 6ccf58afcf58e118903ced0135f0fe69b00e09ad
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Mon Oct 26 18:06:06 2009 +0000

    Treat GI_INFO_TYPE_INTERFACE same as GI_INFO_TYPE_OBJECT

 gi/pygi-argument.c |	 3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e6f730d6e1431e36bd5f6b503a1038617f8d1e7d
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 14 21:42:43 2009 +0100

    Import pygtk properly to avoid failure on some setups

 tests/test_gi.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e604a89e9dc1a79687ef5fb94af7a2182be07dfb
Author: Alex Dedul <rotmer@gmail.com>
Date:	Sat Nov 14 21:39:15 2009 +0100

    Search for python-config-${VERSION} when python${VERSION}-config is
    not found

    On Gentoo, notably, the config tool is named python-config-${VERSION},
    while on
    Fedora and Ubuntu, it is named python${VERSION}-config.

    Signed-off-by: Simon van der Linden <svdlinden@src.gnome.org>

 configure.ac |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 4a887cfabb326cb99dc65073d592c03f59e2f141
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 14 21:36:19 2009 +0100

    Fix silent rules setup

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 602afea88c338a38327cd84e08703c5daa384ec6
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Tue Nov 10 22:32:33 2009 +0200

    Move threads_init() function from 'gobject' to 'glib'

    Retain in original place for backward compatibility, but remove it
    from the docs.

 docs/reference/pygobject-functions.xml |   36
 ++++++-------------------------
 glib/glibmodule.c			|   16 ++++++++++++++
 2 files changed, 23 insertions(+), 29 deletions(-)

commit 734755912fff11332dc0e96317b7d6b7c4014e6a
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Mon Nov 9 22:44:12 2009 +0100

    Remove PyGObject patches since they've been merged to master

 ...pytype-aware-of-the-interface-enum-flags-.patch |	78 --------
 patches/0002-Fix-girpository-build-setup.patch     |  186
 ------------------
 ...capabilities-to-import-wrappers-from-pygi.patch |  200
 --------------------
 ...ances-by-calling-tp_alloc-rather-than-PyO.patch |	29 ---
 4 files changed, 0 insertions(+), 493 deletions(-)

commit 6a69288941e65312fe82649ec72d2f21b2dc618f
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 7 23:42:07 2009 +0100

    Create instances by calling tp_alloc rather than PyObject_NEW

    PyObject_NEW calls a generic allocator and should only be called by
    tp_new, knowing
    that the type's free function agrees. In pyg_boxed_new, we may
    allocate
    PyGBoxed subtypes, so the subtype's allocation function must be
    called instead.

 gobject/pygboxed.c |	 3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 000f7c36e667c6e078e3370769ea868e56a1b4ee
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 7 16:43:35 2009 +0100

    Add capabilities to import wrappers from pygi

    At instance creation for boxed and pointers, at lookup for objects,
    when the gtype has no wrapper yet, a wrapper may be imported from
    pygi.

    The feature is turned on at configure time by --enable-pygi.

    Because we couldn't create a circular build dependency, PyGI's import
    function and
    API definition had to be copied in this tree.

 configure.ac		 |    8 +++++
 gobject/pygboxed.c	 |   10 +++++++
 gobject/pygi-external.h |   66
 +++++++++++++++++++++++++++++++++++++++++++++++
 gobject/pygobject.c	 |   10 +++++++
 gobject/pygpointer.c	 |   11 ++++++++
 5 files changed, 105 insertions(+), 0 deletions(-)

commit fdfbc90dbc9e305646b62d73de506b5e0e99cc91
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sun Nov 8 20:03:58 2009 +0100

    Update PyGObject patches

    A file, pygi-external.h, was missing in patch #3.

 ...capabilities-to-import-wrappers-from-pygi.patch |	74
 ++++++++++++++++++--
 ...ances-by-calling-tp_alloc-rather-than-PyO.patch |	 2 +-
 2 files changed, 69 insertions(+), 7 deletions(-)

commit 8f53ca8a72f9958711765281dd5c5bdfb7042d7d
Author: Tomeu Vizoso <tomeu@sugarlabs.org>
Date:	Sun Nov 8 16:52:18 2009 +0100

    Add myself to pygi.doap

 pygi.doap |	5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 6f50d5102aec9288e1851f12e9d232b9c141d524
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sun Nov 8 15:40:51 2009 +0100

    Add a doap file

 pygi.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit ce673b9027868e6add4eeb438bc707eb40bfd046
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sun Nov 8 13:06:54 2009 +0100

    Add PyGObject patches

 ...pytype-aware-of-the-interface-enum-flags-.patch |	78 ++++++++
 patches/0002-Fix-girpository-build-setup.patch     |  186
 ++++++++++++++++++++
 ...capabilities-to-import-wrappers-from-pygi.patch |  138 +++++++++++++++
 ...ances-by-calling-tp_alloc-rather-than-PyO.patch |	29 +++
 4 files changed, 431 insertions(+), 0 deletions(-)

commit b24fd9633cabe1d95cde173a04e9a49833b06a26
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sun Nov 8 12:35:08 2009 +0100

    Initial import

 .gitignore		   |   33 +
 Makefile.am		   |   10 +
 autogen.sh		   |  159 +++
 configure.ac		   |   53 +
 gi/Makefile.am		   |   50 +
 gi/__init__.py		   |   24 +
 gi/gimodule.c		   |  144 ++
 gi/importer.py		   |   89 ++
 gi/module.py		   |  167 +++
 gi/overrides/Gdk.py	   |   21 +
 gi/overrides/Gtk.py	   |   13 +
 gi/overrides/Makefile.am  |   10 +
 gi/pygi-argument.c	   | 1976 ++++++++++++++++++++++++++
 gi/pygi-argument.h	   |   65 +
 gi/pygi-info.c		   | 2093 ++++++++++++++++++++++++++++
 gi/pygi-info.h		   |   64 +
 gi/pygi-private.h	   |   55 +
 gi/pygi-repository.c	   |  238 ++++
 gi/pygi-repository.h	   |   39 +
 gi/pygi-struct.c	   |  175 +++
 gi/pygi-struct.h	   |   40 +
 gi/pygi-type.c		   |   96 ++
 gi/pygi-type.h		   |   43 +
 gi/pygi.h		   |   99 ++
 gi/pygobject-external.h   |   83 ++
 gi/repository/Makefile.am |	8 +
 gi/repository/__init__.py |   30 +
 gi/types.py		   |  163 +++
 tests/Makefile.am	   |   48 +
 tests/libtestgi.c	   | 3397
 +++++++++++++++++++++++++++++++++++++++++++++
 tests/libtestgi.h	   |  643 +++++++++
 tests/runtests.py	   |   22 +
 tests/test_gi.py	   | 1416 +++++++++++++++++++
 33 files changed, 11566 insertions(+), 0 deletions(-)

commit bfd3100a580b8bea9db25b8bb7443fb8c3dbe1cc
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Sat Nov 7 13:23:53 2009 +0100

    Fix girpository build setup

 configure.ac		  |   21 ++++++----
 girepository/Makefile.am |   13 +++---
 m4/introspection.m4	  |   92
 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 111 insertions(+), 15 deletions(-)

commit 421c03b1c5b69f90c778663df901b45ca3ee8ba5
Author: Simon van der Linden <svdlinden@src.gnome.org>
Date:	Fri Nov 6 19:17:36 2009 +0100

    Make GType.pytype aware of the interface, enum, flags, pointer and
    boxed wrappers

 gobject/pygtype.c |   39 +++++++++++++++++++++++++++++++++------
 1 files changed, 33 insertions(+), 6 deletions(-)

commit a9c168c58cc6a449b51653417bf3f58bdd41457c
Author: Philippe Normad <phil@base-art.net>
Date:	Wed Oct 21 18:01:16 2009 +0200

    pygmainloop: fix use of PySignal_WakeUpFD API for nested loops

    Fixes bug #481569

 glib/pygmainloop.c |	95
 +++++++++++++++++++++++++++------------------------
 1 files changed, 50 insertions(+), 45 deletions(-)

commit c6a5750379354c12e2599b3c73b4f9a23fd39114
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Sep 25 20:12:21 2009 +0200

    Post release version bump to 2.21.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 33920eb013628a5e22b7b32403fb965ae3210f47
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Sep 23 21:52:04 2009 +0200

    Update NEWS and release 2.20.0

 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 66b12f7d2f54143ea80b4f8aec863b26800363d6
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed Sep 23 21:51:43 2009 +0200

    Bump version to 2.20.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7bf87338a026ac82f908aa5fddf2bfea2daf6617
Author: Brian Cameron <Brian.Cameron@sun.com>
Date:	Wed Sep 23 12:11:50 2009 -0500

    Updated uninstalled.pc file so that it contains the right paths for
    defsdir files and codegen files.  See bug #596023.

 pygobject-2.0-uninstalled.pc.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d042402b7c649b2bed7f20038eb82518ec7cc9b3
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Tue Sep 22 22:02:27 2009 +0300

    Plug reference leak of GSource in pyg_main_loop_init()

    Bug #579406, second change.

 glib/pygmainloop.c |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 640be8109d066e85ed77c810830a5f73c750415b
Author: Frédéric Péters <fpeters@0d.be>
Date:	Sun Aug 30 16:46:02 2009 +0200

    Specify programming language in .devhelp file

    This add a new language attribute (hardcoded to python) in the
    .devhelp
    file that is produced when using ref-html-style.xsl.

 docs/xsl/devhelp.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c888b5ca722fcad6a03de585606c677c2969ebd6
Author: Paolo Borelli <pborelli@gnome.org>
Date:	Thu Aug 13 21:32:07 2009 +0200

    Allow to use automake 1.11

 autogen.sh |	13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 30deaba4bd1e199aab75cb346ee9237237807fbd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Aug 11 22:19:50 2009 +0200

    Update README

 README |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit af165d350d0d1bb493be5140bf84376d3da1e4d8
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Aug 11 22:16:52 2009 +0200

    Update AUTHORS

 AUTHORS |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 5f9f87f276b97964b525a501d8584ea8b4d8bfd2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Aug 11 22:11:43 2009 +0200

    Add myself and Paul as maintainers

 MAINTAINERS	|    8 ++++++++
 pygobject.doap |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

commit 3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Aug 11 20:52:44 2009 +0200

    Update NEWS release 2.19.0

 NEWS |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit e82a1841f31ad54dd50569d0d45290713409e0bf
Author: John Finlay <finlay@moeraki.com>
Date:	Tue Aug 11 00:04:31 2009 -0700

    Add macros to help with Python list to/from GList/GSList conversions.

 gobject/pygobject.h |	242
 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 241 insertions(+), 1 deletions(-)

commit f1fad96da2c531fbd3218923baa4fe806a2942d4
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Aug 8 21:37:54 2009 +0200

    Bug 590063 – GFileInfo.list_attributes should accept None/NULL

 gio/gfileinfo.override |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b7907cf6ff6ccf8d38b5206f09f5c864c205e5de
Author: Johan Dahlin <johan@gnome.org>
Date:	Fri Jul 24 14:30:37 2009 -0300

    Remove myself as a maintainer

 MAINTAINERS	|    4 ----
 pygobject.doap |    7 -------
 2 files changed, 0 insertions(+), 11 deletions(-)

commit be6eb21320b4688bcfcd8cbea33f7be29a76f2a2
Author: John Finlay <finlay@moeraki.com>
Date:	Wed Jul 8 15:47:44 2009 -0700

	    * codegen/defsgen.py (clean_patterns): Strip out Windows
	    DLL API macros.

 codegen/defsgen.py |	 6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2214cad3529979e29342a7e1fdc2915b90ce9c10
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 23 21:18:23 2009 +0200

    Fix the gio.unix namespace in docs

 docs/Makefile.am			   |	2 ++
 docs/reference/pygio-classes.xml	   |	2 --
 docs/reference/pygio-unixinputstream.xml  |   26
 +++++++++++++-------------
 docs/reference/pygio-unixoutputstream.xml |   26
 +++++++++++++-------------
 docs/reference/pygiounix-classes.xml	   |   13 +++++++++++++
 docs/reference/pygobject-ref.xml	   |	1 +
 6 files changed, 42 insertions(+), 28 deletions(-)

commit c0acaedfe7f4e488a490e07e3184f0709e1fadc2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 22 23:13:36 2009 +0200

    Add docs for gio functions (mostly for content types)

 docs/Makefile.am		    |	 2 +
 docs/reference/pygio-classes.xml   |	 1 +
 docs/reference/pygio-functions.xml |  395
 ++++++++++++++++++++++++++++++++++++
 3 files changed, 398 insertions(+), 0 deletions(-)

commit ebddee47fb7f3e06f9e0a7a14b9532d5cf8a3881
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun Jun 21 18:35:56 2009 +0200

    Add docs for gio.Unix[In|Out]putStream classes

 docs/Makefile.am			   |	4 +
 docs/reference/pygio-classes.xml	   |	2 +
 docs/reference/pygio-unixinputstream.xml  |  202
 +++++++++++++++++++++++++++++
 docs/reference/pygio-unixoutputstream.xml |  202
 +++++++++++++++++++++++++++++
 4 files changed, 410 insertions(+), 0 deletions(-)

commit 5b71e58117c85634d95d08449eb54079b246e5be
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun Jun 21 16:50:03 2009 +0300

    Document that many functions got moved gobject -> glib

 docs/reference/pygobject-functions.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit b270dc43f2cef5260b0bbc71356fd8e6a2b7f754
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jun 20 19:23:25 2009 +0200

    Add docs for class gio.DataOutputStream

 docs/Makefile.am			   |	2 +
 docs/reference/pygio-classes.xml	   |	1 +
 docs/reference/pygio-dataoutputstream.xml |  504
 +++++++++++++++++++++++++++++
 3 files changed, 507 insertions(+), 0 deletions(-)

commit 549313fc4886fa3deb31761de6f5400708165d86
Author: Murray Cumming <murrayc@murrayc.com>
Date:	Thu Jun 18 18:48:37 2009 +0200

    Allow h2def.py to work when there are tabs or multiple spaces after
    the struct keyword.

 codegen/h2def.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 5c36ef20dca8cd1793f2d3e88949675299097f40
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 15 23:02:34 2009 +0200

    Add dpcs for class gio.DataInputStream

 docs/Makefile.am			  |    2 +
 docs/reference/pygio-classes.xml	  |    1 +
 docs/reference/pygio-constants.xml	  |   66 +++
 docs/reference/pygio-datainputstream.xml |  799
 ++++++++++++++++++++++++++++++
 4 files changed, 868 insertions(+), 0 deletions(-)

commit a8b36c343c6850af929c1d5a930f923831b4e637
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:	Mon Jun 15 23:25:01 2009 +0300

    Fix build when builddir is not the same as srcdir

    Bug #585817.

 girepository/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Mon Jun 15 23:19:47 2009 +0300

    Make gio.Emblem constructor new-style

    Add optional 'origin' parameter.  Expand gio.Emblem documentation and
    mark gio.emblem_new_with_origin as sort-of-deprecated.

 docs/reference/pygio-emblem.xml |   51
 +++++++++++++++++++++++++++++++++++++-
 gio/gio.defs			 |    5 ++-
 2 files changed, 52 insertions(+), 4 deletions(-)

commit 268e1681fd5b46e6412d3a8db84f3f1cb02fdbde
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jun 13 14:44:47 2009 +0200

    Add docs for gio.BufferedOutputStream class

 docs/Makefile.am			       |   96 +++++-----
 docs/reference/pygio-bufferedoutputstream.xml |  275
 +++++++++++++++++++++++++
 docs/reference/pygio-classes.xml	       |    1 +
 3 files changed, 325 insertions(+), 47 deletions(-)

commit a6e25aaa7c8f27d62f2917b06728d7ccfcd46416
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jun 13 14:38:34 2009 +0200

    Fix gio.BufferedInputStream docs

    Added the constructor reference and fixed a typo in properties header

 docs/reference/pygio-bufferedinputstream.xml |   34
 ++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 2 deletions(-)

commit a9b13b60a5aad726d7d7dd7fdc5153b1561fb591
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat Jun 13 01:25:06 2009 +0200

    Add docs for gio.BufferedInputStream

 docs/Makefile.am			      |    2 +
 docs/reference/pygio-bufferedinputstream.xml |  431
 ++++++++++++++++++++++++++
 docs/reference/pygio-classes.xml	      |    1 +
 3 files changed, 434 insertions(+), 0 deletions(-)

commit 7766daa59b0e2b85413cee368bf2ebd2afe198e1
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun May 31 18:25:47 2009 +0300

    Cleanup GIO overrides to use Python function/method names

    Also move several gio.Mount overrides over from 'gio.override' to
    existing 'gmount.override'.  Part of bug #584289.

 gio/gfile.override	      |   20 ++--
 gio/gfileenumerator.override |    6 +-
 gio/ginputstream.override    |    2 +-
 gio/gio.override	      |  204
 ------------------------------------------
 gio/gmount.override	      |  204
 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 218 insertions(+), 218 deletions(-)

commit 07e9c18dc092f6546230168b6b69c1b3454e120a
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun May 31 18:56:55 2009 +0300

    Make codegen report errors using Python function/method names

    Part of bug #584289.

 codegen/codegen.py	|    9 +++++----
 codegen/definitions.py |   10 +++++++++-
 2 files changed, 14 insertions(+), 5 deletions(-)

commit 235fde85d015382f2ba38b21968e82b3ac0b6612
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri Jun 12 00:12:17 2009 +0200

    Fix object type in gio.BufferedInputStream_fill_async

 gio/gbufferedinputstream.override |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 407b0e909056f15960e6a4e549896d786ce0a0b2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 9 00:08:21 2009 +0200

    Wrap gio.BufferedInputStream.fill_async

    Wrap the method gio.BufferedInputStream.fill_async and add a test

 gio/Makefile.am		   |	1 +
 gio/gbufferedinputstream.override |   70
 +++++++++++++++++++++++++++++++++++++
 gio/gio.override		   |	1 +
 tests/test_gio.py		   |   25 +++++++++++++
 4 files changed, 97 insertions(+), 0 deletions(-)

commit b7c96b41b287685fe57504e0add3a6f16e649975
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 8 15:42:40 2009 +0200

    Add gio.BufferedOutputStream which was forgotten in the types
    definition

 gio/gio-types.defs |	 7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 3666f75af4ef2c8e038116aee5afada59d59f689
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 8 14:20:02 2009 +0200

    Add docs for gio.MemoryOutputStream

 docs/Makefile.am			     |	  2 +
 docs/reference/pygio-classes.xml	     |	  1 +
 docs/reference/pygio-memoryoutputstream.xml |	175
 +++++++++++++++++++++++++++
 3 files changed, 178 insertions(+), 0 deletions(-)

commit 6eb5e3988cbddb4afb3d5747364d6eb80370bb78
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 8 13:30:15 2009 +0200

    Split overrides for gio.MemoryOutputStream

 gio/Makefile.am		  |    1 +
 gio/gio.override		  |    1 +
 gio/gmemoryoutputstream.override |   45
 ++++++++++++++++++++++++++++++++++++++
 gio/goutputstream.override	  |   24 --------------------
 4 files changed, 47 insertions(+), 24 deletions(-)

commit dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 8 11:45:11 2009 +0200

    Wrap gio.memory_input_stream_new_from_data

    Add the wrapper for gio.memory_input_stream_new_from_data including
    docs and a test.

 docs/Makefile.am			    |	 4 +-
 docs/reference/pygio-classes.xml	    |	 1 +
 docs/reference/pygio-memoryinputstream.xml |  151
 ++++++++++++++++++++++++++++
 gio/Makefile.am			    |	 1 +
 gio/ginputstream.override		    |	34 ------
 gio/gio.override			    |	 1 +
 gio/gmemoryinputstream.override	    |	91 +++++++++++++++++
 tests/test_gio.py			    |	 4 +
 8 files changed, 252 insertions(+), 35 deletions(-)

commit fcc3cb0e167789746a1a9db0cba54ea7a97c7259
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Mon Jun 8 19:15:24 2009 +0200

    Fixes whitespaces style issues with girepository.

 girepository/Makefile.am	|    2 +-
 girepository/bank-repository.c |   67
 +++++++++++++++++++--------------------
 girepository/bank.h		|    2 +-
 girepository/btypes.py		|    6 ++--
 girepository/module.py		|    2 +-
 5 files changed, 39 insertions(+), 40 deletions(-)

commit fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Fri Jun 5 19:03:59 2009 +0200

    Removes the header but the modeline in test_girepository.py.

 tests/test_girepository.py |	26 +-------------------------
 1 files changed, 1 insertions(+), 25 deletions(-)

commit abe4828f52c7eb3a08f5b592e7ced1e97a58ef5c
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Wed Jun 3 10:47:58 2009 +0200

    Adds overrides modules from PyBank.

 girepository/Makefile.am	    |	 3 +++
 girepository/importer.py	    |	 3 +--
 girepository/overrides/Gdk.py	    |	14 ++++++++++++++
 girepository/overrides/Gtk.py	    |	 8 ++++++++
 4 files changed, 26 insertions(+), 2 deletions(-)

commit c12964e6a3354d8063355225c94e6d21d621e08b
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Tue Jun 2 23:40:41 2009 +0200

    Disables the tests that fail in tests/test_girepository.py.

 tests/test_girepository.py |  242
 +++++++++++++++++++++++++++++++++-----------
 1 files changed, 182 insertions(+), 60 deletions(-)

commit a4469a3f7d32a25156bae5e7aef9ec4ae5f6e140
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Tue Jun 2 23:03:26 2009 +0200

    Imports test_girepository.py from former PyBank's
    everything_unittest.py.

 tests/test_girepository.py |  288
 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 288 insertions(+), 0 deletions(-)

commit e4f2a5ef8734cf40cf8345d442612db1f6c62d5a
Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
Date:	Thu May 28 17:45:11 2009 +0200

    Introduces the girepository module from the former PyBank.

 INSTALL			|   69 ++-
 Makefile.am			|    2 +-
 configure.ac			|   12 +
 girepository/Makefile.am	|   52 ++
 girepository/__init__.py	|   24 +
 girepository/bank-argument.c	|  379 +++++++++++++
 girepository/bank-info.c	| 1194
 ++++++++++++++++++++++++++++++++++++++++
 girepository/bank-repository.c |  237 ++++++++
 girepository/bank.c		|  155 ++++++
 girepository/bank.h		|   80 +++
 girepository/btypes.py		|  300 ++++++++++
 girepository/importer.py	|   52 ++
 girepository/module.py		|  224 ++++++++
 girepository/repository.py	|   51 ++
 14 files changed, 2799 insertions(+), 32 deletions(-)

commit f5ab5046fe9b67ec5e8fc64679e1a3d01787af7e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 18:28:22 2009 +0200

    Fix the docs for gio.FilterOutputStream

 docs/reference/pygio-filteroutputstream.xml |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit fded60d8376fc45d19bf6cd8be6b927cc3f2e8c6
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 18:27:00 2009 +0200

    Add gio.FilterOutputStream docs

 docs/Makefile.am			     |	  2 +
 docs/reference/pygio-classes.xml	     |	  1 +
 docs/reference/pygio-filteroutputstream.xml |	152
 +++++++++++++++++++++++++++
 3 files changed, 155 insertions(+), 0 deletions(-)

commit e2c31f916967229b6547e68013628ce0082cf875
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 13:29:59 2009 +0200

    Add gio.FilterInputStream docs

 docs/Makefile.am			    |	 2 +
 docs/reference/pygio-classes.xml	    |	 1 +
 docs/reference/pygio-filterinputstream.xml |  152
 ++++++++++++++++++++++++++++
 3 files changed, 155 insertions(+), 0 deletions(-)

commit 49a467eee445bc75554db0374006722ac075194b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 11:33:20 2009 +0200

    Add API appeared in 2.20 but not marked as such in gio docs

 gio/gio.defs |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit 180c157f2a20b7d2dd9af05bfb5f515fd23870a0
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 10:41:26 2009 +0200

    Wrap gio.FileOutputStream.query_info_async

    Add the wrapper for gio.FileOutputStream.query_info_async
    including docs and a test.

 docs/Makefile.am			   |	2 +
 docs/reference/pygio-classes.xml	   |	1 +
 docs/reference/pygio-fileoutputstream.xml |  257
 +++++++++++++++++++++++++++++
 gio/Makefile.am			   |	3 +-
 gio/gfileoutputstream.override		   |   68 ++++++++
 gio/gio.override			   |	1 +
 tests/test_gio.py			   |   27 +++
 7 files changed, 358 insertions(+), 1 deletions(-)

commit 4673577d1f6c3d54423808dd575987092fb05ad2
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue Jun 2 10:17:41 2009 +0200

    Fix gio.FileInputStream docs

    Add implemented interface section and remove a method description

 docs/reference/pygio-fileinputstream.xml |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)

commit 1e1cad02879d514745b5233658654cbe944530a5
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 1 22:54:26 2009 +0200

    Fix the method name

 gio/gfileinputstream.override |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit f605811afe8c91f121e89b6f9ec28c70b62f4110
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon Jun 1 22:40:56 2009 +0200

    Wrap gio.FileInputStream.query_async

    Add the wrapper for gio.FileInputStream.query_async including docs and
    a test.

 docs/Makefile.am			  |    2 +
 docs/reference/pygio-classes.xml	  |    1 +
 docs/reference/pygio-fileinputstream.xml |  221
 ++++++++++++++++++++++++++++++
 gio/Makefile.am			  |    1 +
 gio/gfileinputstream.override		  |   68 +++++++++
 gio/gio.override			  |    1 +
 tests/test_gio.py			  |   27 ++++
 7 files changed, 321 insertions(+), 0 deletions(-)

commit 08623e54a426377c1504b5c364aabae5a17f8ad8
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sun May 31 17:43:16 2009 +0300

    Install executable codegen parts with executing permissions

    Also add shebang where it was missing.  Bug #583979.

 codegen/Makefile.am	  |   23 ++++++++++++-----------
 codegen/code-coverage.py |    2 ++
 codegen/codegen.py	  |    2 ++
 codegen/defsconvert.py   |    2 ++
 4 files changed, 18 insertions(+), 11 deletions(-)

commit 833d4da202bcfcb01a414f8aec4b751ec8e1ccb2
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sat May 30 16:57:49 2009 +0300

    Wrap gio.DataInputStream.read_line_async and read_until_async

    Wrap the functions and their corresponding *_finish() functions.
    Create 'gdatainputstream.override' for these and move two existing
    functions there.  Add unit tests.  Re-enable synchronous read_line
    unit test and adjust it for new official GIO behavior.  Bug #584285.

 gio/Makefile.am	       |    1 +
 gio/gdatainputstream.override |  250
 +++++++++++++++++++++++++++++++++++++++++
 gio/ginputstream.override     |   65 -----------
 gio/gio.defs		       |    4 +-
 gio/gio.override	       |    1 +
 tests/test_gio.py	       |   51 ++++++++-
 6 files changed, 300 insertions(+), 72 deletions(-)

commit 2cb569c0ced49f9ed5ca83292d5f15c837066688
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sat May 30 17:24:15 2009 +0300

    Fix gio.OutputStream.splice_async

    Bug #584290.

 gio/goutputstream.override |	 8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit e43fa429f6b4019a432acb481bbc07c8201cc46d
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Wed May 27 21:19:27 2009 +0300

    Code maintenance: ignore one more file created by unit tests

 tests/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 76e9dc74ac706a9207f9d31f887d6e38df2a678f
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon May 25 20:20:38 2009 +0200

    Update the docs with new 2.20 API

 docs/reference/pygio-appinfo.xml |  115 ++++++++++++++++++++++++++++
 docs/reference/pygio-icon.xml	  |   99 +++++++++++++++++++++++-
 docs/reference/pygio-mount.xml   |  156
 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 367 insertions(+), 3 deletions(-)

commit 8e40d71ac23deb7d91789486ee8cad440a6be1dd
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon May 25 01:33:08 2009 +0200

    Add gio 2.20 API

    add the new API added in gio 2.20, some needs to be wrapped manually

 gio/gio.defs  |  106
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gio/unix.defs |   48 +++++++++++++++++++++----
 2 files changed, 146 insertions(+), 8 deletions(-)

commit 0d08df42514fba6abc896814abfee0d2d083c29e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon May 25 00:14:21 2009 +0200

    Post release version bump 2.19.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit edfb09e3de7baf294b3beba84b4ecb94e1f16764
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 24 23:56:29 2009 +0200

    Update NEWS, release 2.18.0

 NEWS	      |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit e0648ea435e0b309cdd5bb0ebe56d4534efd26e4
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 24 22:18:40 2009 +0200

    Add documentation for the gio.OutputStream class

    The docs for this class are not completed, missing methods
    descriptions.
    The index is complete though, it will be completed once all the
    classes
    are in place so we can ship a (almost) complete reference.

 docs/Makefile.am		       |    2 +
 docs/reference/pygio-classes.xml      |    3 +-
 docs/reference/pygio-outputstream.xml |  140
 +++++++++++++++++++++++++++++++++
 3 files changed, 144 insertions(+), 1 deletions(-)

commit 11524cdf6472d9115a812ce431f6767aec5627bc
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 24 22:12:04 2009 +0200

    Wrap gio.OutputStream.splice_async()

    wrap gio.OutputStream.splice_async() and add a test.

 gio/goutputstream.override |	58
 +++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gio.py	    |	20 +++++++++++++++
 2 files changed, 77 insertions(+), 1 deletions(-)

commit 82ad6b8c8ea4d6694126f5e0e67b826717e38f19
Author: Emilio Pozuelo Monfort <pochu@ubuntu.com>
Date:	Sun May 24 22:55:16 2009 +0300

    Add Python version into installed libpyglib name

    Do this now, while no-one (as far as we know) links to the library
    besides PyGObject itself.  Bug #550235.

 configure.ac	     |	  2 ++
 gio/Makefile.am     |	  2 +-
 glib/Makefile.am    |	 10 +++++-----
 gobject/Makefile.am |	  2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

commit 59da8cd24ea390b6c983995833ec6b0e5d028b35
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 24 11:44:24 2009 +0200

    Wrap gio.OutputStream.flush_async()

    wrap gio.OutputStream.flush_async() and add a test.

 gio/goutputstream.override |	47
 +++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gio.py	    |	11 ++++++++++
 2 files changed, 57 insertions(+), 1 deletions(-)

commit 84ab6178ed0033f69932df5bc73c86bdff80c953
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 17 17:29:37 2009 +0200

    Add documentation for the gio.FileMonitor class

    The docs for this class are not completed, missing methods
    descriptions.
    The index is complete though, it will be completed once all the
    classes
    are in place so we can ship a (almost) complete reference.

 docs/Makefile.am		      |    2 +
 docs/reference/pygio-classes.xml     |    1 +
 docs/reference/pygio-filemonitor.xml |  128
 ++++++++++++++++++++++++++++++++++
 3 files changed, 131 insertions(+), 0 deletions(-)

commit 629496a5617d30e4dfa494b05a62c85a6af77b9a
Author: Josselin Mouette <joss@malsain.org>
Date:	Sun May 17 18:03:44 2009 +0300

    Use 'Requires.private' for libffi in '.pc' files

    Correction for patch in bug #550231.

 pygobject-2.0-uninstalled.pc.in |    3 ++-
 pygobject-2.0.pc.in		 |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 90cd8b7c4a25cd2ecb751f8337b401c98538272b
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Wed May 13 21:54:39 2009 +0200

    Add wrapper for gio.FileAttributeMatcher

    added a boxed type for gio.FileAttributeMatcher which has been
    forgotten while
    wrapping the gio API. This should probably be done in gio itself.

 gio/gfileinfo.override |   24 ++++++++++++++++++++++--
 gio/gio-types.defs	|    7 +++++++
 gio/gio.override	|    2 ++
 3 files changed, 31 insertions(+), 2 deletions(-)

commit e707447d9313f2f2ecba395cfe3682d5a5e859f4
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Wed May 13 22:06:25 2009 +0300

    Mark relevant glib.IOChannel methods as METH_NOARGS

    Additionally fix glib.IOChannel.set_close_on_unref: was marked
    METH_NOARGS but actually accepted arguments.  Fixes bug #582427.

 glib/pygiochannel.c |	 83
 ++++++++++++--------------------------------------
 1 files changed, 20 insertions(+), 63 deletions(-)

commit 002915e5f458fec5a89766a54e8119a70a80caa7
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Tue May 12 20:37:24 2009 +0200

    Add documentation for the gio.FileInfo class

    The docs for this class are not completed, missing methods
    descriptions.
    The index is complete though, it will be completed once all the
    classes
    are in place so we can ship a (almost) complete reference.

 docs/Makefile.am		   |	2 +
 docs/reference/pygio-classes.xml  |	1 +
 docs/reference/pygio-fileinfo.xml |  346
 +++++++++++++++++++++++++++++++++++++
 3 files changed, 349 insertions(+), 0 deletions(-)

commit 8cd25c871609580425c6c4c9e5bc6ec8d40862a1
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sat May 9 16:46:04 2009 +0300

    Retire hand-written ChangeLog; autocreate from Git history

    Basically copied over from GLib source tree.

 ChangeLog	    | 3606
 ---------------------------------------------------
 ChangeLog.pre-2.18 | 3608
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am	    |	32 +
 3 files changed, 3640 insertions(+), 3606 deletions(-)

commit 23556bdbcf9cf06db866901fb822dd78a9043648
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat May 9 00:03:05 2009 +0200

    Fix a bug in InputStream.skip_async

    use the count argument instead of buffer_size which is always zero

 gio/ginputstream.override |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ed6b06315c17441b41c001d38537c904b8fe18de
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat May 9 00:02:33 2009 +0200

    Add docs for the gio.InputStream class

 docs/Makefile.am		      |    2 +
 docs/reference/pygio-classes.xml     |    1 +
 docs/reference/pygio-inputstream.xml |  730
 ++++++++++++++++++++++++++++++++++
 3 files changed, 733 insertions(+), 0 deletions(-)

commit d58322b84d47da7905f95b43e9e0daf9f7c4b507
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Mon May 4 23:40:28 2009 +0200

    Wrap gio.InputStream.skip_async()

    wrap gio.InputStream.skip_async() and add a test.

 gio/ginputstream.override |   50
 ++++++++++++++++++++++++++++++++++++++++++++-
 tests/test_gio.py	   |   20 ++++++++++++++++++
 2 files changed, 69 insertions(+), 1 deletions(-)

commit 2311187824d1b48a996ee2620fd3c9a63e3edd66
Author: Siavash Safi <siavash@siavashs.org>
Date:	Mon May 4 15:46:49 2009 +0430

    Add -n --namespace option and the code to remove
    dll API in headers, Added documentation

    Patch from bug #579275

 ChangeLog	  |    8 +++
 codegen/h2def.py |  133
 ++++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 117 insertions(+), 24 deletions(-)

commit 442ec5bb997bb7dab55baeea6e54e79d3ce0d3c1
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Sat May 2 23:54:52 2009 +0300

    Properly mark glib.get_user_special_dir() as a keywords method

    Fixes bug #581082.

 glib/glibmodule.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f466dca880cc6ea68b9fe236943eea7a07d33520
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 3 11:03:25 2009 +0200

    Add docs for the gio.LoadableIcon class

 docs/Makefile.am		       |    2 +
 docs/reference/pygio-classes.xml      |    1 +
 docs/reference/pygio-loadableicon.xml |  198
 +++++++++++++++++++++++++++++++++
 3 files changed, 201 insertions(+), 0 deletions(-)

commit eab4ebf7f6c82580b61205f34e1cfe535aeada60
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sun May 3 01:21:55 2009 +0200

    Add docs for the gio.ThemedIcon class

 docs/Makefile.am		     |	  2 +
 docs/reference/pygio-classes.xml    |	  1 +
 docs/reference/pygio-themedicon.xml |	204
 +++++++++++++++++++++++++++++++++++
 3 files changed, 207 insertions(+), 0 deletions(-)

commit 22d7de8b620055f14b30f9c3c99160c8b4ebe672
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Sat May 2 12:25:19 2009 +0200

    post release version bump to 2.17.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 282ac3c76e1e3513bd76f819f320ec56aba15d9e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri May 1 23:40:31 2009 +0200

    Fix the class title

 docs/reference/pygio-mountoperation.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8b70dec1e5c09b73ae277f4f5b246315841fb8e
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Fri May 1 22:24:33 2009 +0200

    Add docs for the gio.MountOperation class

 docs/Makefile.am			 |    2 +
 docs/reference/pygio-classes.xml	 |    1 +
 docs/reference/pygio-constants.xml	 |  107 +++++
 docs/reference/pygio-mountoperation.xml |  726
 +++++++++++++++++++++++++++++++
 4 files changed, 836 insertions(+), 0 deletions(-)

commit fceea8e843e880f0469e454df23141e7dd2bc0cf
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
Date:	Thu Apr 30 22:13:06 2009 +0200

    Update NEWS, release 2.17.0

 NEWS |   93
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 93 insertions(+), 0 deletions(-)

commit 47389217d1a65a8e3f404d486c508cf5d3164756
Author: Paul Pogonyshev <pogonyshev@gmx.net>
Date:	Thu Apr 30 22:47:19 2009 +0300

    Fix memory leak in gio.File.query_info_async()

    After the recent patch it would leak exception data if old argument
    order was used.  Properly decref the objects.

 gio/gfile.override |	 4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
