summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:47:40 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:47:43 +0900
commitb5f931cb493581fd50c1dfd70b56b86bb06577be (patch)
treeee1c36c554a96ba2abe788efb99f535a6dcb3c55
parentea25e6fa3f481a660c99b7c547a9edf201ccc553 (diff)
downloadpygobject2-b5f931cb493581fd50c1dfd70b56b86bb06577be.tar.gz
pygobject2-b5f931cb493581fd50c1dfd70b56b86bb06577be.tar.bz2
pygobject2-b5f931cb493581fd50c1dfd70b56b86bb06577be.zip
Imported Upstream version 3.4.1.1
Change-Id: I1a118b7fbc2f48d20fda2013e99dfef5d2460b0c Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--ChangeLog7149
-rw-r--r--Makefile.am15
-rw-r--r--Makefile.in15
-rw-r--r--NEWS23
-rw-r--r--PKG-INFO4
-rw-r--r--aclocal.m418
-rwxr-xr-xconfig.sub11
-rwxr-xr-xconfigure595
-rw-r--r--configure.ac9
-rw-r--r--gi/Makefile.in8
-rw-r--r--gi/_glib/Makefile.in8
-rw-r--r--gi/_glib/pygiochannel.c9
-rw-r--r--gi/_gobject/Makefile.in8
-rw-r--r--gi/_gobject/pygobject.c10
-rw-r--r--gi/overrides/GLib.py30
-rw-r--r--gi/overrides/Gio.py9
-rw-r--r--gi/overrides/Makefile.in8
-rw-r--r--gi/pygi-argument.c41
-rw-r--r--gi/pygi-cache.c1
-rw-r--r--gi/pygi-callbacks.c4
-rw-r--r--gi/pygi-ccallback.c1
-rw-r--r--gi/pygi-closure.c42
-rw-r--r--gi/pygi-info.c4
-rw-r--r--gi/pygi-invoke-state-struct.h4
-rw-r--r--gi/pygi-invoke.c7
-rw-r--r--gi/pygi-marshal-cleanup.c14
-rw-r--r--gi/pygi-marshal-cleanup.h4
-rw-r--r--gi/pygi-marshal-from-py.c84
-rw-r--r--gi/pygi-property.c28
-rw-r--r--gi/pygi-repository.c3
-rw-r--r--gi/repository/Makefile.in8
-rw-r--r--ltmain.sh32
-rw-r--r--m4/libtool.m433
-rw-r--r--tests/Makefile.am50
-rw-r--r--tests/Makefile.in56
-rw-r--r--tests/org.gnome.test.gschema.xml9
-rw-r--r--tests/test_everything.py164
-rw-r--r--tests/test_gi.py33
-rw-r--r--tests/test_overrides.py7
-rw-r--r--tests/test_overrides_gio.py17
-rw-r--r--tests/test_overrides_glib.py51
-rw-r--r--tests/testhelpermodule.c2
42 files changed, 4639 insertions, 3989 deletions
diff --git a/ChangeLog b/ChangeLog
index 3abad55..51dd2c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,392 @@
+commit d855f84ace946b31738846cb0146b63dd3505f3d
+Author: Paolo Borelli <pborelli@gnome.org>
+Date: Wed Oct 17 18:52:33 2012 +0200
+
+ Release 3.4.1.1
+
+ Cut a bugfix release to have the correct g-i requirement
+
+ NEWS | 5 +++++
+ configure.ac | 4 ++--
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit a8c1fe6eeaf720ee373d8490ffbcf99a05d2c5ed
+Author: Kalev Lember <kalevlember@gmail.com>
+Date: Wed Oct 17 18:27:14 2012 +0200
+
+ Install the .egg-info files into correct multilib directory
+
+ This makes sure the .egg-info files end up in the same python
+ top level
+ directory as the rest of the gi .py files.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=686315
+
+ Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6ba6b7ba90122954bb421c23606e9516697ba147
+Author: Simon Feltman <s.feltman@gmail.com>
+Date: Mon Oct 15 04:03:50 2012 -0700
+
+ Fix leaked vfunc return values
+
+ Simple fix to dec ref returned values from closures wrapping
+ python functions.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=686140
+
+ gi/pygi-closure.c | 1 +
+ tests/test_gi.py | 21 +++++++++++++++++++--
+ 2 files changed, 20 insertions(+), 2 deletions(-)
+
+commit b86740c3ab5b34ea0de083d0d922ae4cbee69bbe
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Mon Oct 15 08:53:47 2012 +0200
+
+ configure.ac: Post-release bump to 3.4.2
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b15201833ef7c738eea089affe21ec77b502619b
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Mon Oct 15 08:36:28 2012 +0200
+
+ release 3.4.1
+
+ NEWS | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
+commit 75e373b99c3cb66dd60b13c803e5f7eec77cc415
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Mon Oct 15 07:42:05 2012 +0200
+
+ Skip Regress tests with --disable-cairo
+
+ We need cairo to build g-i's Regress library, gir, and typelib. Update
+ configure.ac to only require cairo if --disable-cairo was not
+ given. With
+ --disable-cairo, skip building the Regress library and skip all
+ tests which use
+ it.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685094
+
+ configure.ac | 5 ++---
+ tests/Makefile.am | 45
+ +++++++++++++++++++++++++++------------------
+ tests/test_everything.py | 15 +++++++++++----
+ tests/test_overrides.py | 7 ++++++-
+ 4 files changed, 46 insertions(+), 26 deletions(-)
+
+commit a2ab72aa39824579d1767d1fdba7e1031341f86c
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Fri Oct 12 11:05:24 2012 +0200
+
+ _pygi_marshal_from_py_uint64: Re-fix check of negative values
+
+ Fix regression from commit 1bfcd5d94 (exposed by several test cases)
+ when using
+ Python 2.x.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685000
+
+ gi/pygi-marshal-from-py.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 22c22124b787ae67638aff89796d7ce14900ea8e
+Author: Simon Feltman <s.feltman@gmail.com>
+Date: Mon Oct 8 05:54:30 2012 -0700
+
+ Fix leak with python callables as closure argument.
+
+ The fix adds an extra args_data list to the PyGIInvokeState
+ structure. This list is used to track dynamically generated
+ closures that wrap python callables. This allows the ffi closure
+ and python callable to be freed when call scope has finished.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685598
+
+ gi/pygi-cache.c | 1 +
+ gi/pygi-closure.c | 41 +++++++++----
+ gi/pygi-invoke-state-struct.h | 4 ++
+ gi/pygi-invoke.c | 7 +++
+ gi/pygi-marshal-cleanup.c | 14 +++++
+ gi/pygi-marshal-cleanup.h | 4 ++
+ gi/pygi-marshal-from-py.c | 57 ++++++++++++++----
+ tests/test_everything.py | 137
+ +++++++++++++++++++++++++++++++-----------
+ 8 files changed, 206 insertions(+), 59 deletions(-)
+
+commit c0bc69906df2db64560f7c054277ad1956aab57f
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Thu Oct 11 17:49:30 2012 +0200
+
+ Gio overrides: Handle setting GSettings enum keys
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685947
+
+ gi/overrides/Gio.py | 9 ++++++++-
+ tests/test_overrides_gio.py | 3 +++
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit bbbb7c9ed047a22ac3c43f2b0331d3b5ea32e812
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Thu Oct 11 17:20:38 2012 +0200
+
+ tests: Check reading GSettings enums in Gio overrides
+
+ Also split test_override() into several smaller test cases.
+
+ tests/org.gnome.test.gschema.xml | 9 +++++++++
+ tests/test_overrides_gio.py | 14 +++++++++-----
+ 2 files changed, 18 insertions(+), 5 deletions(-)
+
+commit 8a2e96cd4e33b6c119a368d73a9d5504576cdccb
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Thu Oct 11 16:08:11 2012 +0200
+
+ Fix unsigned values in GArray/GList/GSList/GHash
+
+ _pygi_hash_pointer_to_arg() needs to handle unsigned integers as well.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685860
+
+ gi/pygi-argument.c | 9 +++++++++
+ tests/test_gi.py | 12 ++++++++++++
+ 2 files changed, 21 insertions(+)
+
+commit d394acbb58b38e6f52ee71e8e663a892676ab9e4
+Author: Colin Walters <walters@verbum.org>
+Date: Thu Oct 4 20:13:55 2012 -0400
+
+ build: Fix srcdir != builddir
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 1bfcd5d94b71edc9f03c8b3e87952a8bc8097586
+Author: Alban Browaeys <prahal@yahoo.com>
+Date: Thu Sep 27 22:44:22 2012 +0200
+
+ _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check
+
+ Casting an unsigned to signed and checking if positive was not
+ good. Check the
+ unsigned 64 is below G_MAXUINT64 instead.
+
+ Side issue in https://bugzilla.gnome.org/show_bug.cgi?id=685000
+
+ gi/pygi-marshal-from-py.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f0870336b9fc7797895f206e0d3ef17a19efe253
+Author: Johan Dahlin <johan@gnome.org>
+Date: Tue Oct 2 05:30:16 2012 -0700
+
+ Install an .egg-info file
+
+ This will help easy_install and pip to figure out that PyGObject
+ is already installed.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=680138
+
+ Makefile.am | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
+commit 4c9318d97aa34051a0460e8db2ed0f963126b7f5
+Author: Johan Dahlin <johan@gnome.org>
+Date: Thu Oct 4 09:42:41 2012 +0200
+
+ PyGProps_getattro(): Fix GObjectClass leak
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685218
+
+ gi/_gobject/pygobject.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 2aa61520eb4f293ce94d54605d7642a39e18e03d
+Author: Olivier Crête <olivier.crete@collabora.com>
+Date: Mon Sep 17 15:16:32 2012 -0400
+
+ pygobject.c: Don't leak GObjectClass reference
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684062
+
+ gi/_gobject/pygobject.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 43d356d03d4c83e9de3c56f98a70d387b46f17af
+Author: Alban Browaeys <prahal@yahoo.com>
+Date: Sat Sep 29 01:17:14 2012 +0200
+
+ Fix memory leak in _pygi_argument_to_array()
+
+ Length arg and type info need to be unref'ed.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685082
+
+ gi/pygi-argument.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 34270a109d2af20391c80e88874ee7303eaf5c09
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Fri Sep 28 07:42:51 2012 +0200
+
+ Fix error messages for out of range numbers
+
+ PyErr_Format() does not understand %lli and %li, it needs to be %lld
+ and %ld.
+ So we cannot use those and G_GINT64_FORMAT.
+
+ Also remove the "if (long_ < G_MININT64 || long_ > G_MAXINT64)"
+ check, as long_
+ is a gint64 which can't possibly overflow its own data type. It
+ would also have
+ an unprintable error message.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684314
+
+ gi/pygi-marshal-from-py.c | 21 ++++++++-------------
+ 1 file changed, 8 insertions(+), 13 deletions(-)
+
+commit 7f1422bf929976722edd6144beb0b4c96d74391b
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Fri Sep 28 06:59:38 2012 +0200
+
+ Kill dbus-daemon after running tests
+
+ dbus-launch does not kill the spawned dbus-daemon by itself (see
+ https://bugs.freedesktop.org/show_bug.cgi?id=39196), so do that
+ after running
+ our tests. Take care to preserve the exit code.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=685009
+
+ tests/Makefile.am | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit bfd9c8fac1ea240b29fbcd4185dc1702539c1e96
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Thu Sep 27 08:18:34 2012 +0200
+
+ GVariant overrides: Support empty tuple arrays
+
+ Implement the "empty value" branch in _create_tuple(), so that
+ _create_array()
+ can call it for parsing the element type for an empty array.
+
+ This fixes creating variants such as GLib.Variant('a(ii)', []).
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684928
+
+ gi/overrides/GLib.py | 30 +++++++++++++++++++++++-------
+ tests/test_overrides_glib.py | 31 +++++++++++++++++++++++++++++++
+ 2 files changed, 54 insertions(+), 7 deletions(-)
+
+commit 75d452ea5b179c3585adcf95356b4316c9180768
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Thu Sep 27 06:50:12 2012 +0200
+
+ TestGVariant: Split creation test case into several smaller ones
+
+ tests/test_overrides_glib.py | 20 ++++++--------------
+ 1 file changed, 6 insertions(+), 14 deletions(-)
+
+commit 4a20bcb3f97614044d351f8e436a81d332db55ba
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Tue Sep 25 09:10:10 2012 +0200
+
+ Fix unused variables and results
+
+ This gets rid of all warnings except the deprecated symbol ones.
+
+ gi/_glib/pygiochannel.c | 9 +++------
+ gi/pygi-argument.c | 4 +---
+ gi/pygi-callbacks.c | 4 ----
+ gi/pygi-ccallback.c | 1 -
+ gi/pygi-repository.c | 3 +--
+ 5 files changed, 5 insertions(+), 16 deletions(-)
+
+commit 5285f14fee93d2729d4422c40a945adc2be69c14
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Tue Sep 25 08:56:20 2012 +0200
+
+ tests: Fix wrong return type in test_int64_callback()
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684700
+
+ tests/testhelpermodule.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e14ebab6099d082466ec11ca21d44de0d6017216
+Author: Giovanni Campagna <gcampagna@src.gnome.org>
+Date: Wed Sep 19 00:10:57 2012 +0200
+
+ Fix GValue marshalling of long and unsigned long
+
+ long can be equivalent to int64 or int32, depending on the
+ architecture,
+ and GI conflates this distinction in the typelib, but GType does
+ not, and
+ warns if the wrong accessor is used.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684331
+
+ gi/pygi-argument.c | 25 +++++++++++++++++++++----
+ 1 file changed, 21 insertions(+), 4 deletions(-)
+
+commit 50571dd27d1f7c6bed8c5aaa518b504c9f4c4ab6
+Author: Simon Feltman <s.feltman@gmail.com>
+Date: Wed Sep 19 19:07:00 2012 -0700
+
+ Clean up deprecation message for assigning gpointers to objects.
+
+ The previous deprecation message was worded as if the deprecation
+ had already occurred and it has not.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=683599
+
+ gi/pygi-info.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4bfe7972546413f46f5c36737ff03bb5612c1921
+Author: Olivier Crête <olivier.crete@collabora.com>
+Date: Tue Sep 18 08:52:02 2012 +0200
+
+ pygi-property: Lookup property in base classes of non-introspected
+ types
+
+ Look for introspection data in the base classes of non-introspected
+ gtypes.
+ This is necessary to look up introspection data for plugins.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=684058
+
+ gi/pygi-property.c | 28 ++++++++++++++--------------
+ tests/test_everything.py | 12 ++++++++++++
+ 2 files changed, 26 insertions(+), 14 deletions(-)
+
+commit 7aa94cc861082147b9c382b930f3257f0a842c84
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Mon Sep 24 09:41:10 2012 +0200
+
+ post-release bump to 3.4.1
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fcceed3adb8d78baba68861a1408627321b2c1ef
+Author: Martin Pitt <martinpitt@gnome.org>
+Date: Mon Sep 24 09:35:33 2012 +0200
+
+ release 3.4.0
+
+ NEWS | 3 +++
+ configure.ac | 4 ++--
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
commit 645a9d9d4712f8f0d1b63899b309bbc97eb1f216
Author: Martin Pitt <martinpitt@gnome.org>
Date: Mon Sep 24 09:27:47 2012 +0200
@@ -6,7 +395,7 @@ Date: Mon Sep 24 09:27:47 2012 +0200
To ensure we have all the Regress test APIs that we use.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b6f4ef327fbeaa10fd74571c3df540311834d6ae
@@ -15,7 +404,7 @@ Date: Mon Sep 17 22:52:49 2012 +0200
post-release bump to 3.3.93
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7e154cf01cf0ce7a8b52c45ba4db755f73b45d1d
@@ -24,7 +413,7 @@ Date: Mon Sep 17 22:48:13 2012 +0200
release 3.3.92
- NEWS | 12 ++++++++++++
+ NEWS | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit adbe30dc72b4d88bb31055f6ee33fddf32638af9
@@ -39,8 +428,8 @@ Date: Mon Sep 17 22:32:55 2012 +0200
Update HACKING to point this out, too.
- HACKING | 2 +-
- Makefile.am | 22 ++++++++++++++++------
+ HACKING | 2 +-
+ Makefile.am | 22 ++++++++++++++++------
2 files changed, 17 insertions(+), 7 deletions(-)
commit be4a0682bdd189ee908ab1961001f759a80e133c
@@ -55,8 +444,8 @@ Date: Sun Sep 16 17:27:25 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=675581
- gi/pygi-info.c | 8 ++++++++
- tests/test_gi.py | 12 ++++++++++++
+ gi/pygi-info.c | 8 ++++++++
+ tests/test_gi.py | 12 ++++++++++++
2 files changed, 20 insertions(+)
commit 3ada408434860d0c8eee6c6a869b5a3d801cfbc8
@@ -72,7 +461,7 @@ Date: Thu Sep 13 20:53:22 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=683599
- gi/pygi-info.c | 8 ++++++++
+ gi/pygi-info.c | 8 ++++++++
1 file changed, 8 insertions(+)
commit a047f61f26d9c78b82d22948199313e5a389e918
@@ -87,7 +476,7 @@ Date: Mon Sep 17 09:41:24 2012 +0200
See https://bugzilla.gnome.org/show_bug.cgi?id=684058
- tests/test_properties.py | 12 ++++++++++++
+ tests/test_properties.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit 3e6a4000cbc4b0cb503fcd89b50202ed0b70d3a7
@@ -100,8 +489,8 @@ Date: Mon Sep 17 09:31:05 2012 +0200
some test
cases to better describe what they do.
- tests/test_properties.py | 78
- +++++++++++++++++++++++-----------------------
+ tests/test_properties.py | 78
+ ++++++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
commit 4069c3d8547f35437e0cee175a5912febe25326d
@@ -110,7 +499,7 @@ Date: Wed Sep 12 06:51:24 2012 +0200
test_everything: Ensure TestSignals callback does get called
- tests/test_everything.py | 3 +++
+ tests/test_everything.py | 3 +++
1 file changed, 3 insertions(+)
commit 4e4c87e3868948743e0446abe2ba0cf5626374c4
@@ -127,9 +516,9 @@ Date: Fri Sep 7 17:17:09 2012 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=683596
- gi/pygi-argument.c | 8 +++++--
- tests/test_everything.py | 52
- ++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.c | 8 ++++++--
+ tests/test_everything.py | 52
+ ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
commit e474ce243ea7a58358af344ccadb1418f4d2c8eb
@@ -141,7 +530,7 @@ Date: Tue Sep 11 12:32:10 2012 +0200
Signed-off-By: Martin Pitt <martinpitt@gnome.org>
Signed-off-By: Paolo Borelli <pborelli@gnome.org>
- pygobject.doap | 7 +++++++
+ pygobject.doap | 7 +++++++
1 file changed, 7 insertions(+)
commit ee1fc78258f10e8a7872ee3da6c9ad6e7984706e
@@ -156,7 +545,7 @@ Date: Tue Sep 11 10:17:50 2012 +0200
read, and we
really do not want global single-letter variables like "f" and "l".
- tests/test_signal.py | 38 ++++++++++++++++----------------------
+ tests/test_signal.py | 38 ++++++++++++++++----------------------
1 file changed, 16 insertions(+), 22 deletions(-)
commit 3688cf6efe7161585b943cfaafcfd4610b7ad768
@@ -167,8 +556,8 @@ Date: Tue Sep 11 10:11:58 2012 +0200
Use underscore style method/test case names consistently.
- tests/test_signal.py | 88
- +++++++++++++++++++++++++-------------------------
+ tests/test_signal.py | 88
+ ++++++++++++++++++++++++++--------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
commit 4559247553b792db956f69c9674c12344d719c82
@@ -184,8 +573,8 @@ Date: Tue Sep 11 09:43:14 2012 +0200
not work and it is not clear whether it should:
https://bugzilla.gnome.org/show_bug.cgi?id=683775
- tests/test_signal.py | 41 +++++++++++++++++++++++++++++++++++++++++
- tests/testhelpermodule.c | 17 +++++++++++++++++
+ tests/test_signal.py | 41 +++++++++++++++++++++++++++++++++++++++++
+ tests/testhelpermodule.c | 17 +++++++++++++++++
2 files changed, 58 insertions(+)
commit fddb01b0b71b68d154d130cf40fd5f38647b1a4d
@@ -198,8 +587,8 @@ Date: Tue Sep 11 09:31:18 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=683596
but this works already.
- tests/test_signal.py | 13 +++++++++++++
- tests/testhelpermodule.c | 36 ++++++++++++++++++++++++++++++++++++
+ tests/test_signal.py | 13 +++++++++++++
+ tests/testhelpermodule.c | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
commit 4f77c7798563ea436ff5b6306a987f03de50b211
@@ -217,8 +606,8 @@ Date: Fri Sep 7 02:32:15 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=683150
- gi/pygi-argument.c | 8 +-------
- gi/pygi-info.c | 14 +++++++++++++-
+ gi/pygi-argument.c | 8 +-------
+ gi/pygi-info.c | 14 +++++++++++++-
2 files changed, 14 insertions(+), 8 deletions(-)
commit 15046b5a11f6c58a3e5a9c50cf0ce7f31f2cd55f
@@ -227,8 +616,8 @@ Date: Mon Sep 10 16:46:30 2012 +0200
Test gint64 C signal arguments and return values
- tests/test_signal.py | 12 ++++++++++++
- tests/testhelpermodule.c | 14 ++++++++++++++
+ tests/test_signal.py | 12 ++++++++++++
+ tests/testhelpermodule.c | 14 ++++++++++++++
2 files changed, 26 insertions(+)
commit 822d9e07a95f706a40f64335765293542787da90
@@ -239,7 +628,7 @@ Date: Mon Sep 10 16:29:32 2012 +0200
See https://bugzilla.gnome.org/show_bug.cgi?id=683596
- tests/test_gi.py | 9 +++++++++
+ tests/test_gi.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit 2d83e52233812618493af4b165615e8741ba41c8
@@ -250,7 +639,7 @@ Date: Wed Sep 5 08:54:53 2012 +0200
To ensure we have all the Regress test APIs that we use.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6a4f4dc9a3d21c3ac8a0aa51432fb8952b4e1ebf
@@ -261,7 +650,7 @@ Date: Wed Aug 8 12:57:41 2012 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=683379
- pygobject-3.0-uninstalled.pc.in | 6 +++---
+ pygobject-3.0-uninstalled.pc.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit d8f1398dbc7fa7803639c542a607f24f18614ad6
@@ -270,7 +659,7 @@ Date: Mon Sep 3 22:16:47 2012 +0200
post-release bump to 3.3.92
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ea992324b8197b2d04ff2849b9ab46f8a04b4ed7
@@ -279,7 +668,7 @@ Date: Mon Sep 3 22:04:01 2012 +0200
release 3.3.91
- NEWS | 32 ++++++++++++++++++++++++++++++++
+ NEWS | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
commit 1e1f5b2f2f15547c1f2cbc948d2b764bd0a37c44
@@ -290,7 +679,7 @@ Date: Mon Sep 3 21:57:00 2012 +0200
Regression from commit 77844c5 which did not work with Python 2.
- tests/test_everything.py | 12 +++++++-----
+ tests/test_everything.py | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
commit 41bb687c058e08b05108b4b2f081cd83d4f93da8
@@ -305,7 +694,7 @@ Date: Mon Sep 3 21:16:01 2012 +0200
for all
tests to succeed, but that hasn't been released yet.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 77844c571ad0badc189428b93de9f2572051b67e
@@ -319,8 +708,8 @@ Date: Mon Sep 3 17:58:38 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=639972
- gi/pygi-struct.c | 7 +++++++
- tests/test_everything.py | 13 +++++++++++++
+ gi/pygi-struct.c | 7 +++++++
+ tests/test_everything.py | 13 +++++++++++++
2 files changed, 20 insertions(+)
commit 0d099bdb3f4bbd962e5e60b583673d9e6f5673cc
@@ -335,8 +724,8 @@ Date: Mon Sep 3 16:47:22 2012 +0200
Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-argument.c | 10 +++++++++-
- tests/test_signal.py | 14 ++++++++++++++
+ gi/pygi-argument.c | 10 +++++++++-
+ tests/test_signal.py | 14 ++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
commit 69fb92c22b3f3d1d5e8c3e14134eee3242fdc5fc
@@ -347,8 +736,8 @@ Date: Mon Sep 3 16:06:49 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=683265
- tests/test_signal.py | 6 ++++++
- tests/testhelpermodule.c | 12 ++++++++++++
+ tests/test_signal.py | 6 ++++++
+ tests/testhelpermodule.c | 12 ++++++++++++
2 files changed, 18 insertions(+)
commit a7c524219987fbf37e455a91e4c78d2b9b4db12d
@@ -372,12 +761,12 @@ Date: Tue Mar 20 04:33:50 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=434924
- examples/signal.py | 34 ++++--
- gi/_gobject/Makefile.am | 3 +-
- gi/_gobject/__init__.py | 5 +
- gi/_gobject/signalhelper.py | 251
- +++++++++++++++++++++++++++++++++++++++++++
- tests/test_signal.py | 208 +++++++++++++++++++++++++++++++++--
+ examples/signal.py | 34 ++++--
+ gi/_gobject/Makefile.am | 3 +-
+ gi/_gobject/__init__.py | 5 +
+ gi/_gobject/signalhelper.py | 251
+ ++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_signal.py | 208 ++++++++++++++++++++++++++++++++++--
5 files changed, 482 insertions(+), 19 deletions(-)
commit 96fa22369fd188465559fc904c7f76e73040e6dd
@@ -393,8 +782,8 @@ Date: Mon Sep 3 15:32:12 2012 +0200
Also improve test case for
Gtk.TreeView.insert_column_with_attributes().
- gi/pygtkcompat.py | 6 ------
- tests/test_overrides_gtk.py | 16 ++++++++--------
+ gi/pygtkcompat.py | 6 ------
+ tests/test_overrides_gtk.py | 16 ++++++++--------
2 files changed, 8 insertions(+), 14 deletions(-)
commit 542cf22c9de9b2094868c4e879b0f24b15c4c012
@@ -407,8 +796,8 @@ Date: Mon Sep 3 13:06:22 2012 +0200
Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides_gtk.py | 38 ++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides_gtk.py | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
commit 1c73e845361e471b1c3a3f17e40e6a6cfa740877
@@ -417,7 +806,7 @@ Date: Mon Sep 3 11:09:55 2012 +0200
.gitignore: Add missing built files
- .gitignore | 9 +++++++--
+ .gitignore | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit 96431f393036a688666dcf67911bf12b9824b264
@@ -428,7 +817,7 @@ Date: Mon Sep 3 11:07:32 2012 +0200
Spotted by distcheck.
- tests/Makefile.am | 6 +++++-
+ tests/Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit dc2c6e6f60d2757462cbceef6176b0b3013904d3
@@ -447,8 +836,8 @@ Date: Mon Sep 3 10:18:45 2012 +0200
otherwise
we fail to import the built libraries.
- tests/runtests-windows.py | 10 +++++++---
- tests/runtests.py | 13 ++++++++-----
+ tests/runtests-windows.py | 10 +++++++---
+ tests/runtests.py | 13 ++++++++-----
2 files changed, 15 insertions(+), 8 deletions(-)
commit 2d8f48f4ff56bb75985136452b50b75895258608
@@ -487,7 +876,7 @@ Date: Mon Sep 3 07:17:57 2012 +0200
Emit a critical if we fail to allocate a Python array of the
requested size.
- gi/pygi-argument.c | 47 ++++++++++++++++-------------------------------
+ gi/pygi-argument.c | 47 ++++++++++++++++-------------------------------
1 file changed, 16 insertions(+), 31 deletions(-)
commit 65bfbc624bc9da6e18ff2945b14099ab8eeb7601
@@ -501,7 +890,7 @@ Date: Wed Aug 29 21:24:17 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=682979
- gi/pygi-argument.c | 4 ++++
+ gi/pygi-argument.c | 4 ++++
1 file changed, 4 insertions(+)
commit 21b1d17d2ada2edf4063a4262b3436c279da3dc2
@@ -516,8 +905,8 @@ Date: Sat Sep 1 03:40:31 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=683150
- gi/pygi-argument.c | 8 +++++++-
- tests/test_overrides.py | 41 +++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.c | 8 +++++++-
+ tests/test_overrides.py | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 1 deletion(-)
commit 6123e6f5001ca5eaea18123d8a53525abab31a45
@@ -543,12 +932,12 @@ Date: Thu Aug 23 06:44:27 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=682422
- configure.ac | 2 +-
- gi/_glib/pyglib-python-compat.h | 8 --------
- gi/_gobject/gobjectmodule.c | 8 --------
- gi/module.py | 2 +-
- tests/runtests.py | 27 +++++++++++++++++++++++++++
- tests/test_gi.py | 2 +-
+ configure.ac | 2 +-
+ gi/_glib/pyglib-python-compat.h | 8 --------
+ gi/_gobject/gobjectmodule.c | 8 --------
+ gi/module.py | 2 +-
+ tests/runtests.py | 27 +++++++++++++++++++++++++++
+ tests/test_gi.py | 2 +-
6 files changed, 30 insertions(+), 19 deletions(-)
commit b1a9848a7a7255e6b1ccd98712dd62b1514078b9
@@ -574,12 +963,12 @@ Date: Tue Aug 21 07:54:09 2012 +0200
Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
Co-Authored-By: Simon Feltman <s.feltman@gmail.com>
- gi/__init__.py | 4 ++++
- gi/overrides/__init__.py | 4 ++++
- tests/gi/__init__.py | 2 ++
- tests/gi/overrides/Regress.py | 26 ++++++++++++++++++++++++++
- tests/gi/overrides/__init__.py | 2 ++
- tests/test_overrides.py | 6 ++++++
+ gi/__init__.py | 4 ++++
+ gi/overrides/__init__.py | 4 ++++
+ tests/gi/__init__.py | 2 ++
+ tests/gi/overrides/Regress.py | 26 ++++++++++++++++++++++++++
+ tests/gi/overrides/__init__.py | 2 ++
+ tests/test_overrides.py | 6 ++++++
6 files changed, 44 insertions(+)
commit c7c95a795eee499373499ea5b771447746317bfb
@@ -598,12 +987,12 @@ Date: Thu Aug 23 06:03:09 2012 +0200
Side issue in https://bugzilla.gnome.org/show_bug.cgi?id=680913
- tests/runtests-windows.py | 6 +++++-
- tests/runtests.py | 3 +++
- tests/test_everything.py | 1 -
- tests/test_gdbus.py | 3 ---
- tests/test_overrides.py | 3 ---
- tests/test_pygtkcompat.py | 3 ---
+ tests/runtests-windows.py | 6 +++++-
+ tests/runtests.py | 3 +++
+ tests/test_everything.py | 1 -
+ tests/test_gdbus.py | 3 ---
+ tests/test_overrides.py | 3 ---
+ tests/test_pygtkcompat.py | 3 ---
6 files changed, 8 insertions(+), 11 deletions(-)
commit 3e3525e93d852cde0f63e835b774a9b004773c69
@@ -623,8 +1012,8 @@ Date: Sun Aug 19 02:30:39 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=682323
- gi/_gobject/pygenum.c | 29 ++++++++++++++++-------------
- gi/_gobject/pygflags.c | 21 +++++++++------------
+ gi/_gobject/pygenum.c | 29 ++++++++++++++++-------------
+ gi/_gobject/pygflags.c | 21 +++++++++------------
2 files changed, 25 insertions(+), 25 deletions(-)
commit dd31b67e821f92b5f1c2ee0382cac5edd477cd11
@@ -638,8 +1027,8 @@ Date: Wed Aug 22 10:45:39 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=682436
- gi/overrides/Gio.py | 10 ++++++++++
- tests/test_overrides.py | 11 +++++++++++
+ gi/overrides/Gio.py | 10 ++++++++++
+ tests/test_overrides.py | 11 +++++++++++
2 files changed, 21 insertions(+)
commit 836902801373e386d370c44e7487aac3432f19f6
@@ -648,7 +1037,7 @@ Date: Mon Aug 20 23:37:40 2012 +0200
post-release bump to 3.3.91
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6a629e23ff7b0d6f532184017577c7427d577e28
@@ -657,8 +1046,8 @@ Date: Mon Aug 20 23:05:49 2012 +0200
release 3.3.90
- NEWS | 13 +++++++++++++
- configure.ac | 2 +-
+ NEWS | 13 +++++++++++++
+ configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
commit 5cd18c9bd59a60b930ced0b35d728c12bb3291c7
@@ -671,8 +1060,8 @@ Date: Mon Aug 20 22:54:52 2012 +0200
Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-marshal-to-py.c | 16 ++++++++++++----
- tests/test_gi.py | 14 ++++++++++++++
+ gi/pygi-marshal-to-py.c | 16 ++++++++++++----
+ tests/test_gi.py | 14 ++++++++++++++
2 files changed, 26 insertions(+), 4 deletions(-)
commit 16462de3f025f14706ec23fa9b3653feb66ad57f
@@ -685,7 +1074,7 @@ Date: Mon Aug 20 15:24:10 2012 +0200
pyflakes/pep8
exist, but fail.
- tests/Makefile.am | 4 ++--
+ tests/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 1bee194274bcda9ba5f6751fa921218a92c8ac72
@@ -705,8 +1094,8 @@ Date: Thu Aug 16 16:05:52 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=682051
- gi/module.py | 7 +++++--
- gi/pygobject-external.h | 2 +-
+ gi/module.py | 7 +++++--
+ gi/pygobject-external.h | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
commit 1e056e4f4a19fd1139187467677c2592c2722290
@@ -720,7 +1109,7 @@ Date: Mon Aug 20 11:52:08 2012 +0200
work without
these tools.
- tests/Makefile.am | 4 ++--
+ tests/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit c219fa6da89a7d55c5c111751684aae6876a9fe3
@@ -729,9 +1118,9 @@ Date: Mon Aug 20 11:42:47 2012 +0200
gtk-demo: Fix some PEP-8 whitespace issues
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 3 +--
- demos/gtk-demo/demos/dialogs.py | 2 +-
- demos/gtk-demo/demos/rotatedtext.py | 3 +--
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 3 +--
+ demos/gtk-demo/demos/dialogs.py | 2 +-
+ demos/gtk-demo/demos/rotatedtext.py | 3 +--
3 files changed, 3 insertions(+), 5 deletions(-)
commit 0ac2a85cae368c046839b5619a96efc9e0b91ba3
@@ -740,8 +1129,8 @@ Date: Mon Aug 20 11:38:50 2012 +0200
test_overrides.py: Fix PEP8 whitespacing
- tests/test_overrides.py | 48
- ++++++++++++++++++++++++-----------------------
+ tests/test_overrides.py | 48
+ +++++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
commit 631a9cd05cbc7dc3d0f743a84b948ef7d93c0ed4
@@ -756,7 +1145,7 @@ Date: Mon Aug 20 11:36:19 2012 +0200
as the
opening bracket, not the indentation level of the whole statement.
- tests/Makefile.am | 2 +-
+ tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 266d37719bb54e6f04d23ff21bcceb9514e20ff2
@@ -773,12 +1162,12 @@ Date: Mon Aug 20 11:27:52 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=680693
https://bugzilla.redhat.com/show_bug.cgi?id=842880
- gi/pygi-argument.c | 53
- +++++++++++++++++++++++++++++++++++++++++++---
- gi/pygi-argument.h | 1 +
- gi/pygi-closure.c | 2 +-
- gi/pygi-info.c | 4 ++--
- gi/pygi-signal-closure.c | 2 +-
+ gi/pygi-argument.c | 53
+ +++++++++++++++++++++++++++++++++++++++++++++---
+ gi/pygi-argument.h | 1 +
+ gi/pygi-closure.c | 2 +-
+ gi/pygi-info.c | 4 ++--
+ gi/pygi-signal-closure.c | 2 +-
5 files changed, 55 insertions(+), 7 deletions(-)
commit 1c5d497d3c354f4d02f1d4570df2c61d6f47300c
@@ -794,14 +1183,14 @@ Date: Mon Aug 20 11:19:27 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=680692
https://bugzilla.redhat.com/show_bug.cgi?id=841596
- gi/pygi-argument.c | 64 ++++++++++++--
- gi/pygi-argument.h | 6 ++
- gi/pygi-cache.c | 2 +
- gi/pygi-closure.c | 57 ++++++++++++-
- gi/pygi-marshal-from-py.c | 203
- +++++++++++++++++++++++++++++++++++----------
- gi/pygi-marshal-from-py.h | 3 +
- gi/pygi-marshal-to-py.c | 137 +++++++++++++++++++++++-------
+ gi/pygi-argument.c | 64 +++++++++++++--
+ gi/pygi-argument.h | 6 ++
+ gi/pygi-cache.c | 2 +
+ gi/pygi-closure.c | 57 ++++++++++++-
+ gi/pygi-marshal-from-py.c | 203
+ ++++++++++++++++++++++++++++++++++++----------
+ gi/pygi-marshal-from-py.h | 3 +
+ gi/pygi-marshal-to-py.c | 137 ++++++++++++++++++++++++-------
7 files changed, 391 insertions(+), 81 deletions(-)
commit ee6da6f1aa2cd6e55834f9edc17f785613d00031
@@ -810,7 +1199,7 @@ Date: Wed Aug 15 13:16:11 2012 +0200
Add unit test for the TreeModelSort override
- tests/test_overrides.py | 7 +++++++
+ tests/test_overrides.py | 7 +++++++
1 file changed, 7 insertions(+)
commit 9f027daa5737107b5959964b699c0089aec8ab1e
@@ -826,7 +1215,7 @@ Date: Thu Aug 9 03:33:06 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=681477
- gi/overrides/Gtk.py | 8 ++++++++
+ gi/overrides/Gtk.py | 8 ++++++++
1 file changed, 8 insertions(+)
commit c8424c2bb19356679e250e73542682dd5f4c74a5
@@ -839,7 +1228,7 @@ Date: Fri Aug 10 09:38:24 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=681596
- pygi-convert.sh | 5 +++++
+ pygi-convert.sh | 5 +++++
1 file changed, 5 insertions(+)
commit 54d829b34a0d32d852db370f61cc7f25c149f373
@@ -852,7 +1241,7 @@ Date: Mon Aug 6 16:19:28 2012 +0200
minor
changes
- HACKING | 26 ++++++++++----------------
+ HACKING | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
commit 0788880c6cf4070d3db09896c165fe470d2ec186
@@ -861,7 +1250,7 @@ Date: Mon Aug 6 16:00:39 2012 +0200
Post-release version bump to 3.3.6
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 664403d953c3e07077d0db90bfae3b51c7f1767c
@@ -870,7 +1259,7 @@ Date: Mon Aug 6 15:52:22 2012 +0200
release 3.3.5
- NEWS | 29 +++++++++++++++++++++++++++++
+ NEWS | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
commit b748753a2a9af018001213e2e58c48d6c8bfadbd
@@ -879,7 +1268,7 @@ Date: Mon Aug 6 15:44:32 2012 +0200
Update HACKING file to mention "make release-news"
- HACKING | 7 +++----
+ HACKING | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit 587a0c33901383b891f8eb77351c17f06af20b4f
@@ -890,7 +1279,7 @@ Date: Mon Aug 6 15:38:23 2012 +0200
These variables are assigned but never actually used
- gi/pygi-closure.c | 8 --------
+ gi/pygi-closure.c | 8 --------
1 file changed, 8 deletions(-)
commit dbc6df6aad7197fcf8721ade429baadd749f7069
@@ -905,8 +1294,8 @@ Date: Fri Aug 3 07:13:55 2012 +0200
fail on
those.
- tests/test_overrides.py | 4 ++++
- tests/test_pygtkcompat.py | 6 ++++++
+ tests/test_overrides.py | 4 ++++
+ tests/test_pygtkcompat.py | 6 ++++++
2 files changed, 10 insertions(+)
commit 770e6abfd5bc5dad7d5f56a18f1ef63f9754ada9
@@ -927,9 +1316,9 @@ Date: Fri Aug 3 06:45:48 2012 +0200
https://bugzilla.redhat.com/show_bug.cgi?id=842880
https://bugzilla.gnome.org/show_bug.cgi?id=680693
- gi/pygi-marshal-from-py.c | 48 ++++++++++++++++++++++++----------------
- gi/pygi-marshal-to-py.c | 54
- ++++++++++++++++++++++++++-------------------
+ gi/pygi-marshal-from-py.c | 48 ++++++++++++++++++++++++-----------------
+ gi/pygi-marshal-to-py.c | 54
+ +++++++++++++++++++++++++++--------------------
2 files changed, 60 insertions(+), 42 deletions(-)
commit b5cd13f47309ec26727b7574e33595a357602468
@@ -938,7 +1327,7 @@ Date: Tue Jul 31 11:47:02 2012 -0400
pygi-marshal: One more 32-bit -Werror=format fix
- gi/pygi-marshal-from-py.c | 6 +++---
+ gi/pygi-marshal-from-py.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 526bf43691cb6ed908589312b1693a6389eba00c
@@ -950,7 +1339,7 @@ Date: Tue Jul 31 17:14:37 2012 +0200
Avoid saying "<unknown module>.int", just skip the module name
completely if we do not have one.
- gi/pygi-marshal-from-py.c | 20 ++++++++++++--------
+ gi/pygi-marshal-from-py.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
commit 8fb18c62d9c7faff38df3886cb4289b618c81b85
@@ -965,10 +1354,10 @@ Date: Tue Jul 31 13:13:21 2012 +0200
instead of
failing the testsuite.
- tests/test_atoms.py | 7 ++++++-
- tests/test_everything.py | 9 ++++++++-
- tests/test_overrides.py | 32 ++++++++++++++++++++++++++------
- tests/test_pygtkcompat.py | 30 ++++++++++++++++++++----------
+ tests/test_atoms.py | 7 ++++++-
+ tests/test_everything.py | 9 ++++++++-
+ tests/test_overrides.py | 32 ++++++++++++++++++++++++++------
+ tests/test_pygtkcompat.py | 30 ++++++++++++++++++++----------
4 files changed, 60 insertions(+), 18 deletions(-)
commit a2e73c109f3ed6080eabc85810e624b9f984317e
@@ -977,7 +1366,7 @@ Date: Tue Jul 31 09:02:24 2012 -0400
pygi-argument: Fix -Wformat warning on 32 bit builds
- gi/pygi-argument.c | 4 ++--
+ gi/pygi-argument.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 7563bb9f8ed5740f52ddf0ca59daf7839853505b
@@ -990,7 +1379,7 @@ Date: Tue Jul 31 11:14:36 2012 +0200
type. Fixes
check after commit 121b14028.
- tests/test_gi.py | 32 ++++++++++++++++++++------------
+ tests/test_gi.py | 32 ++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)
commit 5c5b066854cc0b3b7702f31d212aa3f511c62127
@@ -1003,7 +1392,7 @@ Date: Tue Jul 31 10:30:22 2012 +0200
in commit
dea24f8e12 much more insistently.
- configure.ac | 1 +
+ configure.ac | 1 +
1 file changed, 1 insertion(+)
commit 6e84a3052667fdc88c2081e20cc6dc3257ec9d6c
@@ -1024,7 +1413,7 @@ Date: Mon Jul 30 02:00:16 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=680814
- gi/pygtkcompat.py | 10 +++++++++-
+ gi/pygtkcompat.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit dea24f8e1221516b2d8ea578e55124b0409d6a76
@@ -1037,7 +1426,7 @@ Date: Mon Jul 30 22:17:44 2012 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=680878
- gi/pygi-marshal-from-py.c | 18 +++++++++---------
+ gi/pygi-marshal-from-py.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
commit b630038d9a1c8cb7e5914c77fbacbed646c154d1
@@ -1050,7 +1439,7 @@ Date: Mon Jul 30 22:30:07 2012 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=680879
- gi/pygi-marshal-from-py.c | 8 ++++----
+ gi/pygi-marshal-from-py.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit a8338a991bbe919f0e2d9b92f7b71f89ccd2c875
@@ -1063,7 +1452,7 @@ Date: Mon Jul 30 12:53:36 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=680320
- tests/test_overrides.py | 20 ++++++++++++++++++--
+ tests/test_overrides.py | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
commit 121b1402860407fe46f7501e42447bf3607872ec
@@ -1088,9 +1477,9 @@ Date: Tue Jul 31 00:37:55 2012 +0200
instead.
- gi/pygi-marshal-from-py.c | 41 +++++++++++++++++++++++++-------
- tests/test_gi.py | 57
- ++++++++++++++++++++++++++++++++++++++++++++-
+ gi/pygi-marshal-from-py.c | 41 ++++++++++++++++++++++++++--------
+ tests/test_gi.py | 57
+ ++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 88 insertions(+), 10 deletions(-)
commit 8f31e85db1392eb7222593fc0d05144c2bca06a3
@@ -1106,8 +1495,8 @@ Date: Sun Jul 29 23:36:25 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-closure.c | 10 +++++++---
- tests/test_overrides.py | 9 +++++++++
+ gi/pygi-closure.c | 10 +++++++---
+ tests/test_overrides.py | 9 +++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
commit 94e5d58e7794de91d3291e0e51c42070da4fc92b
@@ -1118,7 +1507,7 @@ Date: Mon Jul 30 11:58:24 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=679415
- tests/test_overrides.py | 19 +++++++++++++++++++
+ tests/test_overrides.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit aae4e77482c02e21154ab02b159f380f5f0f74be
@@ -1132,14 +1521,14 @@ Date: Fri Jul 27 23:06:39 2012 +0200
Also remove _pygi_marshal_cleanup_closure_unref() which is not
used anywhere.
- gi/_gobject/gobjectmodule.c | 4 ++--
- gi/_gobject/pygobject.c | 2 +-
- gi/pygi-cache.c | 2 +-
- gi/pygi-foreign-cairo.c | 24 ++++++++++++------------
- gi/pygi-foreign.c | 2 +-
- gi/pygi-marshal-cleanup.c | 9 ---------
- tests/test-unknown.c | 2 +-
- tests/testhelpermodule.c | 4 ++--
+ gi/_gobject/gobjectmodule.c | 4 ++--
+ gi/_gobject/pygobject.c | 2 +-
+ gi/pygi-cache.c | 2 +-
+ gi/pygi-foreign-cairo.c | 24 ++++++++++++------------
+ gi/pygi-foreign.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 9 ---------
+ tests/test-unknown.c | 2 +-
+ tests/testhelpermodule.c | 4 ++--
8 files changed, 20 insertions(+), 29 deletions(-)
commit 5f88d3017f853c4ff5e9fd89ef39e4569a9b9c16
@@ -1150,8 +1539,8 @@ Date: Fri Jul 27 23:01:08 2012 +0200
Add missing includes which caused -Wmissing-prototypes warnings.
- gi/_gobject/pygenum.c | 2 ++
- gi/_gobject/pyginterface.c | 2 ++
+ gi/_gobject/pygenum.c | 2 ++
+ gi/_gobject/pyginterface.c | 2 ++
2 files changed, 4 insertions(+)
commit 97b5184c6650964ae8a7616353f5ce8e3ca19af3
@@ -1166,7 +1555,7 @@ Date: Fri Jul 27 22:59:21 2012 +0200
currently
breaks on building g-i's regress.c.
- configure.ac | 5 +++++
+ configure.ac | 5 +++++
1 file changed, 5 insertions(+)
commit c2ee8c550199de59dd220561ed028ec6fb8e1daf
@@ -1177,8 +1566,8 @@ Date: Fri Jul 27 22:08:47 2012 +0200
Add missing includes which caused -Wmissing-prototypes warnings.
- gi/_glib/pygiochannel.c | 2 ++
- gi/_glib/pygspawn.c | 2 ++
+ gi/_glib/pygiochannel.c | 2 ++
+ gi/_glib/pygspawn.c | 2 ++
2 files changed, 4 insertions(+)
commit 8bc98fc6665ebab763ee92361929139a0ebe66b5
@@ -1194,7 +1583,7 @@ Date: Fri Jul 27 20:52:00 2012 +0200
pygi-info.c:1277:43: warning: pointer of type 'void *' used in
arithmetic [-Werror=pointer-arith]
- gi/pygi-info.c | 4 ++--
+ gi/pygi-info.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d0a561057b727ebcc1fd06fa6a3b48f2a1f8338e
@@ -1206,7 +1595,7 @@ Date: Fri Jul 27 20:50:30 2012 +0200
Drop unused pyglib_gil_state_ensure_py23() and
pyglib_gil_state_release_py23().
- gi/_glib/pyglib.c | 18 ------------------
+ gi/_glib/pyglib.c | 18 ------------------
1 file changed, 18 deletions(-)
commit a46d165d906d0ac7613f4d946542423e979f39d5
@@ -1223,8 +1612,8 @@ Date: Fri Jul 20 10:37:04 2012 -0300
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 13 insertions(+)
commit 4df676e10a5ea595a0d491af10268f557dd722d7
@@ -1240,17 +1629,17 @@ Date: Tue Jul 24 13:49:15 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=678192
- Makefile.am | 3 -
- docs/Makefile.am | 2 -
- examples/Makefile.am | 3 -
- gi/Makefile.am | 3 -
- gi/_glib/Makefile.am | 3 -
- gi/_gobject/Makefile.am | 2 -
- gi/overrides/Makefile.am | 2 -
- gi/repository/Makefile.am | 2 -
- git.mk | 200
- ---------------------------------------------
- tests/Makefile.am | 2 -
+ Makefile.am | 3 -
+ docs/Makefile.am | 2 -
+ examples/Makefile.am | 3 -
+ gi/Makefile.am | 3 -
+ gi/_glib/Makefile.am | 3 -
+ gi/_gobject/Makefile.am | 2 -
+ gi/overrides/Makefile.am | 2 -
+ gi/repository/Makefile.am | 2 -
+ git.mk | 200
+ ----------------------------------------------
+ tests/Makefile.am | 2 -
10 files changed, 222 deletions(-)
commit 0d729c1534c7f3226b492f549d8f6ad3bb3ac8b7
@@ -1266,8 +1655,8 @@ Date: Fri Jul 20 19:55:46 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=680353
- gi/overrides/Gtk.py | 5 ++++-
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gtk.py | 5 ++++-
+ tests/test_overrides.py | 4 ++++
2 files changed, 8 insertions(+), 1 deletion(-)
commit affc7faa3fa7250e2e8c2c65e6860906f6fbc4fb
@@ -1285,9 +1674,9 @@ Date: Fri Jul 20 21:34:33 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=679939
- gi/_gobject/propertyhelper.py | 117
- +++++++++++++++++++----------------------
- tests/test_properties.py | 55 ++++++++++++++-----
+ gi/_gobject/propertyhelper.py | 117
+ +++++++++++++++++++-----------------------
+ tests/test_properties.py | 55 +++++++++++++++-----
2 files changed, 96 insertions(+), 76 deletions(-)
commit 6fddba5bc5ea02938677a89ffeb0cfc53229b894
@@ -1300,7 +1689,7 @@ Date: Thu Jul 19 12:11:34 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=680259
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit d58c3553062fd8704a81a8233b4a1563a6611718
@@ -1313,7 +1702,7 @@ Date: Thu Jul 19 12:04:03 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=680257
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit a3aae2e152c0b955037b7b85e16d14d00881d870
@@ -1334,8 +1723,8 @@ Date: Thu Jul 19 15:48:20 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/__init__.py | 16 ++++++++++++++++
- tests/test_gi.py | 16 ++++++++++++++++
+ gi/__init__.py | 16 ++++++++++++++++
+ tests/test_gi.py | 16 ++++++++++++++++
2 files changed, 32 insertions(+)
commit a2d9b71d84f0fcb7aaf5ce483ffee3b3a1ccaca1
@@ -1351,7 +1740,7 @@ Date: Mon Jul 16 17:14:46 2012 -0300
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- pygi-convert.sh | 3 +++
+ pygi-convert.sh | 3 +++
1 file changed, 3 insertions(+)
commit 0b08c01414ac73a4604acd9a846e7af09574929f
@@ -1367,7 +1756,7 @@ Date: Tue Jul 17 09:05:27 2012 -0300
Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit 975855d0fff7f2042fe1f0e843f96b9a37cc6b79
@@ -1376,7 +1765,7 @@ Date: Mon Jul 16 17:35:38 2012 +0200
configure.ac: post-release bump to 3.3.5
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 126842b7227fcc1381dc158acdc5a96d0a465515
@@ -1385,7 +1774,7 @@ Date: Mon Jul 16 17:33:08 2012 +0200
release 3.3.4
- NEWS | 28 ++++++++++++++++++++++++++++
+ NEWS | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
commit 079b73b3eb9083bd53e06d095f9dccc02acf2a6e
@@ -1394,7 +1783,7 @@ Date: Mon Jul 16 17:29:22 2012 +0200
test_gi: Fix for Python 2
- tests/test_gi.py | 7 +++++--
+ tests/test_gi.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 30935fe31bfe201bbfdb7734f09fdd2bbaf80e08
@@ -1408,7 +1797,7 @@ Date: Mon Jul 16 16:35:33 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=679999
- pygi-convert.sh | 1 -
+ pygi-convert.sh | 1 -
1 file changed, 1 deletion(-)
commit c0607d970fc59528ca27d518282cf2871b92e909
@@ -1425,8 +1814,8 @@ Date: Mon Jul 16 16:00:40 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=679804
- gi/module.py | 3 ++-
- tests/test_gi.py | 15 +++++++++++++++
+ gi/module.py | 3 ++-
+ tests/test_gi.py | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
commit 3235f1a397c334de5a7570f5ceed4da709fe1714
@@ -1445,8 +1834,8 @@ Date: Mon Jul 16 15:53:31 2012 +0200
Prerequisite for https://bugzilla.gnome.org/show_bug.cgi?id=679804
- gi/module.py | 7 +++++--
- tests/test_gi.py | 14 ++++++++++++++
+ gi/module.py | 7 +++++--
+ tests/test_gi.py | 14 ++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
commit f6cc039e014448a553d626aac4020ee69717edab
@@ -1459,8 +1848,8 @@ Date: Mon Jul 16 15:38:05 2012 +0200
need to decode
it to get a proper __path__ attribute.
- gi/module.py | 17 +++++++++++++++++
- tests/test_gi.py | 10 ++++++++++
+ gi/module.py | 17 +++++++++++++++++
+ tests/test_gi.py | 10 ++++++++++
2 files changed, 27 insertions(+)
commit 858048f7cec78129aa914e2341ab80aac0e95cc5
@@ -1471,7 +1860,7 @@ Date: Mon Jul 16 15:02:10 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=680004
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a31fabdc12f1da301c8df0af319ca3f4181671ee
@@ -1499,14 +1888,14 @@ Date: Thu Jul 12 09:19:42 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=667244
- gi/pygi-argument.c | 156
- ++++++++++++++++++++++++++++++++--------------
- gi/pygi-argument.h | 4 +-
- gi/pygi-closure.c | 11 ++++
- gi/pygi-info.c | 20 ++++--
- gi/pygi-property.c | 1 +
- gi/pygi-signal-closure.c | 14 ++++-
- tests/test_gi.py | 18 ++++++
+ gi/pygi-argument.c | 156
+ ++++++++++++++++++++++++++++++++---------------
+ gi/pygi-argument.h | 4 +-
+ gi/pygi-closure.c | 11 ++++
+ gi/pygi-info.c | 20 ++++--
+ gi/pygi-property.c | 1 +
+ gi/pygi-signal-closure.c | 14 ++++-
+ tests/test_gi.py | 18 ++++++
7 files changed, 167 insertions(+), 57 deletions(-)
commit bb80d124269ee2389c04d03a478475868fd9ff7b
@@ -1519,7 +1908,7 @@ Date: Wed Jul 11 22:05:41 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=679775
- pygi-convert.sh | 3 +++
+ pygi-convert.sh | 3 +++
1 file changed, 3 insertions(+)
commit e3a63eefa5fb2abeabd210790e12642e577363c8
@@ -1532,7 +1921,7 @@ Date: Wed Jul 11 13:18:16 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=679760
- pygi-convert.sh | 5 +++++
+ pygi-convert.sh | 5 +++++
1 file changed, 5 insertions(+)
commit b4bef457c2d0ca6899e06a021f1f06252a37e326
@@ -1547,7 +1936,7 @@ Date: Wed Jul 11 08:21:27 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=678914
- gi/pygi-cache.c | 2 ++
+ gi/pygi-cache.c | 2 ++
1 file changed, 2 insertions(+)
commit 41287d8a439c656e4ac60361fddec643c713234c
@@ -1561,7 +1950,7 @@ Date: Wed Jul 11 11:13:38 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=679754
- pygi-convert.sh | 6 ++++++
+ pygi-convert.sh | 6 ++++++
1 file changed, 6 insertions(+)
commit 5403149b900d1b73cbc78767dc43be2eb344c836
@@ -1577,11 +1966,11 @@ Date: Tue Jul 10 19:07:32 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_glib/glibmodule.c | 10 ++++++--
- gi/_gobject/gobjectmodule.c | 17 ++++++++++----
- gi/_gobject/pygobject.c | 53
- +++++++++++++++++++++++++++++--------------
- gi/pygi-marshal-from-py.c | 9 +++++---
+ gi/_glib/glibmodule.c | 10 +++++++--
+ gi/_gobject/gobjectmodule.c | 17 ++++++++++-----
+ gi/_gobject/pygobject.c | 53
+ ++++++++++++++++++++++++++++++---------------
+ gi/pygi-marshal-from-py.c | 9 +++++---
4 files changed, 62 insertions(+), 27 deletions(-)
commit 0ddfecf3bf0a5d7893cd02cff41503d810ef6ce8
@@ -1594,8 +1983,8 @@ Date: Wed Jul 4 08:46:30 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=679199
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 4 ++++
2 files changed, 7 insertions(+)
commit e1e849d1a9af77c29ee35971db8d439bac60d573
@@ -1612,8 +2001,8 @@ Date: Wed Jul 4 08:35:16 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=679336
- gi/overrides/GLib.py | 6 +++++-
- tests/test_overrides.py | 5 +++++
+ gi/overrides/GLib.py | 6 +++++-
+ tests/test_overrides.py | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)
commit af20d7c929b9c1888454b52932a308d346e1c12b
@@ -1624,7 +2013,7 @@ Date: Thu Jun 28 06:51:22 2012 +0200
Thanks to Dieter Verfaillie for pointing this out.
- m4/python.m4 | 3 +--
+ m4/python.m4 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit a96a26234e2aaa157837d26094864e3ad9b63edf
@@ -1643,7 +2032,7 @@ Date: Mon Jun 25 09:05:59 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gtk.py | 5 ++++-
+ gi/overrides/Gtk.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit afa12faf339efb4f7780168e884ecf49b630644a
@@ -1652,7 +2041,7 @@ Date: Mon Jun 25 16:36:31 2012 +0200
configure.ac: Post-release bump to 3.3.4.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 198066effc0ca44ccb897e9f0738ab627e8b3275
@@ -1661,8 +2050,8 @@ Date: Mon Jun 25 16:35:49 2012 +0200
release 3.3.3.1
- NEWS | 3 +++
- configure.ac | 2 +-
+ NEWS | 3 +++
+ configure.ac | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
commit cb70ae0aa52ab7624b2b8c30297d8a52a7db7f44
@@ -1675,9 +2064,9 @@ Date: Mon Jun 25 16:32:45 2012 +0200
keywords. This broke
existing API such as Gtk.ShadowType.IN.
- gi/module.py | 2 +-
- gi/pygi-info.c | 7 +++++++
- tests/test_gi.py | 3 +++
+ gi/module.py | 2 +-
+ gi/pygi-info.c | 7 +++++++
+ tests/test_gi.py | 3 +++
3 files changed, 11 insertions(+), 1 deletion(-)
commit f2524a982b0b8ba7cdbb77003372416af0b7a978
@@ -1686,7 +2075,7 @@ Date: Mon Jun 25 15:39:50 2012 +0200
configure.ac: Post-release version bump to 3.3.4
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fe56faa346c8e8f9fd5915602424778d458a776d
@@ -1695,7 +2084,7 @@ Date: Mon Jun 25 15:36:37 2012 +0200
release 3.3.3
- NEWS | 15 +++++++++++++++
+ NEWS | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 299a2fd726f0aceaf67b1cec7a0ef8b21ff7bcbc
@@ -1706,7 +2095,7 @@ Date: Mon Jun 25 15:35:19 2012 +0200
This is being used by "make dist".
- Makefile.am | 15 +++++++++++++++
+ Makefile.am | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 760118e4ed73de2f022706ef897fcc848e90c005
@@ -1715,7 +2104,7 @@ Date: Mon Jun 25 15:31:14 2012 +0200
Remove obsolete ChangeLog and release-tag make targets
- Makefile.am | 23 -----------------------
+ Makefile.am | 23 -----------------------
1 file changed, 23 deletions(-)
commit e92278692bb51679d6e957c2ac36db64498a7c73
@@ -1738,7 +2127,7 @@ Date: Fri Jun 15 16:11:21 2012 +0200
Signed-off-by: Benjamin Berg <benzea@sugarlabs.org>
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 27 ++++++++++++++++++++++-----
+ gi/_gobject/pygobject.c | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
commit de4aa426002eeb09a060f8fd70bd6cb25a17766a
@@ -1755,8 +2144,8 @@ Date: Mon Jun 25 15:06:47 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=678510
- gi/overrides/Gtk.py | 8 +++++++-
- tests/test_overrides.py | 36 ++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 8 +++++++-
+ tests/test_overrides.py | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
commit 16280d6985f2cf4db9cf062e857650e620fd9da8
@@ -1783,8 +2172,8 @@ Date: Mon Jun 25 09:40:38 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=676746
- gi/pygi-info.c | 38 +++++++++++++++++++++++++++++++++++++-
- tests/test_gi.py | 17 +++++++++++++++++
+ gi/pygi-info.c | 38 +++++++++++++++++++++++++++++++++++++-
+ tests/test_gi.py | 17 +++++++++++++++++
2 files changed, 54 insertions(+), 1 deletion(-)
commit 3864d7a3b7def035ee2daf22ba717371c8d261de
@@ -1801,7 +2190,7 @@ Date: Fri Jun 22 13:13:37 2012 +0200
line that
contains the opening bracket.
- tests/Makefile.am | 2 +-
+ tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fb436dd6d3b40b3f2a8ba6f402e2987752ad1902
@@ -1812,34 +2201,34 @@ Date: Fri Jun 22 13:08:34 2012 +0200
Spotted by current pep8 checker.
- demos/gtk-demo/demos/Entry/entry_buffer.py | 6 +--
- demos/gtk-demo/demos/Entry/entry_completion.py | 6 +--
- demos/gtk-demo/demos/Entry/search_entry.py | 4 +-
- demos/gtk-demo/demos/appwindow.py | 2 +-
- demos/gtk-demo/demos/clipboard.py | 8 +--
- demos/gtk-demo/demos/colorselector.py | 6 +--
- demos/gtk-demo/demos/rotatedtext.py | 8 +--
- demos/gtk-demo/gtk-demo.py | 6 +--
- examples/option.py | 29 +++++-----
- examples/signal.py | 3 +-
- gi/_glib/option.py | 6 +--
- gi/_gobject/propertyhelper.py | 18 +++----
- gi/module.py | 14 ++---
- gi/overrides/GLib.py | 2 +-
- gi/overrides/Gio.py | 11 ++--
- gi/overrides/Gtk.py | 16 +++---
- gi/pygtkcompat.py | 7 ++-
- gi/types.py | 17 +++---
- tests/runtests.py | 2 +-
- tests/test_gdbus.py | 55 ++++++++++---------
- tests/test_gi.py | 15 +++---
- tests/test_gobject.py | 18 +++----
- tests/test_option.py | 26 ++++-----
- tests/test_overrides.py | 67
- ++++++++++++------------
- tests/test_properties.py | 30 +++++------
- tests/test_signal.py | 2 +-
- tests/test_uris.py | 9 ++--
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 6 +--
+ demos/gtk-demo/demos/Entry/entry_completion.py | 6 +--
+ demos/gtk-demo/demos/Entry/search_entry.py | 4 +-
+ demos/gtk-demo/demos/appwindow.py | 2 +-
+ demos/gtk-demo/demos/clipboard.py | 8 +--
+ demos/gtk-demo/demos/colorselector.py | 6 +--
+ demos/gtk-demo/demos/rotatedtext.py | 8 +--
+ demos/gtk-demo/gtk-demo.py | 6 +--
+ examples/option.py | 29 ++++++-----
+ examples/signal.py | 3 +-
+ gi/_glib/option.py | 6 +--
+ gi/_gobject/propertyhelper.py | 18 +++----
+ gi/module.py | 14 +++---
+ gi/overrides/GLib.py | 2 +-
+ gi/overrides/Gio.py | 11 +++--
+ gi/overrides/Gtk.py | 16 +++---
+ gi/pygtkcompat.py | 7 ++-
+ gi/types.py | 17 ++++---
+ tests/runtests.py | 2 +-
+ tests/test_gdbus.py | 55 +++++++++++----------
+ tests/test_gi.py | 15 +++---
+ tests/test_gobject.py | 18 +++----
+ tests/test_option.py | 26 +++++-----
+ tests/test_overrides.py | 67
+ +++++++++++++-------------
+ tests/test_properties.py | 30 ++++++------
+ tests/test_signal.py | 2 +-
+ tests/test_uris.py | 9 ++--
27 files changed, 200 insertions(+), 193 deletions(-)
commit 129462ccc4a2191ecbb42247030c91bd0f1454f6
@@ -1850,8 +2239,8 @@ Date: Fri Jun 22 12:36:54 2012 +0200
Spotted by current pep8 checker.
- gi/overrides/GLib.py | 2 +-
- gi/overrides/__init__.py | 2 +-
+ gi/overrides/GLib.py | 2 +-
+ gi/overrides/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 50e45a624e6301e65c150e137aad6d092f203f3f
@@ -1862,11 +2251,11 @@ Date: Fri Jun 22 12:30:10 2012 +0200
Spotted by current pep8 checker.
- demos/gtk-demo/demos/Entry/search_entry.py | 6 +++---
- gi/__init__.py | 6 +++---
- gi/_gobject/__init__.py | 6 ++----
- gi/module.py | 6 +++---
- tests/test_overrides.py | 11 +++--------
+ demos/gtk-demo/demos/Entry/search_entry.py | 6 +++---
+ gi/__init__.py | 6 +++---
+ gi/_gobject/__init__.py | 6 ++----
+ gi/module.py | 6 +++---
+ tests/test_overrides.py | 11 +++--------
5 files changed, 14 insertions(+), 21 deletions(-)
commit ef06548b0dc6aee0e8ab208a78966dc1d5d917ee
@@ -1877,13 +2266,13 @@ Date: Fri Jun 22 12:24:32 2012 +0200
Spotted by current pep8 checker.
- demos/gtk-demo/demos/clipboard.py | 4 ++--
- demos/gtk-demo/demos/drawingarea.py | 4 ++--
- demos/gtk-demo/gtk-demo.py | 8 ++++----
- gi/overrides/Gdk.py | 2 +-
- gi/overrides/Gtk.py | 2 +-
- tests/test_gi.py | 4 ++--
- tests/test_overrides.py | 3 +--
+ demos/gtk-demo/demos/clipboard.py | 4 ++--
+ demos/gtk-demo/demos/drawingarea.py | 4 ++--
+ demos/gtk-demo/gtk-demo.py | 8 ++++----
+ gi/overrides/Gdk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
+ tests/test_gi.py | 4 ++--
+ tests/test_overrides.py | 3 +--
7 files changed, 13 insertions(+), 14 deletions(-)
commit 379c1474a071292a1e8da413af2f5438cff09fc8
@@ -1896,9 +2285,9 @@ Date: Wed Jun 20 12:23:12 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=678119
- gi/_glib/glibmodule.c | 10 ++++++++--
- tests/Makefile.am | 1 +
- tests/test_glib.py | 15 +++++++++++++++
+ gi/_glib/glibmodule.c | 10 ++++++++--
+ tests/Makefile.am | 1 +
+ tests/test_glib.py | 15 +++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
commit 73531fd7820bd1922347bd856298d68205a27877
@@ -1915,8 +2304,7 @@ Date: Wed Jun 20 11:16:39 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=641944
- gi/_gobject/pygobject.c | 44
- ++++++++++++++++++++++++++++++++++++++++++++
+ gi/_gobject/pygobject.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
commit a0daa843801658929ffee5bcb9eb67d955dc7921
@@ -1929,8 +2317,8 @@ Date: Mon Jun 18 15:09:34 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/GLib.py | 4 ++--
- tests/test_overrides.py | 1 +
+ gi/overrides/GLib.py | 4 ++--
+ tests/test_overrides.py | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
commit fb39ba934180e1e48fd15774e69d1cecf47a4c84
@@ -1939,7 +2327,7 @@ Date: Tue Jun 5 19:11:38 2012 +0200
configure.ac: Post-release bump to 3.3.3
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7f0995e7fa865ebde7490d0570a7135a2f962cdf
@@ -1948,7 +2336,7 @@ Date: Tue Jun 5 19:09:12 2012 +0200
Release 3.3.2
- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
commit 8209c1ae1632c77768699481e574d5d378956e71
@@ -1959,7 +2347,7 @@ Date: Tue Jun 5 19:04:49 2012 +0200
Actually list changes since the previous release, not since 3.1.92.
- Makefile.am | 2 +-
+ Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b21f66d2a399b8c9a36a1758107b7bdff0ec8eaa
@@ -1980,9 +2368,9 @@ Date: Wed May 9 19:04:01 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-foreign-cairo.c | 85
- ++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_everything.py | 8 +++++
+ gi/pygi-foreign-cairo.c | 85
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_everything.py | 8 +++++
2 files changed, 93 insertions(+)
commit 635a7d1b48d99ddd1ea123797c493b18b0cdfd45
@@ -2007,8 +2395,8 @@ Date: Wed May 23 01:51:46 2012 +0200
Co-authored-by: Martin Pitt <martinpitt@gnome.org>
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-argument.c | 10 +++++++---
- tests/test_gi.py | 19 +++++++++++++++++++
+ gi/pygi-argument.c | 10 +++++++---
+ tests/test_gi.py | 19 +++++++++++++++++++
2 files changed, 26 insertions(+), 3 deletions(-)
commit 2305dcd7e8841f87dc2fc683390df78453a5dc2a
@@ -2024,7 +2412,7 @@ Date: Sat May 12 14:08:51 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gtk.py | 9 +++++++++
+ gi/overrides/Gtk.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit 5501fba534696974899f2591929bff9e1b6ecd65
@@ -2040,8 +2428,8 @@ Date: Sat May 12 13:50:02 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/__init__.py | 1 +
- gi/_gobject/constants.py | 1 +
+ gi/_gobject/__init__.py | 1 +
+ gi/_gobject/constants.py | 1 +
2 files changed, 2 insertions(+)
commit 4c51a5411092f8ab6f8f6e9692a9b49692f621a7
@@ -2058,8 +2446,8 @@ Date: Fri Jun 1 02:53:13 2012 -0400
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygboxed.c | 3 ++-
- tests/test_everything.py | 8 ++++++++
+ gi/_gobject/pygboxed.c | 3 ++-
+ tests/test_everything.py | 8 ++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
commit dc8eef26906753fcb3ce057b23ca110137897fa5
@@ -2074,7 +2462,7 @@ Date: Fri Jun 1 13:43:38 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- tests/test_properties.py | 4 ++--
+ tests/test_properties.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 853e6a71234ebd66af5a64dfb296e323c2c905a6
@@ -2091,8 +2479,8 @@ Date: Thu May 17 17:09:15 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-closure.c | 17 +++++++++++++++++
- tests/test_gi.py | 5 +++++
+ gi/pygi-closure.c | 17 +++++++++++++++++
+ tests/test_gi.py | 5 +++++
2 files changed, 22 insertions(+)
commit bac9d526f6a9774821d1c9c0e7b35cc6db942975
@@ -2101,7 +2489,7 @@ Date: Fri Jun 1 12:28:53 2012 +0200
tests: Add more vfunc checks for GIMarshallingTestsObject
- tests/test_gi.py | 25 +++++++++++++++++++++++++
+ tests/test_gi.py | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit e1aaf4a48453be0e69e7f3a70a2e7a790871a4d2
@@ -2113,7 +2501,7 @@ Date: Fri Jun 1 12:02:55 2012 +0200
This came up as a side issue in
https://bugzilla.gnome.org/show_bug.cgi?id=653151
- tests/test_gi.py | 3 +++
+ tests/test_gi.py | 3 +++
1 file changed, 3 insertions(+)
commit edc17e703e1a05e20545d3df9167ceb076450443
@@ -2130,9 +2518,9 @@ Date: Wed May 16 11:13:05 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 130
- ++++++++++++++++++++++++++++++++++++++++++++---
- tests/test_gobject.py | 59 +++++++++++++++++++++
+ gi/_gobject/pygobject.c | 130
+ +++++++++++++++++++++++++++++++++++++++++++++---
+ tests/test_gobject.py | 59 ++++++++++++++++++++++
2 files changed, 181 insertions(+), 8 deletions(-)
commit 07a08b49aae83a297e2f91240448314e4663f724
@@ -2149,8 +2537,8 @@ Date: Mon May 14 15:31:14 2012 +0200
Co-Authored-by: Martin Pitt <martinpitt@gnome.org>
- gi/types.py | 6 +++---
- tests/test_gi.py | 27 +++++++++++++++++++++++++++
+ gi/types.py | 6 +++---
+ tests/test_gi.py | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 3 deletions(-)
commit b965ee15bac6cd28d16d32205d96d2b1bdd3f0e1
@@ -2161,7 +2549,7 @@ Date: Fri Jun 1 08:18:40 2012 +0200
The pep8 check failed on this.
- tests/test_properties.py | 2 +-
+ tests/test_properties.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 274d60a7c08d74a299f4b83d8054c00eadb4bdbd
@@ -2176,8 +2564,8 @@ Date: Wed May 30 16:45:53 2012 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=677124
- gi/pygi-cache.c | 13 ++++---------
- tests/test_gi.py | 3 +++
+ gi/pygi-cache.c | 13 ++++---------
+ tests/test_gi.py | 3 +++
2 files changed, 7 insertions(+), 9 deletions(-)
commit 62c2e962a225ec2527aa3d7406aa0dae232a0886
@@ -2188,7 +2576,7 @@ Date: Fri May 25 17:09:55 2012 -0400
libregress now needs cairo-gobject
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9477f0f2f17a6d9b97e5ee08378bc009b8d4c30a
@@ -2197,7 +2585,7 @@ Date: Mon May 14 15:48:34 2012 +0200
Fix comment in previous commit
- tests/test_gobject.py | 2 +-
+ tests/test_gobject.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6610428394d0c65987de5021bf2c38641cdb7116
@@ -2229,9 +2617,9 @@ Date: Tue May 8 20:04:09 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 104
- ++++++++++++++++++++++++++++++++++++++++++++++-
- tests/test_gobject.py | 90 ++++++++++++++++++++++++++++++++++++++++
+ gi/_gobject/pygobject.c | 104
+ +++++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gobject.py | 90 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 193 insertions(+), 1 deletion(-)
commit 88babe7377402f6e6f912a8b83615aab848eae81
@@ -2244,8 +2632,8 @@ Date: Fri May 11 19:08:47 2012 -0300
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygtkcompat.py | 5 ++---
- tests/test_pygtkcompat.py | 1 +
+ gi/pygtkcompat.py | 5 ++---
+ tests/test_pygtkcompat.py | 1 +
2 files changed, 3 insertions(+), 3 deletions(-)
commit 3f712b56397296bca2f5358cd52977b1a2011964
@@ -2258,8 +2646,8 @@ Date: Fri May 11 12:39:05 2012 -0300
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gtk.py | 16 ++++++++++++----
- tests/test_overrides.py | 9 +++++++++
+ gi/overrides/Gtk.py | 16 ++++++++++++----
+ tests/test_overrides.py | 9 +++++++++
2 files changed, 21 insertions(+), 4 deletions(-)
commit 9a1a07742ec0b1821d469603f9996a2b7d832f40
@@ -2275,10 +2663,9 @@ Date: Sun May 6 18:10:39 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gdk.py | 44
- ++++++++++++++++++++++++++++++++++++++++++++
- tests/Makefile.am | 2 +-
- tests/test_overrides.py | 17 +++++++++++++++++
+ gi/overrides/Gdk.py | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ tests/Makefile.am | 2 +-
+ tests/test_overrides.py | 17 +++++++++++++++++
3 files changed, 62 insertions(+), 1 deletion(-)
commit d9608c332d9592f03545b110cfac8105453ea035
@@ -2297,9 +2684,9 @@ Date: Sat May 5 12:42:42 2012 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=656554
- gi/_gobject/pygtype.c | 47
- ++++++++++++++++++++++++++++++++++++++++++++--
- tests/test_everything.py | 16 ++++++++++++----
+ gi/_gobject/pygtype.c | 47
+ +++++++++++++++++++++++++++++++++++++++++++++--
+ tests/test_everything.py | 16 ++++++++++++----
2 files changed, 57 insertions(+), 6 deletions(-)
commit e7a909c16dc1c625ab11e270f23d540f15c71767
@@ -2308,7 +2695,7 @@ Date: Mon May 7 10:33:40 2012 -0300
Require gobject-introspection 1.33.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9e8239684433631e0d1650d25416e4d7bf92a058
@@ -2317,7 +2704,7 @@ Date: Sun May 6 18:28:23 2012 -0700
NEWS: Add API additions since 3.2.0
- NEWS | 7 ++++---
+ NEWS | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
commit d1a2bf51eb25b54028fbf496d20dfad9546bcb5e
@@ -2326,7 +2713,7 @@ Date: Sun May 6 18:25:23 2012 -0700
NEWS: Mark API changes since 3.2.0
- NEWS | 6 +++---
+ NEWS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit a3329539291bd8ea9aa6cb184a05ea7c21f8885a
@@ -2339,7 +2726,7 @@ Date: Sun May 6 18:19:35 2012 -0700
string check
to work with both Python 2 and 3.
- gi/pygi-argument.c | 42 +++++++++---------------------------------
+ gi/pygi-argument.c | 42 +++++++++---------------------------------
1 file changed, 9 insertions(+), 33 deletions(-)
commit 42c717ed77613e02f3c8ef2685bc071462b87d73
@@ -2350,7 +2737,7 @@ Date: Sun May 6 18:08:57 2012 -0700
Was missing a space around operator, causing the PEP8 check to fail.
- gi/pygtkcompat.py | 2 +-
+ gi/pygtkcompat.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 168a08753cec1ff77ccca5d81b9a5fd2af5d3720
@@ -2365,9 +2752,9 @@ Date: Sun May 6 18:02:04 2012 -0700
will now raise
a proper TypeError.
- gi/pygi-argument.c | 39 +++++++++++++++++++++++++++++++++++++++
- gi/pygi-property.c | 3 +++
- tests/test_gi.py | 40 ++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.c | 39 +++++++++++++++++++++++++++++++++++++++
+ gi/pygi-property.c | 3 +++
+ tests/test_gi.py | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 82 insertions(+)
commit 5948b62ba3e08ea943e6965ee38c94c363186226
@@ -2382,7 +2769,7 @@ Date: Sun May 6 17:59:57 2012 -0700
object from
that, so we need to scale to 0..65535 and round to int.
- gi/pygtkcompat.py | 6 +++---
+ gi/pygtkcompat.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 6af74c501bc604559f8b5b4e0d856d022ed882bb
@@ -2391,7 +2778,7 @@ Date: Sun May 6 06:02:31 2012 -0700
test_gi: Check setting properties in constructor
- tests/test_gi.py | 33 +++++++++++++++++++++++++++++++++
+ tests/test_gi.py | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
commit 9f50fd214e4214f83959b2883a0c667f7f157c97
@@ -2400,8 +2787,8 @@ Date: Sun May 6 05:50:00 2012 -0700
Support getting and setting GStrv properties
- gi/pygi-property.c | 36 ++++++++++++++++++++++++++++++++++++
- tests/test_gi.py | 11 +++++++++++
+ gi/pygi-property.c | 36 ++++++++++++++++++++++++++++++++++++
+ tests/test_gi.py | 11 +++++++++++
2 files changed, 47 insertions(+)
commit 8321af2c7df499291e664c676376f149a0c3dcac
@@ -2410,9 +2797,9 @@ Date: Sat May 5 13:58:29 2012 -0700
Support defining GStrv properties from Python
- gi/_gobject/propertyhelper.py | 10 +++++--
- tests/test_properties.py | 58
- +++++++++++++++++++++++++++++++++++++++--
+ gi/_gobject/propertyhelper.py | 10 ++++++--
+ tests/test_properties.py | 58
+ +++++++++++++++++++++++++++++++++++++++++--
2 files changed, 64 insertions(+), 4 deletions(-)
commit f2494526e1c579c41babfe7ff67deef0f6966adf
@@ -2421,10 +2808,10 @@ Date: Sat May 5 13:21:20 2012 -0700
Add GObject.TYPE_STRV constant
- gi/_gobject/__init__.py | 1 +
- gi/_gobject/constants.py | 1 +
- tests/test_everything.py | 2 +-
- tests/test_signal.py | 2 +-
+ gi/_gobject/__init__.py | 1 +
+ gi/_gobject/constants.py | 1 +
+ tests/test_everything.py | 2 +-
+ tests/test_signal.py | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
commit 8c7306e4d6355ca45f8f1b4adf7d0595b4e8bcf8
@@ -2435,7 +2822,7 @@ Date: Sat May 5 09:28:36 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=675472
- gi/overrides/GLib.py | 3 +++
+ gi/overrides/GLib.py | 3 +++
1 file changed, 3 insertions(+)
commit d6c091d87c86c8ccc7cb54347fbceccedac61633
@@ -2451,7 +2838,7 @@ Date: Sat May 5 09:23:55 2012 +0200
Actually do what they mean to do now and call the corresponding
GIMarshallingTests methods.
- tests/test_gi.py | 4 ++--
+ tests/test_gi.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit fda8a069d503e63c76a6b1ba285a181822549059
@@ -2464,8 +2851,8 @@ Date: Sat May 5 08:52:41 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygtkcompat.py | 20 ++++++++++++++++++++
- tests/test_pygtkcompat.py | 8 ++++++++
+ gi/pygtkcompat.py | 20 ++++++++++++++++++++
+ tests/test_pygtkcompat.py | 8 ++++++++
2 files changed, 28 insertions(+)
commit 2b49c5f58bb841de7a9077eeeaf996eb9851dab3
@@ -2478,7 +2865,7 @@ Date: Mon Apr 30 13:44:19 2012 -0300
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygtkcompat.py | 14 ++++++++++++++
+ gi/pygtkcompat.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
commit 16fbb17a9fd17eeb9f886af99e89a214d328dae1
@@ -2496,8 +2883,8 @@ Date: Thu May 3 12:25:04 2012 +0200
byte array
instead.
- tests/test_gi.py | 2 +-
- tests/test_overrides.py | 2 +-
+ tests/test_gi.py | 2 +-
+ tests/test_overrides.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit fd7f8eefbe8aba0b29d80e3eb9d985d33a268c8a
@@ -2515,9 +2902,9 @@ Date: Thu May 3 09:38:56 2012 +0200
Python
module, which we do not have when building without cairo support.
- configure.ac | 3 +++
- tests/Makefile.am | 4 ++--
- tests/test_everything.py | 8 +++++++-
+ configure.ac | 3 +++
+ tests/Makefile.am | 4 ++--
+ tests/test_everything.py | 8 +++++++-
3 files changed, 12 insertions(+), 3 deletions(-)
commit 1c5634e6d98c8b67b37a2747951c66f5d8f1907d
@@ -2529,9 +2916,9 @@ Date: Thu May 3 09:28:51 2012 +0200
assertAlmostEquals → assertAlmostEqual
assertNotEquals → assertNotEqual
- tests/test_everything.py | 4 ++--
- tests/test_gi.py | 12 ++++++------
- tests/test_overrides.py | 10 +++++-----
+ tests/test_everything.py | 4 ++--
+ tests/test_gi.py | 12 ++++++------
+ tests/test_overrides.py | 10 +++++-----
3 files changed, 13 insertions(+), 13 deletions(-)
commit 07f312e66c07357168098d3f96813d2c997e8dc7
@@ -2545,7 +2932,7 @@ Date: Wed May 2 12:08:19 2012 +0200
a few edge
cases.
- tests/Makefile.am | 1 +
+ tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit b0740d386c2cbbd153878209b584b568968e4d98
@@ -2554,7 +2941,7 @@ Date: Mon Apr 30 16:26:57 2012 +0200
configure.ac: Post-release bump to 3.3.2
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d3977266faadacd3d05705497c1cf51a01a6606f
@@ -2563,7 +2950,7 @@ Date: Mon Apr 30 16:08:09 2012 +0200
Release 3.3.1
- NEWS | 66
+ NEWS | 66
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
@@ -2582,7 +2969,7 @@ Date: Sun Apr 29 23:55:15 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/overrides/Gio.py | 4 ++--
+ gi/overrides/Gio.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 592c67482c254f65817c1a1b5c5de5dfcaab31b4
@@ -2595,8 +2982,8 @@ Date: Sun Apr 29 12:56:50 2012 -0300
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygtkcompat.py | 2 +-
- tests/test_pygtkcompat.py | 4 ++++
+ gi/pygtkcompat.py | 2 +-
+ tests/test_pygtkcompat.py | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
commit 3551462a429ef30274fa01fc8111da5025f9c342
@@ -2611,7 +2998,7 @@ Date: Sun Apr 29 20:17:47 2012 +0200
Do include bug numbers from now on, as they are very useful.
- Makefile.am | 12 ++++++++++--
+ Makefile.am | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
commit fe79ef612a7853f024b73c7997b8ec89015ae94c
@@ -2622,8 +3009,8 @@ Date: Wed Apr 25 13:07:59 2012 +0200
Similar to "check.gdb", but invokes nemiver.
- Makefile.am | 3 +++
- tests/Makefile.am | 3 +++
+ Makefile.am | 3 +++
+ tests/Makefile.am | 3 +++
2 files changed, 6 insertions(+)
commit 3090cc70a7ce8df38dd6cf6c17350417a7367c0b
@@ -2634,7 +3021,7 @@ Date: Tue Apr 24 13:24:00 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=637466
- tests/test_everything.py | 18 ++++++++++++------
+ tests/test_everything.py | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
commit 88d189ec3e3d900a96496a50c1d6e76615b19558
@@ -2650,7 +3037,7 @@ Date: Tue Apr 24 13:03:36 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=666636
- tests/test_everything.py | 24 +++++++++++++-----------
+ tests/test_everything.py | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
commit 8ee21619b3cfc179cf114813478470d9aa3f6fb8
@@ -2671,10 +3058,9 @@ Date: Mon Apr 23 12:33:09 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=661709
- gi/pygi-marshal-from-py.c | 18 ++++++++++++++----
- tests/Makefile.am | 1 +
- tests/test_atoms.py | 41
- +++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-marshal-from-py.c | 18 ++++++++++++++----
+ tests/Makefile.am | 1 +
+ tests/test_atoms.py | 41 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 4 deletions(-)
commit b9f24b4fbc2ca9f9b94b86f029c59b2fc3e8590f
@@ -2685,7 +3071,7 @@ Date: Mon Apr 23 20:09:43 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=667954
- tests/test_gdbus.py | 2 +-
+ tests/test_gdbus.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3ae38d7519524288a57e5d522954b9d6725f0185
@@ -2700,7 +3086,7 @@ Date: Mon Apr 23 18:47:34 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=674475
- tests/test_overrides.py | 31 +++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
commit c12b10ca0feaaf61f23354c7b6631a9ef3635c36
@@ -2715,8 +3101,8 @@ Date: Mon Apr 23 17:40:23 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=660018
- gi/overrides/Gtk.py | 34 ++++++++++++++++++----------------
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 34 ++++++++++++++++++----------------
+ tests/test_overrides.py | 6 ++++++
2 files changed, 24 insertions(+), 16 deletions(-)
commit d37680bb9390426f7f58ea3d352c3e5e2106e978
@@ -2729,8 +3115,8 @@ Date: Mon Apr 23 15:24:04 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=660018
- gi/overrides/Gtk.py | 6 ++++++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gtk.py | 6 ++++++
+ tests/test_overrides.py | 4 ++++
2 files changed, 10 insertions(+)
commit e03284f852f0e404cc91374f3e2e42b0ac1977b4
@@ -2745,7 +3131,7 @@ Date: Sun Apr 22 16:45:06 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=652860
- pygi-convert.sh | 3 ---
+ pygi-convert.sh | 3 ---
1 file changed, 3 deletions(-)
commit f82eca6006dec21624796074af8ffe9b2256f7a4
@@ -2754,14 +3140,14 @@ Date: Sat Apr 21 14:00:50 2012 +0200
tests: Replace deprecated assertEquals() with assertEqual()
- tests/test_everything.py | 144 ++++++-------
- tests/test_gi.py | 502
- ++++++++++++++++++++++-----------------------
- tests/test_gobject.py | 58 +++---
- tests/test_option.py | 6 +-
- tests/test_overrides.py | 352 +++++++++++++++----------------
- tests/test_properties.py | 18 +-
- tests/test_pygtkcompat.py | 42 ++--
+ tests/test_everything.py | 144 ++++++-------
+ tests/test_gi.py | 502
+ +++++++++++++++++++++++-----------------------
+ tests/test_gobject.py | 58 +++---
+ tests/test_option.py | 6 +-
+ tests/test_overrides.py | 352 ++++++++++++++++----------------
+ tests/test_properties.py | 18 +-
+ tests/test_pygtkcompat.py | 42 ++--
7 files changed, 561 insertions(+), 561 deletions(-)
commit ddb0bf01e694585d58af52673a21796e7c9578ea
@@ -2772,7 +3158,7 @@ Date: Sat Apr 21 12:02:54 2012 +0200
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=642754
- gi/pygi-info.c | 1 +
+ gi/pygi-info.c | 1 +
1 file changed, 1 insertion(+)
commit 9c48a561c5ee010410df7d6e430353b41d5fbd88
@@ -2790,9 +3176,9 @@ Date: Thu Apr 12 20:30:05 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/pygi-cache.c | 4 +++-
- gi/pygi-marshal-cleanup.c | 4 ++--
- tests/test_gi.py | 3 +++
+ gi/pygi-cache.c | 4 +++-
+ gi/pygi-marshal-cleanup.c | 4 ++--
+ tests/test_gi.py | 3 +++
3 files changed, 8 insertions(+), 3 deletions(-)
commit 71246ca0568bf3e9b81e88dd13b6d29e9417e313
@@ -2809,10 +3195,10 @@ Date: Thu Apr 19 13:11:56 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=674351
- gi/_gobject/gobjectmodule.c | 5 ++++-
- gi/_gobject/propertyhelper.py | 9 ++++++---
- tests/test_properties.py | 42
- ++++++++++++++++++++++++++++++++++++++---
+ gi/_gobject/gobjectmodule.c | 5 ++++-
+ gi/_gobject/propertyhelper.py | 9 ++++++---
+ tests/test_properties.py | 42
+ +++++++++++++++++++++++++++++++++++++++---
3 files changed, 49 insertions(+), 7 deletions(-)
commit 2158ecd05a2770d6538bae67d01d1f718855a7d4
@@ -2825,7 +3211,7 @@ Date: Thu Apr 19 16:12:29 2012 +0200
we test the
properties of the right object.
- tests/test_everything.py | 2 +-
+ tests/test_everything.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 84e3471ba4595534cbe6875f1c8b77776e1d1814
@@ -2840,8 +3226,8 @@ Date: Wed Apr 18 21:44:08 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygtype.c | 9 +++++++--
- tests/test_everything.py | 15 +++++++++++++++
+ gi/_gobject/pygtype.c | 9 +++++++--
+ tests/test_everything.py | 15 +++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
commit d1362451e070e156d2f49c9cde930cc38befb12b
@@ -2850,8 +3236,8 @@ Date: Thu Apr 19 07:27:10 2012 +0200
Add missing GObject.TYPE_GTYPE
- gi/_gobject/__init__.py | 1 +
- gi/_gobject/constants.py | 1 +
+ gi/_gobject/__init__.py | 1 +
+ gi/_gobject/constants.py | 1 +
2 files changed, 2 insertions(+)
commit d3225f1540e09719caa73e52d402e946da3add24
@@ -2860,7 +3246,7 @@ Date: Tue Apr 10 12:44:00 2012 +0200
Fix test_mainloop.py for Python 3
- tests/test_mainloop.py | 9 +++++++--
+ tests/test_mainloop.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit 903283119896f3e054694484da4147788b02ce60
@@ -2880,7 +3266,7 @@ Date: Mon Apr 9 15:20:39 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616279
- tests/test_everything.py | 16 ++++++++--------
+ tests/test_everything.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
commit 0fd900d351c8d7d57dc6a1b049ee05f342f6ab1d
@@ -2906,9 +3292,9 @@ Date: Sun Mar 18 15:59:58 2012 -0700
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 138 ++++++++++++++++++++++++++++++++++++++---
- tests/test_gobject.py | 158
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/_gobject/pygobject.c | 138 +++++++++++++++++++++++++++++++++++++++---
+ tests/test_gobject.py | 158
+ ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 288 insertions(+), 8 deletions(-)
commit c0922589964c1d8bffe5a56d2f56df96eedfac10
@@ -2919,8 +3305,8 @@ Date: Wed Apr 4 19:08:54 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620943
- gi/_gobject/propertyhelper.py | 9 +++++++--
- tests/test_properties.py | 28 +++++++++++++++++++++++++++-
+ gi/_gobject/propertyhelper.py | 9 +++++++--
+ tests/test_properties.py | 28 +++++++++++++++++++++++++++-
2 files changed, 34 insertions(+), 3 deletions(-)
commit d4054be9de3b7e4ed64c8172ebbde0a697462c79
@@ -2933,8 +3319,8 @@ Date: Wed Apr 4 17:54:52 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=524719
- gi/_glib/pygsource.c | 15 +++++++++++++++
- tests/test_source.py | 24 ++++++++++++++++++++++++
+ gi/_glib/pygsource.c | 15 +++++++++++++++
+ tests/test_source.py | 24 ++++++++++++++++++++++++
2 files changed, 39 insertions(+)
commit 05030a95a4d3090162ed5f510a26d69bbb152942
@@ -2947,8 +3333,8 @@ Date: Wed Apr 4 15:59:24 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=646667
- gi/overrides/__init__.py | 7 ++++---
- tests/test_overrides.py | 13 +++++++++++++
+ gi/overrides/__init__.py | 7 ++++---
+ tests/test_overrides.py | 13 +++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
commit 96f14989baea76fe8692f10c1a37e2dfc45fecbf
@@ -2966,8 +3352,8 @@ Date: Wed Apr 4 15:30:55 2012 +0200
Co-authored-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 4 ++++
- tests/test_gobject.py | 11 +++++++++++
+ gi/_gobject/pygobject.c | 4 ++++
+ tests/test_gobject.py | 11 +++++++++++
2 files changed, 15 insertions(+)
commit 24cc09a7105299805fcc5bc151f53ac69958d728
@@ -2983,7 +3369,7 @@ Date: Wed Feb 9 18:37:33 2011 +0100
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/_gobject/pygobject.c | 40 ----------------------------------------
+ gi/_gobject/pygobject.c | 40 ----------------------------------------
1 file changed, 40 deletions(-)
commit 2a5a33a9c9c170830c98c2e32fa8dcea3c35f2e6
@@ -2998,7 +3384,7 @@ Date: Tue Apr 3 22:26:34 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=663068
- tests/test_mainloop.py | 25 ++++++++++++++++++++++++-
+ tests/test_mainloop.py | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
commit d03696c1aaa7e66f8f16554cf4a4b97addb5aea1
@@ -3020,22 +3406,22 @@ Date: Tue Feb 21 15:13:42 2012 +0100
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- gi/Makefile.am | 2 +
- gi/gimodule.c | 1 +
- gi/module.py | 5 +++
- gi/pygi-argument.c | 12 +----
- gi/pygi-cache.c | 28 ++++++++++--
- gi/pygi-cache.h | 9 ++--
- gi/pygi-ccallback.c | 100
- +++++++++++++++++++++++++++++++++++++++++
- gi/pygi-ccallback.h | 41 +++++++++++++++++
- gi/pygi-closure.c | 50 ++++++++++++++++++++-
- gi/pygi-invoke-state-struct.h | 2 +
- gi/pygi-invoke.c | 73 +++++++++++++++++++++---------
- gi/pygi-invoke.h | 3 ++
- gi/pygi-private.h | 1 +
- gi/pygi.h | 10 +++++
- tests/test_gi.py | 16 +++++++
+ gi/Makefile.am | 2 +
+ gi/gimodule.c | 1 +
+ gi/module.py | 5 +++
+ gi/pygi-argument.c | 12 +----
+ gi/pygi-cache.c | 28 ++++++++++--
+ gi/pygi-cache.h | 9 ++--
+ gi/pygi-ccallback.c | 100
+ ++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-ccallback.h | 41 +++++++++++++++++
+ gi/pygi-closure.c | 50 ++++++++++++++++++++-
+ gi/pygi-invoke-state-struct.h | 2 +
+ gi/pygi-invoke.c | 73 ++++++++++++++++++++----------
+ gi/pygi-invoke.h | 3 ++
+ gi/pygi-private.h | 1 +
+ gi/pygi.h | 10 +++++
+ tests/test_gi.py | 16 +++++++
15 files changed, 312 insertions(+), 41 deletions(-)
commit db7e1d078db16b6f11dee51aa97525c451346632
@@ -3048,7 +3434,7 @@ Date: Tue Mar 27 17:34:48 2012 +0200
Signed-off-by: Martin Pitt <martinpitt@gnome.org>
- tests/test_everything.py | 19 +++++++++++++++++++
+ tests/test_everything.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit 7c0017c30129a8db391f902ed592782200d69c64
@@ -3061,7 +3447,7 @@ Date: Mon Mar 26 17:55:41 2012 +0200
released. So
continue with 3.3.x on master.
- configure.ac | 4 ++--
+ configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8309f305e5ce508fc5f6411c8153bea2cee5f741
@@ -3075,8 +3461,8 @@ Date: Mon Mar 26 17:51:37 2012 +0200
- Ignore *.pyc files.
- Do not ignore .gitignore, we actually want to track this.
- .gitignore | 61
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ .gitignore | 61
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
commit 81de788a72b40acd2f857718d78bdeea01d12eb1
@@ -3091,13 +3477,13 @@ Date: Mon Mar 26 17:45:08 2012 +0200
- "make clean" should remove *.pyc files
- tests/runtests.py: Look for tests in srcdir, not in builddir
- Makefile.am | 6 ++++--
- gi/Makefile.am | 13 +++++++++++--
- gi/_glib/Makefile.am | 12 ++++++++++--
- gi/_gobject/Makefile.am | 12 ++++++++++--
- gi/overrides/Makefile.am | 10 ++++++++++
- gi/repository/Makefile.am | 11 +++++++++++
- tests/runtests.py | 6 ++++--
+ Makefile.am | 6 ++++--
+ gi/Makefile.am | 13 +++++++++++--
+ gi/_glib/Makefile.am | 12 ++++++++++--
+ gi/_gobject/Makefile.am | 12 ++++++++++--
+ gi/overrides/Makefile.am | 10 ++++++++++
+ gi/repository/Makefile.am | 11 +++++++++++
+ tests/runtests.py | 6 ++++--
7 files changed, 60 insertions(+), 10 deletions(-)
commit f83d95e6fff572bda659a48e309b4524dafa4e83
@@ -3111,7 +3497,7 @@ Date: Thu Mar 22 11:14:03 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- tests/Makefile.am | 9 ++++-----
+ tests/Makefile.am | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
commit d1f5474c6c50163aefe660e0689dc7f30e6cd48b
@@ -3122,14 +3508,14 @@ Date: Thu Mar 22 10:56:59 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 7 +++---
- demos/gtk-demo/demos/Tree View/liststore.py | 28
- ++++++++++++------------
- demos/gtk-demo/demos/appwindow.py | 10 ++++-----
- demos/gtk-demo/demos/rotatedtext.py | 2 +-
- examples/cairo-demo.py | 4 ++--
- tests/test_gi.py | 12 +++++-----
- tests/test_overrides.py | 2 +-
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 7 +++----
+ demos/gtk-demo/demos/Tree View/liststore.py | 28
+ +++++++++++++-------------
+ demos/gtk-demo/demos/appwindow.py | 10 ++++-----
+ demos/gtk-demo/demos/rotatedtext.py | 2 +-
+ examples/cairo-demo.py | 4 ++--
+ tests/test_gi.py | 12 +++++------
+ tests/test_overrides.py | 2 +-
7 files changed, 32 insertions(+), 33 deletions(-)
commit 032fcce2bf6070a9001cbb780e90403051e303b1
@@ -3140,16 +3526,16 @@ Date: Thu Mar 22 10:56:03 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/drawingarea.py | 6 +++---
- demos/gtk-demo/demos/images.py | 10 +++++-----
- demos/gtk-demo/demos/rotatedtext.py | 2 +-
- gi/__init__.py | 2 +-
- gi/_glib/option.py | 2 +-
- gi/_gobject/__init__.py | 2 +-
- gi/overrides/GLib.py | 12 ++++++------
- gi/types.py | 4 ++--
- tests/runtests.py | 2 +-
- tests/test_gdbus.py | 4 ++--
+ demos/gtk-demo/demos/drawingarea.py | 6 +++---
+ demos/gtk-demo/demos/images.py | 10 +++++-----
+ demos/gtk-demo/demos/rotatedtext.py | 2 +-
+ gi/__init__.py | 2 +-
+ gi/_glib/option.py | 2 +-
+ gi/_gobject/__init__.py | 2 +-
+ gi/overrides/GLib.py | 12 ++++++------
+ gi/types.py | 4 ++--
+ tests/runtests.py | 2 +-
+ tests/test_gdbus.py | 4 ++--
10 files changed, 23 insertions(+), 23 deletions(-)
commit 6a58edbf11c612e9a14347b1556d1e0dd2ec1823
@@ -3160,12 +3546,11 @@ Date: Thu Mar 22 10:52:05 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
- demos/gtk-demo/demos/appwindow.py | 2 +-
- tests/test_everything.py | 23
- +++++++++--------------
- tests/test_gi.py | 2 +-
- tests/test_overrides.py | 2 +-
+ demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
+ demos/gtk-demo/demos/appwindow.py | 2 +-
+ tests/test_everything.py | 23 +++++++++--------------
+ tests/test_gi.py | 2 +-
+ tests/test_overrides.py | 2 +-
5 files changed, 13 insertions(+), 18 deletions(-)
commit a8d361e66b2a0e09cfa5dbade4725074b0cc2fd1
@@ -3176,7 +3561,7 @@ Date: Thu Mar 22 10:49:52 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- tests/test_overrides.py | 2 +-
+ tests/test_overrides.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2b8eb9fa5b9ca454d7130b3eec15a982fee1bdc9
@@ -3187,8 +3572,8 @@ Date: Thu Mar 22 10:49:27 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/rotatedtext.py | 1 -
- tests/test_overrides.py | 1 -
+ demos/gtk-demo/demos/rotatedtext.py | 1 -
+ tests/test_overrides.py | 1 -
2 files changed, 2 deletions(-)
commit 03e597cb8f3b075efae556ee51a598695a883ad3
@@ -3199,12 +3584,12 @@ Date: Thu Mar 22 10:48:59 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/images.py | 2 +-
- examples/cairo-demo.py | 8 ++++----
- tests/test_gi.py | 4 ++--
- tests/test_overrides.py | 8 ++++----
- tests/test_properties.py | 14 +++++++-------
- tests/test_signal.py | 2 +-
+ demos/gtk-demo/demos/images.py | 2 +-
+ examples/cairo-demo.py | 8 ++++----
+ tests/test_gi.py | 4 ++--
+ tests/test_overrides.py | 8 ++++----
+ tests/test_properties.py | 14 +++++++-------
+ tests/test_signal.py | 2 +-
6 files changed, 19 insertions(+), 19 deletions(-)
commit 21aeb19107b718293116e51ecd6479d4d7198b8f
@@ -3215,23 +3600,23 @@ Date: Thu Mar 22 10:46:17 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/Entry/entry_buffer.py | 2 +-
- demos/gtk-demo/demos/Entry/entry_completion.py | 2 +-
- demos/gtk-demo/demos/Entry/search_entry.py | 12 ++---
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 4 +-
- demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
- demos/gtk-demo/demos/dialogs.py | 12 ++---
- demos/gtk-demo/demos/pickers.py | 8 +--
- demos/gtk-demo/demos/pixbuf.py | 4 +-
- demos/gtk-demo/demos/printing.py | 8 +--
- demos/gtk-demo/demos/rotatedtext.py | 2 +-
- demos/gtk-demo/gtk-demo.py | 4 +-
- gi/module.py | 4 +-
- gi/overrides/Pango.py | 2 +-
- gi/pygtkcompat.py | 4 +-
- tests/test_everything.py | 4 +-
- tests/test_overrides.py | 62
- ++++++++++++------------
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 2 +-
+ demos/gtk-demo/demos/Entry/entry_completion.py | 2 +-
+ demos/gtk-demo/demos/Entry/search_entry.py | 12 ++---
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 4 +-
+ demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
+ demos/gtk-demo/demos/dialogs.py | 12 ++---
+ demos/gtk-demo/demos/pickers.py | 8 ++--
+ demos/gtk-demo/demos/pixbuf.py | 4 +-
+ demos/gtk-demo/demos/printing.py | 8 ++--
+ demos/gtk-demo/demos/rotatedtext.py | 2 +-
+ demos/gtk-demo/gtk-demo.py | 4 +-
+ gi/module.py | 4 +-
+ gi/overrides/Pango.py | 2 +-
+ gi/pygtkcompat.py | 4 +-
+ tests/test_everything.py | 4 +-
+ tests/test_overrides.py | 62
+ +++++++++++++-------------
16 files changed, 68 insertions(+), 68 deletions(-)
commit b04d209930ab01bae6563b0d714aec829739bdc6
@@ -3242,7 +3627,7 @@ Date: Thu Mar 22 10:40:46 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- tests/test_signal.py | 20 ++++++++++----------
+ tests/test_signal.py | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
commit 725483a5dc36739dc7836716b5d6d48091564bf8
@@ -3253,67 +3638,67 @@ Date: Thu Mar 22 10:38:59 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/Entry/entry_buffer.py | 1 +
- demos/gtk-demo/demos/Entry/entry_completion.py | 1 +
- demos/gtk-demo/demos/Entry/search_entry.py | 3 +-
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 1 +
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 2 +
- demos/gtk-demo/demos/Tree View/liststore.py | 3 ++
- demos/gtk-demo/demos/appwindow.py | 13 ++++-
- demos/gtk-demo/demos/assistant.py | 1 +
- demos/gtk-demo/demos/builder.py | 1 +
- demos/gtk-demo/demos/button_box.py | 1 +
- demos/gtk-demo/demos/clipboard.py | 2 +-
- demos/gtk-demo/demos/colorselector.py | 1 +
- demos/gtk-demo/demos/combobox.py | 4 +-
- demos/gtk-demo/demos/dialogs.py | 2 +
- demos/gtk-demo/demos/drawingarea.py | 1 +
- demos/gtk-demo/demos/expander.py | 4 +-
- demos/gtk-demo/demos/images.py | 10 ++--
- demos/gtk-demo/demos/infobars.py | 2 +
- demos/gtk-demo/demos/links.py | 2 +
- demos/gtk-demo/demos/menus.py | 2 +
- demos/gtk-demo/demos/pickers.py | 2 +
- demos/gtk-demo/demos/pixbuf.py | 2 +
- demos/gtk-demo/demos/printing.py | 5 +-
- demos/gtk-demo/demos/rotatedtext.py | 4 +-
- demos/gtk-demo/demos/test.py | 1 +
- demos/gtk-demo/gtk-demo.py | 9 ++--
- examples/cairo-demo.py | 57
- +++++++++++++---------
- examples/option.py | 1 -
- examples/properties.py | 1 +
- examples/signal.py | 4 ++
- gi/__init__.py | 2 +
- gi/_glib/option.py | 4 +-
- gi/_gobject/__init__.py | 1 +
- gi/_gobject/propertyhelper.py | 5 +-
- gi/module.py | 3 ++
- gi/overrides/GIMarshallingTests.py | 2 +
- gi/overrides/GLib.py | 12 +++--
- gi/overrides/Gdk.py | 9 ++++
- gi/overrides/Gio.py | 4 ++
- gi/overrides/Gtk.py | 56
- +++++++++++++++++++--
- gi/overrides/Pango.py | 2 +
- gi/overrides/__init__.py | 5 +-
- gi/pygtkcompat.py | 16 ++++--
- gi/types.py | 4 ++
- tests/test_everything.py | 30 ++++++++----
- tests/test_gdbus.py | 1 +
- tests/test_gi.py | 30 ++++++------
- tests/test_gobject.py | 3 +-
- tests/test_mainloop.py | 1 +
- tests/test_option.py | 1 +
- tests/test_overrides.py | 55
- +++++++++++----------
- tests/test_properties.py | 11 ++++-
- tests/test_signal.py | 32 +++++++++++-
- tests/test_source.py | 1 +
- tests/test_subprocess.py | 1 +
- tests/test_thread.py | 1 +
- tests/test_uris.py | 1 +
- tests/testmodule.py | 1 +
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 1 +
+ demos/gtk-demo/demos/Entry/entry_completion.py | 1 +
+ demos/gtk-demo/demos/Entry/search_entry.py | 3 +-
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 1 +
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 2 +
+ demos/gtk-demo/demos/Tree View/liststore.py | 3 ++
+ demos/gtk-demo/demos/appwindow.py | 13 +++++-
+ demos/gtk-demo/demos/assistant.py | 1 +
+ demos/gtk-demo/demos/builder.py | 1 +
+ demos/gtk-demo/demos/button_box.py | 1 +
+ demos/gtk-demo/demos/clipboard.py | 2 +-
+ demos/gtk-demo/demos/colorselector.py | 1 +
+ demos/gtk-demo/demos/combobox.py | 4 +-
+ demos/gtk-demo/demos/dialogs.py | 2 +
+ demos/gtk-demo/demos/drawingarea.py | 1 +
+ demos/gtk-demo/demos/expander.py | 4 +-
+ demos/gtk-demo/demos/images.py | 10 +++--
+ demos/gtk-demo/demos/infobars.py | 2 +
+ demos/gtk-demo/demos/links.py | 2 +
+ demos/gtk-demo/demos/menus.py | 2 +
+ demos/gtk-demo/demos/pickers.py | 2 +
+ demos/gtk-demo/demos/pixbuf.py | 2 +
+ demos/gtk-demo/demos/printing.py | 5 ++-
+ demos/gtk-demo/demos/rotatedtext.py | 4 +-
+ demos/gtk-demo/demos/test.py | 1 +
+ demos/gtk-demo/gtk-demo.py | 9 ++--
+ examples/cairo-demo.py | 57
+ ++++++++++++++----------
+ examples/option.py | 1 -
+ examples/properties.py | 1 +
+ examples/signal.py | 4 ++
+ gi/__init__.py | 2 +
+ gi/_glib/option.py | 4 +-
+ gi/_gobject/__init__.py | 1 +
+ gi/_gobject/propertyhelper.py | 5 ++-
+ gi/module.py | 3 ++
+ gi/overrides/GIMarshallingTests.py | 2 +
+ gi/overrides/GLib.py | 12 +++--
+ gi/overrides/Gdk.py | 9 ++++
+ gi/overrides/Gio.py | 4 ++
+ gi/overrides/Gtk.py | 56
+ ++++++++++++++++++++---
+ gi/overrides/Pango.py | 2 +
+ gi/overrides/__init__.py | 5 ++-
+ gi/pygtkcompat.py | 16 +++++--
+ gi/types.py | 4 ++
+ tests/test_everything.py | 30 +++++++++----
+ tests/test_gdbus.py | 1 +
+ tests/test_gi.py | 30 +++++++------
+ tests/test_gobject.py | 3 +-
+ tests/test_mainloop.py | 1 +
+ tests/test_option.py | 1 +
+ tests/test_overrides.py | 55
+ ++++++++++++-----------
+ tests/test_properties.py | 11 ++++-
+ tests/test_signal.py | 32 ++++++++++++-
+ tests/test_source.py | 1 +
+ tests/test_subprocess.py | 1 +
+ tests/test_thread.py | 1 +
+ tests/test_uris.py | 1 +
+ tests/testmodule.py | 1 +
58 files changed, 326 insertions(+), 111 deletions(-)
commit 917275d4aa81db39ccaca34fa514032fb80a3187
@@ -3324,15 +3709,15 @@ Date: Thu Mar 22 10:33:29 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/appwindow.py | 8 ++++----
- demos/gtk-demo/demos/colorselector.py | 4 ++--
- demos/gtk-demo/gtk-demo.py | 24 ++++++++++++------------
- examples/option.py | 4 ++--
- gi/_glib/option.py | 2 +-
- gi/overrides/Gtk.py | 2 +-
- tests/test_gi.py | 26 +++++++++++++-------------
- tests/test_option.py | 2 +-
- tests/test_overrides.py | 8 ++++----
+ demos/gtk-demo/demos/appwindow.py | 8 ++++----
+ demos/gtk-demo/demos/colorselector.py | 4 ++--
+ demos/gtk-demo/gtk-demo.py | 24 ++++++++++++------------
+ examples/option.py | 4 ++--
+ gi/_glib/option.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
+ tests/test_gi.py | 26 +++++++++++++-------------
+ tests/test_option.py | 2 +-
+ tests/test_overrides.py | 8 ++++----
9 files changed, 40 insertions(+), 40 deletions(-)
commit 0c85656f95d3cb31becff10bbee7faae7b0b875b
@@ -3343,15 +3728,15 @@ Date: Thu Mar 22 10:28:28 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672627
- demos/gtk-demo/demos/appwindow.py | 4 ++--
- demos/gtk-demo/demos/dialogs.py | 30 +++++++++++++++---------------
- demos/gtk-demo/demos/links.py | 2 +-
- demos/gtk-demo/demos/pixbuf.py | 2 +-
- demos/gtk-demo/demos/printing.py | 8 ++++----
- gi/overrides/Gtk.py | 4 ++--
- tests/test_everything.py | 22 +++++++++++-----------
- tests/test_gi.py | 2 +-
- tests/test_overrides.py | 8 ++++----
+ demos/gtk-demo/demos/appwindow.py | 4 ++--
+ demos/gtk-demo/demos/dialogs.py | 30 +++++++++++++++---------------
+ demos/gtk-demo/demos/links.py | 2 +-
+ demos/gtk-demo/demos/pixbuf.py | 2 +-
+ demos/gtk-demo/demos/printing.py | 8 ++++----
+ gi/overrides/Gtk.py | 4 ++--
+ tests/test_everything.py | 22 +++++++++++-----------
+ tests/test_gi.py | 2 +-
+ tests/test_overrides.py | 8 ++++----
9 files changed, 41 insertions(+), 41 deletions(-)
commit 32cc594ab6dfbd4843f3db5ec8338d31ad5df6c6
@@ -3363,38 +3748,38 @@ Date: Thu Mar 22 10:24:40 2012 -0300
By running the whole source tree via the indent.py script found
in the Python distribution.
- demos/gtk-demo/demos/Entry/search_entry.py | 4 +-
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 41 +++----
- demos/gtk-demo/demos/Tree View/liststore.py | 8 +-
- demos/gtk-demo/demos/appwindow.py | 18 +--
- demos/gtk-demo/demos/dialogs.py | 26 ++--
- demos/gtk-demo/demos/expander.py | 6 +-
- demos/gtk-demo/demos/images.py | 2 +-
- demos/gtk-demo/demos/links.py | 2 +-
- demos/gtk-demo/demos/rotatedtext.py | 20 ++--
- gi/_glib/option.py | 2 +-
- gi/_gobject/constants.py | 1 -
- gi/importer.py | 1 -
- gi/module.py | 10 +-
- gi/overrides/GLib.py | 11 +-
- gi/overrides/Gdk.py | 30 ++---
- gi/overrides/Gio.py | 4 +-
- gi/overrides/Gtk.py | 150
- ++++++++++++------------
- gi/overrides/Pango.py | 1 -
- gi/overrides/__init__.py | 10 +-
- gi/pygtkcompat.py | 2 +-
- tests/compathelper.py | 2 +-
- tests/runtests.py | 19 ++-
- tests/test_everything.py | 22 ++--
- tests/test_gdbus.py | 11 +-
- tests/test_gi.py | 38 +++---
- tests/test_gobject.py | 2 +-
- tests/test_interface.py | 1 -
- tests/test_option.py | 1 -
- tests/test_overrides.py | 78 ++++++------
- tests/test_properties.py | 2 +-
- tests/test_uris.py | 1 -
+ demos/gtk-demo/demos/Entry/search_entry.py | 4 +-
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 41 +++----
+ demos/gtk-demo/demos/Tree View/liststore.py | 8 +-
+ demos/gtk-demo/demos/appwindow.py | 18 +--
+ demos/gtk-demo/demos/dialogs.py | 26 ++---
+ demos/gtk-demo/demos/expander.py | 6 +-
+ demos/gtk-demo/demos/images.py | 2 +-
+ demos/gtk-demo/demos/links.py | 2 +-
+ demos/gtk-demo/demos/rotatedtext.py | 20 ++--
+ gi/_glib/option.py | 2 +-
+ gi/_gobject/constants.py | 1 -
+ gi/importer.py | 1 -
+ gi/module.py | 10 +-
+ gi/overrides/GLib.py | 11 +-
+ gi/overrides/Gdk.py | 30 ++---
+ gi/overrides/Gio.py | 4 +-
+ gi/overrides/Gtk.py | 150
+ ++++++++++++-------------
+ gi/overrides/Pango.py | 1 -
+ gi/overrides/__init__.py | 10 +-
+ gi/pygtkcompat.py | 2 +-
+ tests/compathelper.py | 2 +-
+ tests/runtests.py | 19 ++--
+ tests/test_everything.py | 22 ++--
+ tests/test_gdbus.py | 11 +-
+ tests/test_gi.py | 38 +++----
+ tests/test_gobject.py | 2 +-
+ tests/test_interface.py | 1 -
+ tests/test_option.py | 1 -
+ tests/test_overrides.py | 78 ++++++-------
+ tests/test_properties.py | 2 +-
+ tests/test_uris.py | 1 -
31 files changed, 255 insertions(+), 271 deletions(-)
commit c375e3136f0f48eb8a6717c0053155db088b329d
@@ -3407,12 +3792,12 @@ Date: Thu Mar 22 10:32:43 2012 +0100
Caught by the previous commit of making deprecations fatal.
- tests/test_option.py | 10 +++----
- tests/test_overrides.py | 66
- ++++++++++++++++++++++-----------------------
- tests/test_properties.py | 14 +++++-----
- tests/test_pygtkcompat.py | 18 ++++++-------
- tests/test_signal.py | 4 +--
+ tests/test_option.py | 10 +++----
+ tests/test_overrides.py | 66
+ +++++++++++++++++++++++------------------------
+ tests/test_properties.py | 14 +++++-----
+ tests/test_pygtkcompat.py | 18 ++++++-------
+ tests/test_signal.py | 4 +--
5 files changed, 56 insertions(+), 56 deletions(-)
commit 32525e565cc48454cdacbc44ad3fd751b81cb7e3
@@ -3421,7 +3806,7 @@ Date: Thu Mar 22 10:31:22 2012 +0100
Fail tests if they use or encounter deprecations
- tests/Makefile.am | 2 +-
+ tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 65762243a34af014950527c323a51a29d40fb3e1
@@ -3441,9 +3826,9 @@ Date: Thu Mar 22 10:15:16 2012 +0100
to
tests/runtests.py.
- tests/Makefile.am | 33 ++++++++++++---------------------
- tests/runtests.py | 7 +++++++
- tests/test_overrides.py | 6 ------
+ tests/Makefile.am | 33 ++++++++++++---------------------
+ tests/runtests.py | 7 +++++++
+ tests/test_overrides.py | 6 ------
3 files changed, 19 insertions(+), 27 deletions(-)
commit 3b4ae83a0ece8e3aed1de5452e2acd32841e629a
@@ -3458,7 +3843,7 @@ Date: Thu Mar 22 09:58:21 2012 +0100
import,
which makes this work again.
- tests/test_overrides.py | 9 +++++----
+ tests/test_overrides.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit 927f7877ffa5e16c4cabcecbc05656ee0ec6a167
@@ -3472,8 +3857,8 @@ Date: Wed Mar 21 21:09:24 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=672589
- gi/pygtkcompat.py | 19 +++++++++++++++++++
- tests/test_pygtkcompat.py | 22 ++++++++++++++++++++++
+ gi/pygtkcompat.py | 19 +++++++++++++++++++
+ tests/test_pygtkcompat.py | 22 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
commit b322d6a1f6d44bace4eefb98558cfe94a73a727c
@@ -3484,8 +3869,8 @@ Date: Wed Mar 21 16:01:35 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672578
- tests/test_everything.py | 4 ++--
- tests/test_pygtkcompat.py | 18 ++++++++++++++++++
+ tests/test_everything.py | 4 ++--
+ tests/test_pygtkcompat.py | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
commit c8bc6ae10cfe8b2eff4204ec2175907a6eb0585a
@@ -3498,54 +3883,54 @@ Date: Wed Mar 21 14:45:53 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672578
- demos/gtk-demo/demos/Entry/entry_buffer.py | 2 +-
- demos/gtk-demo/demos/Entry/entry_completion.py | 2 +-
- demos/gtk-demo/demos/Entry/search_entry.py | 12 +-
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 2 +-
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 2 +-
- demos/gtk-demo/demos/Tree View/liststore.py | 3 +-
- demos/gtk-demo/demos/appwindow.py | 13 +-
- demos/gtk-demo/demos/assistant.py | 4 +-
- demos/gtk-demo/demos/builder.py | 4 +-
- demos/gtk-demo/demos/button_box.py | 2 +-
- demos/gtk-demo/demos/clipboard.py | 2 +-
- demos/gtk-demo/demos/colorselector.py | 2 +-
- demos/gtk-demo/demos/combobox.py | 4 +-
- demos/gtk-demo/demos/dialogs.py | 4 +-
- demos/gtk-demo/demos/drawingarea.py | 2 +-
- demos/gtk-demo/demos/expander.py | 4 +-
- demos/gtk-demo/demos/images.py | 8 +-
- demos/gtk-demo/demos/infobars.py | 2 +-
- demos/gtk-demo/demos/links.py | 2 +-
- demos/gtk-demo/demos/menus.py | 5 +-
- demos/gtk-demo/demos/pickers.py | 2 +-
- demos/gtk-demo/demos/pixbuf.py | 2 +-
- demos/gtk-demo/demos/printing.py | 3 +-
- demos/gtk-demo/demos/rotatedtext.py | 6 +-
- demos/gtk-demo/gtk-demo.py | 9 +-
- examples/cairo-demo.py | 2 +-
- gi/__init__.py | 4 +
- gi/_glib/__init__.py | 101 ++++++++++-
- gi/_glib/option.py | 1 +
- gi/_gobject/__init__.py | 203
- +++++++++++++++++++---
- gi/_gobject/constants.py | 2 -
- gi/_gobject/propertyhelper.py | 4 +-
- gi/importer.py | 2 +-
- gi/module.py | 1 -
- gi/overrides/Gtk.py | 1 -
- gi/overrides/__init__.py | 1 -
- gi/pygtkcompat.py | 2 +
- gi/types.py | 3 +
- tests/Makefile.am | 5 +
- tests/test_everything.py | 6 +-
- tests/test_gi.py | 8 +-
- tests/test_option.py | 10 +-
- tests/test_overrides.py | 30 ++--
- tests/test_properties.py | 12 +-
- tests/test_pygtkcompat.py | 4 -
- tests/test_signal.py | 4 +-
- tests/test_source.py | 6 +-
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 2 +-
+ demos/gtk-demo/demos/Entry/entry_completion.py | 2 +-
+ demos/gtk-demo/demos/Entry/search_entry.py | 12 +-
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 2 +-
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 2 +-
+ demos/gtk-demo/demos/Tree View/liststore.py | 3 +-
+ demos/gtk-demo/demos/appwindow.py | 13 +-
+ demos/gtk-demo/demos/assistant.py | 4 +-
+ demos/gtk-demo/demos/builder.py | 4 +-
+ demos/gtk-demo/demos/button_box.py | 2 +-
+ demos/gtk-demo/demos/clipboard.py | 2 +-
+ demos/gtk-demo/demos/colorselector.py | 2 +-
+ demos/gtk-demo/demos/combobox.py | 4 +-
+ demos/gtk-demo/demos/dialogs.py | 4 +-
+ demos/gtk-demo/demos/drawingarea.py | 2 +-
+ demos/gtk-demo/demos/expander.py | 4 +-
+ demos/gtk-demo/demos/images.py | 8 +-
+ demos/gtk-demo/demos/infobars.py | 2 +-
+ demos/gtk-demo/demos/links.py | 2 +-
+ demos/gtk-demo/demos/menus.py | 5 +-
+ demos/gtk-demo/demos/pickers.py | 2 +-
+ demos/gtk-demo/demos/pixbuf.py | 2 +-
+ demos/gtk-demo/demos/printing.py | 3 +-
+ demos/gtk-demo/demos/rotatedtext.py | 6 +-
+ demos/gtk-demo/gtk-demo.py | 9 +-
+ examples/cairo-demo.py | 2 +-
+ gi/__init__.py | 4 +
+ gi/_glib/__init__.py | 101 ++++++++++-
+ gi/_glib/option.py | 1 +
+ gi/_gobject/__init__.py | 203
+ ++++++++++++++++++++---
+ gi/_gobject/constants.py | 2 -
+ gi/_gobject/propertyhelper.py | 4 +-
+ gi/importer.py | 2 +-
+ gi/module.py | 1 -
+ gi/overrides/Gtk.py | 1 -
+ gi/overrides/__init__.py | 1 -
+ gi/pygtkcompat.py | 2 +
+ gi/types.py | 3 +
+ tests/Makefile.am | 5 +
+ tests/test_everything.py | 6 +-
+ tests/test_gi.py | 8 +-
+ tests/test_option.py | 10 +-
+ tests/test_overrides.py | 30 ++--
+ tests/test_properties.py | 12 +-
+ tests/test_pygtkcompat.py | 4 -
+ tests/test_signal.py | 4 +-
+ tests/test_source.py | 6 +-
47 files changed, 377 insertions(+), 138 deletions(-)
commit 39650906559fcc39b4be406fa7e25c4788d349a3
@@ -3564,10 +3949,10 @@ Date: Wed Mar 21 16:59:33 2012 +0100
values).
For these, warnings/criticals are now explicitly permitted.
- tests/runtests.py | 1 +
- tests/test_gi.py | 7 ++++++-
- tests/test_overrides.py | 14 +++++++-------
- tests/test_properties.py | 36 +++++++++++++++++++++---------------
+ tests/runtests.py | 1 +
+ tests/test_gi.py | 7 ++++++-
+ tests/test_overrides.py | 14 +++++++-------
+ tests/test_properties.py | 36 +++++++++++++++++++++---------------
4 files changed, 35 insertions(+), 23 deletions(-)
commit efcb4b0b32c4dda06c3eeec83802fc0f302f0d27
@@ -3585,8 +3970,8 @@ Date: Tue Mar 20 14:55:07 2012 +0400
https://bugzilla.gnome.org/show_bug.cgi?id=668903
- gi/pygi-marshal-from-py.c | 3 ++-
- gi/pygi-marshal-to-py.c | 3 ++-
+ gi/pygi-marshal-from-py.c | 3 ++-
+ gi/pygi-marshal-to-py.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
commit 8d85d6639778ec6364235071d272d67e7aae49ae
@@ -3616,8 +4001,8 @@ Date: Wed Mar 21 14:34:36 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=672463
- gi/overrides/Gtk.py | 26 ++++++++++++++------------
- tests/test_overrides.py | 5 +++++
+ gi/overrides/Gtk.py | 26 ++++++++++++++------------
+ tests/test_overrides.py | 5 +++++
2 files changed, 19 insertions(+), 12 deletions(-)
commit 38aecc481741fd3a319a76a0ec8bf5329a483876
@@ -3635,7 +4020,7 @@ Date: Wed Mar 21 15:21:02 2012 +0100
Fix this by calling close().
- tests/test_pygtkcompat.py | 3 ++-
+ tests/test_pygtkcompat.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 5e0e5e72a4436badd09f0aa07f62960afcdca8c6
@@ -3646,7 +4031,7 @@ Date: Mon Mar 19 16:58:22 2012 +0100
Use 3.1.93 for now, this will most likely become 3.2.0 as it is.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 88924e399d7ccf7af2e9a78720e0c508cd6080d8
@@ -3655,7 +4040,7 @@ Date: Mon Mar 19 16:41:17 2012 +0100
Release 3.1.92
- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
commit b41e6139befb984c0b78bcefe2630ab1393b4b40
@@ -3666,8 +4051,8 @@ Date: Mon Mar 19 16:14:54 2012 +0100
Also update Martin's email address.
- README | 10 ++++++----
- pygobject.doap | 2 +-
+ README | 10 ++++++----
+ pygobject.doap | 2 +-
2 files changed, 7 insertions(+), 5 deletions(-)
commit 45e27ba7e447552057a2950fc768c63ff2e6612e
@@ -3676,7 +4061,7 @@ Date: Mon Mar 19 16:11:22 2012 +0100
Bump version to 3.1.92, in sync with GNOME
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 77d358f8c5f524259249ea686899e3a4da05562e
@@ -3685,7 +4070,7 @@ Date: Mon Mar 19 11:54:07 2012 -0300
Correct Gtk.TreePath.__iter__ to work with Python 3
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1f18bcb37bdc42368ad9a07c7f348f736c2f665d
@@ -3694,7 +4079,7 @@ Date: Mon Mar 19 15:54:13 2012 +0100
Fix pygtkcompat.py to work with Python 3
- gi/pygtkcompat.py | 20 +++++++++++++++-----
+ gi/pygtkcompat.py | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
commit 96a9f92da801989464fbcedf6d849819f6dbea64
@@ -3709,7 +4094,7 @@ Date: Mon Mar 19 15:32:22 2012 +0100
is not
exactly two at the moment.
- tests/test_everything.py | 4 ++--
+ tests/test_everything.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit ba00afb1e50759b2b321f16e05a15946053cdafa
@@ -3718,8 +4103,8 @@ Date: Mon Mar 19 10:58:09 2012 -0300
pygtkcompat: Remove first argument for get_origin()
- gi/pygtkcompat.py | 5 +++++
- tests/test_pygtkcompat.py | 5 +++++
+ gi/pygtkcompat.py | 5 +++++
+ tests/test_pygtkcompat.py | 5 +++++
2 files changed, 10 insertions(+)
commit 65499246a862ce6a82bc3b0cc74fe8ff82dde687
@@ -3731,8 +4116,8 @@ Date: Fri Mar 16 16:08:44 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 10 ++++++++++
- tests/test_overrides.py | 11 +++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
+ tests/test_overrides.py | 11 +++++++++++
2 files changed, 21 insertions(+)
commit 43c761d9f35252dcb58b9cf2278016d841eea4ec
@@ -3743,8 +4128,8 @@ Date: Fri Mar 16 16:08:23 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 11 +++++++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 11 +++++++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 17 insertions(+)
commit 116d3712251b1b8aa2d4f4a9e40e22f5b9fcbe4f
@@ -3755,8 +4140,8 @@ Date: Fri Mar 16 16:07:30 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Pango.py | 3 +++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Pango.py | 3 +++
+ tests/test_overrides.py | 4 ++++
2 files changed, 7 insertions(+)
commit a3ca47b086b7fcf084282be788c5d737dde847ac
@@ -3768,8 +4153,8 @@ Date: Fri Mar 16 16:06:37 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 15 +++++++++++++++
- tests/test_overrides.py | 14 ++++++++++++++
+ gi/overrides/Gtk.py | 15 +++++++++++++++
+ tests/test_overrides.py | 14 ++++++++++++++
2 files changed, 29 insertions(+)
commit 458dab08c78cb730dd95bcd67af20a0d73a3af2f
@@ -3781,8 +4166,8 @@ Date: Fri Mar 16 16:06:12 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 10 ++++++++++
- tests/test_overrides.py | 9 ++++++++-
+ gi/overrides/Gtk.py | 10 ++++++++++
+ tests/test_overrides.py | 9 ++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
commit 2f7789a5a1f55ec38c5ff0f96bc5c9023679a333
@@ -3793,8 +4178,8 @@ Date: Fri Mar 16 16:05:55 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 11 +++++++++++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 11 +++++++++++
2 files changed, 14 insertions(+)
commit 2dd9dadd1bd92c3324e9de209ba8205a9d4106d6
@@ -3805,8 +4190,8 @@ Date: Thu Mar 15 15:22:46 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672260
- gi/overrides/Gtk.py | 5 +++++
- tests/test_overrides.py | 3 +++
+ gi/overrides/Gtk.py | 5 +++++
+ tests/test_overrides.py | 3 +++
2 files changed, 8 insertions(+)
commit bf8c95836e1cc1e1629937cbc69ea3027fb82746
@@ -3836,10 +4221,9 @@ Date: Thu Mar 15 09:48:10 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=671610
- gi/overrides/Gtk.py | 81
- +++++++++++++++++++++++++++++------------------
- tests/test_overrides.py | 74
- +++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 81
+ ++++++++++++++++++++++++++++++-------------------
+ tests/test_overrides.py | 74 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 124 insertions(+), 31 deletions(-)
commit f7db4eaf8148f2dd8bf1718152a1dcae509470c7
@@ -3854,8 +4238,8 @@ Date: Sun Mar 18 16:07:26 2012 +0100
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/overrides/Gtk.py | 4 +---
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 4 +---
+ tests/test_overrides.py | 6 ++++++
2 files changed, 7 insertions(+), 3 deletions(-)
commit 466337cf2fd091738eeab12c10d250a9d0827284
@@ -3864,7 +4248,7 @@ Date: Fri Mar 16 16:55:47 2012 -0300
Correct bad rebase, remove duplicate Window
- gi/overrides/Gtk.py | 7 -------
+ gi/overrides/Gtk.py | 7 -------
1 file changed, 7 deletions(-)
commit c60d5ee3c88bd8e1c68ea97f079947cf79d5bb7d
@@ -3878,11 +4262,11 @@ Date: Thu Mar 15 15:42:28 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/Makefile.am | 3 +-
- gi/pygtkcompat.py | 421
- +++++++++++++++++++++++++++++++++++++++++++++
- tests/Makefile.am | 3 +-
- tests/test_pygtkcompat.py | 77 +++++++++
+ gi/Makefile.am | 3 +-
+ gi/pygtkcompat.py | 421
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ tests/Makefile.am | 3 +-
+ tests/test_pygtkcompat.py | 77 +++++++++
4 files changed, 502 insertions(+), 2 deletions(-)
commit 680a2e04ac4f80ad16e820d3f753519477c988aa
@@ -3897,7 +4281,7 @@ Date: Wed Mar 14 15:20:53 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672087
- gi/overrides/Gtk.py | 8 +++++++-
+ gi/overrides/Gtk.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
commit fbd21ee7176bc1b70547ea464b512c8ffd674187
@@ -3908,8 +4292,8 @@ Date: Wed Mar 14 17:13:04 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672093
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 2 ++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 2 ++
2 files changed, 5 insertions(+)
commit a7b08cb75541612c78d123b1d968be7874e3c481
@@ -3920,7 +4304,7 @@ Date: Wed Mar 14 13:32:31 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672081
- gi/overrides/Gtk.py | 14 ++++++++++++++
+ gi/overrides/Gtk.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
commit 02950cabb38b1b3c9378c42c069eefdbccbce17d
@@ -3933,8 +4317,8 @@ Date: Wed Mar 14 13:31:41 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672081
- gi/overrides/Gtk.py | 4 ++++
- tests/test_overrides.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 4 ++++
+ tests/test_overrides.py | 10 ++++++++++
2 files changed, 14 insertions(+)
commit 7245bd0ae3f6243c79fa8543a0ed1e50e5015844
@@ -3945,7 +4329,7 @@ Date: Wed Mar 14 13:31:06 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672081
- gi/overrides/Pango.py | 9 +++++++++
+ gi/overrides/Pango.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit bc1fd8814df6c1e85b586d0fb943c89f7e2b78b5
@@ -3965,7 +4349,7 @@ Date: Fri Mar 16 13:27:56 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=672224
- gi/pygi-marshal-from-py.c | 7 ++++++-
+ gi/pygi-marshal-from-py.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit a906b7d1947ba905f959d3f738eb6c29b02f96e7
@@ -3984,12 +4368,12 @@ Date: Fri Mar 16 00:29:31 2012 -0700
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- examples/properties.py | 6 +--
- gi/_gobject/__init__.py | 7 +--
- gi/_gobject/propertyhelper.py | 12 +++---
- tests/test_interface.py | 4 +-
- tests/test_properties.py | 94
- ++++++++++++++++++++---------------------
+ examples/properties.py | 6 +--
+ gi/_gobject/__init__.py | 7 ++--
+ gi/_gobject/propertyhelper.py | 12 +++---
+ tests/test_interface.py | 4 +-
+ tests/test_properties.py | 94
+ +++++++++++++++++++++----------------------
5 files changed, 62 insertions(+), 61 deletions(-)
commit d7d28d717e38c0546529b09b8b571a5cc631c5b5
@@ -4022,9 +4406,9 @@ Date: Wed Mar 14 22:52:47 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=672065
- gi/pygi-marshal-cleanup.c | 19 ++++++++++++++-----
- gi/pygi-marshal-from-py.c | 13 ++++++++++++-
- tests/test_gi.py | 8 ++++++++
+ gi/pygi-marshal-cleanup.c | 19 ++++++++++++++-----
+ gi/pygi-marshal-from-py.c | 13 ++++++++++++-
+ tests/test_gi.py | 8 ++++++++
3 files changed, 34 insertions(+), 6 deletions(-)
commit 27ac9c1de6487035b18ef4511c155d251cb6d39d
@@ -4049,9 +4433,9 @@ Date: Fri Mar 16 09:59:57 2012 +0100
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/overrides/Gtk.py | 56
- +++++++++++++++++++++++------------------------
- tests/test_overrides.py | 35 +++++++++++++++++++++++++++--
+ gi/overrides/Gtk.py | 56
+ ++++++++++++++++++++++++-------------------------
+ tests/test_overrides.py | 35 +++++++++++++++++++++++++++++--
2 files changed, 61 insertions(+), 30 deletions(-)
commit 77ab27ab8a580d98f76730f075e083e1e870f55e
@@ -4084,10 +4468,10 @@ Date: Tue Mar 13 01:41:53 2012 -0700
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/_gobject/__init__.py | 10 +++----
- gi/_gobject/propertyhelper.py | 59
- ++++++++++++++++++++++++++++++-----------
- tests/test_properties.py | 41 ++++++++++++++++++++++++++++
+ gi/_gobject/__init__.py | 10 ++++----
+ gi/_gobject/propertyhelper.py | 59
+ +++++++++++++++++++++++++++++++------------
+ tests/test_properties.py | 41 ++++++++++++++++++++++++++++++
3 files changed, 89 insertions(+), 21 deletions(-)
commit 174a61fb3149c07dab5cc35e64825922cdefcb95
@@ -4100,7 +4484,7 @@ Date: Tue Mar 13 17:10:13 2012 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=672045
- gi/overrides/Gtk.py | 17 +++++++++++++++++
+ gi/overrides/Gtk.py | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
commit 7746d2188ac4933c2c9011d84525d1e62fc18953
@@ -4113,9 +4497,9 @@ Date: Fri Mar 9 12:26:53 2012 +0100
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/pygi-argument.c | 25 ++++++++++++++++---------
- gi/pygi-marshal-from-py.c | 32 +++++++++++++++++++++++++-------
- gi/pygi-marshal-to-py.c | 19 +++++++++++++++++++
+ gi/pygi-argument.c | 25 ++++++++++++++++---------
+ gi/pygi-marshal-from-py.c | 32 +++++++++++++++++++++++++-------
+ gi/pygi-marshal-to-py.c | 19 +++++++++++++++++++
3 files changed, 60 insertions(+), 16 deletions(-)
commit 0591cc6f160ae6e9d8c3970934ae105ef340d7d3
@@ -4133,12 +4517,12 @@ Date: Thu Mar 8 12:21:28 2012 +0100
Signed-off-by: Michel Dänzer <michel@daenzer.net>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- configure.ac | 3 +-
- gi/_gobject/Makefile.am | 7 +-
- gi/_gobject/ffi-marshaller.c | 194
- ------------------------------------------
- gi/_gobject/ffi-marshaller.h | 31 -------
- gi/_gobject/gobjectmodule.c | 12 +--
+ configure.ac | 3 +-
+ gi/_gobject/Makefile.am | 7 +-
+ gi/_gobject/ffi-marshaller.c | 194
+ -------------------------------------------
+ gi/_gobject/ffi-marshaller.h | 31 -------
+ gi/_gobject/gobjectmodule.c | 12 +--
5 files changed, 4 insertions(+), 243 deletions(-)
commit 8ca828825a2c47080055c5f986979aac8da9a93f
@@ -4151,7 +4535,7 @@ Date: Mon Mar 5 21:10:55 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=671409
- gi/overrides/Gtk.py | 5 +++++
+ gi/overrides/Gtk.py | 5 +++++
1 file changed, 5 insertions(+)
commit 4824ceaa77b59788325a2c1ee0f994d4e74d7a1c
@@ -4163,7 +4547,7 @@ Date: Sun Mar 4 16:41:18 2012 +0100
When we found the member, unref the objects before breaking out of the
loop.
- gi/pygi-marshal-from-py.c | 9 +++------
+ gi/pygi-marshal-from-py.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
commit c6ae29ac157978a61b11cc2de9e8485d8a175105
@@ -4172,7 +4556,7 @@ Date: Tue Feb 21 15:37:18 2012 +0100
tests: Split TestInterfaces into separate tests
- tests/test_gi.py | 36 +++++++++++++++++++-----------------
+ tests/test_gi.py | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
commit de3299818ae5fdf1c7abbe05a36bfd5cdface7b8
@@ -4181,7 +4565,7 @@ Date: Mon Feb 20 19:37:32 2012 +0100
Post release version bump to 3.1.2
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fd020e783c0dacea3320225b4ddd57d6a0fce7ea
@@ -4190,7 +4574,7 @@ Date: Mon Feb 20 19:33:56 2012 +0100
Prepare 3.1.1 release
- NEWS | 18 ++++++++++++++++++
+ NEWS | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
commit 99485d96811667ef7a7a393b68b7361733157d61
@@ -4199,7 +4583,7 @@ Date: Sat Feb 18 00:38:05 2012 +0100
Don't use C99 style
- gi/pygi-cache.c | 3 ++-
+ gi/pygi-cache.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 0739c39f6282d95fc17ee406fa1151d074b0450d
@@ -4215,7 +4599,7 @@ Date: Thu Feb 16 16:42:53 2012 +0100
internally, but at least we can verify that it does not crash due to
double-free.
- tests/test_everything.py | 10 +++++++++-
+ tests/test_everything.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit 087a104f66793a981a0c02f1c7ab9cc1cf659da3
@@ -4226,7 +4610,7 @@ Date: Wed Feb 15 13:36:39 2012 +0100
Not necessary any more since glib 2.24, and we depend on 2.31.
- gi/_glib/pyglib.c | 3 ---
+ gi/_glib/pyglib.c | 3 ---
1 file changed, 3 deletions(-)
commit 66fb610e45912a7def29e5848577d280ef55643a
@@ -4239,7 +4623,7 @@ Date: Wed Feb 15 13:35:33 2012 +0100
documentation. This also
simplifies the code.
- gi/_glib/pygsource.c | 4 +---
+ gi/_glib/pygsource.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
commit 18342edded05d3d9cccf648ed92bc1cac95c51eb
@@ -4250,9 +4634,9 @@ Date: Wed Feb 15 13:31:23 2012 +0100
Replace with _schar(). We depend on glib >= 2.31 already.
- gi/_gobject/ffi-marshaller.c | 2 +-
- gi/_gobject/pygtype.c | 6 +++---
- gi/pygi-argument.c | 2 +-
+ gi/_gobject/ffi-marshaller.c | 2 +-
+ gi/_gobject/pygtype.c | 6 +++---
+ gi/pygi-argument.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
commit 3dfb8dcbe7cf09dc170433fc48d3273c6ea9448e
@@ -4264,7 +4648,7 @@ Date: Thu Feb 2 19:06:01 2012 +0100
Looking at the gir file gtk.gdk.x11_* should get converted to
GdkX11.x11_*. Fixing pygiconvert.sh to do so.
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3af5016978df598d5fd1c225cc49bb2c04dc4e35
@@ -4275,7 +4659,7 @@ Date: Fri Feb 10 13:29:41 2012 +0100
Commit ee62df4d2fc0cc63c2f29d3ad9b47b875dbd5f89 introduced both calls
- configure.ac | 6 +++---
+ configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 50c3b1bad3ea79750649f4b48fce0adbfaba5268
@@ -4286,7 +4670,7 @@ Date: Fri Feb 10 09:28:36 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=649267
- gi/_gobject/pygparamspec.c | 2 +-
+ gi/_gobject/pygparamspec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6ab542fb3ec1031922ba65664d77bbaac0df453e
@@ -4297,8 +4681,8 @@ Date: Mon Nov 14 14:41:08 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=664496
- pygi-convert.sh | 76
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ pygi-convert.sh | 76
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)
commit 4aeb27efc43e131de5d0bc0f60dca7c1d34c3d45
@@ -4311,9 +4695,9 @@ Date: Fri Feb 10 09:04:18 2012 +0100
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/pygi-argument.c | 3 ++-
- gi/pygi-info.c | 13 +++++++++++++
- tests/test_everything.py | 21 +++++++++++++++++++++
+ gi/pygi-argument.c | 3 ++-
+ gi/pygi-info.c | 13 +++++++++++++
+ tests/test_everything.py | 21 +++++++++++++++++++++
3 files changed, 36 insertions(+), 1 deletion(-)
commit 5c0b20cc1a261cb7430a5251dffe60da698033b5
@@ -4324,7 +4708,7 @@ Date: Thu Feb 9 18:15:42 2012 +0100
Use what was recently added in g-i
- tests/test_gi.py | 17 +++++++++++++++--
+ tests/test_gi.py | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
commit ea7778f6f37a6fc38f88d89d4b6cae8be0ed9753
@@ -4335,7 +4719,7 @@ Date: Thu Feb 9 18:14:52 2012 +0100
Also tidy up the spacing a bit
- tests/test_gi.py | 29 +++++++++++++++++++++++------
+ tests/test_gi.py | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
commit db7f9be319d3cf52aef300fbac60cabb7ff57276
@@ -4344,7 +4728,7 @@ Date: Wed Feb 8 22:23:30 2012 +0100
Add unit test for builder's connect_after
- tests/test_overrides.py | 8 ++++++++
+ tests/test_overrides.py | 8 ++++++++
1 file changed, 8 insertions(+)
commit 671f9b0dd73ac41a84caf9d1f04cec351bc01b47
@@ -4359,7 +4743,7 @@ Date: Wed Feb 8 16:06:22 2012 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=669705
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1d23d8006be98b77a0134fddd23b76df05e489fa
@@ -4370,7 +4754,7 @@ Date: Tue Feb 7 11:49:58 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=669598
- m4/python.m4 | 6 +++---
+ m4/python.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 945fd18e531c2131440af93dcd89f6c63abbfd7c
@@ -4393,7 +4777,7 @@ Date: Tue Feb 7 13:42:19 2012 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=669594
- gi/_glib/pygspawn.c | 4 ++--
+ gi/_glib/pygspawn.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8fc969c45d6d720400dc6c9ef391d0ca93f14b5a
@@ -4402,7 +4786,7 @@ Date: Mon Feb 6 19:15:53 2012 +0100
Post release version bump to 3.1.1
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f76b2fe6d37be76bf129ee2adee90b2cc0eee56e
@@ -4411,7 +4795,7 @@ Date: Mon Feb 6 19:11:52 2012 +0100
Prepare 3.1.0 release
- NEWS | 34 ++++++++++++++++++++++++++++++++++
+ NEWS | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
commit c09d0dffc5a570d5ae4df1ae07b2e5594c3ca1bf
@@ -4423,8 +4807,8 @@ Date: Mon Feb 6 19:04:41 2012 +0100
Removed obsolete MAINTAINERS file
- MAINTAINERS | 19 -------------------
- pygobject.doap | 44 +++++++++++++++-----------------------------
+ MAINTAINERS | 19 -------------------
+ pygobject.doap | 44 +++++++++++++++-----------------------------
2 files changed, 15 insertions(+), 48 deletions(-)
commit 0285e107be581c4d594127dc06cd05df1f02fb3f
@@ -4439,9 +4823,9 @@ Date: Mon Feb 6 18:57:01 2012 +0100
Due to this commit breaking backwards compatability, we decided to
revert this change
- gi/overrides/Gtk.py | 15 ---------------
- tests/compathelper.py | 2 --
- tests/test_overrides.py | 31 +------------------------------
+ gi/overrides/Gtk.py | 15 ---------------
+ tests/compathelper.py | 2 --
+ tests/test_overrides.py | 31 +------------------------------
3 files changed, 1 insertion(+), 47 deletions(-)
commit 0e921cd26ed5a6e3bc6ef5f553e8b22b862d72a6
@@ -4450,7 +4834,7 @@ Date: Sun Feb 5 13:47:10 2012 +0100
tests: Fixed issues with python3
- tests/test_gi.py | 9 ++++++---
+ tests/test_gi.py | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
commit ee62df4d2fc0cc63c2f29d3ad9b47b875dbd5f89
@@ -4461,9 +4845,9 @@ Date: Sun Feb 5 11:59:51 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=664150
- gi/pygi-property.c | 48 ++++++++++++++++++++++++++++++++++++----
- tests/test_gi.py | 62
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-property.c | 48 ++++++++++++++++++++++++++++++++++++++----
+ tests/test_gi.py | 62
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 106 insertions(+), 4 deletions(-)
commit c329bf2aee8d75ce452638db75e09197ff2b9b65
@@ -4477,7 +4861,7 @@ Date: Sun Feb 5 11:46:21 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=669393
- gi/pygi-marshal-cleanup.c | 32 +++++++++++++++++++++++---------
+ gi/pygi-marshal-cleanup.c | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9 deletions(-)
commit 4ea37c606f67df843788261b2c8acd6bac4c1e0c
@@ -4491,7 +4875,7 @@ Date: Sun Feb 5 18:51:53 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=669415
- tests/test_everything.py | 9 +++++++++
+ tests/test_everything.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit a41984780ee49dcf02c718ca1be87bba747472e5
@@ -4510,7 +4894,7 @@ Date: Mon Feb 6 09:34:28 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=669415
- gi/_glib/pyglib.c | 2 ++
+ gi/_glib/pyglib.c | 2 ++
1 file changed, 2 insertions(+)
commit 2c797c17913999379e277788d5e4cce8d68cebb0
@@ -4521,7 +4905,7 @@ Date: Sat Feb 4 16:11:34 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=663288
- tests/Makefile.am | 1 +
+ tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit d6a899cdf70e978534326155e3fad75a705f4b20
@@ -4533,7 +4917,7 @@ Date: Sat Feb 4 15:55:55 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=665553
- gi/overrides/Gtk.py | 6 ++----
+ gi/overrides/Gtk.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
commit 534ec71c575a279ff1c05da20a8858bb1145b4d0
@@ -4548,8 +4932,8 @@ Date: Sat Feb 4 15:42:36 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=647723
- gi/overrides/GLib.py | 18 ++++++++++++++++++
- tests/test_overrides.py | 45
+ gi/overrides/GLib.py | 18 ++++++++++++++++++
+ tests/test_overrides.py | 45
+++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
@@ -4566,9 +4950,9 @@ Date: Sat Feb 4 15:41:08 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=647725
- gi/overrides/GLib.py | 23 +++++++++++++++++++
- tests/test_overrides.py | 56
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/GLib.py | 23 ++++++++++++++++++++
+ tests/test_overrides.py | 56
+ +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
commit f82404034be042bf2026bbb7f1e33b11d6e17a6f
@@ -4583,7 +4967,7 @@ Date: Wed Jan 25 07:01:06 2012 +0100
other test
case names.
- tests/test_everything.py | 30 +++++++++++++++---------------
+ tests/test_everything.py | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
commit e37ee78fbf0aa72159a40da4165a26bea065faf1
@@ -4596,7 +4980,7 @@ Date: Mon Jan 23 13:10:30 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=668497
- gi/pygi-foreign-cairo.c | 2 +-
+ gi/pygi-foreign-cairo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit db24865d6b60351d72f5b8f47103d6d0a6c63b2e
@@ -4609,7 +4993,7 @@ Date: Mon Jan 23 13:06:41 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=668497
- gi/_gobject/gobjectmodule.c | 2 +-
+ gi/_gobject/gobjectmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a8408cfd68cd5e7cdb0b8a83e107d9a0d828e4bd
@@ -4629,10 +5013,10 @@ Date: Mon Jan 23 13:01:27 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=668497
- gi/_glib/pygiochannel.c | 2 +-
- gi/_glib/pygmainloop.c | 3 +--
- gi/_gobject/pygobject.c | 2 +-
- gi/pygi-marshal-cleanup.c | 2 --
+ gi/_glib/pygiochannel.c | 2 +-
+ gi/_glib/pygmainloop.c | 3 +--
+ gi/_gobject/pygobject.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 2 --
4 files changed, 3 insertions(+), 6 deletions(-)
commit 29a30490ed51e347e8f57d2bf9af69400734eee8
@@ -4647,7 +5031,7 @@ Date: Thu Jan 19 18:09:07 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=668288
- gi/_glib/pygmainloop.c | 4 ++--
+ gi/_glib/pygmainloop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 557a61c12c01137a0d7c679c4b053973df09d445
@@ -4660,7 +5044,7 @@ Date: Mon Dec 26 00:44:56 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=666852
- tests/test_gi.py | 4 ++--
+ tests/test_gi.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d69e5b3c7bdb9113382fd125c256b12bff4c24d2
@@ -4677,7 +5061,7 @@ Date: Mon Jan 23 12:37:26 2012 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=666270
- gi/pygi-argument.c | 12 +++++++++++-
+ gi/pygi-argument.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
commit 77f32d9110bfeb6dad8457f565b4c70b5998fef6
@@ -4696,8 +5080,8 @@ Date: Thu Dec 15 16:12:01 2011 +0200
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/pygi-closure.c | 2 ++
- tests/test_everything.py | 35 +++++++++++++++++++++++++++++++++++
+ gi/pygi-closure.c | 2 ++
+ tests/test_everything.py | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
commit 4b9dc03d0e49e9a1f4bf0f2df503bdff00d13a2b
@@ -4715,7 +5099,7 @@ Date: Mon Jan 23 13:56:02 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=666098
- gi/_glib/pyglib.c | 3 +++
+ gi/_glib/pyglib.c | 3 +++
1 file changed, 3 insertions(+)
commit adcfe96d49b09bcc550653d73de196610fd5144d
@@ -4740,11 +5124,11 @@ Date: Fri Jan 20 16:20:10 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=666098
- gi/_glib/pyglib.c | 46
+ gi/_glib/pyglib.c | 46
+++++++++++++++++++++++++++++++++++-----------
- gi/_glib/pyglib.h | 1 +
- gi/pygi-marshal-to-py.c | 16 +++++++++++++---
- tests/test_gi.py | 32 ++++++++++++++++++++++++++++++++
+ gi/_glib/pyglib.h | 1 +
+ gi/pygi-marshal-to-py.c | 16 +++++++++++++---
+ tests/test_gi.py | 32 ++++++++++++++++++++++++++++++++
4 files changed, 81 insertions(+), 14 deletions(-)
commit 09f003729eac9d553a208c343c2a14d253b77d9a
@@ -4757,7 +5141,7 @@ Date: Mon Jan 23 12:42:21 2012 +0200
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/pygi-argument.c | 26 +++++++++++++-------------
+ gi/pygi-argument.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
commit c71c010be01d706f90bc200194325fd82f4071b2
@@ -4766,7 +5150,7 @@ Date: Sat Jan 14 14:24:23 2012 +0100
Avoid C99 syntax.
- gi/gimodule.c | 10 ++++++----
+ gi/gimodule.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
commit c299d058c22385ececaec64c872d1dd1bc1ae17a
@@ -4775,7 +5159,7 @@ Date: Fri Jan 6 13:39:31 2012 +0100
Connect to first action of a radio group.
- gi/overrides/Gtk.py | 4 ++--
+ gi/overrides/Gtk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit dee2f179037902a3883bd0e61ff1c350e1fd8a4f
@@ -4784,7 +5168,7 @@ Date: Wed Jan 4 16:40:51 2012 +0100
Use g_slist_free_full in pygi-closure.
- gi/pygi-closure.c | 3 +--
+ gi/pygi-closure.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit 2bee4207ab6f07dc9c0952affe72f0e304cfb624
@@ -4799,7 +5183,7 @@ Date: Wed Jan 4 15:24:13 2012 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=667261
- gi/pygi-marshal-from-py.c | 8 ++++----
+ gi/pygi-marshal-from-py.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit d68455e99b1a9ebba31209b17a11317b1958678b
@@ -4810,8 +5194,8 @@ Date: Tue Jan 3 16:57:40 2012 +0100
Treat NULL as an empty array and add the corresponding testcase
- gi/pygi-marshal-to-py.c | 9 +++++----
- tests/test_gi.py | 3 +++
+ gi/pygi-marshal-to-py.c | 9 +++++----
+ tests/test_gi.py | 3 +++
2 files changed, 8 insertions(+), 4 deletions(-)
commit e3451b8e6018bb76e9992fb6af24a71725de5cfd
@@ -4820,7 +5204,7 @@ Date: Fri Dec 23 12:01:43 2011 +0100
Branching, bump version to 3.1.0
- configure.ac | 4 ++--
+ configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8d1a36cc73f5f4df091ecb289c8a7b38ec2ab605
@@ -4829,7 +5213,7 @@ Date: Mon Dec 12 18:35:30 2011 +0100
Add notes about branching to HACKING
- HACKING | 10 ++++++++++
+ HACKING | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 00030bc6f0fb961c716ed692144cd8e4bb9be7d0
@@ -4841,8 +5225,8 @@ Date: Sat Dec 10 12:51:45 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=664864
- gi/_gobject/propertyhelper.py | 2 +-
- tests/test_properties.py | 31 +++++++++++++++++++++++++++++++
+ gi/_gobject/propertyhelper.py | 2 +-
+ tests/test_properties.py | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
commit 7b78abc6c399abd0daa4c11c644d107e1bb7b452
@@ -4851,7 +5235,7 @@ Date: Mon Dec 12 17:00:24 2011 +0100
Remove mention of removed option --enable-docs
- HACKING | 2 +-
+ HACKING | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 4cba52f5b5e79b7b6212cb0795e8976a9da9f21d
@@ -4860,7 +5244,7 @@ Date: Mon Dec 12 17:00:03 2011 +0100
Fix sebp's name in NEWS
- NEWS | 2 +-
+ NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8c95981d0ba224a577f87998030c384b3dae3d80
@@ -4869,7 +5253,7 @@ Date: Mon Dec 12 16:20:09 2011 +0100
Release 3.0.3
- NEWS | 15 +++++++++++++++
+ NEWS | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 58e47fd28c5d75bb78042c8f9eb5aae84de9c64d
@@ -4878,7 +5262,7 @@ Date: Mon Dec 12 16:16:44 2011 +0100
Pre-release version bump
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 884468d4816fc976c0c0c72651e7f81d13f3f78b
@@ -4889,7 +5273,7 @@ Date: Thu Dec 1 11:50:38 2011 -0300
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
- pygi-convert.sh | 14 ++++++++++++++
+ pygi-convert.sh | 14 ++++++++++++++
1 file changed, 14 insertions(+)
commit 654711d0f940d7480d0f1cdb25a3dc9996f7a706
@@ -4900,9 +5284,9 @@ Date: Tue Nov 8 12:38:12 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=663610
- gi/overrides/Gtk.py | 15 +++++++++++++++
- tests/compathelper.py | 2 ++
- tests/test_overrides.py | 31 ++++++++++++++++++++++++++++++-
+ gi/overrides/Gtk.py | 15 +++++++++++++++
+ tests/compathelper.py | 2 ++
+ tests/test_overrides.py | 31 ++++++++++++++++++++++++++++++-
3 files changed, 47 insertions(+), 1 deletion(-)
commit 4f637212f13b197a95c824967a58496b9e3b877c
@@ -4911,7 +5295,7 @@ Date: Wed Nov 2 14:51:24 2011 -0400
add test for bytearray variants
- tests/test_gi.py | 4 ++++
+ tests/test_gi.py | 4 ++++
1 file changed, 4 insertions(+)
commit 20ca3f129d6cc662285cce8c732b55596016aefa
@@ -4920,7 +5304,7 @@ Date: Wed Nov 2 14:50:42 2011 -0400
handle NULL arrays correctly for each array type
- gi/pygi-marshal-to-py.c | 11 ++++++-----
+ gi/pygi-marshal-to-py.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
commit ce2f780bffe44b1d4de617dcbce4b90c58b03c18
@@ -4931,8 +5315,8 @@ Date: Wed Nov 2 14:17:21 2011 -0400
This reverts commit cfda820e8d9604c5ef2ad1161c22b20080d5daf4.
- gi/pygi-marshal-from-py.c | 6 +++++-
- gi/pygi-marshal-to-py.c | 8 +++++++-
+ gi/pygi-marshal-from-py.c | 6 +++++-
+ gi/pygi-marshal-to-py.c | 8 +++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
commit 832f16f96815adc22cc3acbeb3fa969631795a29
@@ -4948,7 +5332,7 @@ Date: Sun Oct 30 18:08:57 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=663068
- gi/_glib/pygmainloop.c | 5 ++++-
+ gi/_glib/pygmainloop.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 2fd3aa9d4ca0906a5e609845ee500ba72e358f94
@@ -4959,8 +5343,8 @@ Date: Sat Oct 29 15:08:03 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=662994
- gi/types.py | 22 +++++++++++++---------
- tests/test_gi.py | 20 ++++++++++----------
+ gi/types.py | 22 +++++++++++++---------
+ tests/test_gi.py | 20 ++++++++++----------
2 files changed, 23 insertions(+), 19 deletions(-)
commit cfda820e8d9604c5ef2ad1161c22b20080d5daf4
@@ -4971,8 +5355,8 @@ Date: Wed Nov 2 14:54:21 2011 +0100
This reverts commit eef35b2df8023ffff2d195ee16c084f5cfcb6ba3.
- gi/pygi-marshal-from-py.c | 6 +-----
- gi/pygi-marshal-to-py.c | 8 +-------
+ gi/pygi-marshal-from-py.c | 6 +-----
+ gi/pygi-marshal-to-py.c | 8 +-------
2 files changed, 2 insertions(+), 12 deletions(-)
commit eef35b2df8023ffff2d195ee16c084f5cfcb6ba3
@@ -4990,8 +5374,8 @@ Date: Sun Oct 30 16:36:32 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=662550
- gi/pygi-marshal-from-py.c | 6 +++++-
- gi/pygi-marshal-to-py.c | 8 +++++++-
+ gi/pygi-marshal-from-py.c | 6 +++++-
+ gi/pygi-marshal-to-py.c | 8 +++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
commit 4c1d9f01b8fa6702f73b290180f934250e179caa
@@ -5000,7 +5384,7 @@ Date: Sun Oct 30 09:20:45 2011 +0000
pygi-convert: fix for Pango.Alignment
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit e3abd76096cc9f335681c7225f452c286b9c59e2
@@ -5009,7 +5393,7 @@ Date: Sun Oct 30 07:06:57 2011 +0000
pygi-convert: fix for Gtk.Orientation
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 52b82c5f78ef3755388457fa9440c36ccd2dfbbf
@@ -5025,7 +5409,7 @@ Date: Thu Oct 27 07:16:24 2011 +0200
this as EXFAIL
for now. (See https://bugzilla.gnome.org/show_bug.cgi?id=656554)
- tests/test_everything.py | 24 ++++++++++++++++++++++++
+ tests/test_everything.py | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
commit c7aa0e79dfb4c1092c51ae1464b8414083b4f3fc
@@ -5048,12 +5432,12 @@ Date: Tue Oct 4 12:28:26 2011 +0200
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
- gi/pygi-cache.c | 2 +-
- gi/pygi-marshal-cleanup.c | 81
- +++++++++++++++++++++++++++++----------------
- gi/pygi-marshal-from-py.c | 10 ++++--
- gi/pygi-marshal-to-py.c | 13 ++++++--
- tests/test_gi.py | 14 +++++++-
+ gi/pygi-cache.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 81
+ ++++++++++++++++++++++++++++++-----------------
+ gi/pygi-marshal-from-py.c | 10 ++++--
+ gi/pygi-marshal-to-py.c | 13 ++++++--
+ tests/test_gi.py | 14 +++++++-
5 files changed, 85 insertions(+), 35 deletions(-)
commit c2ec4d8eb46ae2e6ee4372b2a4f9d5df0e5d82f3
@@ -5062,7 +5446,7 @@ Date: Sat Oct 22 00:20:57 2011 +0200
Release 3.0.2
- NEWS | 8 ++++++++
+ NEWS | 8 ++++++++
1 file changed, 8 insertions(+)
commit 5c24760b797e985721f7fe51d52252e4dd54a417
@@ -5079,8 +5463,8 @@ Date: Fri Oct 21 17:31:41 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=662383
- gi/pygi-invoke.c | 10 ++++++++++
- tests/test_everything.py | 8 ++++++++
+ gi/pygi-invoke.c | 10 ++++++++++
+ tests/test_everything.py | 8 ++++++++
2 files changed, 18 insertions(+)
commit 585222915dc98b0e375de3db4771466278a32e81
@@ -5093,8 +5477,8 @@ Date: Tue Oct 18 00:39:16 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=661673
- gi/pygi-marshal-from-py.c | 121
- +++++++++++++++++++++++++--------------------
+ gi/pygi-marshal-from-py.c | 121
+ ++++++++++++++++++++++++++--------------------
1 file changed, 68 insertions(+), 53 deletions(-)
commit 8deaec6b9abd87f02060c9feec773d4693e89028
@@ -5109,8 +5493,8 @@ Date: Wed Oct 19 14:35:11 2011 +0200
https://launchpad.net/bugs/875399
- gi/overrides/Gdk.py | 95
- ++++++++++++++++++++++++++-------------------------
+ gi/overrides/Gdk.py | 95
+ +++++++++++++++++++++++++++--------------------------
1 file changed, 48 insertions(+), 47 deletions(-)
commit f395fb131caf7ca550acd17138d8061926ef4f92
@@ -5121,7 +5505,7 @@ Date: Fri Oct 14 17:19:45 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=661359
- tests/test_everything.py | 11 +++++++++++
+ tests/test_everything.py | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 611f58b99851328653af4930f188c33eccaa9f6f
@@ -5133,7 +5517,7 @@ Date: Fri Oct 14 16:42:32 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=661359
- gi/pygi-argument.c | 10 ++++++++++
+ gi/pygi-argument.c | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 0f1eb9fa0e7aa5e7c22dabc709c0dfb469e404f1
@@ -5145,7 +5529,7 @@ Date: Tue Oct 4 11:13:43 2011 +0200
Add the GBoxed type as valid type to the gobject property helper
https://bugzilla.gnome.org/show_bug.cgi?id=660798
- gi/_gobject/propertyhelper.py | 5 +++--
+ gi/_gobject/propertyhelper.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit bef8d385117dd0295c9ba7567710d76fc2bb729a
@@ -5154,7 +5538,7 @@ Date: Mon Oct 10 11:24:42 2011 +0200
Add tests for boxed properties.
- tests/test_properties.py | 20 ++++++++++++++++++--
+ tests/test_properties.py | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
commit 77123ffeb1585837033848f4d5a90cfa63fdaee0
@@ -5163,7 +5547,7 @@ Date: Fri Sep 30 20:21:07 2011 +0200
Post release bump version
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f5ccfec0a1bc4c999bfa49d75383ea06d3a068c4
@@ -5172,8 +5556,8 @@ Date: Fri Sep 30 20:19:46 2011 +0200
Release 3.0.1
- NEWS | 5 +++++
- configure.ac | 2 +-
+ NEWS | 5 +++++
+ configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
commit 56ac9339eb1d6950623dc4d8c3b9972874e7fa86
@@ -5189,8 +5573,8 @@ Date: Thu Sep 22 19:03:20 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=659879
- gi/pygi-marshal-from-py.c | 60
- ++++++++++++++++++++++++++++++++++++++++++---
+ gi/pygi-marshal-from-py.c | 60
+ +++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 56 insertions(+), 4 deletions(-)
commit 311a4f8035a95b41bc3c0a836c32b7a5bf2d9959
@@ -5203,10 +5587,10 @@ Date: Wed Sep 21 21:50:48 2011 -0400
instantiated
via g_object_new
- gi/_gobject/gobjectmodule.c | 5 +++++
- gi/_gobject/pygobject-private.h | 3 +++
- gi/_gobject/pygobject.c | 27 ++++++++++++++++++++++++++-
- gi/_gobject/pygobject.h | 3 ++-
+ gi/_gobject/gobjectmodule.c | 5 +++++
+ gi/_gobject/pygobject-private.h | 3 +++
+ gi/_gobject/pygobject.c | 27 ++++++++++++++++++++++++++-
+ gi/_gobject/pygobject.h | 3 ++-
4 files changed, 36 insertions(+), 2 deletions(-)
commit d2d29ae5845217254b9336fd8629f369cb119b25
@@ -5218,7 +5602,7 @@ Date: Wed Sep 21 21:13:22 2011 -0400
This reverts commit f6fa5dd8f39af1b8a52d7600d257400b0983e8c5.
- gi/_gobject/gobjectmodule.c | 32 +++++++++++++++++---------------
+ gi/_gobject/gobjectmodule.c | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
commit a24c10b779f2a1b0425d56d03d59c393389cad98
@@ -5227,7 +5611,7 @@ Date: Wed Sep 21 21:10:00 2011 -0400
make sure to commit the NEWS file
- NEWS | 4 ++++
+ NEWS | 4 ++++
1 file changed, 4 insertions(+)
commit 2eed2940c9be099fb6305288d895265e6b35d3d2
@@ -5236,7 +5620,7 @@ Date: Mon Sep 19 13:19:57 2011 -0400
prep for 3.0 release
- configure.ac | 6 +++---
+ configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit fbd58b70c2c3c1128f95a87eb4cc8313b6a401b8
@@ -5245,7 +5629,7 @@ Date: Fri Sep 16 14:19:15 2011 -0400
up version required of gobject-introspection to 1.29.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 225f21117b6b3546989abe22538c784291e86b2a
@@ -5259,12 +5643,12 @@ Date: Fri Sep 16 12:26:10 2011 -0400
* handle deprecated enums in switch statments by using default:
* unused wanrings still remain in some places
- gi/pygi-argument.c | 2 +-
- gi/pygi-cache.c | 7 ++-----
- gi/pygi-info.c | 6 ++++++
- gi/pygi-invoke.c | 2 +-
- gi/pygi-marshal-from-py.c | 17 +++++++++--------
- gi/pygi-marshal-to-py.c | 3 +--
+ gi/pygi-argument.c | 2 +-
+ gi/pygi-cache.c | 7 ++-----
+ gi/pygi-info.c | 6 ++++++
+ gi/pygi-invoke.c | 2 +-
+ gi/pygi-marshal-from-py.c | 17 +++++++++--------
+ gi/pygi-marshal-to-py.c | 3 +--
6 files changed, 20 insertions(+), 17 deletions(-)
commit 9a70f01288e1b049206d25d67938907f1b38a490
@@ -5273,7 +5657,7 @@ Date: Fri Sep 16 12:24:38 2011 -0400
post release bump
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3ec4020205e909ee4400650434f9ae7b89c2bde8
@@ -5282,7 +5666,7 @@ Date: Thu Sep 15 18:12:01 2011 -0400
edit HACKING file to show correct tag format
- HACKING | 2 +-
+ HACKING | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2e864fd05bc0adf48df9f65ab72785ebb1d0d3f0
@@ -5291,7 +5675,7 @@ Date: Thu Sep 15 18:10:33 2011 -0400
update NEWS file to prep for release
- NEWS | 35 +++++++++++++++++++++++++++++++++++
+ NEWS | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
commit 0da687fa699aba4f42c42a924d6754e2bd47df50
@@ -5300,7 +5684,7 @@ Date: Thu Sep 15 17:59:31 2011 -0400
fix typo s/lenth/length
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0e4861abaff64d8e7e8d1aeedf9dd1e80de8aab2
@@ -5309,7 +5693,7 @@ Date: Thu Sep 15 17:48:58 2011 -0400
fix typo in docstring
- gi/_gobject/propertyhelper.py | 2 +-
+ gi/_gobject/propertyhelper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e7fcc326d64def610e5a1003cf6c7ca97023814d
@@ -5327,7 +5711,7 @@ Date: Thu Sep 15 17:46:46 2011 -0400
just
set length to that.
- gi/overrides/Gtk.py | 6 ++----
+ gi/overrides/Gtk.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
commit 6f380153afb3390f7da9f4b8befb1c4ee224da17
@@ -5342,7 +5726,7 @@ Date: Mon Sep 12 21:07:20 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=659140
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 11c45ac6dcb6ffad766d03bfc77f45a6d703a90d
@@ -5357,8 +5741,8 @@ Date: Thu Sep 15 14:18:57 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=659142
- gi/_gobject/gobjectmodule.c | 4 ----
- gi/_gobject/pygobject.h | 2 --
+ gi/_gobject/gobjectmodule.c | 4 ----
+ gi/_gobject/pygobject.h | 2 --
2 files changed, 6 deletions(-)
commit 7e48fd6dfd86b7082c3fd35d25d9693c56c9665a
@@ -5376,8 +5760,8 @@ Date: Thu Sep 15 15:52:18 2011 -0400
import gi
installdir = gi._overridesdir
- gi/__init__.py | 2 ++
- pygobject-3.0.pc.in | 10 +++++++++-
+ gi/__init__.py | 2 ++
+ pygobject-3.0.pc.in | 10 +++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
commit beea7072a5a989be47a755ac46647380d4dbd6b4
@@ -5400,7 +5784,7 @@ Date: Thu Sep 15 00:11:09 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=627236
- tests/test_overrides.py | 4 ++--
+ tests/test_overrides.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 46ba7f04ef3df08e07ddda5c10f0c98bec5fa183
@@ -5420,8 +5804,8 @@ Date: Thu Sep 15 00:08:31 2011 -0400
for arrays
https://bugzilla.gnome.org/show_bug.cgi?id=627236
- gi/pygi-marshal-from-py.c | 35 ++++++++++++++++++++++++++++++++---
- tests/test_gi.py | 29 +++++++++++++++++++++++++++++
+ gi/pygi-marshal-from-py.c | 35 ++++++++++++++++++++++++++++++++---
+ tests/test_gi.py | 29 +++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 3 deletions(-)
commit e30a41592baa942188574e5c9f99572963e2e387
@@ -5446,8 +5830,8 @@ Date: Thu Sep 15 00:02:34 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=627236
- gi/pygi-cache.c | 30 ++++++++++++++++++++----------
- gi/pygi-cache.h | 9 +++++++--
+ gi/pygi-cache.c | 30 ++++++++++++++++++++----------
+ gi/pygi-cache.h | 9 +++++++--
2 files changed, 27 insertions(+), 12 deletions(-)
commit f6fa5dd8f39af1b8a52d7600d257400b0983e8c5
@@ -5475,7 +5859,7 @@ Date: Wed Sep 14 20:26:15 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=657403
- gi/_gobject/gobjectmodule.c | 32 +++++++++++++++-----------------
+ gi/_gobject/gobjectmodule.c | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)
commit 61b64a65beee9011f8e4ed20f0a83e6630ba154f
@@ -5487,7 +5871,7 @@ Date: Tue Sep 13 18:08:04 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=657403
- gi/_gobject/gobjectmodule.c | 2 +-
+ gi/_gobject/gobjectmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 93e12cc2eb7e7f2c18971da86e9c9452d3f566b7
@@ -5498,7 +5882,7 @@ Date: Fri Aug 26 11:22:09 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657416
- gi/_gobject/pygobject.h | 19 +------------------
+ gi/_gobject/pygobject.h | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
commit e1c71092af6e2cffa36248519adfceac1874051d
@@ -5509,7 +5893,7 @@ Date: Wed Aug 31 09:43:28 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=657785
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit 3ace5c2e2268285a5dcb39889fcb2a71bc1063bd
@@ -5524,8 +5908,8 @@ Date: Fri Sep 2 08:37:15 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658032
- examples/signal.py | 2 --
- gi/_gobject/pygobject.c | 11 -----------
+ examples/signal.py | 2 --
+ gi/_gobject/pygobject.c | 11 -----------
2 files changed, 13 deletions(-)
commit fcd457d1d1d8a813acb2ebfe5ee0e9aab2c9c88c
@@ -5539,10 +5923,10 @@ Date: Tue Sep 13 12:05:30 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658856
- configure.ac | 4 +++-
- gi/Makefile.am | 9 ++++++---
- gi/_glib/Makefile.am | 10 ++++++++--
- gi/_gobject/Makefile.am | 8 +++++++-
+ configure.ac | 4 +++-
+ gi/Makefile.am | 9 ++++++---
+ gi/_glib/Makefile.am | 10 ++++++++--
+ gi/_gobject/Makefile.am | 8 +++++++-
4 files changed, 24 insertions(+), 7 deletions(-)
commit 863c087911203a8f3ebaa8e77622a3437a7cd320
@@ -5553,7 +5937,7 @@ Date: Mon Sep 12 23:03:05 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658856
- Makefile.am | 6 ------
+ Makefile.am | 6 ------
1 file changed, 6 deletions(-)
commit 24b920f9922e367bdb8b3e56c2f61e0c8f5cdb66
@@ -5562,7 +5946,7 @@ Date: Tue Sep 13 16:20:48 2011 -0400
cast params for PyObject_IsInstance to suppress warnings
- gi/_gobject/pygobject-private.h | 4 ++--
+ gi/_gobject/pygobject-private.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 861369ec59b17f67151813dc2e87c6e86126b954
@@ -5579,7 +5963,7 @@ Date: Tue Sep 13 16:04:31 2011 -0400
could at best give you a false positive and at worse read
memory beyond the bounds of the actual structure passed in
- gi/_gobject/pygobject-private.h | 4 ++--
+ gi/_gobject/pygobject-private.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit eea93e89fb064253bd8903c8b453daf4b3c87c2c
@@ -5589,7 +5973,7 @@ Date: Tue Sep 13 16:03:02 2011 -0400
fix regression - add instance type checks since Py3 no longer does
this for us
- gi/pygi-marshal-from-py.c | 21 +++++++++++++++++++--
+ gi/pygi-marshal-from-py.c | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
commit a4e4318b50a24a688e32579273fbcfa51d1b422a
@@ -5634,7 +6018,7 @@ Date: Fri Sep 9 16:50:25 2011 +0200
Examples: fix cairo-demo.py imports
- examples/cairo-demo.py | 6 +++---
+ examples/cairo-demo.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 3ca19fc13e6024fd04851e6f269020a92b09fa17
@@ -5646,7 +6030,7 @@ Date: Fri Sep 9 15:08:27 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658654
- pygobject-3.0-uninstalled.pc.in | 14 +++++++-------
+ pygobject-3.0-uninstalled.pc.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
commit 6e773175b9d2f46b3df5075ec952a8c5aff3c607
@@ -5657,8 +6041,8 @@ Date: Fri Sep 9 15:08:04 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658654
- pygobject-3.0-uninstalled.pc.in | 6 ------
- pygobject-3.0.pc.in | 5 +----
+ pygobject-3.0-uninstalled.pc.in | 6 ------
+ pygobject-3.0.pc.in | 5 +----
2 files changed, 1 insertion(+), 10 deletions(-)
commit 81d388780311311d8dc4a027a59d114edf9a00fc
@@ -5669,8 +6053,8 @@ Date: Fri Sep 9 14:57:58 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- docs/Makefile.am | 2 +-
- m4/python.m4 | 2 +-
+ docs/Makefile.am | 2 +-
+ m4/python.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 7e692ee061406e48e4862b98a0829650b1d6d585
@@ -5681,13 +6065,13 @@ Date: Fri Sep 9 14:57:46 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- Makefile.am | 2 -
- gi/Makefile.am | 81 ++++++++++++++++++++++--------------
- gi/_glib/Makefile.am | 100
- +++++++++++++++++++++++++++++----------------
- gi/_gobject/Makefile.am | 85 ++++++++++++++++++++------------------
- gi/overrides/Makefile.am | 4 +-
- gi/repository/Makefile.am | 4 +-
+ Makefile.am | 2 -
+ gi/Makefile.am | 81 +++++++++++++++++++++++--------------
+ gi/_glib/Makefile.am | 100
+ ++++++++++++++++++++++++++++++----------------
+ gi/_gobject/Makefile.am | 85 ++++++++++++++++++++-------------------
+ gi/overrides/Makefile.am | 4 +-
+ gi/repository/Makefile.am | 4 +-
6 files changed, 162 insertions(+), 114 deletions(-)
commit 3dd59b07d1f4a93ee1f65d6a64e1afb6f5e84232
@@ -5698,9 +6082,9 @@ Date: Fri Sep 9 14:57:36 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- gi/Makefile.am | 2 --
- gi/overrides/Makefile.am | 1 -
- gi/repository/Makefile.am | 1 -
+ gi/Makefile.am | 2 --
+ gi/overrides/Makefile.am | 1 -
+ gi/repository/Makefile.am | 1 -
3 files changed, 4 deletions(-)
commit db1e484bfa157967de55ee2e0e18a82b8e388b61
@@ -5711,8 +6095,8 @@ Date: Fri Sep 9 14:57:25 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- gi/tests/Makefile.am | 24 ------------------------
- gi/tests/runtests.py | 21 ---------------------
+ gi/tests/Makefile.am | 24 ------------------------
+ gi/tests/runtests.py | 21 ---------------------
2 files changed, 45 deletions(-)
commit b0ecbf00138ef1147e478ebf3c66f0e9b3f85dfc
@@ -5724,9 +6108,9 @@ Date: Fri Sep 9 14:55:25 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- Makefile.am | 2 +-
- autogen.sh | 95
- +++++++----------------------------------------------------
+ Makefile.am | 2 +-
+ autogen.sh | 95
+ +++++++------------------------------------------------------
2 files changed, 12 insertions(+), 85 deletions(-)
commit 4671f5397003f376f00830e3fd1c214de594619f
@@ -5737,8 +6121,8 @@ Date: Fri Sep 9 14:55:01 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=658652
- configure.ac | 3 ++-
- m4/python.m4 | 47 +++++++++++++++++++++++++++++++++++++----------
+ configure.ac | 3 ++-
+ m4/python.m4 | 47 +++++++++++++++++++++++++++++++++++++----------
2 files changed, 39 insertions(+), 11 deletions(-)
commit 2c9fd09da196d35db968bff4ae63fcce2d891e69
@@ -5750,7 +6134,7 @@ Date: Fri Sep 9 15:38:22 2011 +0100
See
http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b24dcb415406668931e02a1f669ef9861bb3a660
@@ -5761,8 +6145,8 @@ Date: Wed Aug 24 09:58:10 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657054
- Makefile.am | 2 +-
- configure.ac | 25 -------------------------
+ Makefile.am | 2 +-
+ configure.ac | 25 -------------------------
2 files changed, 1 insertion(+), 26 deletions(-)
commit ecea2358a379c8ff44dff2f8f9c30a9092af1681
@@ -5773,7 +6157,7 @@ Date: Wed Sep 7 10:38:28 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657054
- docs/Makefile.am | 5 +++--
+ docs/Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit 8d3125c8ce9890c70400dd8a3ac273b590fe6a31
@@ -5789,13 +6173,13 @@ Date: Tue Sep 6 22:22:11 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657054
- MANIFEST.in | 7 -
- Makefile.am | 25 +--
- README.win32 | 21 --
- dsextras.py | 509
- ----------------------------------------------
- pygobject_postinstall.py | 9 -
- setup.py | 351 --------------------------------
+ MANIFEST.in | 7 -
+ Makefile.am | 25 +--
+ README.win32 | 21 --
+ dsextras.py | 509
+ -----------------------------------------------
+ pygobject_postinstall.py | 9 -
+ setup.py | 351 --------------------------------
6 files changed, 7 insertions(+), 915 deletions(-)
commit b82d916635aa0b732840548088a3fcfcb2e41bc4
@@ -5815,7 +6199,7 @@ Date: Wed Sep 7 10:40:36 2011 +0200
selecting
the rotated text demo in the treeview.
- demos/gtk-demo/gtk-demo.py | 3 +++
+ demos/gtk-demo/gtk-demo.py | 3 +++
1 file changed, 3 insertions(+)
commit 31db3ed3d233bd495c3a2f99b3fa51031bfa30c6
@@ -5824,7 +6208,7 @@ Date: Tue Sep 6 22:13:54 2011 +0200
overrides: add constants for atoms
- gi/overrides/Gdk.py | 49
+ gi/overrides/Gdk.py | 49
+++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
@@ -5847,10 +6231,10 @@ Date: Wed Aug 31 14:18:56 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657814
- gi/_gobject/gobjectmodule.c | 118
- +++++++++------------------------------
- gi/_gobject/pygobject-private.h | 3 -
- gi/_gobject/pygobject.h | 8 ---
+ gi/_gobject/gobjectmodule.c | 118
+ +++++++++-------------------------------
+ gi/_gobject/pygobject-private.h | 3 -
+ gi/_gobject/pygobject.h | 8 ---
3 files changed, 26 insertions(+), 103 deletions(-)
commit c4c55a98ccf9e39ed0d10ed49b66a76dc7d7c509
@@ -5859,7 +6243,7 @@ Date: Wed Aug 31 18:00:44 2011 +0200
post release version bump
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ac5a0f46242abdd3cd98ec5f9f2bf8e5b05f3845
@@ -5868,7 +6252,7 @@ Date: Wed Aug 31 17:58:37 2011 +0200
Release 2.90.3
- NEWS | 12 ++++++++++++
+ NEWS | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit 429569abddada5a3bad554de707ddf35b349936e
@@ -5884,11 +6268,11 @@ Date: Thu Aug 25 13:57:53 2011 -0400
full
https://bugzilla.gnome.org/show_bug.cgi?id=650135
- gi/pygi-cache.c | 1 +
- gi/pygi-cache.h | 1 +
- gi/pygi-invoke.c | 48
- +++++++++++++++++++++++++++++-----------------
- tests/test_everything.py | 8 ++++++++
+ gi/pygi-cache.c | 1 +
+ gi/pygi-cache.h | 1 +
+ gi/pygi-invoke.c | 48
+ ++++++++++++++++++++++++++++++------------------
+ tests/test_everything.py | 8 ++++++++
4 files changed, 40 insertions(+), 18 deletions(-)
commit 7a234b185b131f3eb6a6e8a8c717ddf4d508b15e
@@ -5897,7 +6281,7 @@ Date: Tue Aug 2 12:05:12 2011 +0200
Test GPtrArray regression
- tests/test_everything.py | 3 +++
+ tests/test_everything.py | 3 +++
1 file changed, 3 insertions(+)
commit 42fc9fa437102c882844a0e70a081ab08de92658
@@ -5912,13 +6296,13 @@ Date: Fri Aug 26 10:53:43 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=657413
- gi/_gobject/gobjectmodule.c | 20 --------------------
- gi/_gobject/pygobject-private.h | 1 -
- gi/_gobject/pygobject.c | 1 -
- gi/_gobject/pygobject.h | 2 --
- gi/gimodule.c | 28 ----------------------------
- gi/types.py | 2 --
- tests/testhelpermodule.c | 5 -----
+ gi/_gobject/gobjectmodule.c | 20 --------------------
+ gi/_gobject/pygobject-private.h | 1 -
+ gi/_gobject/pygobject.c | 1 -
+ gi/_gobject/pygobject.h | 2 --
+ gi/gimodule.c | 28 ----------------------------
+ gi/types.py | 2 --
+ tests/testhelpermodule.c | 5 -----
7 files changed, 59 deletions(-)
commit 3961a405e1bddef22e1a5a0c7aa3ae55e4ec09ad
@@ -5932,14 +6316,14 @@ Date: Fri Aug 26 10:45:59 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=642233
- gi/_gobject/gobjectmodule.c | 1 -
- gi/_gobject/pygobject.c | 53 --------------------------------------
- gi/_gobject/pygobject.h | 4 ---
- tests/test-floating.c | 59
- +++++++------------------------------------
- tests/test-floating.h | 42 ++++++++----------------------
- tests/test_gobject.py | 13 +++-------
- tests/testhelpermodule.c | 32 +++++++----------------
+ gi/_gobject/gobjectmodule.c | 1 -
+ gi/_gobject/pygobject.c | 53 ----------------------------------------
+ gi/_gobject/pygobject.h | 4 ---
+ tests/test-floating.c | 59
+ +++++++--------------------------------------
+ tests/test-floating.h | 42 +++++++++-----------------------
+ tests/test_gobject.py | 13 +++-------
+ tests/testhelpermodule.c | 32 +++++++-----------------
7 files changed, 32 insertions(+), 172 deletions(-)
commit 631d8ef879a13492945a3e30b3df9863a4ba2f44
@@ -5955,7 +6339,7 @@ Date: Wed Aug 24 17:30:09 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=657120
- gi/pygi-marshal-out.c | 8 +++++++-
+ gi/pygi-marshal-out.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
commit f38511f251602e18551c04617cc2e2d42e812e1e
@@ -5972,8 +6356,8 @@ Date: Tue Aug 23 14:18:43 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=657120
- gi/pygi-marshal-out.c | 23 +++++++++--------------
- tests/test_gi.py | 8 ++++++++
+ gi/pygi-marshal-out.c | 23 +++++++++--------------
+ tests/test_gi.py | 8 ++++++++
2 files changed, 17 insertions(+), 14 deletions(-)
commit d92846a5446b0dd2e69c813f56224a1966ab1a33
@@ -5982,7 +6366,7 @@ Date: Tue Aug 23 11:30:41 2011 +0200
[gtk-demo] printing.py: set print and error dialog transient parent
- demos/gtk-demo/demos/printing.py | 8 ++++----
+ demos/gtk-demo/demos/printing.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 1aebc1565752840075027b9452fe2a67217bf53b
@@ -5992,7 +6376,7 @@ Date: Tue Aug 23 11:28:05 2011 +0200
[gtk-demo] printing.py: exit Gtk mainloop when done and correctly
handle printing errors
- demos/gtk-demo/demos/printing.py | 14 ++++++++++----
+ demos/gtk-demo/demos/printing.py | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
commit 1f9e4486c5b84209ce0038887738fc16a4ef7da3
@@ -6001,7 +6385,7 @@ Date: Tue Aug 23 08:05:43 2011 +0200
[gtk-demo] show "activated" demo's in italic font in the TreeView
- demos/gtk-demo/gtk-demo.py | 7 +++++--
+ demos/gtk-demo/gtk-demo.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 971d063f7a36e13ef6621db7002b00af52f6292a
@@ -6011,7 +6395,7 @@ Date: Mon Aug 22 14:52:28 2011 +0200
[gtk-demo] source colorizer: Python3 does not have the BACKQUOTE
token, so simply remove it
- demos/gtk-demo/gtk-demo.py | 5 +----
+ demos/gtk-demo/gtk-demo.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
commit c2979a37d6d505095b6e55789150a6498d95819d
@@ -6026,7 +6410,7 @@ Date: Mon Aug 22 14:22:18 2011 +0200
section "If pre-2.6 compatibility is needed" (because configure.ac
is still happy with Python 2.5.2).
- demos/gtk-demo/gtk-demo.py | 6 +++++-
+ demos/gtk-demo/gtk-demo.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 9ea56535f35abbea4cd977dea4c89247e4b01694
@@ -6035,7 +6419,7 @@ Date: Mon Aug 22 12:30:24 2011 +0200
[gtk-demo] images.py: fix 'Insensitive 'button mnenomic
- demos/gtk-demo/demos/images.py | 2 +-
+ demos/gtk-demo/demos/images.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7829dae1cdb8697a19c2b5e158ef0e08f6c2558b
@@ -6045,7 +6429,7 @@ Date: Mon Aug 22 10:38:04 2011 +0200
[gtk-demo] printing.py: fix Pango.EllipsizeType > Pango.EllipsizeMode
& get_pixel_size
- demos/gtk-demo/demos/printing.py | 4 ++--
+ demos/gtk-demo/demos/printing.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 07f0274301d77d9bf62b49a14b059d9a52afb445
@@ -6054,7 +6438,7 @@ Date: Mon Aug 22 10:37:08 2011 +0200
[gtk-demo] printing.py: fix text file loading
- demos/gtk-demo/demos/printing.py | 32 ++++++++++++++++----------------
+ demos/gtk-demo/demos/printing.py | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
commit 135148a4c35aac1d132b0b8fa3adbf1fdcdb3a24
@@ -6063,7 +6447,7 @@ Date: Mon Aug 22 10:20:35 2011 +0200
[gtk-demo] pixbuf.py: fix image loading
- demos/gtk-demo/demos/pixbuf.py | 25 +++++++++++--------------
+ demos/gtk-demo/demos/pixbuf.py | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
commit a93cae2c80e30a408f86e7e6c4d15a538011a189
@@ -6072,8 +6456,8 @@ Date: Mon Aug 22 10:10:02 2011 +0200
[gtk-demo] images.py: fix logo loading
- demos/gtk-demo/demos/images.py | 70
- +++++++++++++++++-----------------------
+ demos/gtk-demo/demos/images.py | 70
+ +++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 41 deletions(-)
commit eddc0824e0e4c156fca5de05bdeb600c534d4b24
@@ -6082,7 +6466,7 @@ Date: Wed Aug 24 12:19:21 2011 +0200
[gtk-demo] appwindow.py: set AboutDialog parent
- demos/gtk-demo/demos/appwindow.py | 7 +++----
+ demos/gtk-demo/demos/appwindow.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit 7fe10a5b33148b1f029f3d34f76b7f880c1c2e7a
@@ -6091,7 +6475,7 @@ Date: Mon Aug 22 07:58:25 2011 +0200
[gtk-demo] appwindow.py: fix logo loading
- demos/gtk-demo/demos/appwindow.py | 10 +++-------
+ demos/gtk-demo/demos/appwindow.py | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
commit 62fda288c1c37167c589e8e9d49ed625f770a98a
@@ -6100,7 +6484,7 @@ Date: Mon Aug 22 07:57:31 2011 +0200
[gtk-demo] appwindow.py: fix callback signatures
- demos/gtk-demo/demos/appwindow.py | 6 +++---
+ demos/gtk-demo/demos/appwindow.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 87e9ab4d3a0aac4f4710aa0f8af0a1736f781ad9
@@ -6109,8 +6493,8 @@ Date: Mon Aug 22 07:48:28 2011 +0200
[gtk-demo] fix glib vs GLib usage
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 2 +-
- demos/gtk-demo/demos/appwindow.py | 2 +-
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 2 +-
+ demos/gtk-demo/demos/appwindow.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit d29cad6976a80862e1fc590d3e7d190e8a234866
@@ -6120,7 +6504,7 @@ Date: Wed Aug 24 12:19:02 2011 +0200
[gtk-demo] iconviewedit.py: fix for Gdk.color_parse API breakage
caused by improved GDK overrides
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 6 +++---
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit f29d3a85a275a39e8481484779264b0dea1160ab
@@ -6130,7 +6514,7 @@ Date: Mon Aug 22 07:25:32 2011 +0200
[gtk-demo] optimize source colorizer by only preparing iters for
known colorized tokens
- demos/gtk-demo/gtk-demo.py | 20 +++++++++++++++-----
+ demos/gtk-demo/gtk-demo.py | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
commit ecd1eb00b19733da3f2e3d7935792378f34cab19
@@ -6139,17 +6523,17 @@ Date: Fri Aug 19 18:31:20 2011 +0200
[gtk-demo] small formatting fixes
- demos/gtk-demo/demos/Entry/entry_buffer.py | 1 +
- demos/gtk-demo/demos/Entry/entry_completion.py | 1 +
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 8 ++++----
- demos/gtk-demo/demos/assistant.py | 1 +
- demos/gtk-demo/demos/builder.py | 4 +++-
- demos/gtk-demo/demos/button_box.py | 1 +
- demos/gtk-demo/demos/clipboard.py | 1 +
- demos/gtk-demo/demos/colorselector.py | 1 +
- demos/gtk-demo/demos/combobox.py | 1 +
- demos/gtk-demo/demos/drawingarea.py | 4 +++-
- demos/gtk-demo/demos/test.py | 2 ++
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 1 +
+ demos/gtk-demo/demos/Entry/entry_completion.py | 1 +
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 8 ++++----
+ demos/gtk-demo/demos/assistant.py | 1 +
+ demos/gtk-demo/demos/builder.py | 4 +++-
+ demos/gtk-demo/demos/button_box.py | 1 +
+ demos/gtk-demo/demos/clipboard.py | 1 +
+ demos/gtk-demo/demos/colorselector.py | 1 +
+ demos/gtk-demo/demos/combobox.py | 1 +
+ demos/gtk-demo/demos/drawingarea.py | 4 +++-
+ demos/gtk-demo/demos/test.py | 2 ++
11 files changed, 19 insertions(+), 6 deletions(-)
commit c42cb4da399ff5732f4ca732b85134de796a60fa
@@ -6158,17 +6542,17 @@ Date: Fri Aug 19 18:30:50 2011 +0200
[gtk-demo] remove "is_fully_bound" from demos
- demos/gtk-demo/demos/Entry/entry_buffer.py | 2 --
- demos/gtk-demo/demos/Entry/entry_completion.py | 2 --
- demos/gtk-demo/demos/appwindow.py | 3 ---
- demos/gtk-demo/demos/assistant.py | 2 --
- demos/gtk-demo/demos/builder.py | 2 --
- demos/gtk-demo/demos/button_box.py | 2 --
- demos/gtk-demo/demos/clipboard.py | 2 --
- demos/gtk-demo/demos/colorselector.py | 2 --
- demos/gtk-demo/demos/combobox.py | 2 --
- demos/gtk-demo/demos/drawingarea.py | 2 --
- demos/gtk-demo/demos/test.py | 1 -
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 2 --
+ demos/gtk-demo/demos/Entry/entry_completion.py | 2 --
+ demos/gtk-demo/demos/appwindow.py | 3 ---
+ demos/gtk-demo/demos/assistant.py | 2 --
+ demos/gtk-demo/demos/builder.py | 2 --
+ demos/gtk-demo/demos/button_box.py | 2 --
+ demos/gtk-demo/demos/clipboard.py | 2 --
+ demos/gtk-demo/demos/colorselector.py | 2 --
+ demos/gtk-demo/demos/combobox.py | 2 --
+ demos/gtk-demo/demos/drawingarea.py | 2 --
+ demos/gtk-demo/demos/test.py | 1 -
11 files changed, 22 deletions(-)
commit cad6a62c63f455f0b1315465a9cd71c0f02b12a5
@@ -6178,8 +6562,8 @@ Date: Fri Aug 19 18:26:31 2011 +0200
[gtk-demo] add source colorizer loosely based on PyGTK's pygtk-demo
and GTK+'s gtk-demo code
- demos/gtk-demo/gtk-demo.py | 116
- ++++++++++++++++++++++++++++++++++++++------
+ demos/gtk-demo/gtk-demo.py | 116
+ +++++++++++++++++++++++++++++++++++++++------
1 file changed, 101 insertions(+), 15 deletions(-)
commit 250c36f4a8352ff1b31c1c85b156d3e803d4b8ef
@@ -6188,7 +6572,7 @@ Date: Fri Aug 19 15:08:15 2011 +0200
[gtk-demo] remove C-isms
- demos/gtk-demo/gtk-demo.py | 28 ++++++++++++++--------------
+ demos/gtk-demo/gtk-demo.py | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
commit cf35fe8e259e786d0fa21b08b1f5c64c9bb0a84e
@@ -6197,7 +6581,7 @@ Date: Fri Aug 19 14:54:39 2011 +0200
[gtk-demo] fix text on info tab to be more like GTK+'s gtk-demo
- demos/gtk-demo/gtk-demo.py | 4 ++--
+ demos/gtk-demo/gtk-demo.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 241827208e25c72a990d8edd95a3b879470d6409
@@ -6210,8 +6594,8 @@ Date: Fri Aug 19 14:40:56 2011 +0200
This also moves demos loading code into the TreeStore subclass and
demo loading code into the Demo class
- demos/gtk-demo/gtk-demo.py | 151
- ++++++++++++++++++++------------------------
+ demos/gtk-demo/gtk-demo.py | 151
+ +++++++++++++++++++++------------------------
1 file changed, 70 insertions(+), 81 deletions(-)
commit 58797c355a08a35375988881a17958bb42ad54bb
@@ -6221,7 +6605,7 @@ Date: Fri Aug 19 14:40:00 2011 +0200
[gtk-demo] make GtkDemoApp a Gtk.Window subclass and adapt main()
to demonstrate the GLib.MainLoop
- demos/gtk-demo/gtk-demo.py | 43
+ demos/gtk-demo/gtk-demo.py | 43
++++++++++++++++++++++++++-----------------
1 file changed, 26 insertions(+), 17 deletions(-)
@@ -6231,7 +6615,7 @@ Date: Fri Aug 19 11:46:17 2011 +0200
[gtk-demo] correctly load demo code when cwd != demos/gtk-demo/
- demos/gtk-demo/gtk-demo.py | 39 +++++++++++++++++++++++----------------
+ demos/gtk-demo/gtk-demo.py | 39 +++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)
commit 6ffc999fbd4c9990fb5bde53ddd46d139b53245e
@@ -6240,7 +6624,7 @@ Date: Fri Aug 19 11:02:35 2011 +0200
[gtk-demo] drawingarea: fix labels
- demos/gtk-demo/demos/drawingarea.py | 4 ++--
+ demos/gtk-demo/demos/drawingarea.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 9fd3986affe11cbc5a816adcccdc56d0592f3618
@@ -6249,9 +6633,9 @@ Date: Fri Aug 19 09:57:31 2011 +0200
[gtk-demo] fix imports
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 6 ++++--
- demos/gtk-demo/demos/appwindow.py | 9 ++++++---
- demos/gtk-demo/gtk-demo.py | 8 ++++----
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 6 ++++--
+ demos/gtk-demo/demos/appwindow.py | 9 ++++++---
+ demos/gtk-demo/gtk-demo.py | 8 ++++----
3 files changed, 14 insertions(+), 9 deletions(-)
commit 9f314babfdee3b82799e00ea003972b0bbe6a8d5
@@ -6260,7 +6644,7 @@ Date: Fri Aug 19 10:07:14 2011 +0200
[gtk-demo] fix shebang
- demos/gtk-demo/gtk-demo.py | 2 +-
+ demos/gtk-demo/gtk-demo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 01142060ae7d71a8a1f7d3e9bbc6f52e65f01c8d
@@ -6272,9 +6656,9 @@ Date: Fri Aug 19 12:27:04 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=656891
- gi/overrides/Gtk.py | 26 +++++++++++++++++++--
- tests/test_overrides.py | 57
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 26 ++++++++++++++++++++--
+ tests/test_overrides.py | 57
+ +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+), 2 deletions(-)
commit d6da96c65b2ed3cda238886990a624fbc31f6987
@@ -6283,7 +6667,7 @@ Date: Wed Aug 24 16:31:12 2011 +0200
Convert ACCEL_* constants into Gtk.AccelFlags.
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 0841d41698302abb5d987849a5874252564ed428
@@ -6292,7 +6676,7 @@ Date: Wed Aug 24 16:22:17 2011 +0200
Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 37b0d0f9dc3d485829cae6e50da369fdea91a2d1
@@ -6301,7 +6685,7 @@ Date: Thu Aug 18 14:06:32 2011 -0400
post commit version bump
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e51efc50835a14e0418cc27cc928c52d1aa6a3cf
@@ -6310,7 +6694,7 @@ Date: Thu Aug 18 14:02:30 2011 -0400
release 2.90.2
- NEWS | 10 ++++++++++
+ NEWS | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 74c727b53fcf64f465ee77b5a1ea04a69ca90968
@@ -6319,7 +6703,7 @@ Date: Thu Aug 18 13:50:51 2011 -0400
remove tests that were removed from gi
- tests/test_gi.py | 11 -----------
+ tests/test_gi.py | 11 -----------
1 file changed, 11 deletions(-)
commit 11ea24dd30d8eeca11c8433c6bd75b06e52ae1ef
@@ -6332,7 +6716,7 @@ Date: Thu Aug 18 13:48:57 2011 -0400
arrays causes a crash in the tests because of this
* disregaurd is_pointer when cacluating item sizes
- gi/pygi-info.c | 8 ++------
+ gi/pygi-info.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
commit 493b4a21dd162d78cf572b548b58ba6a9ff22971
@@ -6343,7 +6727,7 @@ Date: Wed Jul 6 01:50:31 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=654162
- examples/signal.py | 9 ++++-----
+ examples/signal.py | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
commit 0332010e704e253380e993874eab9dd122e59a7e
@@ -6354,7 +6738,7 @@ Date: Wed Jul 6 01:54:50 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=654162
- examples/properties.py | 14 +++++++-------
+ examples/properties.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
commit c39f4555ebd703651eca6f978ed9870655b737f0
@@ -6369,9 +6753,9 @@ Date: Fri Aug 12 22:55:02 2011 +0200
generating
introspection XML for exported DBus server objects.
- gi/overrides/GLib.py | 50
- +++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 22 +++++++++++++++++++++
+ gi/overrides/GLib.py | 50
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 22 ++++++++++++++++++++++
2 files changed, 72 insertions(+)
commit 735f98d83c1c19df7457aa32a378e8c80cf2831f
@@ -6382,7 +6766,7 @@ Date: Mon Aug 15 18:58:31 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=654001
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit d0a96a0a75f2bc969522abce2d326ef440cf143a
@@ -6393,9 +6777,9 @@ Date: Mon Aug 15 13:12:49 2011 +0200
This is needed by libpeas.
- gi/_gobject/Makefile.am | 5 ++++-
- pygobject-3.0-uninstalled.pc.in | 4 ++--
- pygobject-3.0.pc.in | 6 +++---
+ gi/_gobject/Makefile.am | 5 ++++-
+ pygobject-3.0-uninstalled.pc.in | 4 ++--
+ pygobject-3.0.pc.in | 6 +++---
3 files changed, 9 insertions(+), 6 deletions(-)
commit 081dc2eb03b677eac9f08d3ad05deecc7c51554c
@@ -6404,7 +6788,7 @@ Date: Sun Aug 14 11:20:15 2011 -0400
update the doap file
- pygobject.doap | 26 ++++++++++++++------------
+ pygobject.doap | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
commit 762a36d2343bc39a502507d600fd1b9db9649dae
@@ -6413,7 +6797,7 @@ Date: Sun Aug 14 11:13:25 2011 -0400
prerelease bump
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d3f85a61ec4b1a1d04838f73dc8d862258150048
@@ -6422,8 +6806,8 @@ Date: Sun Aug 14 10:13:37 2011 -0400
get things ready for release
- NEWS | 194
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 194
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 194 insertions(+)
commit ffd057649380d4249c1c52e1225e3646f3994bc6
@@ -6432,7 +6816,7 @@ Date: Sun Aug 14 05:26:18 2011 -0400
pass exta keywords to the Box constructor
- gi/overrides/Gtk.py | 4 ++--
+ gi/overrides/Gtk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit cadbd4142bd0045368b5123d4b0a1876bdd5d798
@@ -6441,9 +6825,9 @@ Date: Sat Aug 13 11:03:07 2011 -0400
add (Tree|List)Store set method override
- gi/overrides/Gtk.py | 50 +++++++++++++++++++++++
- tests/test_overrides.py | 102
- +++++++++++++++++++++++++++++++++++++++++++++--
+ gi/overrides/Gtk.py | 50 ++++++++++++++++++++++++
+ tests/test_overrides.py | 102
+ ++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 149 insertions(+), 3 deletions(-)
commit 9ee9b22bd95e44bd2eca26e7bf3b0a9a988700c5
@@ -6452,7 +6836,7 @@ Date: Sat Aug 13 09:19:29 2011 -0400
add test for object arrays
- tests/test_everything.py | 6 ++++++
+ tests/test_everything.py | 6 ++++++
1 file changed, 6 insertions(+)
commit c9d9ffd0380878792cbdb13dec4e53be897e5fbc
@@ -6467,8 +6851,8 @@ Date: Sat Aug 13 08:46:18 2011 -0400
prevelant
it has been decided to only support those arrays
- gi/pygi-marshal-out.c | 2 +-
- tests/test_gi.py | 8 --------
+ gi/pygi-marshal-out.c | 2 +-
+ tests/test_gi.py | 8 --------
2 files changed, 1 insertion(+), 9 deletions(-)
commit b12379de1790b72d51883bf7b63c892639a892e7
@@ -6477,7 +6861,7 @@ Date: Sat Aug 13 06:31:52 2011 -0400
revert Gtk.Window override because it causes issues with subclasses
- gi/overrides/Gtk.py | 9 ---------
+ gi/overrides/Gtk.py | 9 ---------
1 file changed, 9 deletions(-)
commit 3e64a62d6d7f9e9d2820aad54187ef9c34710a1f
@@ -6486,7 +6870,7 @@ Date: Thu Apr 7 21:05:32 2011 +1000
take GIL in _pygi_invoke_closure_free (bug #647016)
- gi/pygi-closure.c | 3 +++
+ gi/pygi-closure.c | 3 +++
1 file changed, 3 insertions(+)
commit f8de9b8615f5dc30f492781d792aef5fc1e9ab73
@@ -6497,7 +6881,7 @@ Date: Mon Jun 27 00:41:24 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gtk.py | 3 +++
+ gi/overrides/Gtk.py | 3 +++
1 file changed, 3 insertions(+)
commit 583d0b3c6b53712128d7c2d5f075000a2a76ae5f
@@ -6512,7 +6896,7 @@ Date: Mon Jun 27 00:40:12 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gtk.py | 3 +++
+ gi/overrides/Gtk.py | 3 +++
1 file changed, 3 insertions(+)
commit 017fdfc1dd06259006719e02ffa48883cee01ffd
@@ -6526,7 +6910,7 @@ Date: Mon Jun 27 00:39:41 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gtk.py | 40 ++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
commit af8bc9d5cdba48a7ee728ccb7ea9039df3ecceba
@@ -6540,7 +6924,7 @@ Date: Mon Jun 27 00:38:30 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gtk.py | 15 ++++++++++++---
+ gi/overrides/Gtk.py | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
commit 7914d814350af1a18bdeda64f049c8e9a68d1d18
@@ -6551,7 +6935,7 @@ Date: Mon Jun 27 00:38:20 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gtk.py | 3 +++
+ gi/overrides/Gtk.py | 3 +++
1 file changed, 3 insertions(+)
commit 5b1c875269b7979caae97e84919a690a34d92f29
@@ -6568,7 +6952,7 @@ Date: Mon Jun 27 00:36:20 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653462
- gi/overrides/Gdk.py | 8 ++++++++
+ gi/overrides/Gdk.py | 8 ++++++++
1 file changed, 8 insertions(+)
commit 187a2932bbf1e724f759ff3ed3392fc7341c6aa8
@@ -6579,13 +6963,13 @@ Date: Mon Aug 8 12:06:18 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625596
- gi/pygi-cache.c | 39 +++++++++++
- gi/pygi-cache.h | 4 ++
- gi/pygi-invoke.c | 162
- ++++++++++++++++++++++++++++++++++++++++++++--
- gi/types.py | 12 ++--
- tests/test_everything.py | 2 +-
- tests/test_gi.py | 58 +++++++++++++++++
+ gi/pygi-cache.c | 39 ++++++++++++
+ gi/pygi-cache.h | 4 ++
+ gi/pygi-invoke.c | 162
+ +++++++++++++++++++++++++++++++++++++++++++++--
+ gi/types.py | 12 ++--
+ tests/test_everything.py | 2 +-
+ tests/test_gi.py | 58 +++++++++++++++++
6 files changed, 265 insertions(+), 12 deletions(-)
commit e5df32ffbf37481dbb6a70c4d4e7b7b9778c5549
@@ -6594,7 +6978,7 @@ Date: Sat Aug 13 04:13:28 2011 -0400
remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN
- gi/pygi-info.c | 5 -----
+ gi/pygi-info.c | 5 -----
1 file changed, 5 deletions(-)
commit 745001178fc72be5626c7211366d694f41162987
@@ -6607,7 +6991,7 @@ Date: Thu Aug 11 15:11:42 2011 +0200
works. Also
update the warning to explain how to fix the problem.
- gi/_gobject/__init__.py | 8 ++++----
+ gi/_gobject/__init__.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 25d2d05cba05414cd4551e0e06f6286a9b97a509
@@ -6620,9 +7004,9 @@ Date: Fri Jul 22 15:46:31 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/importer.py | 11 +++---
- gi/module.py | 118
- ++++++++++++++++++++++++++++----------------------------
+ gi/importer.py | 11 +++---
+ gi/module.py | 118
+ ++++++++++++++++++++++++++++-----------------------------
2 files changed, 64 insertions(+), 65 deletions(-)
commit 698b2284e29c0f699198cf6a22eeb0e399daba6e
@@ -6633,7 +7017,7 @@ Date: Fri Jul 22 15:45:09 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/__init__.py | 2 +-
+ gi/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7b068ebe59884ebd9aeb4425dc80cdff73a66fb1
@@ -6644,12 +7028,12 @@ Date: Fri Jul 22 14:13:02 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- tests/test_mainloop.py | 7 +++----
- tests/test_option.py | 3 ++-
- tests/test_source.py | 24 +++++++++++-------------
- tests/test_subprocess.py | 12 +++++-------
- tests/test_thread.py | 10 ++++------
- tests/test_uris.py | 4 ++--
+ tests/test_mainloop.py | 7 +++----
+ tests/test_option.py | 3 ++-
+ tests/test_source.py | 24 +++++++++++-------------
+ tests/test_subprocess.py | 12 +++++-------
+ tests/test_thread.py | 10 ++++------
+ tests/test_uris.py | 4 ++--
6 files changed, 27 insertions(+), 33 deletions(-)
commit 191ef79315f8a5641699536fde58da18e23ef904
@@ -6660,8 +7044,8 @@ Date: Fri Jul 22 14:11:53 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/importer.py | 7 +++++--
- gi/module.py | 32 +++++++++++++++++++++++++++++---
+ gi/importer.py | 7 +++++--
+ gi/module.py | 32 +++++++++++++++++++++++++++++---
2 files changed, 34 insertions(+), 5 deletions(-)
commit fbd4a8263260c187211799454c08b1e55e2cb998
@@ -6672,13 +7056,13 @@ Date: Fri Jul 22 12:27:41 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/_glib/pygiochannel.c | 38 +++++++++++++++++++-------------------
- gi/_glib/pygmaincontext.c | 2 +-
- gi/_glib/pygmainloop.c | 4 ++--
- gi/_glib/pygoptioncontext.c | 4 ++--
- gi/_glib/pygoptiongroup.c | 4 ++--
- gi/_glib/pygsource.c | 14 +++++++-------
- gi/_glib/pygspawn.c | 14 +++++++-------
+ gi/_glib/pygiochannel.c | 38 +++++++++++++++++++-------------------
+ gi/_glib/pygmaincontext.c | 2 +-
+ gi/_glib/pygmainloop.c | 4 ++--
+ gi/_glib/pygoptioncontext.c | 4 ++--
+ gi/_glib/pygoptiongroup.c | 4 ++--
+ gi/_glib/pygsource.c | 14 +++++++-------
+ gi/_glib/pygspawn.c | 14 +++++++-------
7 files changed, 40 insertions(+), 40 deletions(-)
commit 7431b49a161df9178c55b814d3adff992ac2d722
@@ -6689,9 +7073,9 @@ Date: Fri Jul 22 12:26:32 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/Makefile.am | 2 +-
- gi/_glib/Makefile.am | 10 +++++-----
- gi/_gobject/Makefile.am | 2 +-
+ gi/Makefile.am | 2 +-
+ gi/_glib/Makefile.am | 10 +++++-----
+ gi/_gobject/Makefile.am | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
commit b8700451acd4a19b59b64fc8641fca748d2189e2
@@ -6709,22 +7093,22 @@ Date: Fri Jul 22 11:20:09 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- tests/runtests-windows.py | 4 +-
- tests/test_gdbus.py | 12 ++---
- tests/test_gi.py | 4 +-
- tests/test_gobject.py | 31 ++++++------
- tests/test_interface.py | 16 +++---
- tests/test_mainloop.py | 3 +-
- tests/test_overrides.py | 8 +--
- tests/test_properties.py | 124
- ++++++++++++++++++++++-----------------------
- tests/test_signal.py | 98 +++++++++++++++++------------------
- tests/test_source.py | 5 +-
- tests/test_subprocess.py | 3 +-
- tests/test_thread.py | 5 +-
- tests/test_unknown.py | 8 +--
- tests/testhelpermodule.c | 2 +-
- tests/testmodule.py | 10 ++--
+ tests/runtests-windows.py | 4 +-
+ tests/test_gdbus.py | 12 ++---
+ tests/test_gi.py | 4 +-
+ tests/test_gobject.py | 31 ++++++------
+ tests/test_interface.py | 16 +++---
+ tests/test_mainloop.py | 3 +-
+ tests/test_overrides.py | 8 +--
+ tests/test_properties.py | 124
+ +++++++++++++++++++++++-----------------------
+ tests/test_signal.py | 98 ++++++++++++++++++------------------
+ tests/test_source.py | 5 +-
+ tests/test_subprocess.py | 3 +-
+ tests/test_thread.py | 5 +-
+ tests/test_unknown.py | 8 +--
+ tests/testhelpermodule.c | 2 +-
+ tests/testmodule.py | 10 ++--
15 files changed, 169 insertions(+), 164 deletions(-)
commit c980dae21468fe073cc8782608148c346bb90ad7
@@ -6735,10 +7119,10 @@ Date: Fri Jul 22 11:16:00 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/_glib/__init__.py | 3 ++-
- gi/_glib/glibmodule.c | 10 +++++-----
- gi/_glib/option.py | 4 ++--
- gi/_glib/pyglib.c | 18 +++++++++---------
+ gi/_glib/__init__.py | 3 ++-
+ gi/_glib/glibmodule.c | 10 +++++-----
+ gi/_glib/option.py | 4 ++--
+ gi/_glib/pyglib.c | 18 +++++++++---------
4 files changed, 18 insertions(+), 17 deletions(-)
commit 65ac35cca8d24f4c133991e1c6ac02f49416a9a4
@@ -6754,12 +7138,12 @@ Date: Fri Jul 22 11:10:46 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/_gobject/__init__.py | 20 +++++++++++++-------
- gi/_gobject/constants.py | 3 +--
- gi/_gobject/gobjectmodule.c | 2 +-
- gi/_gobject/propertyhelper.py | 11 +++++------
- gi/_gobject/pygobject.c | 16 ++++++++--------
- gi/_gobject/pygobject.h | 2 +-
+ gi/_gobject/__init__.py | 20 +++++++++++++-------
+ gi/_gobject/constants.py | 3 +--
+ gi/_gobject/gobjectmodule.c | 2 +-
+ gi/_gobject/propertyhelper.py | 11 +++++------
+ gi/_gobject/pygobject.c | 16 ++++++++--------
+ gi/_gobject/pygobject.h | 2 +-
6 files changed, 29 insertions(+), 25 deletions(-)
commit 59ed1289f76bc287443b3974710ea0da3e2cc8cc
@@ -6770,12 +7154,12 @@ Date: Fri Jul 22 11:07:10 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- gi/importer.py | 2 --
- gi/module.py | 31 ++++++++++++++++---------------
- gi/overrides/Gtk.py | 2 +-
- gi/overrides/__init__.py | 6 +++---
- gi/pygobject-external.h | 2 +-
- gi/types.py | 12 ++++++------
+ gi/importer.py | 2 --
+ gi/module.py | 31 ++++++++++++++++---------------
+ gi/overrides/Gtk.py | 2 +-
+ gi/overrides/__init__.py | 6 +++---
+ gi/pygobject-external.h | 2 +-
+ gi/types.py | 12 ++++++------
6 files changed, 27 insertions(+), 28 deletions(-)
commit 6b9d738d78c6ac45d49f00402c89356887555069
@@ -6900,9 +7284,9 @@ Date: Mon Jul 18 18:46:31 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- Makefile.am | 5 ----
- pygtk.py | 95
- -----------------------------------------------------------
+ Makefile.am | 5 ----
+ pygtk.py | 95
+ -------------------------------------------------------------
2 files changed, 100 deletions(-)
commit 75e9f7d80d9224c05e6063b88479f1baee48c489
@@ -6913,11 +7297,11 @@ Date: Mon Jul 18 18:41:41 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- Makefile.am | 8 +-------
- configure.ac | 43 +++++++++++++++++--------------------------
- gi/pygi.h | 37 -------------------------------------
- gobject/Makefile.am | 5 +----
- tests/Makefile.am | 7 +------
+ Makefile.am | 8 +-------
+ configure.ac | 43 +++++++++++++++++--------------------------
+ gi/pygi.h | 37 -------------------------------------
+ gobject/Makefile.am | 5 +----
+ tests/Makefile.am | 7 +------
5 files changed, 20 insertions(+), 80 deletions(-)
commit d862168d6a82edd59547d39f5b0ab8279b1e511c
@@ -6928,12 +7312,12 @@ Date: Mon Jul 18 18:28:50 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=642048
- Makefile.am | 2 +-
- configure.ac | 4 ++--
- pygobject-2.0-uninstalled.pc.in | 18 ------------------
- pygobject-2.0.pc.in | 22 ----------------------
- pygobject-3.0-uninstalled.pc.in | 18 ++++++++++++++++++
- pygobject-3.0.pc.in | 22 ++++++++++++++++++++++
+ Makefile.am | 2 +-
+ configure.ac | 4 ++--
+ pygobject-2.0-uninstalled.pc.in | 18 ------------------
+ pygobject-2.0.pc.in | 22 ----------------------
+ pygobject-3.0-uninstalled.pc.in | 18 ++++++++++++++++++
+ pygobject-3.0.pc.in | 22 ++++++++++++++++++++++
6 files changed, 43 insertions(+), 43 deletions(-)
commit 5189b360ccddbbaee267ce857968fbf1aafdd07a
@@ -6945,7 +7329,7 @@ Date: Thu Aug 11 09:53:15 2011 +0200
Callbacks still use GIArgument, add missing GVariant support for
return types.
- gi/pygi-argument.c | 6 ++++--
+ gi/pygi-argument.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 18a240cc492d2e5ebe2709a0d7155e27c8ff9e63
@@ -6958,7 +7342,7 @@ Date: Wed Aug 10 14:11:10 2011 +0200
is the
equivalent of what commit 9d5604220bd56 did for pygi_marshall_*().
- gi/pygi-argument.c | 7 +++++++
+ gi/pygi-argument.c | 7 +++++++
1 file changed, 7 insertions(+)
commit aa820d6ce2fee83e61e3e9de7c6b7d2452e2847d
@@ -6968,7 +7352,7 @@ Date: Mon Aug 8 01:58:10 2011 +0200
[gi] Fix crash: check return value of
_invoke_state_init_from_callable_cache() before continuing.
- gi/pygi-invoke.c | 4 +++-
+ gi/pygi-invoke.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit eaad9f3c71cedfe28ff2d2bb05ea6c64e323715f
@@ -6978,8 +7362,8 @@ Date: Fri Aug 5 21:03:33 2011 +0200
[gi] Pass gtype as first parameter to vfuncs (instead of using
kwargs).
- gi/pygi-invoke.c | 32 ++++++++++++++++++--------------
- gi/types.py | 2 +-
+ gi/pygi-invoke.c | 32 ++++++++++++++++++--------------
+ gi/types.py | 2 +-
2 files changed, 19 insertions(+), 15 deletions(-)
commit 76edfd0d5776f61c92c84fd9fb8dcc246c580e93
@@ -7025,10 +7409,10 @@ Date: Mon Jul 18 11:04:58 2011 -0400
remove some left over ifdefs to complete merge of the invoke-rewrite
branch
- gi/pygi-cache.h | 2 --
- gi/pygi-info.c | 2 --
- gi/pygi-private.h | 5 +----
- gi/pygi.h | 2 --
+ gi/pygi-cache.h | 2 --
+ gi/pygi-info.c | 2 --
+ gi/pygi-private.h | 5 +----
+ gi/pygi.h | 2 --
4 files changed, 1 insertion(+), 10 deletions(-)
commit 8c653ec3033fab47c4bb4071b5732a349357141f
@@ -7037,11 +7421,11 @@ Date: Mon Jul 18 10:59:45 2011 -0400
rename pygi-invoke-ng to pygi-invoke
- gi/Makefile.am | 3 +-
- gi/pygi-invoke-ng.c | 464
- ---------------------------------------------------
- gi/pygi-invoke.c | 464
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/Makefile.am | 3 +-
+ gi/pygi-invoke-ng.c | 464
+ ----------------------------------------------------
+ gi/pygi-invoke.c | 464
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 466 insertions(+), 465 deletions(-)
commit 62d59fa2c2b31d7a3cac8996d58234d4b13bb19f
@@ -7095,7 +7479,7 @@ Date: Thu Jul 14 11:21:10 2011 +0200
Ship tests/te_ST@nouppera in release tarballs for tests to succeed
- tests/Makefile.am | 1 +
+ tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit e024e832ab9c82d3e299cc6e1cb427de44f2d16e
@@ -7104,8 +7488,8 @@ Date: Wed Jul 13 15:43:02 2011 -0400
[invoke] break out caller_allocates allocating into its own function
- gi/pygi-invoke-ng.c | 78
- ++++++++++++++++++++++++++++++++-------------------
+ gi/pygi-invoke-ng.c | 78
+ +++++++++++++++++++++++++++++++++--------------------
1 file changed, 49 insertions(+), 29 deletions(-)
commit fc8b8ce768ac780f7ed9edc63b70dd35194153c0
@@ -7114,7 +7498,7 @@ Date: Wed Jul 13 15:42:26 2011 -0400
[invoke] missed a bit when removing constructor_class usage
- gi/pygi-invoke-ng.c | 2 +-
+ gi/pygi-invoke-ng.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c94bcf4ae7e36f90c356c89712b00609f9f849bd
@@ -7123,8 +7507,8 @@ Date: Wed Jul 13 15:16:17 2011 -0400
[invoke] don't hold on to the constructor class, just add a TODO
- gi/pygi-invoke-ng.c | 11 +++++------
- gi/pygi-invoke-state-struct.h | 1 -
+ gi/pygi-invoke-ng.c | 11 +++++------
+ gi/pygi-invoke-state-struct.h | 1 -
2 files changed, 5 insertions(+), 7 deletions(-)
commit c11d3195f324ea41e86e3da7ff99b55425c2faec
@@ -7139,7 +7523,7 @@ Date: Wed Jul 13 10:40:25 2011 +0200
completely with
Python 3. Rewrite it to use gi.repository.Gio.
- tests/test_properties.py | 38 +++++++++++++++++++-------------------
+ tests/test_properties.py | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
commit 8f89ff24fcac627ce15ca93038711fded1a7c5ed
@@ -7152,7 +7536,7 @@ Date: Wed Jul 13 08:42:22 2011 +0200
str method.
This unbreaks gi/module.py for Python 3 again.
- gi/module.py | 8 ++++++--
+ gi/module.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit 20aea4b052126fa0bface3e6e0dccfd77f9505b1
@@ -7161,8 +7545,8 @@ Date: Fri Jul 8 14:39:22 2011 -0400
[caching] remove all inline compiler flags
- gi/pygi-cache.c | 96
- +++++++++++++++++++++++++++----------------------------
+ gi/pygi-cache.c | 96
+ ++++++++++++++++++++++++++++-----------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
commit bf7bb79b66ad406063fb443e7452d830c55986ef
@@ -7171,8 +7555,8 @@ Date: Fri Jul 8 14:35:20 2011 -0400
[caching] refactor function names to be less confusing
- gi/pygi-cache.c | 307
- +++++++++++++++++++++++++++----------------------------
+ gi/pygi-cache.c | 307
+ +++++++++++++++++++++++++++-----------------------------
1 file changed, 150 insertions(+), 157 deletions(-)
commit c167a9345b01c070bd5a84b4a4b3a53baf9e217d
@@ -7193,7 +7577,7 @@ Date: Fri Jul 8 11:24:09 2011 -0400
NO_SEPARATOR
flag
- gi/overrides/Gtk.py | 13 ++++++++-----
+ gi/overrides/Gtk.py | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
commit 367e4ededd4a45125157050bcc9e4e685fd4a82d
@@ -7206,7 +7590,7 @@ Date: Fri Jul 8 10:15:53 2011 +0200
loop was
never quit when the call failed.
- tests/test_gdbus.py | 6 ++++--
+ tests/test_gdbus.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 11b578400cbf9f7c270b662a5e8953ccd466e5ef
@@ -7215,10 +7599,10 @@ Date: Thu Jul 7 19:30:11 2011 -0400
use an enum instead of booleans to denote function type
- gi/pygi-cache.c | 85
- +++++++++++++++++++++++++++++----------------------
- gi/pygi-cache.h | 18 ++++++++---
- gi/pygi-invoke-ng.c | 8 ++---
+ gi/pygi-cache.c | 85
+ ++++++++++++++++++++++++++++++-----------------------
+ gi/pygi-cache.h | 18 +++++++++---
+ gi/pygi-invoke-ng.c | 8 ++---
3 files changed, 67 insertions(+), 44 deletions(-)
commit 10e31005baec26f61c0f8fca2b5c0337b0be6c70
@@ -7227,11 +7611,11 @@ Date: Thu Jul 7 15:18:03 2011 -0400
rename aux arguments to child arguments to make their purpose clearer
- gi/pygi-cache.c | 64
- +++++++++++++++++++++++++--------------------------
- gi/pygi-cache.h | 29 +++++++++++++++--------
- gi/pygi-invoke-ng.c | 10 ++++----
- gi/pygi-marshal.c | 12 +++++-----
+ gi/pygi-cache.c | 64
+ ++++++++++++++++++++++++++---------------------------
+ gi/pygi-cache.h | 29 ++++++++++++++++--------
+ gi/pygi-invoke-ng.c | 10 ++++-----
+ gi/pygi-marshal.c | 12 +++++-----
4 files changed, 63 insertions(+), 52 deletions(-)
commit b4ad91c40f713ebdc278ce40b011e4adf9ddbbd7
@@ -7242,7 +7626,7 @@ Date: Thu Jul 7 10:59:08 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=653844
- examples/cairo-demo.py | 6 ++----
+ examples/cairo-demo.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
commit a606bab1ddc605167f2e9dc7c46c8f929fdce23b
@@ -7253,8 +7637,8 @@ Date: Tue Jul 5 14:28:20 2011 -0700
https://bugzilla.gnome.org/show_bug.cgi?id=654056
- gi/overrides/Gtk.py | 8 ++++++++
- tests/test_overrides.py | 13 ++++++++++++-
+ gi/overrides/Gtk.py | 8 ++++++++
+ tests/test_overrides.py | 13 ++++++++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
commit fc5c869486c7f6929e285ea7a86623ec41ecd9bd
@@ -7297,7 +7681,7 @@ Date: Thu Jul 7 13:39:19 2011 +0200
Gtk.main()
-------------- 8< -----------------
- gi/overrides/Gtk.py | 10 ++++++++--
+ gi/overrides/Gtk.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
commit 5c04fc5b2ca7e262c052426d5863d69d0c4a24da
@@ -7306,10 +7690,10 @@ Date: Tue Jul 5 15:57:23 2011 -0400
use gssize instead of int for arg indexes
- gi/pygi-cache.c | 24 ++++++++++++------------
- gi/pygi-cache.h | 6 +++---
- gi/pygi-invoke-ng.c | 6 +++---
- gi/pygi-marshal-cleanup.c | 6 +++---
+ gi/pygi-cache.c | 24 ++++++++++++------------
+ gi/pygi-cache.h | 6 +++---
+ gi/pygi-invoke-ng.c | 6 +++---
+ gi/pygi-marshal-cleanup.c | 6 +++---
4 files changed, 21 insertions(+), 21 deletions(-)
commit ecc09749c34cd4eabf47cc722d768b042dc0be9f
@@ -7318,7 +7702,7 @@ Date: Tue Jul 5 14:17:30 2011 -0400
[cache] remove refrence to default value as it is not implemented yet
- gi/pygi-cache.h | 1 -
+ gi/pygi-cache.h | 1 -
1 file changed, 1 deletion(-)
commit 433e0fb259047d8c81e5949a31abb5e0feefd27b
@@ -7329,7 +7713,7 @@ Date: Thu May 12 18:53:06 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647581
- gi/pygi-argument.c | 2 ++
+ gi/pygi-argument.c | 2 ++
1 file changed, 2 insertions(+)
commit 38cca3c14e79fbc383e3fc65a120bee03714b99f
@@ -7338,7 +7722,7 @@ Date: Fri Jul 1 05:19:15 2011 -0400
correctly initialize the _gi_cairo_functions array to be zero filled
- gi/pygi-foreign-cairo.c | 2 +-
+ gi/pygi-foreign-cairo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9ae43fdbcc547eb1e3c61bf9545da40555b2e2c6
@@ -7347,7 +7731,7 @@ Date: Fri Jul 1 05:19:15 2011 -0400
correctly initialize the _gi_cairo_functions array to be zero filled
- gi/pygi-foreign-cairo.c | 2 +-
+ gi/pygi-foreign-cairo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d3ee40b36b1718e6fb4544dbe07e291138ea1eb9
@@ -7356,7 +7740,7 @@ Date: Wed Jun 29 18:14:40 2011 -0400
pass in the address of the gerror, not the gerror itself
- gi/pygi-argument.c | 2 +-
+ gi/pygi-argument.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 49dc98eb9339ea64355cd752ca000c79da56f3a2
@@ -7365,7 +7749,7 @@ Date: Wed Jun 29 18:01:44 2011 -0400
[gi] handle marshalling gerrors arguments for signals
- gi/pygi-argument.c | 18 ++++++++++++++++--
+ gi/pygi-argument.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
commit db9419fcef628e9ffee10591156007ea9c0bc1f0
@@ -7375,7 +7759,7 @@ Date: Wed Jun 29 12:12:29 2011 -0400
[gi-invoke-ng] fix NULL check to check before we access the cache
struct
- gi/pygi-cache.c | 6 +++---
+ gi/pygi-cache.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 9027e1a20fd06df5c26edcec1893ef0814ec938a
@@ -7387,7 +7771,7 @@ Date: Tue Jun 28 18:21:55 2011 -0400
* make sure we can store a custom GObject as a PyObject inside of
a TreeModel
- tests/test_overrides.py | 26 +++++++++++++++-----------
+ tests/test_overrides.py | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
commit b6842e4b2a28733e143d4022864041ca82e91f7a
@@ -7399,8 +7783,8 @@ Date: Tue Jun 28 18:13:38 2011 -0400
* box the PYGOBJECT in a GValue so we can store PyGObjects in a
TreeModel row
- gi/overrides/Gtk.py | 7 ++++---
- gobject/pygtype.c | 7 ++++---
+ gi/overrides/Gtk.py | 7 ++++---
+ gobject/pygtype.c | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
commit 7fc9d45860210fd9d333fd3769c6cf93a6a20eb6
@@ -7409,7 +7793,7 @@ Date: Tue Jun 28 17:32:29 2011 -0400
[gi-invoke-ng] copy structs when transfer is full for array
- gi/pygi-marshal.c | 21 ++++++++++++++++++---
+ gi/pygi-marshal.c | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
commit 8d60c0bc7b327aa757a8727f1146f02cc0b78af8
@@ -7422,7 +7806,7 @@ Date: Tue Jun 28 13:54:48 2011 -0400
importing 2.0
which is not supported
- gi/overrides/Gtk.py | 12 ++++++++++++
+ gi/overrides/Gtk.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit 7c589c0c1de1a786e00685afd5292b6fb1f93ed3
@@ -7448,7 +7832,7 @@ Date: Tue Jun 28 13:08:49 2011 -0400
dict
to avoid name clashing
- gi/overrides/Gtk.py | 5 +++++
+ gi/overrides/Gtk.py | 5 +++++
1 file changed, 5 insertions(+)
commit 2aa12267bee91aa696633a0cea2a0accae09250a
@@ -7459,8 +7843,8 @@ Date: Mon Jun 27 10:56:20 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653488
- gobject/propertyhelper.py | 23 ++++++++++++++++-------
- tests/test_properties.py | 40 ++++++++++++++++++++++++++++++++++++----
+ gobject/propertyhelper.py | 23 ++++++++++++++++-------
+ tests/test_properties.py | 40 ++++++++++++++++++++++++++++++++++++----
2 files changed, 52 insertions(+), 11 deletions(-)
commit dc62e67b447ef526a6f2d1aa8648ad101d95024b
@@ -7471,8 +7855,8 @@ Date: Mon Jun 27 10:56:20 2011 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=653488
- gobject/propertyhelper.py | 23 ++++++++++++++++-------
- tests/test_properties.py | 40 ++++++++++++++++++++++++++++++++++++----
+ gobject/propertyhelper.py | 23 ++++++++++++++++-------
+ tests/test_properties.py | 40 ++++++++++++++++++++++++++++++++++++----
2 files changed, 52 insertions(+), 11 deletions(-)
commit 50cfccb5801c1b9a0a42ffe2826cd245f21fd88d
@@ -7482,8 +7866,8 @@ Date: Fri Jun 24 14:17:24 2011 -0400
[gi-invoke-ng] use g_slice for allocating GValues that are caller
allocated
- gi/pygi-invoke-ng.c | 2 ++
- gi/pygi-marshal-cleanup.c | 2 ++
+ gi/pygi-invoke-ng.c | 2 ++
+ gi/pygi-marshal-cleanup.c | 2 ++
2 files changed, 4 insertions(+)
commit eff65cd2ce490296865441c3c78b7846f380459c
@@ -7493,8 +7877,8 @@ Date: Fri Jun 24 11:49:05 2011 -0400
[gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling
integers
- gi/pygi-marshal.c | 56
- +++++++++++++++++++++++++++++++++++++++++------------
+ gi/pygi-marshal.c | 56
+ +++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 44 insertions(+), 12 deletions(-)
commit 05ed688d54e3ff04e961b60d0b5d3ed0b97c771d
@@ -7504,7 +7888,7 @@ Date: Wed Jun 22 12:26:39 2011 -0400
[gi-invoke-ng] only cache caller allocates for interfaces as some
API are broken
- gi/pygi-cache.c | 6 ++++--
+ gi/pygi-cache.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 4fd957a5de364c0588168dee15e1e61d4f12e173
@@ -7513,7 +7897,7 @@ Date: Fri Jun 17 17:07:56 2011 -0400
[gi-invoke-ng] handle in pointer array marshalling
- gi/pygi-marshal.c | 28 ++++++++++++++++++++++------
+ gi/pygi-marshal.c | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
commit df3911ad2ce83af9bf9679ed1b221847b23ba2de
@@ -7522,7 +7906,7 @@ Date: Fri Jun 10 08:44:04 2011 +0300
Adding GPtrArray tests
- tests/test_gi.py | 43 ++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gi.py | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 1 deletion(-)
commit e32c2be53175014399d89e1e85c9afc6e53c94be
@@ -7535,7 +7919,7 @@ Date: Fri Jun 17 11:32:28 2011 -0400
relying on the size of GIArgument
* special case GPtrArrays
- gi/pygi-marshal.c | 27 +++++++++------------------
+ gi/pygi-marshal.c | 27 +++++++++------------------
1 file changed, 9 insertions(+), 18 deletions(-)
commit 6e8dc28cb261cafbfed40fc0797a0dd5f91f497b
@@ -7545,7 +7929,7 @@ Date: Wed Jun 15 12:46:03 2011 -0400
[gi] don't clean up arguments that weren't yet processed during in
arg failure
- gi/pygi-marshal-cleanup.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit af7c93ea98b7f492eef265e58c8b3c878805524f
@@ -7557,8 +7941,8 @@ Date: Wed Jun 15 12:06:47 2011 -0400
* init is now skipped in the gir
- gi/overrides/GLib.py | 18 ++++++++----------
- tests/test_overrides.py | 6 ++----
+ gi/overrides/GLib.py | 18 ++++++++----------
+ tests/test_overrides.py | 6 ++----
2 files changed, 10 insertions(+), 14 deletions(-)
commit c6112307f29f9a850e6e9efa5f55d5d4a363c6b0
@@ -7567,7 +7951,7 @@ Date: Wed Jun 15 11:42:45 2011 -0400
[gi-invoke-ng] actual code to import overrides
- gi/pygi-cache.c | 7 +------
+ gi/pygi-cache.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
commit 902575d857beffb14e56821ea8a52f705385f6bb
@@ -7576,7 +7960,7 @@ Date: Wed Jun 15 11:25:10 2011 -0400
[gi-invoke-ng] import pytypes so we get overrides
- gi/pygi-marshal.c | 4 +++-
+ gi/pygi-marshal.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 9d5604220bd56ae2708e9b74122c14208e0a30b4
@@ -7585,7 +7969,7 @@ Date: Tue Jun 14 16:13:37 2011 -0400
[gi-invoke-ng] handle gvariants now that they are not foreign
- gi/pygi-marshal.c | 7 ++++++-
+ gi/pygi-marshal.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit c1f5651062687e800a52b5d8d16c88c0acde2934
@@ -7594,7 +7978,7 @@ Date: Tue Jun 14 16:12:43 2011 -0400
[gi-invoke-ng] do not try to clean up NULL arguments
- gi/pygi-marshal-cleanup.c | 24 ++++++++++++++++--------
+ gi/pygi-marshal-cleanup.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
commit fbf5382fbc1aed49ed491d2255d616a1643a45fc
@@ -7617,7 +8001,7 @@ Date: Fri Jun 10 14:01:32 2011 +0200
closure: avoid double free crash
- gi/pygi-closure.c | 12 ++++--------
+ gi/pygi-closure.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
commit 929f4236f2b8601e7960a4a7b0a860d976ad83c6
@@ -7629,8 +8013,8 @@ Date: Fri Jun 3 23:11:17 2011 -0700
Call Gdk.Color.equal and Gdk.RGBA.equal when
== equality testing is used.
- gi/overrides/Gdk.py | 6 ++++++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gdk.py | 6 ++++++
+ tests/test_overrides.py | 4 ++++
2 files changed, 10 insertions(+)
commit dff5961ba229c7c34bd7b0a18a446b56bbe39e3a
@@ -7639,7 +8023,7 @@ Date: Wed Jun 8 19:13:48 2011 +0200
closure: Check the out arg is not null. Fixes bug #651812
- gi/pygi-closure.c | 3 +++
+ gi/pygi-closure.c | 3 +++
1 file changed, 3 insertions(+)
commit d7d178206bfbb0858556fcfd6c9ca8eefda3fdf5
@@ -7648,7 +8032,7 @@ Date: Wed Jun 8 09:47:20 2011 +0200
Use constants instead of literals
- tests/test_overrides.py | 8 ++++----
+ tests/test_overrides.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit fe386a0ad548a23e30e9cb947bfa2198fb48ef29
@@ -7659,8 +8043,8 @@ Date: Mon Jun 6 19:07:22 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647509
- gi/pygi-argument.c | 8 ++++----
- gi/pygi-invoke.c | 20 +++++++++++++-------
+ gi/pygi-argument.c | 8 ++++----
+ gi/pygi-invoke.c | 20 +++++++++++++-------
2 files changed, 17 insertions(+), 11 deletions(-)
commit bd7b8d96a7420522c1fdc127ef8cfb7d6e8a1b31
@@ -7671,7 +8055,7 @@ Date: Mon Jun 6 19:05:07 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647509
- gi/gimodule.c | 2 +-
+ gi/gimodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2d73012e5dbcc45a5782a6c119dfb272c14b5a61
@@ -7682,7 +8066,7 @@ Date: Mon Jun 6 17:38:21 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647509
- gi/module.py | 4 +++-
+ gi/module.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit d82e6c8d1d9f2fc48fdcc15b7d2a97e4f24cf3bf
@@ -7691,8 +8075,8 @@ Date: Mon Jun 6 17:24:28 2011 +0200
Merge gi/HACKING into /HACKING
- HACKING | 16 ++++++++++++++++
- gi/HACKING | 26 --------------------------
+ HACKING | 16 ++++++++++++++++
+ gi/HACKING | 26 --------------------------
2 files changed, 16 insertions(+), 26 deletions(-)
commit 92aca4416a7930e5870b8d1a4016bae8140462ee
@@ -7741,8 +8125,8 @@ Date: Fri Jun 3 16:59:15 2011 +0100
Thanks to Bernie Innocenti for initial diagnosis.
- glib/pygsource.c | 6 ++++--
- gobject/pygobject.c | 8 +++++++-
+ glib/pygsource.c | 6 ++++--
+ gobject/pygobject.c | 8 +++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
commit 4c9bcedb4e11ad66a4b86174e2425c7afcafc473
@@ -7751,7 +8135,7 @@ Date: Tue May 31 16:59:41 2011 -0400
[gi-invoke-ng] enable invoke-ng by default
- configure.ac | 8 ++++----
+ configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 2e4cfb85a55ff205e263591d573ee5ecf0ffff3e
@@ -7760,7 +8144,7 @@ Date: Tue May 31 16:37:21 2011 -0400
[gi-invoke-ng] add code to clean up when input values fail to marshal
- gi/pygi-marshal-cleanup.c | 30 +++++++++++++++++++++++++-----
+ gi/pygi-marshal-cleanup.c | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
commit 508b1b6ca1b143f1e123a3ddb83e8ce146758dfc
@@ -7769,10 +8153,10 @@ Date: Tue May 31 16:01:03 2011 -0400
[gi-invoke-ng] add hash cleanup routines
- gi/pygi-cache.c | 2 ++
- gi/pygi-marshal-cleanup.c | 64
- +++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-marshal-cleanup.h | 10 +++++--
+ gi/pygi-cache.c | 2 ++
+ gi/pygi-marshal-cleanup.c | 64
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-marshal-cleanup.h | 10 ++++++--
3 files changed, 74 insertions(+), 2 deletions(-)
commit 1954c75b94a74259b4e5d28f5ff8d76aa4610832
@@ -7781,7 +8165,7 @@ Date: Tue May 31 14:47:30 2011 -0400
[gi-invoke-ng] handle arrays with transfers of GI_TRANSFER_CONTAINER
- gi/pygi-marshal-cleanup.c | 3 ++-
+ gi/pygi-marshal-cleanup.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit b626c46b4a95602c7bf1278c2a39aacb7f5027d9
@@ -7790,10 +8174,10 @@ Date: Tue May 31 14:40:49 2011 -0400
[gi-invoke-ng] add list cleanup routines
- gi/pygi-cache.c | 8 ++---
- gi/pygi-marshal-cleanup.c | 84
- +++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-marshal-cleanup.h | 8 +++++
+ gi/pygi-cache.c | 8 ++---
+ gi/pygi-marshal-cleanup.c | 84
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-marshal-cleanup.h | 8 +++++
3 files changed, 96 insertions(+), 4 deletions(-)
commit 2e542c327cd52c1f77af28905557dd25c64175d8
@@ -7802,7 +8186,7 @@ Date: Thu May 26 16:10:13 2011 -0400
indentation fix
- gi/pygi-marshal.c | 8 ++++----
+ gi/pygi-marshal.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 601aec11c49e821fe97dd30a2187fe3c75844712
@@ -7811,9 +8195,9 @@ Date: Thu May 26 16:09:38 2011 -0400
[gi-invoke-ng] add out array cleanup
- gi/pygi-cache.c | 2 +-
- gi/pygi-marshal-cleanup.c | 24 ++++++++++++++++++++++++
- gi/pygi-marshal.c | 37 +++++++++++++++++++++++++++++++------
+ gi/pygi-cache.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 24 ++++++++++++++++++++++++
+ gi/pygi-marshal.c | 37 +++++++++++++++++++++++++++++++------
3 files changed, 56 insertions(+), 7 deletions(-)
commit e9ad4428b769f8c9ace1cdc973c684de84fb1a5e
@@ -7825,7 +8209,7 @@ Date: Thu May 26 13:22:38 2011 -0400
* We are simply setting our own array so we don't want any allocate
null byte
- gi/pygi-marshal.c | 2 +-
+ gi/pygi-marshal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a986b2b8e5ee37f2a330f5aabc85c73ebb0de508
@@ -7834,11 +8218,11 @@ Date: Thu May 26 13:21:55 2011 -0400
[gi-invoke-ng] add array cleanup for in arrays
- gi/pygi-cache.c | 2 +-
- gi/pygi-marshal-cleanup.c | 72
- ++++++++++++++++++++++++++++++++++++++++++++-
- gi/pygi-marshal-cleanup.h | 9 ++++++
- gi/pygi-marshal.c | 13 ++++++--
+ gi/pygi-cache.c | 2 +-
+ gi/pygi-marshal-cleanup.c | 72
+ ++++++++++++++++++++++++++++++++++++++++++++++-
+ gi/pygi-marshal-cleanup.h | 9 ++++++
+ gi/pygi-marshal.c | 13 +++++++--
4 files changed, 91 insertions(+), 5 deletions(-)
commit 990c60805c8ef718eb29e2e1b24f057552c6159e
@@ -7847,8 +8231,8 @@ Date: Mon May 23 17:06:30 2011 -0400
[gi-invoke-ng] remove remaining bits of the invoke stage state machine
- gi/pygi-invoke-ng.c | 7 +------
- gi/pygi-invoke-state-struct.h | 14 --------------
+ gi/pygi-invoke-ng.c | 7 +------
+ gi/pygi-invoke-state-struct.h | 14 --------------
2 files changed, 1 insertion(+), 20 deletions(-)
commit dbbcf4a0e76fb572d85843ee31c3798df5cd5cc5
@@ -7867,14 +8251,14 @@ Date: Mon May 23 16:59:57 2011 -0400
happens at
each stage
- gi/pygi-cache.c | 19 ++-
- gi/pygi-cache.h | 7 +-
- gi/pygi-invoke-ng.c | 10 +-
- gi/pygi-invoke-state-struct.h | 2 +
- gi/pygi-marshal-cleanup.c | 301
- ++++++++++++++++-------------------------
- gi/pygi-marshal-cleanup.h | 45 +++---
- gi/pygi-marshal.c | 15 +-
+ gi/pygi-cache.c | 19 ++-
+ gi/pygi-cache.h | 7 +-
+ gi/pygi-invoke-ng.c | 10 +-
+ gi/pygi-invoke-state-struct.h | 2 +
+ gi/pygi-marshal-cleanup.c | 301
+ +++++++++++++++++-------------------------
+ gi/pygi-marshal-cleanup.h | 45 ++++---
+ gi/pygi-marshal.c | 15 +--
7 files changed, 174 insertions(+), 225 deletions(-)
commit 198714dc4585f7463f38929f1ca4e4b60a27dadb
@@ -7888,10 +8272,10 @@ Date: Thu May 12 17:29:20 2011 -0400
* Now we call specific cleanup functions at the point of failure (or
successful completion of a marshalling stage)
- gi/pygi-invoke-ng.c | 59 ++++++++++++++++++++++++++++++-------
- gi/pygi-marshal-cleanup.c | 72
- +++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-marshal-cleanup.h | 14 +++++++++
+ gi/pygi-invoke-ng.c | 59 +++++++++++++++++++++++++++++++-------
+ gi/pygi-marshal-cleanup.c | 72
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-marshal-cleanup.h | 14 +++++++++
3 files changed, 135 insertions(+), 10 deletions(-)
commit c1389dadbf35afee3f28d90ef637efd8c1f071a5
@@ -7909,7 +8293,7 @@ Date: Thu May 12 11:53:40 2011 -0400
flow of
processing.
- codegen/docextract.py | 4 ++--
+ codegen/docextract.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 303d8e8ab9e60cb554de7fc0e8592cd9b2c50843
@@ -7928,8 +8312,8 @@ Date: Mon May 9 17:32:09 2011 -0400
as long
as the C API is still unstable.
- codegen/docextract.py | 15 ++++++++++++++-
- codegen/docextract_to_xml.py | 9 ++++++---
+ codegen/docextract.py | 15 ++++++++++++++-
+ codegen/docextract_to_xml.py | 9 ++++++---
2 files changed, 20 insertions(+), 4 deletions(-)
commit 4f615c6e300d6f2d7551b640efa301060206ab58
@@ -7938,11 +8322,11 @@ Date: Thu May 5 14:04:34 2011 -0400
[gi-invoke-ng] tweek cleanup routines
- gi/pygi-cache.c | 5 +++
- gi/pygi-marshal-cleanup.c | 87
- ++++++++++++++++++++++++++++++++++-----------
- gi/pygi-marshal-cleanup.h | 6 ++--
- gi/pygi-marshal.c | 11 ++----
+ gi/pygi-cache.c | 5 +++
+ gi/pygi-marshal-cleanup.c | 87
+ +++++++++++++++++++++++++++++++++++------------
+ gi/pygi-marshal-cleanup.h | 6 ++--
+ gi/pygi-marshal.c | 11 ++----
4 files changed, 76 insertions(+), 33 deletions(-)
commit 63c7f17c224821cb7136d06e8ef87eab7291848d
@@ -7968,10 +8352,10 @@ Date: Mon May 2 15:49:52 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=649165
- gi/module.py | 9 ++++++++-
- tests/te_ST@nouppera | 50
+ gi/module.py | 9 ++++++++-
+ tests/te_ST@nouppera | 50
++++++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_gi.py | 30 ++++++++++++++++++++++++++++++
+ tests/test_gi.py | 30 ++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+), 1 deletion(-)
commit b5e150da76c3d4de1a75f58d03c3a761e9005a63
@@ -7980,7 +8364,7 @@ Date: Wed May 4 08:35:27 2011 +0200
[gi] pygi-convert.sh: Convert gtk.gdk.CROSSHAIR
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit fcc5ea201ab25da6db94ea8a37364a1d3c4d7c65
@@ -7989,7 +8373,7 @@ Date: Fri Apr 29 17:41:08 2011 -0400
[gi-invoke-ng] handle filename cleanup with the utf8 cleanup function
- gi/pygi-cache.c | 2 ++
+ gi/pygi-cache.c | 2 ++
1 file changed, 2 insertions(+)
commit dbe8c4fabc8ac19415a3be0e854d3a54c2317e0b
@@ -7998,10 +8382,10 @@ Date: Fri Apr 29 17:40:13 2011 -0400
[gi-invoke-ng] handle caller allocates cleanup
- gi/pygi-invoke-ng.c | 5 ++-
- gi/pygi-marshal-cleanup.c | 104
- ++++++++++++++++++++++++++++++++++++---------
- gi/pygi-marshal-cleanup.h | 7 +--
+ gi/pygi-invoke-ng.c | 5 ++-
+ gi/pygi-marshal-cleanup.c | 104
+ ++++++++++++++++++++++++++++++++++++----------
+ gi/pygi-marshal-cleanup.h | 7 ++--
3 files changed, 90 insertions(+), 26 deletions(-)
commit cdbf57f3b1f041a06cf545a5557424f701ed1ec7
@@ -8011,12 +8395,12 @@ Date: Thu Apr 28 19:16:02 2011 -0400
[gi-invoke-ng] refactor the cleanup code and add utf8 cleanup as
initial test
- gi/pygi-cache.c | 15 ++----------
- gi/pygi-invoke-ng.c | 8 +++----
- gi/pygi-invoke-state-struct.h | 2 ++
- gi/pygi-marshal-cleanup.c | 51
- ++++++++++++++++++++++++++++++++++++++++-
- gi/pygi-marshal-cleanup.h | 3 +++
+ gi/pygi-cache.c | 15 ++-----------
+ gi/pygi-invoke-ng.c | 8 +++----
+ gi/pygi-invoke-state-struct.h | 2 ++
+ gi/pygi-marshal-cleanup.c | 51
+ ++++++++++++++++++++++++++++++++++++++++++-
+ gi/pygi-marshal-cleanup.h | 3 +++
5 files changed, 60 insertions(+), 19 deletions(-)
commit d1f1f4ccc55f9ecab73b7c0ee78762c4039b2c79
@@ -8029,8 +8413,8 @@ Date: Wed Apr 27 15:47:19 2011 -0400
* PyCObject is deprecated and pycairo 1.10.0 is first release to
fix this issue
- configure.ac | 15 +++++++++++----
- gi/pygi-foreign-cairo.c | 2 +-
+ configure.ac | 15 +++++++++++----
+ gi/pygi-foreign-cairo.c | 2 +-
2 files changed, 12 insertions(+), 5 deletions(-)
commit 83b7823a510b0b391560c6deaf9d15d8303c7b14
@@ -8039,7 +8423,7 @@ Date: Thu Apr 21 16:52:20 2011 +0200
[python3] fix build. PYcairo_IMPORT doesn't exists anymore
- gi/pygi-foreign-cairo.c | 7 ++++++-
+ gi/pygi-foreign-cairo.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 3e933784df423757e591d703614cb700adb0bbe0
@@ -8048,7 +8432,7 @@ Date: Mon Apr 18 18:36:25 2011 +0200
Updated DOAP file
- pygobject.doap | 15 +++++++++++++++
+ pygobject.doap | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 399d06b4b20685eb38acfd7e43226e06737ab7d2
@@ -8057,7 +8441,7 @@ Date: Sat Apr 16 16:02:05 2011 +0200
[gi] Don't create variant twice
- gi/overrides/GLib.py | 2 +-
+ gi/overrides/GLib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8d8a84ea23d28d25851c5870f261c020d762cef4
@@ -8069,7 +8453,7 @@ Date: Fri Apr 15 16:14:43 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647736
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 3b51d6426d0f59b2dd7e0dcdcded4bed43d6b9d8
@@ -8082,7 +8466,7 @@ Date: Fri Apr 15 15:58:53 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=639952
https://bugzilla.gnome.org/show_bug.cgi?id=647796
- gi/overrides/GLib.py | 14 +-------------
+ gi/overrides/GLib.py | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
commit bb4dce14ba666969815d4e56adbc38f0ac4f7ff7
@@ -8091,7 +8475,7 @@ Date: Fri Apr 15 15:58:31 2011 +0200
[gi] Added additional test case for GVariant handling
- tests/test_overrides.py | 15 +++++++++++++++
+ tests/test_overrides.py | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 138df2778543409752e229a09828a805f68a420d
@@ -8106,7 +8490,7 @@ Date: Mon Apr 11 18:34:31 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647477
- gi/pygi-argument.c | 2 ++
+ gi/pygi-argument.c | 2 ++
1 file changed, 2 insertions(+)
commit 985f239d891c7697d76ccecb797b189669ae6ee1
@@ -8122,8 +8506,8 @@ Date: Tue Mar 22 18:46:28 2011 -0400
* this restores that code while still keeping unicode and python 3
compatability
- gobject/pygtype.c | 28 +++++++++++++++++++---------
- tests/test_properties.py | 8 ++++++++
+ gobject/pygtype.c | 28 +++++++++++++++++++---------
+ tests/test_properties.py | 8 ++++++++
2 files changed, 27 insertions(+), 9 deletions(-)
commit 58cfc3cd1152b4448b56a6ff597f954d8450b83e
@@ -8133,7 +8517,7 @@ Date: Tue Mar 22 20:47:51 2011 +0100
dsextras.py: ensure eol characters are preserved when writing template
files (so \n does not become \r\n)
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 629d267478982c426ba61a639d5c9603fed856e6
@@ -8142,7 +8526,7 @@ Date: Tue Mar 22 11:35:44 2011 +0100
dsextras.py: remove \r as wel as \n character
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 426c7109d4c0dbf0d56cc075f97f33b3451f79a8
@@ -8155,8 +8539,8 @@ Date: Wed Apr 27 15:47:19 2011 -0400
* PyCObject is deprecated and pycairo 1.10.0 is first release to
fix this issue
- configure.ac | 15 +++++++++++----
- gi/pygi-foreign-cairo.c | 2 +-
+ configure.ac | 15 +++++++++++----
+ gi/pygi-foreign-cairo.c | 2 +-
2 files changed, 12 insertions(+), 5 deletions(-)
commit 4e5833d0c2fe548617e5ea510f05920fd0caf73b
@@ -8165,7 +8549,7 @@ Date: Thu Apr 21 16:52:20 2011 +0200
[python3] fix build. PYcairo_IMPORT doesn't exists anymore
- gi/pygi-foreign-cairo.c | 7 ++++++-
+ gi/pygi-foreign-cairo.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 91ec337359720839862d3f5a8a0ea98f760a0752
@@ -8174,7 +8558,7 @@ Date: Mon Apr 18 18:36:25 2011 +0200
Updated DOAP file
- pygobject.doap | 15 +++++++++++++++
+ pygobject.doap | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 05c766044c83340c44564d0097514bfc1d1d9df7
@@ -8183,7 +8567,7 @@ Date: Sat Apr 16 16:02:05 2011 +0200
[gi] Don't create variant twice
- gi/overrides/GLib.py | 2 +-
+ gi/overrides/GLib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit eb8f212e3687af30407cf01fcdfbf530257bcddb
@@ -8195,7 +8579,7 @@ Date: Fri Apr 15 16:14:43 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647736
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit af31729573de24161ee90563e5738187c749783c
@@ -8208,7 +8592,7 @@ Date: Fri Apr 15 15:58:53 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=639952
https://bugzilla.gnome.org/show_bug.cgi?id=647796
- gi/overrides/GLib.py | 14 +-------------
+ gi/overrides/GLib.py | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
commit 070f6688be4afb926656038dcceac4c8b8ed97c7
@@ -8217,7 +8601,7 @@ Date: Fri Apr 15 15:58:31 2011 +0200
[gi] Added additional test case for GVariant handling
- tests/test_overrides.py | 15 +++++++++++++++
+ tests/test_overrides.py | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 65aa040e86d94ee6bb227a2bce09668b60208027
@@ -8226,7 +8610,7 @@ Date: Tue Apr 12 14:51:35 2011 -0400
[gi-invoke-ng] fix prototype
- gi/pygi-cache.h | 2 +-
+ gi/pygi-cache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 12aa4e6376366ca9d758434f6544c9c70a1e5df8
@@ -8242,15 +8626,15 @@ Date: Tue Apr 12 14:48:16 2011 -0400
marshalling
the out parameters and at any time an error occures
- gi/Makefile.am | 4 +-
- gi/pygi-cache.c | 25 +++++++------
- gi/pygi-cache.h | 5 ++-
- gi/pygi-invoke-ng.c | 34 ++++++++++++++---
- gi/pygi-invoke-state-struct.h | 13 +++++++
- gi/pygi-marshal-cleanup.c | 81
- +++++++++++++++++++++++++++++++++++++++++
- gi/pygi-marshal-cleanup.h | 43 ++++++++++++++++++++++
- gi/pygi-marshal.c | 1 +
+ gi/Makefile.am | 4 ++-
+ gi/pygi-cache.c | 25 +++++++------
+ gi/pygi-cache.h | 5 ++-
+ gi/pygi-invoke-ng.c | 34 ++++++++++++++----
+ gi/pygi-invoke-state-struct.h | 13 +++++++
+ gi/pygi-marshal-cleanup.c | 81
+ +++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-marshal-cleanup.h | 43 +++++++++++++++++++++++
+ gi/pygi-marshal.c | 1 +
8 files changed, 187 insertions(+), 19 deletions(-)
commit 0463295cd046bd6382ad9dc71ea1518858d63c5f
@@ -8265,7 +8649,7 @@ Date: Mon Apr 11 18:34:31 2011 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=647477
- gi/pygi-argument.c | 2 ++
+ gi/pygi-argument.c | 2 ++
1 file changed, 2 insertions(+)
commit 1d64c3d3db2ec17b9a48df55271f712db6c07060
@@ -8275,7 +8659,7 @@ Date: Wed Mar 30 16:40:31 2011 -0400
[gi-invoke-ng] fix marshal header that is no longer part of
pygi-arguments.h
- gi/pygi-marshal.h | 8 ++++----
+ gi/pygi-marshal.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 3580cd1c7222022ebeef3476f9e609c8045f12a3
@@ -8284,10 +8668,10 @@ Date: Wed Mar 30 15:53:13 2011 -0400
[gi-invoke-ng] code style space fixes
- gi/pygi-cache.c | 420 +++++++++++++++++++-------------------
- gi/pygi-invoke-ng.c | 145 +++++++------
- gi/pygi-marshal.c | 565
- ++++++++++++++++++++++++++-------------------------
+ gi/pygi-cache.c | 420 +++++++++++++++++++-------------------
+ gi/pygi-invoke-ng.c | 145 +++++++-------
+ gi/pygi-marshal.c | 565
+ ++++++++++++++++++++++++++--------------------------
3 files changed, 566 insertions(+), 564 deletions(-)
commit 81662fcd09f112bfffcdc5b7f01a5537b84cd9d4
@@ -8296,7 +8680,7 @@ Date: Tue Mar 29 16:54:44 2011 -0400
[gi-invoke-ng] don't decref value taken from a dict as it is borrowed
- gi/pygi-invoke-ng.c | 1 -
+ gi/pygi-invoke-ng.c | 1 -
1 file changed, 1 deletion(-)
commit a456fc0adc1f8a0754bf59cde8924f905bfc7dc1
@@ -8305,7 +8689,7 @@ Date: Tue Mar 29 15:23:06 2011 -0400
[gi-invoke-ng] return None when appropriate so we don't crash
- gi/pygi-marshal.c | 18 +++++++++++++++++-
+ gi/pygi-marshal.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
commit e8c8c37e5587dc7ff62519df336988a12e6f5d0a
@@ -8314,7 +8698,7 @@ Date: Tue Mar 29 15:21:41 2011 -0400
[gi-invoke-ng] fix aux value caching
- gi/pygi-cache.c | 15 ++++++++++-----
+ gi/pygi-cache.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
commit 4e4c1847c713a4eb4ab34d04488e94dac24d9167
@@ -8323,7 +8707,7 @@ Date: Mon Mar 28 20:25:46 2011 -0400
[gi-invoke-ng] backport handling flags with no gtype
- gi/pygi-marshal.c | 25 ++++++++++++++++++++++++-
+ gi/pygi-marshal.c | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
commit fd76423e655b3711e1ffbf9b61ea4e2c94040234
@@ -8332,7 +8716,7 @@ Date: Mon Mar 28 18:32:00 2011 -0400
[gi-invoke-ng] backport raw gvalue handling
- gi/pygi-marshal.c | 23 ++++++++++++++++++-----
+ gi/pygi-marshal.c | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
commit 507b5051c83f70ceae79e0fa693c86e5cbb9f442
@@ -8342,8 +8726,8 @@ Date: Mon Mar 28 18:30:31 2011 -0400
[gi-invoke-ng] marshal instances seperately since they differ slightly
from other args
- gi/pygi-cache.c | 2 +-
- gi/pygi-marshal.c | 38 ++++++++++++++++++++++++++++++++++++++
+ gi/pygi-cache.c | 2 +-
+ gi/pygi-marshal.c | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
commit 726a27c0e74ace3ff23d9cc4d393ae53e57f1fac
@@ -8352,14 +8736,14 @@ Date: Mon Mar 28 18:26:09 2011 -0400
[gi-invoke-ng] refactor FunctionCache to be more generic CallableCache
- gi/pygi-cache.c | 392
- ++++++++++++++++++++++++++-------------------------
- gi/pygi-cache.h | 12 +-
- gi/pygi-info.c | 2 +-
- gi/pygi-invoke-ng.c | 40 +++---
- gi/pygi-marshal.c | 140 +++++++++---------
- gi/pygi-marshal.h | 159 +++++++++------------
- gi/pygi.h | 2 +-
+ gi/pygi-cache.c | 392
+ +++++++++++++++++++++++++++-------------------------
+ gi/pygi-cache.h | 12 +-
+ gi/pygi-info.c | 2 +-
+ gi/pygi-invoke-ng.c | 40 +++---
+ gi/pygi-marshal.c | 140 +++++++++----------
+ gi/pygi-marshal.h | 159 +++++++++------------
+ gi/pygi.h | 2 +-
7 files changed, 362 insertions(+), 385 deletions(-)
commit 3d5d9ff5c18a850650992bdd52e8e4c722b23396
@@ -8368,7 +8752,7 @@ Date: Mon Mar 28 15:01:12 2011 -0400
[gi-invoke-rewrite] backport glib error handling
- gi/pygi-invoke-ng.c | 14 ++++++--------
+ gi/pygi-invoke-ng.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
commit 37b14b28a5f2aec16ac7f321efbf07e1403e9531
@@ -8377,7 +8761,7 @@ Date: Fri Mar 25 18:48:42 2011 -0400
[gi-invoke-ng] backport closure passing from invoke
- gi/pygi-marshal.c | 13 ++++++++++---
+ gi/pygi-marshal.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
commit cf7f97eabc9c49773c2916929b8c43ef453d0652
@@ -8386,11 +8770,11 @@ Date: Fri Mar 25 18:47:36 2011 -0400
[gi-invoke-ng] handle vfuncs and fix cosntrutors
- gi/pygi-cache.c | 9 +++++++
- gi/pygi-cache.h | 2 ++
- gi/pygi-invoke-ng.c | 56
- ++++++++++++++++++++++++++++++-----------
- gi/pygi-invoke-state-struct.h | 2 ++
+ gi/pygi-cache.c | 9 +++++++
+ gi/pygi-cache.h | 2 ++
+ gi/pygi-invoke-ng.c | 56
+ ++++++++++++++++++++++++++++++++-----------
+ gi/pygi-invoke-state-struct.h | 2 ++
4 files changed, 55 insertions(+), 14 deletions(-)
commit af2ce400fcf771ee6c9bc01aecfb59467be5a0ce
@@ -8399,8 +8783,8 @@ Date: Fri Mar 25 18:39:06 2011 -0400
[gi-invoke-ng] handle foreign types correctly
- gi/pygi-cache.c | 22 ++++++----------------
- gi/pygi-marshal.c | 3 +++
+ gi/pygi-cache.c | 22 ++++++----------------
+ gi/pygi-marshal.c | 3 +++
2 files changed, 9 insertions(+), 16 deletions(-)
commit 482553ae5d863ca523be3bd1eededa5d02a4f87e
@@ -8414,9 +8798,9 @@ Date: Fri Mar 25 13:14:01 2011 -0400
and g_object_new to do the construction we ignore this for now but
keep it around in the state for future use.
- gi/pygi-invoke-ng.c | 46
- +++++++++++++++++++++++++++++++++++------
- gi/pygi-invoke-state-struct.h | 1 +
+ gi/pygi-invoke-ng.c | 46
+ +++++++++++++++++++++++++++++++++++++------
+ gi/pygi-invoke-state-struct.h | 1 +
2 files changed, 41 insertions(+), 6 deletions(-)
commit 0534eb0e843cdf09611143da184052f7e549e4dc
@@ -8432,8 +8816,8 @@ Date: Tue Mar 22 18:46:28 2011 -0400
* this restores that code while still keeping unicode and python 3
compatability
- gobject/pygtype.c | 28 +++++++++++++++++++---------
- tests/test_properties.py | 8 ++++++++
+ gobject/pygtype.c | 28 +++++++++++++++++++---------
+ tests/test_properties.py | 8 ++++++++
2 files changed, 27 insertions(+), 9 deletions(-)
commit 5f0e130026a663a57ed1317e0fa0e1f78f9e6e0a
@@ -8443,7 +8827,7 @@ Date: Tue Mar 22 20:47:51 2011 +0100
dsextras.py: ensure eol characters are preserved when writing template
files (so \n does not become \r\n)
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 62a6274105003ef386ddfe9ef38e8afa8c43d124
@@ -8452,7 +8836,7 @@ Date: Tue Mar 22 11:35:44 2011 +0100
dsextras.py: remove \r as wel as \n character
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 86c436978c933f6ebe17627abe98325ce66f6baa
@@ -8476,12 +8860,12 @@ Date: Tue Mar 22 15:40:02 2011 -0400
[gi] conditionalize invoke code paths
- configure.ac | 7 +++++++
- gi/Makefile.am | 20 +++++++++++++++-----
- gi/pygi-cache.h | 2 ++
- gi/pygi-info.c | 4 +++-
- gi/pygi-private.h | 9 +++++++--
- gi/pygi.h | 4 +++-
+ configure.ac | 7 +++++++
+ gi/Makefile.am | 20 +++++++++++++++-----
+ gi/pygi-cache.h | 2 ++
+ gi/pygi-info.c | 4 +++-
+ gi/pygi-private.h | 9 +++++++--
+ gi/pygi.h | 4 +++-
6 files changed, 37 insertions(+), 9 deletions(-)
commit 83c51bd2bb6ca24ce610c04cff1527bcd2689d90
@@ -8490,7 +8874,7 @@ Date: Tue Mar 22 15:37:24 2011 -0400
[gi] revert back to the type.py from master
- gi/types.py | 21 +++++++++++++++------
+ gi/types.py | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
commit cb30d00d1c92e73d9bfb08cc7b600a5aa70f2fc0
@@ -8500,9 +8884,9 @@ Date: Tue Mar 22 14:46:29 2011 -0400
[gi] revert pygi-argument.h and move the invoke-ng code to
pygi-marshal.h
- gi/pygi-argument.h | 268 +----------------------------------------
- gi/pygi-marshal.h | 336
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.h | 268 +-----------------------------------------
+ gi/pygi-marshal.h | 336
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 337 insertions(+), 267 deletions(-)
commit 17cb714cfdaf45b6d7dd627b0189bd24e6578f74
@@ -8537,13 +8921,13 @@ Date: Tue Mar 22 13:20:54 2011 -0400
refcounting to keep track of
* also fixes a bug where we were leaking PyNone ref counts
- gi/pygi-argument.c | 4 ++--
- gi/pygi-foreign-cairo.c | 16 ++++++++--------
- gi/pygi-foreign-gvariant.c | 12 ++++++------
- gi/pygi-foreign.c | 32 +++++++++++++-------------------
- gi/pygi-foreign.h | 8 ++++----
- gi/pygi-invoke.c | 6 +++---
- gi/pygi.h | 12 ++++++------
+ gi/pygi-argument.c | 4 ++--
+ gi/pygi-foreign-cairo.c | 16 ++++++++--------
+ gi/pygi-foreign-gvariant.c | 12 ++++++------
+ gi/pygi-foreign.c | 32 +++++++++++++-------------------
+ gi/pygi-foreign.h | 8 ++++----
+ gi/pygi-invoke.c | 6 +++---
+ gi/pygi.h | 12 ++++++------
7 files changed, 42 insertions(+), 48 deletions(-)
commit fbabc1fdafa1dcbd1f6aaea7b821bd1c64a546ab
@@ -8560,8 +8944,8 @@ Date: Tue Mar 22 15:04:01 2011 +0100
prefer it
over test_overrides.py's directory.
- tests/Makefile.am | 3 ++-
- tests/test_overrides.py | 4 +++-
+ tests/Makefile.am | 3 ++-
+ tests/test_overrides.py | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
commit 7332a1b99775519fdc5500cab6628b713e946a8c
@@ -8595,8 +8979,8 @@ Date: Wed Mar 16 17:34:18 2011 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=644757
- gi/pygi-argument.c | 17 ++++++++++-------
- tests/test_gi.py | 4 ++++
+ gi/pygi-argument.c | 17 ++++++++++-------
+ tests/test_gi.py | 4 ++++
2 files changed, 14 insertions(+), 7 deletions(-)
commit 1e70957c5470a0f4bceba38ca66a4e4274fdc8d8
@@ -8607,7 +8991,7 @@ Date: Sun Mar 6 23:41:01 2011 +1300
https://bugzilla.gnome.org/show_bug.cgi?id=644347
- pygi-convert.sh | 7 +++++++
+ pygi-convert.sh | 7 +++++++
1 file changed, 7 insertions(+)
commit 2292673c96e7973a0732ca15bbd5b0bf7a9c7dcf
@@ -8618,7 +9002,7 @@ Date: Sun Mar 6 23:41:30 2011 +1300
https://bugzilla.gnome.org/show_bug.cgi?id=644347
- pygi-convert.sh | 28 ----------------------------
+ pygi-convert.sh | 28 ----------------------------
1 file changed, 28 deletions(-)
commit d26e5cc45f277f6b7edb32aa416520bb53bff9c2
@@ -8627,8 +9011,8 @@ Date: Fri Mar 11 14:09:02 2011 -0500
[gi-demos] add pickers demo
- demos/gtk-demo/demos/pickers.py | 74
- +++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/pickers.py | 74
+ +++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
commit b8d926a458ed7d7e92719e41b5bc1c36f68882b3
@@ -8637,8 +9021,8 @@ Date: Thu Mar 10 18:12:50 2011 -0500
[gi-demos] add menu demo
- demos/gtk-demo/demos/menus.py | 122
- +++++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/menus.py | 122
+ ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
commit 9baec8ed1c5d99c1677a75eaa1d38912f41f0b2d
@@ -8647,7 +9031,7 @@ Date: Wed Mar 9 13:02:50 2011 -0500
[gi-overrides] fix exception block so it works in Python 2.5
- gi/overrides/Gio.py | 5 ++++-
+ gi/overrides/Gio.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 5ac534ac3ceee3cc19fe2297e3cd009817ed726f
@@ -8666,10 +9050,10 @@ Date: Mon Mar 21 13:19:58 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=620215
- gi/Makefile.am | 4 +---
- glib/Makefile.am | 2 +-
- m4/python.m4 | 7 ++-----
- tests/Makefile.am | 2 +-
+ gi/Makefile.am | 4 +---
+ glib/Makefile.am | 2 +-
+ m4/python.m4 | 7 ++-----
+ tests/Makefile.am | 2 +-
4 files changed, 5 insertions(+), 10 deletions(-)
commit cd01f8ce1373f28b1427dd847bef44f747f1e6b3
@@ -8678,7 +9062,7 @@ Date: Fri Mar 18 17:06:08 2011 +0100
setup.py: fix user_access_control option
- setup.py | 2 +-
+ setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2da60baec4f43c41f43527cbfde4e21e0eea728c
@@ -8691,7 +9075,7 @@ Date: Wed Mar 16 10:22:35 2011 +0100
to Tualatrix
Chou for spotting this!
- gi/overrides/Gtk.py | 1 +
+ gi/overrides/Gtk.py | 1 +
1 file changed, 1 insertion(+)
commit 029a79d1af1e0998aa6bc88ce1c1f48ce0ccd2a0
@@ -8715,8 +9099,8 @@ Date: Tue Mar 15 10:22:39 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=644260
- gi/overrides/Gio.py | 16 +++++++++++++++-
- tests/test_gdbus.py | 13 +++++++++++++
+ gi/overrides/Gio.py | 16 +++++++++++++++-
+ tests/test_gdbus.py | 13 +++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
commit 5bf66ce79267b25bcc80251f9170498fa1d765f6
@@ -8727,7 +9111,7 @@ Date: Sun Mar 6 23:05:33 2011 +1300
https://bugzilla.gnome.org/show_bug.cgi?id=644343
- gi/overrides/Gtk.py | 2 ++
+ gi/overrides/Gtk.py | 2 ++
1 file changed, 2 insertions(+)
commit 8e4f86e17a1de533a93b0748fd8de3cbfa70ba62
@@ -8736,7 +9120,7 @@ Date: Sun Mar 6 17:48:04 2011 +1300
[gi-demos] dont try and run demos that represent directories
- demos/gtk-demo/gtk-demo.py | 3 ++-
+ demos/gtk-demo/gtk-demo.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 097e5efab29d3d2d91d0b9fc75bf00219e9b7810
@@ -8745,10 +9129,10 @@ Date: Mon Mar 7 18:09:18 2011 -0500
[gi-demos] some python 3 compat fixes
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 6 ++++++
- demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
- demos/gtk-demo/demos/rotatedtext.py | 4 ++--
- demos/gtk-demo/gtk-demo.py | 4 ++--
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 6 ++++++
+ demos/gtk-demo/demos/Tree View/liststore.py | 2 +-
+ demos/gtk-demo/demos/rotatedtext.py | 4 ++--
+ demos/gtk-demo/gtk-demo.py | 4 ++--
4 files changed, 11 insertions(+), 5 deletions(-)
commit fd5d5ef3abc947d3c6066eea6378514f87b7f0ce
@@ -8757,8 +9141,8 @@ Date: Tue Feb 22 15:07:40 2011 -0500
[gi-demos] add liststore demo
- demos/gtk-demo/demos/Tree View/liststore.py | 205
- +++++++++++++++++++++++++++
+ demos/gtk-demo/demos/Tree View/liststore.py | 205
+ ++++++++++++++++++++++++++++
1 file changed, 205 insertions(+)
commit 09de5cf99474fc8a34b5f4a61cede1fb47353ebb
@@ -8767,7 +9151,7 @@ Date: Mon Mar 7 18:08:40 2011 -0500
[gi-demos] catch the correct error class
- demos/gtk-demo/demos/images.py | 11 ++++++-----
+ demos/gtk-demo/demos/images.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
commit 7284d2d4622978fc9ddfd00f2714b3a572b7ab56
@@ -8784,8 +9168,8 @@ Date: Sun Mar 6 21:18:36 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=644039
- gobject/propertyhelper.py | 5 ++---
- tests/test_properties.py | 23 +++++++++++++++++++++++
+ gobject/propertyhelper.py | 5 ++---
+ tests/test_properties.py | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 3 deletions(-)
commit 618dbb0ee15b47e5e7cb16a34ffce0937d7fa26d
@@ -8802,7 +9186,7 @@ Date: Fri Mar 4 12:25:49 2011 -0500
* PYGLIB_PyBytes_FromStringAndSize evaluates to a PyString in Python 2
and a PyBytes object in Python 3
- gobject/pygtype.c | 2 +-
+ gobject/pygtype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7e9483ff75b7a63ddda0fa9a9847f9f22ad71240
@@ -8811,7 +9195,7 @@ Date: Fri Mar 4 12:24:35 2011 -0500
[gi-overrides] handle unichar gvalues when setting treemodels
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 6367bffa006e94dc667d7008fccad8d47d8d3646
@@ -8820,8 +9204,8 @@ Date: Fri Mar 4 11:43:51 2011 -0500
[gi-overrides] special case python 2 keywords that crept in
- gi/overrides/Gtk.py | 6 +++++-
- tests/test_overrides.py | 8 ++++----
+ gi/overrides/Gtk.py | 6 +++++-
+ tests/test_overrides.py | 8 ++++----
2 files changed, 9 insertions(+), 5 deletions(-)
commit 83b0f8a37d5f3236780d87a1ca466c5e44ae2bc0
@@ -8831,7 +9215,7 @@ Date: Fri Mar 4 11:10:16 2011 -0500
check for the py3 _thread module in configure.ac if thread is
not found
- configure.ac | 6 +++++-
+ configure.ac | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 4645af87d3c587f535404867dab56608719e5c7b
@@ -8840,8 +9224,8 @@ Date: Fri Mar 4 00:39:23 2011 -0500
[gi-demos] add iconview demo
- demos/gtk-demo/demos/Icon View/iconviewbasics.py | 212
- ++++++++++++++++++++++
+ demos/gtk-demo/demos/Icon View/iconviewbasics.py | 212
+ +++++++++++++++++++++++
1 file changed, 212 insertions(+)
commit 761dcb516a04f7a89b3c7d68e88fff23055e2a80
@@ -8854,7 +9238,7 @@ Date: Thu Mar 3 18:39:16 2011 -0500
sending in
*args. You can only send in **kwds.
- gi/types.py | 2 +-
+ gi/types.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f9604e90af12a1b9dbe7d7f311308e87cd0ed7dd
@@ -8863,8 +9247,8 @@ Date: Thu Mar 3 18:30:40 2011 -0500
[gi-demos] add the combobox with string ids section to the demos
- demos/gtk-demo/demos/combobox.py | 49
- +++++++++++++++++++++++++++++++++++++-
+ demos/gtk-demo/demos/combobox.py | 49
+ +++++++++++++++++++++++++++++++++++++++-
1 file changed, 48 insertions(+), 1 deletion(-)
commit b70f4daf071cf77a4561b57f5521eb928f66d1ce
@@ -8873,8 +9257,8 @@ Date: Thu Mar 3 16:47:51 2011 -0500
[gi-overrides] add an override for Gdk.RGBA
- gi/overrides/Gdk.py | 18 ++++++++++++++++++
- tests/test_overrides.py | 10 ++++++++++
+ gi/overrides/Gdk.py | 18 ++++++++++++++++++
+ tests/test_overrides.py | 10 ++++++++++
2 files changed, 28 insertions(+)
commit ee2b63f60f350332ed21927721ed9ddff3a8034e
@@ -8884,7 +9268,7 @@ Date: Thu Mar 3 16:10:17 2011 -0500
[gi-demos] fix up search-entry to reflect annotations fixed in Gtk+
master
- demos/gtk-demo/demos/Entry/search_entry.py | 23 +++++++++--------------
+ demos/gtk-demo/demos/Entry/search_entry.py | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
commit cd046e4c355706ead5f512b810a2a48317f8c32e
@@ -8893,8 +9277,8 @@ Date: Wed Mar 2 18:13:43 2011 -0500
[gi-demos] add search entry demo
- demos/gtk-demo/demos/Entry/search_entry.py | 257
- ++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/Entry/search_entry.py | 257
+ +++++++++++++++++++++++++++++
1 file changed, 257 insertions(+)
commit d5ddaa92e6349c2f52b67317326060973cb69661
@@ -8903,7 +9287,7 @@ Date: Wed Mar 2 15:37:27 2011 -0500
[gi] wrap map in a list for Python 3 compat
- gi/types.py | 2 +-
+ gi/types.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3e5ab72a2e1fa2d8c4c2864137c6251f264ff4af
@@ -8912,7 +9296,7 @@ Date: Tue Mar 1 14:52:00 2011 -0500
[gi-demos] fix up the validation combobox
- demos/gtk-demo/demos/combobox.py | 21 +++++++++++++++------
+ demos/gtk-demo/demos/combobox.py | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
commit 08af5f99f0838b3584f6a3b210d0a0304811e8ff
@@ -8921,7 +9305,7 @@ Date: Tue Mar 1 12:31:35 2011 -0500
add overridesdir variable in the .pc file for 3rd party overrides
- pygobject-2.0.pc.in | 1 +
+ pygobject-2.0.pc.in | 1 +
1 file changed, 1 insertion(+)
commit 4a6b14a92a687a2311516b2c16c355216b5270a7
@@ -8930,7 +9314,7 @@ Date: Fri Feb 11 17:14:11 2011 +0100
setup.py: Set bdist_wininst user-access-control property
- setup.py | 3 ++-
+ setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit ad3ab659b83cb985730e19a83651da319d4bcb9c
@@ -8939,7 +9323,7 @@ Date: Wed Mar 2 16:29:00 2011 +0100
Fix uninitialized variable in gi.require_version()
- gi/__init__.py | 3 ++-
+ gi/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 6e7606ee8830f6f51b777f41f6df2f6ea1784e89
@@ -8953,7 +9337,7 @@ Date: Tue Mar 1 23:26:07 2011 +0100
visible strings. Ensure that these do not get translated in the
test suite.
- tests/runtests.py | 2 ++
+ tests/runtests.py | 2 ++
1 file changed, 2 insertions(+)
commit 0461e05174637ae02f34029b85ba217d5ae48c53
@@ -8962,8 +9346,8 @@ Date: Mon Feb 28 18:21:43 2011 -0500
[gi-overrides] override Gtk.stock_lookup to not return success
- demos/gtk-demo/demos/combobox.py | 2 +-
- gi/overrides/Gtk.py | 9 +++++++++
+ demos/gtk-demo/demos/combobox.py | 2 +-
+ gi/overrides/Gtk.py | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
commit 40decf3501823004a6e4d3acbbf204c4d4d0a7ec
@@ -8973,7 +9357,7 @@ Date: Mon Feb 28 14:16:00 2011 -0500
update NEWS to reflect changes in the 2.27.91 release (PYGOBJECT_2_28
branch)
- NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
commit c2d5122b8e3cf51ec52418f90f1788895b842b6a
@@ -8987,7 +9371,7 @@ Date: Mon Feb 28 14:08:05 2011 -0500
use this
instead of creating our own button press event
- tests/test_overrides.py | 9 +++++----
+ tests/test_overrides.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit 1be1a2ea2787dffeb71ab4a38233fb71e761bd21
@@ -9001,7 +9385,7 @@ Date: Thu Feb 24 19:30:32 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642554
- tests/test_overrides.py | 21 +++++++++++++++++++++
+ tests/test_overrides.py | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
commit 99044a4860dd65c97f52b41b7cd3f216f4a97cd4
@@ -9012,8 +9396,8 @@ Date: Wed Feb 23 18:43:27 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=642554
- gi/overrides/Gdk.py | 70
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gdk.py | 70
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
commit 6e30c69d38fd382414eb820097c297a80be547ac
@@ -9038,7 +9422,7 @@ Date: Wed Feb 23 14:14:16 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=642554
- gi/pygi-argument.c | 38 ++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.c | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
commit 525f21d1365c24488b768955362085bf82512dee
@@ -9049,9 +9433,9 @@ Date: Wed Feb 16 09:44:12 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642437
- gi/types.py | 40 ++++++++++++++++++++++++++++++++++++++++
- gobject/gobjectmodule.c | 9 +++++++--
- tests/test_gi.py | 16 ++++++++++++++++
+ gi/types.py | 40 ++++++++++++++++++++++++++++++++++++++++
+ gobject/gobjectmodule.c | 9 +++++++--
+ tests/test_gi.py | 16 ++++++++++++++++
3 files changed, 63 insertions(+), 2 deletions(-)
commit da212024772a7a0c32f04f3589bfb24d2eb5706f
@@ -9061,8 +9445,8 @@ Date: Thu Feb 24 18:46:15 2011 +0100
[gi] Remove DyanmicModule.load() to _load() to prevent overriding
GI attrs.
- gi/importer.py | 2 +-
- gi/module.py | 2 +-
+ gi/importer.py | 2 +-
+ gi/module.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 2ce6b58c7427cf67ba4f55731ba0a4c04703e495
@@ -9111,9 +9495,9 @@ Date: Wed Feb 23 12:05:03 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642708
- gi/pygi-invoke.c | 54
+ gi/pygi-invoke.c | 54
++++++++++++++++++++++++++++++++++++++++++++++++++----
- tests/test_gi.py | 9 +++++++++
+ tests/test_gi.py | 9 +++++++++
2 files changed, 59 insertions(+), 4 deletions(-)
commit 702a89beca92cab6b0142829b20281b9245f28b8
@@ -9124,8 +9508,8 @@ Date: Wed Feb 23 15:11:59 2011 -0500
* as done in PyGTK None indicates the column should not be set
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 18 +++++++++++++-----
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 18 +++++++++++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
commit 498f0d9c903131aca5efe27ffaad7620e40f72ea
@@ -9135,8 +9519,8 @@ Date: Wed Feb 23 14:23:19 2011 +0100
[gi] Add value_name for enum and flags from introspection
"c:identifier" (if attr is available).
- gi/gimodule.c | 22 ++++++++++++++++++----
- tests/test_gi.py | 36 ++++++++++++++++++++++++++++++++++++
+ gi/gimodule.c | 22 ++++++++++++++++++----
+ tests/test_gi.py | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 4 deletions(-)
commit 824aeb7fab17d6590e5babf2d1f64298f2d0e16b
@@ -9154,7 +9538,7 @@ Date: Wed Feb 23 11:40:55 2011 +0100
of duplicate instances we keep, because if an instance is not
found in the dict, a new one is created anyway.
- gobject/pygflags.c | 2 +-
+ gobject/pygflags.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3afbebeee486e14fd3f48552368903eb78f6b10c
@@ -9169,7 +9553,7 @@ Date: Tue Feb 22 21:37:33 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642305
- gi/importer.py | 2 +-
+ gi/importer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2a9cbfb435b47dc646e2c6ffe630464b560229a6
@@ -9182,9 +9566,9 @@ Date: Mon Feb 21 17:20:57 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=642921
- gi/overrides/Gtk.py | 37 +++++++++++++++++---
- tests/test_overrides.py | 87
- ++++++++++++++++++++++++++++++++++++++++-------
+ gi/overrides/Gtk.py | 37 ++++++++++++++++++---
+ tests/test_overrides.py | 87
+ +++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 107 insertions(+), 17 deletions(-)
commit 9e4ce7dc0f03ea407654c4af028122f57cbc4c5e
@@ -9215,8 +9599,8 @@ Date: Mon Feb 21 16:14:20 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=642914
- gi/pygi-argument.c | 24 ++++++++++++++++++------
- tests/test_gi.py | 9 ++++++++-
+ gi/pygi-argument.c | 24 ++++++++++++++++++------
+ tests/test_gi.py | 9 ++++++++-
2 files changed, 26 insertions(+), 7 deletions(-)
commit b458f6f3424a04f6ceece09d443009372d70544c
@@ -9225,8 +9609,8 @@ Date: Sat Feb 19 19:42:41 2011 -0500
[gi-demos] add icon view edit and drag-and-drop demo
- demos/gtk-demo/demos/Icon View/iconviewedit.py | 101
- ++++++++++++++++++++++++
+ demos/gtk-demo/demos/Icon View/iconviewedit.py | 101
+ +++++++++++++++++++++++++
1 file changed, 101 insertions(+)
commit 7b47289e25d1dd57ce15556ccfbb3ede1c4bfe8b
@@ -9235,8 +9619,8 @@ Date: Sat Feb 19 17:26:42 2011 -0500
[gi-demos] add info bars demo
- demos/gtk-demo/demos/infobars.py | 99
- ++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/infobars.py | 99
+ ++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)
commit 76758efb6579752237a0dc4d56cf9518de6c6e55
@@ -9249,10 +9633,10 @@ Date: Wed Feb 16 11:53:18 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642305
- gi/__init__.py | 29 ++++++++++++++++++++++++++++-
- gi/importer.py | 1 +
- gi/module.py | 21 ++++-----------------
- gi/pygi-repository.c | 23 +++++++++++++++++++++++
+ gi/__init__.py | 29 ++++++++++++++++++++++++++++-
+ gi/importer.py | 1 +
+ gi/module.py | 21 ++++-----------------
+ gi/pygi-repository.c | 23 +++++++++++++++++++++++
4 files changed, 56 insertions(+), 18 deletions(-)
commit 96f7d1aed732db09a74cd463ed894b7347dbcb15
@@ -9274,13 +9658,13 @@ Date: Sat Feb 19 23:11:25 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642607
- gi/gimodule.c | 117
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
- gi/module.py | 24 +++++++----
- gi/pygi-info.c | 15 +++++++
- gi/types.py | 16 -------
- gobject/pygflags.c | 13 ++++--
- tests/test_gi.py | 35 ++++++++++++++++
+ gi/gimodule.c | 117
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/module.py | 24 ++++++-----
+ gi/pygi-info.c | 15 +++++++
+ gi/types.py | 16 --------
+ gobject/pygflags.c | 13 ++++--
+ tests/test_gi.py | 35 ++++++++++++++++
6 files changed, 191 insertions(+), 29 deletions(-)
commit 63a60bcc20e724f96ea8d565ee0cf13a228b72b9
@@ -9305,10 +9689,10 @@ Date: Tue Feb 8 15:38:21 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640181
- gi/overrides/Gio.py | 99
- +++++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_gdbus.py | 102
- ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ gi/overrides/Gio.py | 99
+ ++++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gdbus.py | 102
+ ++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 199 insertions(+), 2 deletions(-)
commit ed5cdbb6f52bdbd13521a814516b15687955d6f7
@@ -9324,7 +9708,7 @@ Date: Fri Feb 18 22:48:59 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=642715
- gi/pygi-closure.c | 8 ++++++++
+ gi/pygi-closure.c | 8 ++++++++
1 file changed, 8 insertions(+)
commit 5a5ee3877e22939a697772a7f0630ef8cae3d52f
@@ -9333,7 +9717,7 @@ Date: Fri Feb 18 10:15:59 2011 +0100
Fix runtests.py to work with Python3 (print function syntax error).
- tests/runtests.py | 2 +-
+ tests/runtests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ad5d3fccff9433e2dadac89d731dac5cafb0eac3
@@ -9344,8 +9728,8 @@ Date: Thu Feb 17 19:46:49 2011 -0500
* needs some Pango Attr fixes to be 100% done, See FIXME
- demos/gtk-demo/demos/rotatedtext.py | 196
- +++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/rotatedtext.py | 196
+ ++++++++++++++++++++++++++++++++++++
1 file changed, 196 insertions(+)
commit 9ac11c3c3b1c0399c85ece57c0983ed60d419d7a
@@ -9356,8 +9740,8 @@ Date: Thu Feb 17 17:25:00 2011 -0500
* needs annotation fix from GdkPixbuf for ImageLoader to work
- demos/gtk-demo/demos/images.py | 311
- ++++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/images.py | 311
+ +++++++++++++++++++++++++++++++++++++++++
1 file changed, 311 insertions(+)
commit 13b06170b89b3468e6255be32af4833ffc675c9d
@@ -9366,8 +9750,8 @@ Date: Thu Feb 17 14:48:24 2011 -0500
[gi-demos] add pixbuf demo
- demos/gtk-demo/demos/pixbuf.py | 183
- ++++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/pixbuf.py | 183
+ +++++++++++++++++++++++++++++++++++++++++
1 file changed, 183 insertions(+)
commit 7abcfd5b4db99bb0f50c5a47d346a2de3836f994
@@ -9376,7 +9760,7 @@ Date: Thu Feb 17 14:47:12 2011 -0500
[gi-demos] remove fixmes from print demo, fixed in pango
- demos/gtk-demo/demos/printing.py | 10 +++-------
+ demos/gtk-demo/demos/printing.py | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
commit 9b13f49356da7d71c69b82da2a59d92f456a6913
@@ -9387,8 +9771,8 @@ Date: Wed Feb 16 19:39:30 2011 -0500
* needs some annotations for pango before it is 100% useful
- demos/gtk-demo/demos/printing.py | 177
- ++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/printing.py | 177
+ +++++++++++++++++++++++++++++++++++++++
1 file changed, 177 insertions(+)
commit 6025b62ee662af347e48b6752e6d5be74b4a8215
@@ -9399,8 +9783,8 @@ Date: Wed Feb 16 17:52:38 2011 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=635947
- gi/overrides/Gdk.py | 41 +++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 23 +++++++++++++++++++++++
+ gi/overrides/Gdk.py | 41 +++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 23 +++++++++++++++++++++++
2 files changed, 64 insertions(+)
commit 03c0aa498470037ef2aa6a8233198ff521f8d42f
@@ -9409,8 +9793,8 @@ Date: Wed Feb 16 16:18:24 2011 -0500
[gi-demos] add the links demo
- demos/gtk-demo/demos/links.py | 74
- +++++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/links.py | 74
+ +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
commit 79ecddf8d54b3f4f8b5ef05d302675152622c832
@@ -9419,8 +9803,8 @@ Date: Wed Feb 16 15:48:40 2011 -0500
[gi-demos] add expander demo
- demos/gtk-demo/demos/expander.py | 60
- ++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/expander.py | 60
+ ++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
commit 76cdb13ab872f91f8384d26b0f2932087a746117
@@ -9430,8 +9814,8 @@ Date: Wed Feb 16 15:14:35 2011 -0500
[gi-overrides] use pop instead of del and add extra tests for
Gtk.Table kwargs
- gi/overrides/Gtk.py | 6 ++----
- tests/test_overrides.py | 8 ++++++++
+ gi/overrides/Gtk.py | 6 ++----
+ tests/test_overrides.py | 8 ++++++++
2 files changed, 10 insertions(+), 4 deletions(-)
commit 6ef83c049735689c42f085ca9d7b8e1f251c410f
@@ -9451,8 +9835,8 @@ Date: Tue Feb 15 20:07:42 2011 +0100
so that make does not continue. Otherwise you might miss the
failures from the first batch of tests in the scrollback.
- tests/Makefile.am | 19 +++++++++++--------
- tests/runtests.py | 4 +++-
+ tests/Makefile.am | 19 +++++++++++--------
+ tests/runtests.py | 4 +++-
2 files changed, 14 insertions(+), 9 deletions(-)
commit e0896b45f60f37097ec521f1bc38778383b78dd8
@@ -9461,8 +9845,8 @@ Date: Tue Feb 15 14:47:10 2011 -0500
[gi-demos] add dialogs demo
- demos/gtk-demo/demos/dialogs.py | 153
- +++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/dialogs.py | 153
+ ++++++++++++++++++++++++++++++++++++++++
1 file changed, 153 insertions(+)
commit 2dea743e82f6b18697950c34f116b2d0f1d6b1dd
@@ -9471,7 +9855,7 @@ Date: Tue Feb 15 14:46:41 2011 -0500
[gi-overrides] fix typo in GtkTable constructor
- gi/overrides/Gtk.py | 8 ++++----
+ gi/overrides/Gtk.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 9c277e1782c5a9d672d91fabf5289c5415891682
@@ -9481,7 +9865,7 @@ Date: Tue Feb 15 13:26:38 2011 -0500
[gi-demos] keep popup menu from destroying itself by holding a ref
in app class
- demos/gtk-demo/demos/clipboard.py | 8 ++++----
+ demos/gtk-demo/demos/clipboard.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 18800c4db0e1faea38fd84f635d26a7ded5d10de
@@ -9490,7 +9874,7 @@ Date: Tue Feb 15 13:25:13 2011 -0500
[gi-overrides] add a Gtk.Menu override for the popup method
- gi/overrides/Gtk.py | 7 +++++++
+ gi/overrides/Gtk.py | 7 +++++++
1 file changed, 7 insertions(+)
commit ad93386ba9f73ef4c3826544b3868cf03c01225e
@@ -9499,7 +9883,7 @@ Date: Tue Feb 15 13:24:33 2011 -0500
[gi-demos] fix the about dialog in appwindow demo
- demos/gtk-demo/demos/appwindow.py | 22 +++++++++-------------
+ demos/gtk-demo/demos/appwindow.py | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
commit d0c45c80974f05b6adfd3bb01d785be268a53a98
@@ -9512,7 +9896,7 @@ Date: Tue Feb 15 11:21:13 2011 -0500
a destroy
notify
- demos/gtk-demo/demos/clipboard.py | 20 ++++++++++----------
+ demos/gtk-demo/demos/clipboard.py | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
commit 02d0327508234ab2e3b7dc6de506d70e6fcaaa17
@@ -9521,7 +9905,7 @@ Date: Tue Feb 15 10:18:53 2011 -0500
[gi-demos] fix clipboard demo to reflect new API
- demos/gtk-demo/demos/clipboard.py | 6 +++---
+ demos/gtk-demo/demos/clipboard.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit aa006cad6990eff0cbb68fa9550e428f2bc96473
@@ -9531,8 +9915,8 @@ Date: Mon Feb 14 18:17:20 2011 -0500
[gi-demo] Fix color dialog demo to run with new draw, style and
color apis
- demos/gtk-demo/demos/colorselector.py | 44
- +++++++++++++--------------------
+ demos/gtk-demo/demos/colorselector.py | 44
+ ++++++++++++++---------------------
1 file changed, 17 insertions(+), 27 deletions(-)
commit f94a96c53e9432ac085bd05acee7ebdd2803fbad
@@ -9543,7 +9927,7 @@ Date: Mon Feb 14 17:58:25 2011 -0500
* Still having some issues with filtering the ComboBoxText widget
- demos/gtk-demo/demos/combobox.py | 17 ++++++++---------
+ demos/gtk-demo/demos/combobox.py | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
commit 3606eb20ad1651af621bf1aa429ec102082565eb
@@ -9557,16 +9941,16 @@ Date: Mon Feb 14 19:36:27 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=637601
- gi/Makefile.am | 2 +
- gi/gimodule.c | 1 +
- gi/pygi-argument.c | 91 +++++++++++++++++
- gi/pygi-argument.h | 2 +
- gi/pygi-private.h | 1 +
- gi/pygi-signal-closure.c | 245
- ++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-signal-closure.h | 46 +++++++++
- gi/pygi.h | 28 ++++++
- gobject/pygobject.c | 24 ++++-
+ gi/Makefile.am | 2 +
+ gi/gimodule.c | 1 +
+ gi/pygi-argument.c | 91 ++++++++++++++++++
+ gi/pygi-argument.h | 2 +
+ gi/pygi-private.h | 1 +
+ gi/pygi-signal-closure.c | 245
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-signal-closure.h | 46 +++++++++
+ gi/pygi.h | 28 ++++++
+ gobject/pygobject.c | 24 ++++-
9 files changed, 436 insertions(+), 4 deletions(-)
commit 2e39d5e8f96be2253acb2f34a0d0b5b9c9adb8ff
@@ -9575,8 +9959,8 @@ Date: Mon Feb 14 16:47:03 2011 -0500
[gi-demos] fix drawingarea app to use the new draw api
- demos/gtk-demo/demos/drawingarea.py | 144
- ++++++++++++-----------------------
+ demos/gtk-demo/demos/drawingarea.py | 144
+ +++++++++++++-----------------------
1 file changed, 50 insertions(+), 94 deletions(-)
commit 8385afbbc5df295d9b7cd3b5d19c90faa1f7ea8e
@@ -9590,7 +9974,7 @@ Date: Mon Feb 14 16:43:35 2011 -0500
bindings
* we alias this so people do not get confused
- gi/overrides/Gdk.py | 5 +++++
+ gi/overrides/Gdk.py | 5 +++++
1 file changed, 5 insertions(+)
commit d491c369e049ab726f09002af0462391d5c2f3ec
@@ -9605,7 +9989,7 @@ Date: Mon Feb 14 15:07:11 2011 -0500
* The GTK properties are n_columns and n_rows
* support both
- gi/overrides/Gtk.py | 8 ++++++++
+ gi/overrides/Gtk.py | 8 ++++++++
1 file changed, 8 insertions(+)
commit 95bc2b2b025d659725d701c3b759c0c4d9681a36
@@ -9614,7 +9998,7 @@ Date: Mon Feb 14 15:06:38 2011 -0500
[gi-demos] get appwindow demo working again
- demos/gtk-demo/demos/appwindow.py | 24 ++++--------------------
+ demos/gtk-demo/demos/appwindow.py | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)
commit 015185f502c498c21cb108d3bb288c5b6dbf202f
@@ -9623,7 +10007,7 @@ Date: Mon Feb 14 15:05:44 2011 -0500
[gi-demos] fixed use of tree_iter_get
- demos/gtk-demo/gtk-demo.py | 2 +-
+ demos/gtk-demo/gtk-demo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0c20977e4598e5447dd07c069e91226efacb1160
@@ -9634,13 +10018,13 @@ Date: Fri Feb 11 22:02:03 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=638899
- PKG-INFO.in | 2 +-
- README | 3 +-
- configure.ac | 3 --
- examples/gio/directory-async.py | 33 -----------------
- examples/gio/downloader.py | 77
- ---------------------------------------
- pygobject.doap | 2 +-
+ PKG-INFO.in | 2 +-
+ README | 3 +-
+ configure.ac | 3 --
+ examples/gio/directory-async.py | 33 ------------------
+ examples/gio/downloader.py | 77
+ -----------------------------------------
+ pygobject.doap | 2 +-
6 files changed, 3 insertions(+), 117 deletions(-)
commit e4ebbd7de5570af1abf41bdf9469d4ce3edd48cb
@@ -9707,9 +10091,9 @@ Date: Fri Feb 11 11:05:04 2011 -0500
* this branch will drop support for the static binding
* use the pygobject-2-28 branch for static binding fixes
- NEWS | 289
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- configure.ac | 4 +-
+ NEWS | 289
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac | 4 +-
2 files changed, 291 insertions(+), 2 deletions(-)
commit 16140237aa45b4f188923da9f95b9d2af971011b
@@ -9718,10 +10102,10 @@ Date: Thu Feb 10 16:46:08 2011 -0500
fix build to correctly use python-config
- autogen.sh | 3 +++
- configure.ac | 6 ------
- m4/python.m4 | 9 +++++----
- tests/runtests.py | 1 +
+ autogen.sh | 3 +++
+ configure.ac | 6 ------
+ m4/python.m4 | 9 +++++----
+ tests/runtests.py | 1 +
4 files changed, 9 insertions(+), 10 deletions(-)
commit c2079f415638ef892b1e51f25eaafa3e1621667f
@@ -9730,8 +10114,8 @@ Date: Thu Feb 10 22:26:00 2011 +0100
Add missing libraries to link against
- glib/Makefile.am | 2 +-
- gobject/Makefile.am | 1 +
+ glib/Makefile.am | 2 +-
+ gobject/Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
commit 3cca62a9e7afd3d3d302c66f4fafe253f7743d4e
@@ -9746,7 +10130,7 @@ Date: Wed Jan 19 15:00:56 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639948
- tests/runtests.py | 9 +++++++++
+ tests/runtests.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit 14c4cf8e6edae893538680964380d543bde4a14d
@@ -9761,7 +10145,7 @@ Date: Wed Feb 9 11:34:59 2011 +0100
session
D-BUS (such as distribution package builds).
- tests/Makefile.am | 3 ++-
+ tests/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 0858f550e2b6f75e3f583f963f5952f5ddae4e0e
@@ -9773,7 +10157,7 @@ Date: Tue Feb 8 15:46:36 2011 +0100
- TestCase.assert_() has been deprecated by assertTrue().
- Exceptions don't have a message attribute any more, use str(e)
- tests/test_gdbus.py | 34 +++++++++++++++-------------------
+ tests/test_gdbus.py | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
commit b7f32e4cca0cef201489b55653f96ac64a8f9ab9
@@ -9788,10 +10172,10 @@ Date: Sat Jan 29 12:20:50 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640838
- gi/overrides/Gio.py | 54 ++++++++++++++++++++++++++++
- tests/org.gnome.test.gschema.xml | 9 +++++
- tests/test_overrides.py | 73
- ++++++++++++++++++++++++++++++--------
+ gi/overrides/Gio.py | 54 +++++++++++++++++++++++++++++
+ tests/org.gnome.test.gschema.xml | 9 +++++
+ tests/test_overrides.py | 73
+ ++++++++++++++++++++++++++++++++--------
3 files changed, 122 insertions(+), 14 deletions(-)
commit 8dad0eaed60a9de26e9a729a48a1f6bc74be486e
@@ -9807,8 +10191,8 @@ Date: Fri Feb 4 16:36:07 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=641493
- gi/types.py | 4 +++-
- tests/test_gi.py | 8 ++++++++
+ gi/types.py | 4 +++-
+ tests/test_gi.py | 8 ++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
commit 2660be1f227be7a53092483bc9d8ead1bd1fb266
@@ -9824,7 +10208,7 @@ Date: Thu Feb 3 15:31:42 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639945
- tests/test_overrides.py | 40 ++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
commit d57500537014b3da624be33b40401ba289fa22b8
@@ -9833,8 +10217,8 @@ Date: Thu Feb 3 09:02:16 2011 -0500
[gi] make caller allocates work again
- gi/pygi-cache.c | 18 +++---------------
- gi/pygi-invoke.c | 37 ++++++++++++++++++++++++++++++++++---
+ gi/pygi-cache.c | 18 +++---------------
+ gi/pygi-invoke.c | 37 ++++++++++++++++++++++++++++++++++---
2 files changed, 37 insertions(+), 18 deletions(-)
commit 99d6e6c8d806e6f9e48c3c2380024fb3511d110a
@@ -9843,8 +10227,8 @@ Date: Wed Feb 2 19:27:40 2011 -0500
[gi] fix container object reffing
- gi/pygi-argument.c | 7 +++----
- gi/pygi-cache.c | 12 ++++--------
+ gi/pygi-argument.c | 7 +++----
+ gi/pygi-cache.c | 12 ++++--------
2 files changed, 7 insertions(+), 12 deletions(-)
commit 09acaff29dfaabc77477cffca2c7137f68991e7f
@@ -9853,9 +10237,9 @@ Date: Wed Feb 2 21:00:48 2011 +0100
[python 3] use the right syntaxis to raise exceptions
- codegen/argtypes.py | 8 ++++----
- codegen/definitions.py | 14 +++++++-------
- gi/overrides/Gtk.py | 2 +-
+ codegen/argtypes.py | 8 ++++----
+ codegen/definitions.py | 14 +++++++-------
+ gi/overrides/Gtk.py | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)
commit 36094e5982d3e05d5662843b6d401f0974f5235f
@@ -9864,7 +10248,7 @@ Date: Wed Feb 2 20:50:12 2011 +0100
[gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init
- tests/testhelpermodule.c | 6 +++---
+ tests/testhelpermodule.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit c913c1789296310c2cf27554ce719d7f6e9c94cd
@@ -9875,7 +10259,7 @@ Date: Wed Feb 2 20:37:21 2011 +0100
This is to avoid some warnings when building with python 3
- gi/gimodule.c | 6 +++---
+ gi/gimodule.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 7bc4122897d9d05172a2bd5b56bded87e2afaec4
@@ -9896,8 +10280,8 @@ Date: Sat Jan 29 00:16:50 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640868
- gobject/pygobject.c | 4 +++-
- tests/test_everything.py | 9 ++++++++-
+ gobject/pygobject.c | 4 +++-
+ tests/test_everything.py | 9 ++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
commit afeaaa126f7cd6556fb855ecd0facc174c0f946c
@@ -9914,8 +10298,8 @@ Date: Wed Jan 19 16:19:46 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639936
- gi/overrides/Gdk.py | 6 ++++++
- tests/test_overrides.py | 8 ++++++++
+ gi/overrides/Gdk.py | 6 ++++++
+ tests/test_overrides.py | 8 ++++++++
2 files changed, 14 insertions(+)
commit 4a67f45880433905de33632fe0c32a13b44c0b33
@@ -9924,7 +10308,7 @@ Date: Mon Jan 31 16:51:37 2011 -0500
[gi] handle hash being NULL
- gi/pygi-argument.c | 6 ++++++
+ gi/pygi-argument.c | 6 ++++++
1 file changed, 6 insertions(+)
commit 2fbfe410f4b4394a2018ada0e538585c1bec23ae
@@ -9933,9 +10317,9 @@ Date: Mon Jan 31 16:50:52 2011 -0500
[gi] handle the situation where an aux arg comes before its parent
- gi/pygi-cache.c | 70
- ++++++++++++++++++++++++++++++++++++++----------------
- gi/pygi-invoke.c | 2 +-
+ gi/pygi-cache.c | 70
+ ++++++++++++++++++++++++++++++++++++++++----------------
+ gi/pygi-invoke.c | 2 +-
2 files changed, 51 insertions(+), 21 deletions(-)
commit 858669f92c9907dd70b4966d6a8521ed122225be
@@ -9944,7 +10328,7 @@ Date: Mon Jan 31 17:38:52 2011 +0100
Ship tests/org.gnome.test.gschema.xml in dist tarballs
- tests/Makefile.am | 3 ++-
+ tests/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 77d76df59606e470808085e977fb199cc76e8251
@@ -9953,9 +10337,9 @@ Date: Sun Jan 30 18:21:24 2011 -0500
[gi] allow caching and marshalling of ghash out
- gi/pygi-argument.c | 155
- ++++++++++++++++++++++++++++++++++++++++++++++++----
- gi/pygi-cache.c | 27 +++++----
+ gi/pygi-argument.c | 155
+ +++++++++++++++++++++++++++++++++++++++++++++++++----
+ gi/pygi-cache.c | 27 ++++++----
2 files changed, 162 insertions(+), 20 deletions(-)
commit bd66af67f248a3ca90d2fa2626605263c2392e16
@@ -9964,8 +10348,8 @@ Date: Sun Jan 30 17:06:44 2011 -0500
[gi] whitespace fixes
- gi/pygi-cache.c | 60
- +++++++++++++++++++++++++++----------------------------
+ gi/pygi-cache.c | 60
+ ++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
commit 1cdbd4be9b015f792c2c02afa5ac7e24edbdae86
@@ -9979,11 +10363,11 @@ Date: Sun Jan 30 17:04:13 2011 -0500
* this works for now but is fragile if new aux values are added in
the future
- gi/pygi-argument.c | 12 ++++++++--
- gi/pygi-cache.c | 66
- +++++++++++++++++++++++++++++++++++-----------------
- gi/pygi-cache.h | 2 ++
- gi/pygi-invoke.c | 12 +++++++---
+ gi/pygi-argument.c | 12 ++++++++--
+ gi/pygi-cache.c | 66
+ +++++++++++++++++++++++++++++++++++++-----------------
+ gi/pygi-cache.h | 2 ++
+ gi/pygi-invoke.c | 12 +++++++---
4 files changed, 66 insertions(+), 26 deletions(-)
commit c51447f4efde2ce4caf39c1ffac905ec428d1d64
@@ -10008,8 +10392,8 @@ Date: Sat Jan 29 13:49:36 2011 -0500
[gi] marshal arrays out
- gi/pygi-argument.c | 101
- ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ gi/pygi-argument.c | 101
+ +++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 99 insertions(+), 2 deletions(-)
commit e62e7062d5cfd782eac64852f681c63e2776b8d4
@@ -10018,8 +10402,8 @@ Date: Sat Jan 29 13:48:23 2011 -0500
[gi] fix sequence caching to support out
- gi/pygi-cache.c | 111
- +++++++++++++++++++++++++++++++++++++++++++------------
+ gi/pygi-cache.c | 111
+ ++++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 87 insertions(+), 24 deletions(-)
commit 69207910209ebfe450df616aeb8fa4cc2e7eccf3
@@ -10032,9 +10416,9 @@ Date: Fri Jan 28 17:14:19 2011 +0100
so let's
first make sure that the canonical GLib API works.
- tests/Makefile.am | 7 +++++--
- tests/org.gnome.test.gschema.xml | 16 ++++++++++++++++
- tests/test_overrides.py | 31 +++++++++++++++++++++++++++++++
+ tests/Makefile.am | 7 +++++--
+ tests/org.gnome.test.gschema.xml | 16 ++++++++++++++++
+ tests/test_overrides.py | 31 +++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 2 deletions(-)
commit 488478a83640d50baee963337fcc870fec76b784
@@ -10048,8 +10432,8 @@ Date: Fri Jan 28 07:20:26 2011 +0100
consistent
with the actual GTK API.
- gi/overrides/Gtk.py | 19 ++++++++++++++-----
- tests/test_overrides.py | 4 ++--
+ gi/overrides/Gtk.py | 19 ++++++++++++++-----
+ tests/test_overrides.py | 4 ++--
2 files changed, 16 insertions(+), 7 deletions(-)
commit dace1a553793fb7fb054b60760f02c9e5cf00b38
@@ -10063,8 +10447,8 @@ Date: Thu Jan 27 13:37:18 2011 +0100
due to using varargs. As both are useful, support both cases in
the override.
- gi/overrides/Gtk.py | 5 +++++
- tests/test_overrides.py | 9 +++++++++
+ gi/overrides/Gtk.py | 5 +++++
+ tests/test_overrides.py | 9 +++++++++
2 files changed, 14 insertions(+)
commit 91d34124b2a5128e93e13c7fee8693d5edc4e9bb
@@ -10076,7 +10460,7 @@ Date: Thu Jan 27 12:23:18 2011 +0100
This var behaves like .gitignore and allows us to skip some specific
files.
- Makefile.am | 27 +++++++++++++++++++++++++++
+ Makefile.am | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
commit 8a98d26981ce68809a21c64cac4962e58c927905
@@ -10088,25 +10472,25 @@ Date: Thu Jan 27 12:15:30 2011 +0100
git.mk is a script maintained in pango. From time to time we must
check if it was updated and update it here.
- .gitignore | 46 -----------
- Makefile.am | 2 +
- codegen/.gitignore | 2 -
- codegen/Makefile.am | 2 +
- docs/.gitignore | 7 --
- docs/Makefile.am | 2 +
- examples/Makefile.am | 2 +
- gi/.gitignore | 40 ---------
- gi/Makefile.am | 2 +
- gi/overrides/Makefile.am | 2 +
- gi/repository/Makefile.am | 2 +
- gi/tests/Makefile.am | 2 +
- git.mk | 200
- +++++++++++++++++++++++++++++++++++++++++++++
- glib/Makefile.am | 2 +
- gobject/.gitignore | 3 -
- gobject/Makefile.am | 2 +
- tests/.gitignore | 2 -
- tests/Makefile.am | 2 +
+ .gitignore | 46 -----------
+ Makefile.am | 2 +
+ codegen/.gitignore | 2 -
+ codegen/Makefile.am | 2 +
+ docs/.gitignore | 7 --
+ docs/Makefile.am | 2 +
+ examples/Makefile.am | 2 +
+ gi/.gitignore | 40 ----------
+ gi/Makefile.am | 2 +
+ gi/overrides/Makefile.am | 2 +
+ gi/repository/Makefile.am | 2 +
+ gi/tests/Makefile.am | 2 +
+ git.mk | 200
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ glib/Makefile.am | 2 +
+ gobject/.gitignore | 3 -
+ gobject/Makefile.am | 2 +
+ tests/.gitignore | 2 -
+ tests/Makefile.am | 2 +
18 files changed, 222 insertions(+), 100 deletions(-)
commit 331c42b63bc60a3b906fa21e1c0a7c1b9428f347
@@ -10115,7 +10499,7 @@ Date: Thu Jan 27 12:04:19 2011 +0100
pygi-convert.sh: Convert Pango.TabAlign.*
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit be1a2959fa0a3d8682e0e8aef389d73dacab0689
@@ -10127,7 +10511,7 @@ Date: Thu Jan 27 12:02:39 2011 +0100
It is doing more harm than good for projects which use things like
self.window.
- pygi-convert.sh | 1 -
+ pygi-convert.sh | 1 -
1 file changed, 1 deletion(-)
commit dd7deb4b658c56857c26b1a278a3d688f2ea6a2a
@@ -10136,7 +10520,7 @@ Date: Thu Jan 27 11:58:26 2011 +0100
pygi-convert.sh: Don't convert self.window assignments
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 975341a26772966d4afc87a88a6a566d61237fa0
@@ -10147,8 +10531,8 @@ Date: Fri Jan 21 18:41:54 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640184
- gobject/gobjectmodule.c | 1 +
- tests/test_gobject.py | 4 ++++
+ gobject/gobjectmodule.c | 1 +
+ tests/test_gobject.py | 4 ++++
2 files changed, 5 insertions(+)
commit a59e2d58bdb3f31a4f415dbe14b7d9988ac28ce3
@@ -10159,7 +10543,7 @@ Date: Fri Jan 21 15:54:43 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640184
- tests/test_gobject.py | 21 +++++++++++++++++++++
+ tests/test_gobject.py | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
commit 7d70105eb324ea4b6a58c2d3fb3f2dda36e7ab33
@@ -10170,10 +10554,10 @@ Date: Fri Jan 21 17:24:49 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640197
- gobject/gobjectmodule.c | 35 ++-------------------
- gobject/pygobject-private.h | 5 +++
- gobject/pygobject.c | 71
- +++++++++++++++++++++++++------------------
+ gobject/gobjectmodule.c | 35 ++--------------------
+ gobject/pygobject-private.h | 5 ++++
+ gobject/pygobject.c | 71
+ +++++++++++++++++++++++++++------------------
3 files changed, 50 insertions(+), 61 deletions(-)
commit a3e0cfe8924887ecd1e07cedd2cfb999c853ac62
@@ -10182,7 +10566,7 @@ Date: Wed Jan 26 15:34:24 2011 -0500
[gi] in python 3 an array of uint8 can be bytes but not string
- tests/test_gi.py | 4 +++-
+ tests/test_gi.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit 843553ea958eddec185bb660851a310dc050a14b
@@ -10191,7 +10575,7 @@ Date: Wed Jan 26 15:30:06 2011 -0500
[gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol
- gi/overrides/Gio.py | 6 +++++-
+ gi/overrides/Gio.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 6ff357839feb39930a5f3175de3d0ed35f24d3f4
@@ -10255,12 +10639,12 @@ Date: Wed Jan 26 15:17:03 2011 -0500
from compathelper import _long
l = _long(42)
- gi/overrides/GLib.py | 16 ++++++++--------
- gi/types.py | 5 ++++-
- tests/compathelper.py | 19 +++++++++++++++++++
- tests/test_gdbus.py | 12 ++++++++----
- tests/test_gi.py | 19 ++++++++++++-------
- tests/test_overrides.py | 8 +++++---
+ gi/overrides/GLib.py | 16 ++++++++--------
+ gi/types.py | 5 ++++-
+ tests/compathelper.py | 19 +++++++++++++++++++
+ tests/test_gdbus.py | 12 ++++++++----
+ tests/test_gi.py | 19 ++++++++++++-------
+ tests/test_overrides.py | 8 +++++---
6 files changed, 56 insertions(+), 23 deletions(-)
commit 832d662b9f90f5762bbf28b3cca73f947c1f83ce
@@ -10269,8 +10653,8 @@ Date: Wed Jan 26 14:00:08 2011 -0500
[gi] fix try/except blocks using depricated raise format
- gi/overrides/GLib.py | 4 ++--
- gi/overrides/Gdk.py | 2 +-
+ gi/overrides/GLib.py | 4 ++--
+ gi/overrides/Gdk.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
commit d3e30e240fed6ef1dd40fd29fd13dc2effc6c7b1
@@ -10279,7 +10663,7 @@ Date: Wed Jan 26 19:03:48 2011 +0100
[gi] Add docstring to GLib.Variant constructor
- gi/overrides/GLib.py | 11 +++++++++++
+ gi/overrides/GLib.py | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 963cd52fec26f7a4fb34414f8ac6662932ede322
@@ -10288,7 +10672,7 @@ Date: Wed Jan 26 18:45:38 2011 +0100
[gi] update gdbus test cases for previous GVariant change
- tests/test_gdbus.py | 4 ++--
+ tests/test_gdbus.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 27e3a6276ff5f2cdc03ddf69ee80d44c3bf2c094
@@ -10313,8 +10697,8 @@ Date: Wed Jan 26 18:39:17 2011 +0100
Thanks to Ryan Lortie for pointing this out!
- gi/overrides/GLib.py | 25 ++++++++++---------------
- tests/test_overrides.py | 32 +++++++++++++-------------------
+ gi/overrides/GLib.py | 25 ++++++++++---------------
+ tests/test_overrides.py | 32 +++++++++++++-------------------
2 files changed, 23 insertions(+), 34 deletions(-)
commit b15e8e2c0c933d0f827a70280faf875ac383d81b
@@ -10341,8 +10725,8 @@ Date: Wed Jan 26 00:40:49 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640629
- gi/types.py | 26 +++++++++++++-------------
- tests/test_gi.py | 13 +++++++++++++
+ gi/types.py | 26 +++++++++++++-------------
+ tests/test_gi.py | 13 +++++++++++++
2 files changed, 26 insertions(+), 13 deletions(-)
commit 569d42ac2f50fb706ef289ff631db743483f40ee
@@ -10375,9 +10759,9 @@ Date: Thu Jan 20 16:26:18 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=640073
- gi/types.py | 104
- +++++++++++++++++++++++++++++++++---------------------
- tests/test_gi.py | 13 +++++++
+ gi/types.py | 104
+ ++++++++++++++++++++++++++++++++++---------------------
+ tests/test_gi.py | 13 +++++++
2 files changed, 77 insertions(+), 40 deletions(-)
commit 8f4e6536f3c2edf38a45632d1c23eb7c6681c3be
@@ -10386,7 +10770,7 @@ Date: Mon Jan 24 19:23:19 2011 +0100
pygi-convert.sh: Convert gtk.UI_MANAGER_*
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 1f473b5164407a178203eb8cc7f3c786e0d0e5c2
@@ -10395,7 +10779,7 @@ Date: Fri Jan 21 18:41:54 2011 +0100
pygi-convert.sh: Convert gdk.GRAB_*
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit f5d0b7b9d189f65503c0bf66d8bda4186ca3223a
@@ -10404,7 +10788,7 @@ Date: Fri Jan 21 16:45:07 2011 +0100
[gi] set the gtype GValue correctly
- gi/pygi-property.c | 4 ++--
+ gi/pygi-property.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit ce521011d7f6d7f082aaea76fa05c5af9f6e93f5
@@ -10413,11 +10797,11 @@ Date: Fri Jan 21 16:20:23 2011 +0100
[gi] use the right argument type for callback
- gi/pygi-foreign-cairo.c | 8 ++++----
- gi/pygi-foreign-gvariant.c | 4 ++--
- gi/pygi-foreign-gvariant.h | 2 +-
- gi/pygi-foreign.c | 2 +-
- gi/pygi.h | 2 +-
+ gi/pygi-foreign-cairo.c | 8 ++++----
+ gi/pygi-foreign-gvariant.c | 4 ++--
+ gi/pygi-foreign-gvariant.h | 2 +-
+ gi/pygi-foreign.c | 2 +-
+ gi/pygi.h | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
commit 9f101baaa63a75acf62f955cfc4b311ff0dd5464
@@ -10426,8 +10810,8 @@ Date: Fri Jan 21 09:23:54 2011 -0500
[gi] marshal out flags and enum
- gi/pygi-argument.c | 14 +++++++++-----
- gi/pygi-cache.c | 24 ++++++++++++------------
+ gi/pygi-argument.c | 14 +++++++++-----
+ gi/pygi-cache.c | 24 ++++++++++++------------
2 files changed, 21 insertions(+), 17 deletions(-)
commit 4c93bdeae76830aa4029dfc86e32e6f277d5271d
@@ -10436,7 +10820,7 @@ Date: Fri Jan 21 08:18:37 2011 -0500
[gi] marshal unions
- gi/pygi-cache.c | 27 +++++++++++++--------------
+ gi/pygi-cache.c | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
commit a060287d1a6d190acb9d344f08fd5662e3296da5
@@ -10445,9 +10829,9 @@ Date: Fri Jan 21 11:00:27 2011 +0100
[gi] Add test cases for GDBus client operations
- tests/Makefile.am | 1 +
- tests/test_gdbus.py | 94
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/Makefile.am | 1 +
+ tests/test_gdbus.py | 94
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+)
commit e7699d9af41f8c374326b8a4ec0939ef1426e386
@@ -10456,7 +10840,7 @@ Date: Fri Jan 21 04:28:15 2011 -0500
[gi] error out if the constructor returns NULL
- gi/pygi-invoke.c | 7 +++++++
+ gi/pygi-invoke.c | 7 +++++++
1 file changed, 7 insertions(+)
commit 58ff2b2c38c1004861083ca88633be76767229f0
@@ -10466,7 +10850,7 @@ Date: Fri Jan 21 04:26:45 2011 -0500
[gi] throw error for caller allocates until we can write code to
support it
- gi/pygi-cache.c | 11 +++++++++++
+ gi/pygi-cache.c | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 5eb779439daa8bf1e86df689377dc10ef1430eab
@@ -10475,8 +10859,8 @@ Date: Fri Jan 21 04:26:11 2011 -0500
[gi] support struct out
- gi/pygi-argument.c | 30 ++++++++++++++++++++++++++----
- gi/pygi-cache.c | 15 ++-------------
+ gi/pygi-argument.c | 30 ++++++++++++++++++++++++++----
+ gi/pygi-cache.c | 15 ++-------------
2 files changed, 28 insertions(+), 17 deletions(-)
commit 3133dc595adf44279397d30712c0f8595f0e1acc
@@ -10493,16 +10877,16 @@ Date: Fri Jan 21 04:22:06 2011 -0500
interface_info
to the interface cache
- gi/pygi-argument.c | 20 ++++----------------
- gi/pygi-cache.c | 43
+ gi/pygi-argument.c | 20 ++++----------------
+ gi/pygi-cache.c | 43
++++++++++++++++++++++++++++++++-----------
- gi/pygi-cache.h | 4 +++-
- gi/pygi-foreign-cairo.c | 24 ++++++++++++------------
- gi/pygi-foreign-gvariant.c | 11 +++++------
- gi/pygi-foreign-gvariant.h | 10 +++++-----
- gi/pygi-foreign.c | 21 +++++++++------------
- gi/pygi-foreign.h | 6 +++---
- gi/pygi.h | 8 ++++----
+ gi/pygi-cache.h | 4 +++-
+ gi/pygi-foreign-cairo.c | 24 ++++++++++++------------
+ gi/pygi-foreign-gvariant.c | 11 +++++------
+ gi/pygi-foreign-gvariant.h | 10 +++++-----
+ gi/pygi-foreign.c | 21 +++++++++------------
+ gi/pygi-foreign.h | 6 +++---
+ gi/pygi.h | 8 ++++----
9 files changed, 77 insertions(+), 70 deletions(-)
commit e97e28048efb966ecc1a03277d36cbaa81b8db7d
@@ -10516,8 +10900,8 @@ Date: Fri Jan 21 09:54:14 2011 +0100
currently does not work (see
https://bugzilla.gnome.org/show_bug.cgi?id=639952)
- gi/overrides/GLib.py | 18 +++++++++++++++++-
- tests/test_overrides.py | 26 ++++++++++++++++++++++++++
+ gi/overrides/GLib.py | 18 +++++++++++++++++-
+ tests/test_overrides.py | 26 ++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
commit 71dd03261fc06b8180c14cd31b54d8e4b200be3a
@@ -10535,7 +10919,7 @@ Date: Thu Jan 20 19:48:23 2011 +0100
GNOME bug #639880
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit d1b0fa501cc431baa530d96fb50f4c35590890ac
@@ -10546,7 +10930,7 @@ Date: Thu Jan 20 19:45:01 2011 +0100
GNOME bug #639880
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 6d8ff4d5bdda5480089543869535cc3ee83da2f5
@@ -10571,9 +10955,9 @@ Date: Wed Jan 19 11:41:11 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639939
- gi/overrides/GLib.py | 229
- +++++++++++++++++++++++++----------------------
- tests/test_overrides.py | 159 ++++++++++++++++++++++++++++++--
+ gi/overrides/GLib.py | 229
+ ++++++++++++++++++++++++++----------------------
+ tests/test_overrides.py | 159 +++++++++++++++++++++++++++++++--
2 files changed, 273 insertions(+), 115 deletions(-)
commit ac095f5435f106e175fa3297cb273e63c85d2809
@@ -10582,7 +10966,7 @@ Date: Thu Jan 20 15:55:45 2011 +0100
Uncomment test_gi.TestInterfaceClash
- tests/test_gi.py | 22 +++++++++++-----------
+ tests/test_gi.py | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
commit 1239f3709ba257c404dda72b7067b77b19c240fa
@@ -10591,9 +10975,9 @@ Date: Thu Jan 20 09:05:02 2011 -0500
[gi] add support for enum and flags
- gi/pygi-argument.c | 121
- +++++++++++++++++++++++++++++++++++++++++-----------
- gi/pygi-cache.c | 30 +++++++------
+ gi/pygi-argument.c | 121
+ +++++++++++++++++++++++++++++++++++++++++------------
+ gi/pygi-cache.c | 30 ++++++-------
2 files changed, 111 insertions(+), 40 deletions(-)
commit f0a0b6c2eda89622de2b1e5ebb6a48103ad72a42
@@ -10608,13 +10992,13 @@ Date: Thu Jan 20 14:14:15 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639949
- gobject/gobjectmodule.c | 2 ++
- gobject/pygobject.c | 14 +++++------
- tests/test-floating.c | 36 ++++++++++++++++++++++++++
- tests/test-floating.h | 21 ++++++++++++++++
- tests/test_gobject.py | 63
- ++++++++++++++++++++++++++++++++++++++++++++++
- tests/testhelpermodule.c | 50 ++++++++++++++++++++++++++++++++++++
+ gobject/gobjectmodule.c | 2 ++
+ gobject/pygobject.c | 14 +++++------
+ tests/test-floating.c | 36 +++++++++++++++++++++++++++
+ tests/test-floating.h | 21 ++++++++++++++++
+ tests/test_gobject.py | 63
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/testhelpermodule.c | 50 ++++++++++++++++++++++++++++++++++++++
6 files changed, 179 insertions(+), 7 deletions(-)
commit cae2cf3d4fb049c94389bf8f84d7d97a544d7a3f
@@ -10629,11 +11013,11 @@ Date: Wed Jan 19 16:57:57 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639949
- tests/test-floating.c | 30 ++++++++++++++++++++++
- tests/test-floating.h | 20 +++++++++++++++
- tests/test_gobject.py | 62
- ++++++++++++++++++++++++++++++++++++++++++++++
- tests/testhelpermodule.c | 51 ++++++++++++++++++++++++++++++++++++++
+ tests/test-floating.c | 30 +++++++++++++++++++++++
+ tests/test-floating.h | 20 ++++++++++++++++
+ tests/test_gobject.py | 62
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/testhelpermodule.c | 51 +++++++++++++++++++++++++++++++++++++++
4 files changed, 163 insertions(+)
commit b6737b91938d527872eff1d645a205cacf94e15d
@@ -10644,7 +11028,7 @@ Date: Wed Jan 19 14:52:41 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639949
- tests/test_gobject.py | 8 +++++++-
+ tests/test_gobject.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
commit 2b0f1ede820414ef1cfd6b37569fcb946d2031fc
@@ -10659,7 +11043,7 @@ Date: Thu Jan 20 14:15:52 2011 +0100
Gtk.TreeView.enable_model_drag_{source,dest}(). Thus
drop the explicit array length argument from the call in the override.
- gi/overrides/Gtk.py | 2 --
+ gi/overrides/Gtk.py | 2 --
1 file changed, 2 deletions(-)
commit b59edf4f0f7cab44033f9d704d476e10ee0d0c0a
@@ -10668,7 +11052,7 @@ Date: Wed Jan 19 18:04:10 2011 +0100
Fix a typo in a private symbol name.
- gobject/gobjectmodule.c | 6 +++---
+ gobject/gobjectmodule.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 6447688e283a8fb22de3ab68cbc06e34ad23d198
@@ -10677,7 +11061,7 @@ Date: Thu Jan 20 11:49:08 2011 +0100
pygi-convert.sh: Convert glib.source_remove()
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 84ee8de4bc00a8f901926cc6386d73c12dbd0b0b
@@ -10686,7 +11070,7 @@ Date: Thu Jan 20 11:42:34 2011 +0100
Fix typo in previous commit to actually convert glib.GError
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b238cb614338f46e6feb7935cca0a55c7a929418
@@ -10696,7 +11080,7 @@ Date: Thu Jan 20 11:40:14 2011 +0100
pygi-convert.sh: Move some glib bits which are better handled
by gobject
- pygi-convert.sh | 3 +++
+ pygi-convert.sh | 3 +++
1 file changed, 3 insertions(+)
commit 21c09a7ee294b59abb3eca6f64f13bf5c8a2fa0e
@@ -10714,8 +11098,8 @@ Date: Wed Jan 19 12:00:02 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639934
- gi/overrides/Gtk.py | 14 ++++++++++++--
- tests/test_overrides.py | 34 +++++++++++++++++++++++++++-------
+ gi/overrides/Gtk.py | 14 ++++++++++++--
+ tests/test_overrides.py | 34 +++++++++++++++++++++++++++-------
2 files changed, 39 insertions(+), 9 deletions(-)
commit d465e25297ad6589ff2cd0c00e11e8bd8ffe3f78
@@ -10730,7 +11114,7 @@ Date: Wed Jan 19 22:52:51 2011 +0100
in bug
639939 does.
- tests/test_overrides.py | 2 +-
+ tests/test_overrides.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2b8e1d0531dcb8f57dc9f2fddf25970bee3daa90
@@ -10741,8 +11125,8 @@ Date: Wed Jan 19 20:18:19 2011 +0100
This extends commit b1a98083c to also work for strings.
- gi/overrides/GLib.py | 8 +++++++-
- tests/test_overrides.py | 13 +++++++++++++
+ gi/overrides/GLib.py | 8 +++++++-
+ tests/test_overrides.py | 13 +++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
commit 8efd14c87b35072cdd039bf223f8ced8f51be9bb
@@ -10751,7 +11135,7 @@ Date: Wed Jan 19 14:08:03 2011 -0500
[gi] return NULL if out_marshaller fails
- gi/pygi-invoke.c | 5 +++++
+ gi/pygi-invoke.c | 5 +++++
1 file changed, 5 insertions(+)
commit 5b1db41d60204c8021f47f43b85dac126c389c8d
@@ -10760,9 +11144,9 @@ Date: Wed Jan 19 13:57:54 2011 -0500
[gi] fix some transfer issues and test case failures
- gi/pygi-argument.c | 4 ++++
- gi/pygi-cache.c | 11 ++++++++---
- gi/pygi-invoke.c | 17 +++++++++--------
+ gi/pygi-argument.c | 4 ++++
+ gi/pygi-cache.c | 11 ++++++++---
+ gi/pygi-invoke.c | 17 +++++++++--------
3 files changed, 21 insertions(+), 11 deletions(-)
commit 7c2f48bb6d67ec9a1ee5ac03a5aee34b54c6ebdd
@@ -10777,8 +11161,8 @@ Date: Wed Jan 19 18:09:23 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=627444
- gi/pygi-info.c | 37 +++++++++++++++++++++++++++++++++++++
- gi/types.py | 7 +++++++
+ gi/pygi-info.c | 37 +++++++++++++++++++++++++++++++++++++
+ gi/types.py | 7 +++++++
2 files changed, 44 insertions(+)
commit db7300e173388d9557dcd2333781bfaa6b021605
@@ -10787,7 +11171,7 @@ Date: Wed Jan 19 18:54:39 2011 +0100
pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit 4c1d4faddf1c9cb233c484da3eadd8e31c231f70
@@ -10800,7 +11184,7 @@ Date: Wed Jan 19 18:43:29 2011 +0100
calling the
GtkWidget methods instead.
- pygi-convert.sh | 5 ++++-
+ pygi-convert.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit b1049b947d073fb569ba900a4d5c8519482d831e
@@ -10813,7 +11197,7 @@ Date: Wed Jan 19 17:35:09 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639967
- gi/pygi-argument.c | 4 ++--
+ gi/pygi-argument.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 25b69ae257a12b6dc97ed3f2f7ea54b166ddbba1
@@ -10833,9 +11217,9 @@ Date: Wed Jan 19 17:45:11 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639834
- gi/Makefile.am | 3 ++-
- gi/pygi-invoke.c | 12 +++---------
- tests/test_gi.py | 10 ++++++++++
+ gi/Makefile.am | 3 ++-
+ gi/pygi-invoke.c | 12 +++---------
+ tests/test_gi.py | 10 ++++++++++
3 files changed, 15 insertions(+), 10 deletions(-)
commit 18b84767db1d66e3d6f09067ab19ffd4b82539ca
@@ -10844,8 +11228,8 @@ Date: Wed Jan 19 12:05:45 2011 -0500
[gi] fix out marshalling for a couple of int types
- gi/pygi-argument.c | 2 +-
- gi/pygi-cache.c | 2 +-
+ gi/pygi-argument.c | 2 +-
+ gi/pygi-cache.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit c5d7c730008275b2c585b2609fc2ff5e051cce47
@@ -10855,9 +11239,9 @@ Date: Wed Jan 19 11:59:09 2011 -0500
[gi] fixed range checking and type conversion with unsigned and
large numbers
- gi/pygi-argument.c | 90
- +++++++++++++++++++++++++++++++++++++++++++---------
- gi/pygi-cache.c | 2 +-
+ gi/pygi-argument.c | 90
+ +++++++++++++++++++++++++++++++++++++++++++++---------
+ gi/pygi-cache.c | 2 +-
2 files changed, 76 insertions(+), 16 deletions(-)
commit e6fcafc6179e963cbae7774e7ee50415bde2c523
@@ -10875,7 +11259,7 @@ Date: Wed Jan 19 17:03:06 2011 +0100
preferred for
now, so disable the replacement rules.
- pygi-convert.sh | 19 ++++++++++---------
+ pygi-convert.sh | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
commit 167261d556eab0d2e448c7ed28eef540a024ba1d
@@ -10884,7 +11268,7 @@ Date: Wed Jan 19 16:47:08 2011 +0100
Link libregress.so to GIO_LIBS again
- configure.ac | 5 +++++
+ configure.ac | 5 +++++
1 file changed, 5 insertions(+)
commit d143afa6da4f5b5f47be8df11fa41d7b47ab1794
@@ -10897,7 +11281,7 @@ Date: Wed Jan 19 16:14:42 2011 +0100
because in Python attributes starting with a numeral causes a
syntax error.
- gi/overrides/Gdk.py | 7 +++++--
+ gi/overrides/Gdk.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 4f5d20966d4a8c649e5fae584039621edab178f3
@@ -10906,7 +11290,7 @@ Date: Wed Jan 19 10:02:40 2011 -0500
[gi] use correct format stings when setting errors
- gi/pygi-argument.c | 12 ++++++------
+ gi/pygi-argument.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit 7f08fd5c33ee5c9907f5becbe2f21fb7122d6e19
@@ -10915,7 +11299,7 @@ Date: Wed Jan 19 09:45:09 2011 -0500
[gi] allow marshalling strings as None
- gi/pygi-argument.c | 5 +++++
+ gi/pygi-argument.c | 5 +++++
1 file changed, 5 insertions(+)
commit 093242a9e125998cd07bf66fc4b2880f532a2e4d
@@ -10924,8 +11308,8 @@ Date: Wed Jan 19 09:41:56 2011 -0500
[gi] make error messages more detailed
- gi/pygi-argument.c | 2 +-
- gi/pygi-cache.c | 18 +++++++++---------
+ gi/pygi-argument.c | 2 +-
+ gi/pygi-cache.c | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
commit f0b17605ed2eb917b350654b070984beb553eae3
@@ -10934,7 +11318,7 @@ Date: Wed Jan 19 09:41:13 2011 -0500
[gi] allow marshalling None for hashes
- gi/pygi-argument.c | 5 +++++
+ gi/pygi-argument.c | 5 +++++
1 file changed, 5 insertions(+)
commit 93f1b787ab8420300d1064c0237a0c2d8a2ac98f
@@ -10943,7 +11327,7 @@ Date: Wed Jan 19 09:40:37 2011 -0500
[gi] add marshalling to some out values
- gi/pygi-argument.c | 50
+ gi/pygi-argument.c | 50
+++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 41 insertions(+), 9 deletions(-)
@@ -10953,7 +11337,7 @@ Date: Wed Jan 19 15:27:33 2011 +0100
[gi] Fixed typo in exception
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5f16df31b5a5a9f45f702eee48c3a18899ea3f71
@@ -10962,9 +11346,9 @@ Date: Wed Jan 19 09:13:44 2011 -0500
[gi] fix marshalling structs
- gi/pygi-argument.c | 47 +++++++++++++++++++++++++++++++++++------------
- gi/pygi-foreign.c | 18 ++++++++++++------
- gi/pygi-foreign.h | 8 ++++----
+ gi/pygi-argument.c | 47 +++++++++++++++++++++++++++++++++++------------
+ gi/pygi-foreign.c | 18 ++++++++++++------
+ gi/pygi-foreign.h | 8 ++++----
3 files changed, 51 insertions(+), 22 deletions(-)
commit b2189424f9dd6d3a4a5b9792f0d5843fc27657d1
@@ -10973,7 +11357,7 @@ Date: Wed Jan 19 15:12:25 2011 +0100
[gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS
- gi/overrides/Gdk.py | 4 ++--
+ gi/overrides/Gdk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 5eca5ff2c9509ec96158fe43b29f0fd951243efe
@@ -10996,8 +11380,8 @@ Date: Wed Jan 19 14:54:57 2011 +0100
This reverts commit 8878c57676091c08e66bc6cbe735d898cb420582.
- gi/overrides/Pango.py | 5 ++++-
- tests/test_overrides.py | 5 +++++
+ gi/overrides/Pango.py | 5 ++++-
+ tests/test_overrides.py | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)
commit 9e7b95b3676a1b502662523a9bd4ebe40ccb4845
@@ -11006,9 +11390,9 @@ Date: Thu Dec 16 23:39:33 2010 +0000
Python iterator interface support for GFileEnumerator.
- gi/overrides/Gio.py | 41 +++++++++++++++++++++++++++++++++++++++++
- gi/overrides/Makefile.am | 1 +
- tests/test_overrides.py | 20 ++++++++++++++++++++
+ gi/overrides/Gio.py | 41 +++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Makefile.am | 1 +
+ tests/test_overrides.py | 20 ++++++++++++++++++++
3 files changed, 62 insertions(+)
commit bca5834fc8fa342149e0eec7b396877a2abe6d33
@@ -11075,8 +11459,8 @@ Date: Wed Jan 19 07:56:16 2011 -0500
[gi] switch from using (*arg). to arg-> when referencing union
memebers
- gi/pygi-argument.c | 54
- ++++++++++++++++++++++++++--------------------------
+ gi/pygi-argument.c | 54
+ +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
commit 762ccb3d2620ea22023446b6ae79f3a111d8b56a
@@ -11085,7 +11469,7 @@ Date: Wed Jan 19 07:49:52 2011 -0500
[gi] return FALSE when setting errors in the marshaller
- gi/pygi-argument.c | 3 ++-
+ gi/pygi-argument.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit cbaba6357937cbed3ebd34d2db1cdd59d37df118
@@ -11094,10 +11478,10 @@ Date: Wed Jan 19 07:14:18 2011 -0500
[gi] do arg counting in new invoke
- gi/pygi-cache.c | 2 ++
- gi/pygi-cache.h | 14 ++++++++------
- gi/pygi-invoke-state-struct.h | 2 +-
- gi/pygi-invoke.c | 20 +++++++++++++++++++-
+ gi/pygi-cache.c | 2 ++
+ gi/pygi-cache.h | 14 ++++++++------
+ gi/pygi-invoke-state-struct.h | 2 +-
+ gi/pygi-invoke.c | 20 +++++++++++++++++++-
4 files changed, 30 insertions(+), 8 deletions(-)
commit f45033858bed70d7defec3f71f26aa5b3999d680
@@ -11106,7 +11490,7 @@ Date: Wed Jan 19 06:35:45 2011 -0500
[gi] set length for uint8 in arrays in new invoke marshaller
- gi/pygi-argument.c | 1 +
+ gi/pygi-argument.c | 1 +
1 file changed, 1 insertion(+)
commit 09f7ca7e2378e6679002677ac3f4802f4cc7d9d5
@@ -11115,8 +11499,8 @@ Date: Wed Jan 19 12:04:15 2011 +0100
[gi] set length when marshalling guint8 erases
- gi/pygi-argument.c | 1 +
- tests/test_gi.py | 4 ++++
+ gi/pygi-argument.c | 1 +
+ tests/test_gi.py | 4 ++++
2 files changed, 5 insertions(+)
commit 22eee43e50a150ace80694213fb87be9f0c72f51
@@ -11125,7 +11509,7 @@ Date: Wed Jan 19 10:27:47 2011 +0100
Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit a4b210d69c832629894090b7154ae194209b0c60
@@ -11140,8 +11524,8 @@ Date: Tue Jan 18 18:31:29 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=374603
- glib/pyglib.c | 12 ++++++++++++
- gobject/pygobject-private.h | 6 ++++++
+ glib/pyglib.c | 12 ++++++++++++
+ gobject/pygobject-private.h | 6 ++++++
2 files changed, 18 insertions(+)
commit 329afb6fb1b3c325a6a9de2b6aca91c64d51dd9f
@@ -11150,9 +11534,9 @@ Date: Tue Jan 18 12:31:57 2011 -0500
[gi] fix handling of garrays vs c arrays
- gi/pygi-argument.c | 9 +++++++--
- gi/pygi-cache.c | 2 ++
- gi/pygi-cache.h | 1 +
+ gi/pygi-argument.c | 9 +++++++--
+ gi/pygi-cache.c | 2 ++
+ gi/pygi-cache.h | 1 +
3 files changed, 10 insertions(+), 2 deletions(-)
commit a000627ec3904b9414ce375aec8d144fc0c26248
@@ -11162,7 +11546,7 @@ Date: Tue Jan 18 18:29:50 2011 +0100
pygi-convert.sh: Do not comment out set_cell_data_func() calls;
these should be ported properly
- pygi-convert.sh | 1 -
+ pygi-convert.sh | 1 -
1 file changed, 1 deletion(-)
commit 99ff4610fb5ece2fc8d2f9eba13e661968adf3f0
@@ -11171,7 +11555,7 @@ Date: Tue Jan 18 18:26:01 2011 +0100
pygi-convert.sh: Fix match for adding missing imports
- pygi-convert.sh | 8 ++++----
+ pygi-convert.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 3aa95011fad67df20370e92bf25236a34d7d08d3
@@ -11185,7 +11569,7 @@ Date: Tue Jan 18 18:09:30 2011 +0100
hackish unfortunately. We can't use a match test or a lookahead/behind
assertion.
- pygi-convert.sh | 5 +++--
+ pygi-convert.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit f66051380c0432bf142774542ade2144adcd455e
@@ -11194,7 +11578,7 @@ Date: Tue Jan 18 11:44:27 2011 -0500
[gi] use correct union memeber when marshalling floats
- gi/pygi-argument.c | 2 +-
+ gi/pygi-argument.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 36bc1c17e7d4189059337cc6a73c64edd819ec12
@@ -11203,7 +11587,7 @@ Date: Tue Jan 18 17:29:52 2011 +0100
Remove trailing whitespace from gi/overrides/Gtk.py
- gi/overrides/Gtk.py | 10 +++++-----
+ gi/overrides/Gtk.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 1006df1929a667716c25e74b35b8f14643358732
@@ -11217,11 +11601,11 @@ Date: Tue Jan 18 11:24:06 2011 -0500
static methods
which happen to return an instance
- gi/pygi-argument.c | 8 ++--
- gi/pygi-cache.c | 132
- ++++++++++++++++++++++++++++++++++++++++++++++++++--
- gi/pygi-invoke.c | 9 ++--
- gi/types.py | 21 +++------
+ gi/pygi-argument.c | 8 ++--
+ gi/pygi-cache.c | 132
+ +++++++++++++++++++++++++++++++++++++++++++++++++++--
+ gi/pygi-invoke.c | 9 ++--
+ gi/types.py | 21 +++------
4 files changed, 142 insertions(+), 28 deletions(-)
commit 8878c57676091c08e66bc6cbe735d898cb420582
@@ -11236,7 +11620,7 @@ Date: Tue Jan 18 16:47:10 2011 +0100
(which works
just fine now).
- gi/overrides/Pango.py | 7 +------
+ gi/overrides/Pango.py | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
commit efbbe71634037fa100b17327389b883b259cca54
@@ -11247,7 +11631,7 @@ Date: Tue Jan 18 16:23:39 2011 +0100
This allows us to run the test suite against local typelibs.
- tests/Makefile.am | 2 +-
+ tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c96ca383350e5b9b079d9a86464922314939c006
@@ -11261,7 +11645,7 @@ Date: Tue Jan 18 07:16:40 2011 -0500
* use _pygi_g_type_info_size instead of _pygi_g_type_tag_size to
support all types
- gi/pygi-cache.c | 42 ++++++++++++++++++++++++------------------
+ gi/pygi-cache.c | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
commit f56d85a7f39c2088bf9fd50b1b1e5b67c03104d3
@@ -11278,8 +11662,8 @@ Date: Tue Jan 18 13:12:36 2011 +0100
GTK overrides: Do type conversion to column types of ListStore and
TreeStore in set_value
- gi/overrides/Gtk.py | 28 ++++++++++++++++++----------
- tests/test_overrides.py | 12 +++++++++++-
+ gi/overrides/Gtk.py | 28 ++++++++++++++++++----------
+ tests/test_overrides.py | 12 +++++++++++-
2 files changed, 29 insertions(+), 11 deletions(-)
commit 84d6142c14a7ebfb7284d3db52e14d3393f93905
@@ -11302,8 +11686,8 @@ Date: Mon Jan 17 18:57:58 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=543056
- gobject/__init__.py | 6 +++---
- tests/test_gi.py | 21 ++-------------------
+ gobject/__init__.py | 6 +++---
+ tests/test_gi.py | 21 ++-------------------
2 files changed, 5 insertions(+), 22 deletions(-)
commit 30750ccef31e6c864628f418fc00e8c573d29a1b
@@ -11314,7 +11698,7 @@ Date: Tue Jan 18 12:57:13 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=612126
- configure.ac | 6 +++---
+ configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 761e98d32729f5894f4c75a54c65ed11329dc9d5
@@ -11323,7 +11707,7 @@ Date: Tue Jan 18 12:52:32 2011 +0100
pygi-convert.sh: Handle keysyms
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit d62cdfa38a675c1daf3bc12d5cd769434eea5dc8
@@ -11332,7 +11716,7 @@ Date: Tue Jan 18 12:14:09 2011 +0100
GLib overrides: Add test case for array variant building
- tests/test_overrides.py | 7 +++++++
+ tests/test_overrides.py | 7 +++++++
1 file changed, 7 insertions(+)
commit 69a78307f3762e3f54d28d98514cec7d31ff20db
@@ -11343,8 +11727,8 @@ Date: Tue Jan 18 10:21:03 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639824
- gi/pygi-foreign-cairo.c | 96
- -----------------------------------------------
+ gi/pygi-foreign-cairo.c | 96
+ -------------------------------------------------
1 file changed, 96 deletions(-)
commit 017680c9a5e163021628bf29543598861a3b600a
@@ -11355,7 +11739,7 @@ Date: Tue Jan 18 10:20:25 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639823
- gi/pygi-invoke.c | 5 ++++-
+ gi/pygi-invoke.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 771ef76574690eb98926249f38661d741d1ebbb0
@@ -11364,7 +11748,7 @@ Date: Tue Jan 18 12:02:01 2011 +0100
The tags can be Empty not None.
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b1a98083cdc50653e1d7bfb809bdf089f833df3d
@@ -11379,9 +11763,9 @@ Date: Tue Jan 18 12:01:28 2011 +0100
Add corresponding test cases.
- gi/overrides/GLib.py | 50 ++++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 55
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/GLib.py | 50 ++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 55
+ +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+)
commit ecb9f824c503c529d43e585b4cdb4c1c9ab14593
@@ -11398,9 +11782,9 @@ Date: Tue Jan 18 10:48:03 2011 +0100
Add appropriate test case.
- gi/overrides/GLib.py | 45
+ gi/overrides/GLib.py | 45
+++++++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 33 ++++++++++++++++++++++++++++++++-
+ tests/test_overrides.py | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 77 insertions(+), 1 deletion(-)
commit 31c73dee34a52fd22b5ff3a23adce92cea5ddc3d
@@ -11409,8 +11793,8 @@ Date: Tue Jan 18 10:56:18 2011 +0100
Add override for gtk_text_buffer_insert_with_tags
- gi/overrides/Gtk.py | 12 ++++++++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 12 ++++++++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 18 insertions(+)
commit fc7d7f7f153d57ff3866b7bfd5e6479d702cc4d9
@@ -11421,11 +11805,11 @@ Date: Mon Jan 17 14:35:14 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=620215
- gi/Makefile.am | 6 ++++--
- gio/Makefile.am | 2 +-
- glib/Makefile.am | 2 +-
- m4/python.m4 | 7 +++++--
- tests/Makefile.am | 2 +-
+ gi/Makefile.am | 6 ++++--
+ gio/Makefile.am | 2 +-
+ glib/Makefile.am | 2 +-
+ m4/python.m4 | 7 +++++--
+ tests/Makefile.am | 2 +-
5 files changed, 12 insertions(+), 7 deletions(-)
commit bceec758b27e6c396d17a79424633b5dc9116f54
@@ -11438,8 +11822,8 @@ Date: Mon Jan 17 14:20:55 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=620215
- configure.ac | 2 +-
- m4/python.m4 | 31 +------------------------------
+ configure.ac | 2 +-
+ m4/python.m4 | 31 +------------------------------
2 files changed, 2 insertions(+), 31 deletions(-)
commit e2dea065da94d17a915abe1ce4671b1dc48e02c0
@@ -11455,7 +11839,7 @@ Date: Mon Jan 17 19:09:27 2011 +0100
gi/overrides/Gtk.py
- gi/overrides/Gtk.py | 10 ----------
+ gi/overrides/Gtk.py | 10 ----------
1 file changed, 10 deletions(-)
commit 4fbae9629adc166627de05bb0946b71485343d69
@@ -11467,7 +11851,7 @@ Date: Mon Jan 17 19:08:23 2011 +0100
This reverts commit 232841148f35684be83a2f47b5b18da4fb74f63a.
- gi/overrides/Gtk.py | 13 ++-----------
+ gi/overrides/Gtk.py | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
commit c054f0aca67952876b3519bb75ddc62c5517f7cb
@@ -11479,7 +11863,7 @@ Date: Mon Jan 17 19:08:06 2011 +0100
This reverts commit ed7e7a8f22b1481acf78c0c2e4c489dbad72f599.
- gi/overrides/Gtk.py | 9 ---------
+ gi/overrides/Gtk.py | 9 ---------
1 file changed, 9 deletions(-)
commit 2d9534f347505573da46743b47318e08bf073aef
@@ -11488,7 +11872,7 @@ Date: Mon Jan 17 18:54:10 2011 +0100
pygi-convert.sh: Handle gtk.combo_box_new_text()
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 0586a83212a9f9234fe00659ae744ab04e7ccc67
@@ -11497,11 +11881,11 @@ Date: Mon Jan 17 12:31:03 2011 -0500
support callbacks
- gi/pygi-argument.c | 68 ++++++++++++++++++++++++++++++++++++++++++--
- gi/pygi-cache.c | 80
- +++++++++++++++++++++++++++++++++++++++-------------
- gi/pygi-cache.h | 13 +++++++--
- gi/pygi-invoke.c | 2 +-
+ gi/pygi-argument.c | 68 ++++++++++++++++++++++++++++++++++++++++++++--
+ gi/pygi-cache.c | 80
+ +++++++++++++++++++++++++++++++++++++++++-------------
+ gi/pygi-cache.h | 13 +++++++--
+ gi/pygi-invoke.c | 2 +-
4 files changed, 138 insertions(+), 25 deletions(-)
commit 914d3a0a29680f4d3aa0e1f8afdd625b017b013a
@@ -11511,7 +11895,7 @@ Date: Mon Jan 17 16:57:53 2011 +0100
Override TreeSortable.set_sort_func and set_default_sort_func to
add default values to be pygtk compliant
- gi/overrides/Gtk.py | 6 ++++++
+ gi/overrides/Gtk.py | 6 ++++++
1 file changed, 6 insertions(+)
commit ed7e7a8f22b1481acf78c0c2e4c489dbad72f599
@@ -11521,7 +11905,7 @@ Date: Mon Jan 17 16:29:28 2011 +0100
Override Gtk.TreeViewColumn.pack_start, pack_end and
set_cell_data_func to add default values to be compliant with pygtk
- gi/overrides/Gtk.py | 9 +++++++++
+ gi/overrides/Gtk.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit 232841148f35684be83a2f47b5b18da4fb74f63a
@@ -11531,7 +11915,7 @@ Date: Mon Jan 17 16:28:51 2011 +0100
Override Gtk.CellLayout.pack_start and pack_end to add default values
to be compliant with pygtk
- gi/overrides/Gtk.py | 13 +++++++++++--
+ gi/overrides/Gtk.py | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
commit 1dec12826753756fcadefc8ef8c756fc902c320b
@@ -11541,7 +11925,7 @@ Date: Mon Jan 17 15:54:32 2011 +0100
Override Gtk.Paned pack1 and pack2 to add default values to be
compliant with pygtk
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit a8c727b9c4195d8085a45661683a18614ae84485
@@ -11551,7 +11935,7 @@ Date: Mon Jan 17 15:46:25 2011 +0100
Override Gtk.Box.pack_start and pack_end to set default values to
be compliant with pygtk
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 7cc8ac35bb0d8dbf7d66f014f8cd7ff070b3acb8
@@ -11562,8 +11946,8 @@ Date: Wed Aug 4 00:30:05 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625982
- gobject/propertyhelper.py | 26 +++++++++++++-------------
- tests/test_properties.py | 9 +++++++++
+ gobject/propertyhelper.py | 26 +++++++++++++-------------
+ tests/test_properties.py | 9 +++++++++
2 files changed, 22 insertions(+), 13 deletions(-)
commit 7a0548dbfbdfe481f75315b6bc7824a9f1a8a87b
@@ -11580,8 +11964,8 @@ Date: Mon Jan 17 17:52:15 2011 +0100
Add corresponding test case.
- gi/overrides/Gtk.py | 2 +-
- tests/test_overrides.py | 12 +++++++++++-
+ gi/overrides/Gtk.py | 2 +-
+ tests/test_overrides.py | 12 +++++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
commit 09c21c79fb6063c8451f53d4588363d2be7239f4
@@ -11598,14 +11982,14 @@ Date: Mon Jan 17 16:46:08 2011 +0100
In Gstreamer, there is a function gst_version, which was previously
inaccessible because of IntrospectionModule.version overriding it.
- gi/module.py | 26 +++++++++++++-------------
- gi/overrides/GIMarshallingTests.py | 2 +-
- gi/overrides/GLib.py | 2 +-
- gi/overrides/Gdk.py | 10 +++++-----
- gi/overrides/Gtk.py | 2 +-
- gi/overrides/Pango.py | 2 +-
- gi/overrides/__init__.py | 2 +-
- tests/test_everything.py | 2 +-
+ gi/module.py | 26 +++++++++++++-------------
+ gi/overrides/GIMarshallingTests.py | 2 +-
+ gi/overrides/GLib.py | 2 +-
+ gi/overrides/Gdk.py | 10 +++++-----
+ gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Pango.py | 2 +-
+ gi/overrides/__init__.py | 2 +-
+ tests/test_everything.py | 2 +-
8 files changed, 24 insertions(+), 24 deletions(-)
commit 2c70beca9e76e4dc253453c556e6985ce59a3dd9
@@ -11615,8 +11999,8 @@ Date: Mon Jan 17 16:17:25 2011 +0100
Amend previous enum wrapping commit to remove redundant setting of
__info__ attribute.
- gi/module.py | 2 +-
- gi/types.py | 6 +++---
+ gi/module.py | 2 +-
+ gi/types.py | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
commit 6fbb6be5a5d0d9cd43e1504b8dda5aa75feb95ca
@@ -11625,7 +12009,7 @@ Date: Mon Jan 17 16:16:45 2011 +0100
pygi-convert.sh: Handle GdkPixbuf.InterpType
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit 66a5784f4ab5de5b6d8d51eb4ce869fa26f6a601
@@ -11643,9 +12027,9 @@ Date: Mon Jan 17 15:43:34 2011 +0100
enum from the GIMarshallingTests (updating gobject-introspection
will be required).
- gi/module.py | 2 +-
- gi/types.py | 2 ++
- tests/test_gi.py | 10 ++++++++++
+ gi/module.py | 2 +-
+ gi/types.py | 2 ++
+ tests/test_gi.py | 10 ++++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
commit da50d5620a42046d4fc905bb28a0890d73533cb1
@@ -11656,12 +12040,12 @@ Date: Mon Dec 13 18:03:51 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=637165
- gi/pygi-info.c | 4 +--
- gi/pygi-invoke.c | 72
- +++++++++++++++++++++++++++++++++++++++++-------------
- gi/pygi-invoke.h | 3 ++-
- gi/types.py | 28 ++++++++++++++++++++-
- tests/test_gi.py | 5 ++--
+ gi/pygi-info.c | 4 ++--
+ gi/pygi-invoke.c | 72
+ +++++++++++++++++++++++++++++++++++++++++++-------------
+ gi/pygi-invoke.h | 3 ++-
+ gi/types.py | 28 +++++++++++++++++++++-
+ tests/test_gi.py | 5 ++--
5 files changed, 89 insertions(+), 23 deletions(-)
commit 8ceef79c98a1c2e22ed8ab655ef1169f1763dd23
@@ -11686,18 +12070,18 @@ Date: Fri Dec 31 18:38:04 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=636656
- glib/glibmodule.c | 5 ++++-
- glib/pyglib-private.h | 3 +++
- glib/pyglib.c | 48
- +++--------------------------------------------
- glib/pygmaincontext.c | 22 ++++++++++++++++++++++
- glib/pygmaincontext.h | 2 +-
- glib/pygmainloop.c | 2 +-
- glib/pygoptioncontext.c | 21 +++++++++++++++++++++
- glib/pygoptioncontext.h | 2 ++
- glib/pygoptiongroup.c | 26 +++++++++++++++++++++++++
- glib/pygoptiongroup.h | 2 ++
- glib/pygsource.c | 2 +-
+ glib/glibmodule.c | 5 ++++-
+ glib/pyglib-private.h | 3 +++
+ glib/pyglib.c | 48
+ +++---------------------------------------------
+ glib/pygmaincontext.c | 22 ++++++++++++++++++++++
+ glib/pygmaincontext.h | 2 +-
+ glib/pygmainloop.c | 2 +-
+ glib/pygoptioncontext.c | 21 +++++++++++++++++++++
+ glib/pygoptioncontext.h | 2 ++
+ glib/pygoptiongroup.c | 26 ++++++++++++++++++++++++++
+ glib/pygoptiongroup.h | 2 ++
+ glib/pygsource.c | 2 +-
11 files changed, 86 insertions(+), 49 deletions(-)
commit 17caffe4eeefeaf33a56ececbc6c7454f60b9d76
@@ -11706,7 +12090,7 @@ Date: Mon Jan 17 14:51:26 2011 +0100
pygi-convert.sh: Handle Gdk.DragAction
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit aa390aa80f06ac83ec89e5c5ee143d21ace97917
@@ -11717,7 +12101,7 @@ Date: Mon Jan 17 14:46:58 2011 +0100
There are other GSettings.get_* functions like get_for_screen().
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2e6d5bb49425e6087ca61765ecb72e7a760f2ab2
@@ -11728,7 +12112,7 @@ Date: Mon Jan 17 11:22:46 2011 +0100
This particular affects dbus.mainloop.glib.*
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3887b030fc19d25e0cd7b4ed504f4ed23363c3d6
@@ -11739,7 +12123,7 @@ Date: Sun Jan 16 22:09:56 2011 +0100
Do not leak interface info in (g|s)_et_property.
- gi/pygi-property.c | 4 ++++
+ gi/pygi-property.c | 4 ++++
1 file changed, 4 insertions(+)
commit a4950b4cbb3c7567a8586061bb361adb7d9afb98
@@ -11750,7 +12134,7 @@ Date: Sun Jan 16 21:43:30 2011 +0100
Do not leak type_info in find_vfunc_info
- gi/gimodule.c | 10 +++++-----
+ gi/gimodule.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit d0cbcc45366d40702c69cef207d3c0f361260c02
@@ -11761,8 +12145,8 @@ Date: Sun Jan 16 12:16:31 2011 +0100
It is fairly common and even gtk itself still has attach_defaults.
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 4 ++++
2 files changed, 7 insertions(+)
commit 6409d659326bf3cefdf6051379e8bc2031f16733
@@ -11771,7 +12155,7 @@ Date: Sat Jan 15 11:20:23 2011 -0600
pygi-convert.sh: Convert Pango.WrapMode
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 6aaa6a38198e84a189ca1e8d26b1871d5b6bb711
@@ -11784,7 +12168,7 @@ Date: Sat Jan 15 11:17:09 2011 -0600
changing those,
just change module names which start with "gtk" or "gdk".
- pygi-convert.sh | 4 ++--
+ pygi-convert.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 9be0f1f2dfb89150faf1827ef482feea03645149
@@ -11793,10 +12177,10 @@ Date: Thu Jan 13 23:56:19 2011 -0500
[gi] implement aux arg handling for array lengths
- gi/pygi-argument.c | 8 ++++++++
- gi/pygi-cache.c | 36 ++++++++++++++++++++++++++++--------
- gi/pygi-cache.h | 1 -
- gi/pygi-invoke.c | 8 ++++++--
+ gi/pygi-argument.c | 8 ++++++++
+ gi/pygi-cache.c | 36 ++++++++++++++++++++++++++++--------
+ gi/pygi-cache.h | 1 -
+ gi/pygi-invoke.c | 8 ++++++--
4 files changed, 42 insertions(+), 11 deletions(-)
commit cfca2f0a53a5c29f543875ca4cb83a2e18d3bc72
@@ -11805,9 +12189,9 @@ Date: Thu Jan 13 21:07:25 2011 -0500
[gi] marshal in hashes
- gi/pygi-argument.c | 93 +++++++++++++++++++++++++++++++++++++--
- gi/pygi-cache.c | 122
- ++++++++++++++++++++++++++++++++++++----------------
+ gi/pygi-argument.c | 93 ++++++++++++++++++++++++++++++++++++++--
+ gi/pygi-cache.c | 122
+ +++++++++++++++++++++++++++++++++++++----------------
2 files changed, 176 insertions(+), 39 deletions(-)
commit c36fbf4918c8557a8e274a12004a412da3b22b2c
@@ -11828,8 +12212,8 @@ Date: Tue Jan 11 21:41:47 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639229
- gi/module.py | 28 +++++++++++++++++++++-------
- tests/test_everything.py | 18 ++++++++++++++++++
+ gi/module.py | 28 +++++++++++++++++++++-------
+ tests/test_everything.py | 18 ++++++++++++++++++
2 files changed, 39 insertions(+), 7 deletions(-)
commit 1679e6af3f212e4d4644e048dc3c6177ed3fac6b
@@ -11838,7 +12222,7 @@ Date: Thu Jan 13 00:02:20 2011 +0100
pygi-convert.sh: handle ReliefStyle
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit e9166ba5d19f2b586f65a3b83a671a5afd486d8f
@@ -11847,8 +12231,8 @@ Date: Wed Jan 12 16:50:30 2011 -0500
[gi] support for GList and GSList in
- gi/pygi-argument.c | 122
- +++++++++++++++++++++++++++++++++++++++++++++++++---
+ gi/pygi-argument.c | 122
+ ++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 116 insertions(+), 6 deletions(-)
commit 9baf3240fbac103823ad0feaaf1c82e46d276722
@@ -11857,9 +12241,9 @@ Date: Wed Jan 12 16:24:17 2011 -0500
[gi] handle allow_none for all args
- gi/pygi-cache.c | 3 ++-
- gi/pygi-cache.h | 1 +
- gi/pygi-invoke.c | 7 +++++++
+ gi/pygi-cache.c | 3 ++-
+ gi/pygi-cache.h | 1 +
+ gi/pygi-invoke.c | 7 +++++++
3 files changed, 10 insertions(+), 1 deletion(-)
commit d54d12c66226910952b0dc44c8d9514a7edaa6f2
@@ -11870,8 +12254,8 @@ Date: Wed Jan 12 16:23:02 2011 -0500
* get the correct item_size and pass the GArray data not the GArray
- gi/pygi-argument.c | 39 ++++++++++++++++++++++-----------------
- gi/pygi-cache.c | 3 ++-
+ gi/pygi-argument.c | 39 ++++++++++++++++++++++-----------------
+ gi/pygi-cache.c | 3 ++-
2 files changed, 24 insertions(+), 18 deletions(-)
commit 3b0eff80d2ee35e0417476f0a170b9e178e3d1ee
@@ -11880,11 +12264,11 @@ Date: Tue Jan 11 17:20:43 2011 -0500
[gi] implement out arg handling
- gi/pygi-argument.c | 43 +++++++++--------------------------
- gi/pygi-cache.c | 22 +++++++++++++-----
- gi/pygi-invoke-state-struct.h | 13 +++++++++++
- gi/pygi-invoke.c | 50
- +++++++++++++++++++++++++++++++++++++++--
+ gi/pygi-argument.c | 43 ++++++++++---------------------------
+ gi/pygi-cache.c | 22 ++++++++++++++-----
+ gi/pygi-invoke-state-struct.h | 13 +++++++++++
+ gi/pygi-invoke.c | 50
+ +++++++++++++++++++++++++++++++++++++++++--
4 files changed, 89 insertions(+), 39 deletions(-)
commit bd002c72675d35b5e60ab773181e7c36c30d2625
@@ -11893,7 +12277,7 @@ Date: Tue Jan 11 22:21:18 2011 +0100
setup.py: fix the provides keyword argument
- setup.py | 2 +-
+ setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 59dac72d0fa8e1d68bbbc13d76c2747f1cb11857
@@ -11902,7 +12286,7 @@ Date: Tue Jan 11 22:19:18 2011 +0100
setup.py: use the same spaces-less format for all setup() parameters
- setup.py | 8 ++++----
+ setup.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit c5c149be171895d292852df364541f14f0ec423a
@@ -11911,12 +12295,12 @@ Date: Tue Jan 11 15:39:09 2011 -0500
[gi] implemented return marshalling and started on out marshalling
- gi/pygi-argument.c | 387
- +++++++++++++++++++++++++++++++++++++++++++++++++++-
- gi/pygi-argument.h | 117 ++++++++++++++++
- gi/pygi-cache.c | 316 +++++++++++++++++++++++++++++++++++++++++-
- gi/pygi-cache.h | 8 +-
- gi/pygi-invoke.c | 12 +-
+ gi/pygi-argument.c | 387
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++-
+ gi/pygi-argument.h | 117 ++++++++++++++++
+ gi/pygi-cache.c | 316 ++++++++++++++++++++++++++++++++++++++++++-
+ gi/pygi-cache.h | 8 +-
+ gi/pygi-invoke.c | 12 +-
5 files changed, 829 insertions(+), 11 deletions(-)
commit 4fcca8518774ab89607196dfc52037e3da30ac8a
@@ -11925,11 +12309,11 @@ Date: Tue Jan 11 13:49:58 2011 -0500
[gi] flesh out interface in marshalling a bit more
- gi/pygi-argument.c | 74
- ++++++++++++++++++++++++++++++++++++++----------
- gi/pygi-cache.c | 79
- +++++++++++++++++++++++++++++++++++++++++-----------
- gi/pygi-cache.h | 1 +
+ gi/pygi-argument.c | 74
+ ++++++++++++++++++++++++++++++++++++++++----------
+ gi/pygi-cache.c | 79
+ ++++++++++++++++++++++++++++++++++++++++++------------
+ gi/pygi-cache.h | 1 +
3 files changed, 123 insertions(+), 31 deletions(-)
commit 4992dca9f5cea68d85eb2ed86105c9c6b8311d79
@@ -11949,7 +12333,7 @@ Date: Tue Jan 11 19:30:38 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639232
- gi/module.py | 9 +++++++++
+ gi/module.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit 2ffaec59e7349c145a0e2a5edba2ffb7d8628369
@@ -11960,7 +12344,7 @@ Date: Tue Jan 11 19:40:19 2011 +0100
Breaks marshalling of some types
- gi/module.py | 2 +-
+ gi/module.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 52a298cc0f05ceec96457f17f9a801e9838fb757
@@ -11981,7 +12365,7 @@ Date: Tue Jan 11 19:26:50 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=639229
- gi/module.py | 10 +++++++---
+ gi/module.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
commit 369a75ba5fb64ff7a7c95d21f8bfe359e639e9ff
@@ -11993,11 +12377,11 @@ Date: Mon Jan 10 17:55:03 2011 -0500
* also remove the PyGIArgCleanup sinature as GDestroyNotify works
just fine
- gi/pygi-argument.c | 15 +++--
- gi/pygi-cache.c | 182
- +++++++++++++++++++++++++++++++++++++++++++++++-----
- gi/pygi-cache.h | 1 -
- gi/pygi-invoke.c | 1 +
+ gi/pygi-argument.c | 15 +++--
+ gi/pygi-cache.c | 182
+ ++++++++++++++++++++++++++++++++++++++++++++++++-----
+ gi/pygi-cache.h | 1 -
+ gi/pygi-invoke.c | 1 +
4 files changed, 178 insertions(+), 21 deletions(-)
commit 88531c58d0491a31dd319387237a03df5c9edc07
@@ -12006,7 +12390,7 @@ Date: Mon Jan 10 15:33:56 2011 -0500
[gi] fix casting when marshaling a char to uint8
- gi/pygi-argument.c | 2 +-
+ gi/pygi-argument.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 441da4a7346ca059630dbc820c5b46e4d0222f4b
@@ -12020,15 +12404,15 @@ Date: Mon Jan 10 15:07:16 2011 -0500
complex
in types
- gi/Makefile.am | 1 +
- gi/pygi-argument.c | 60 +++++++++--------
- gi/pygi-argument.h | 60 ++++++++---------
- gi/pygi-cache.h | 6 +-
- gi/pygi-invoke-state-struct.h | 26 +++++++
- gi/pygi-invoke.c | 149
- +++++++++++++++++++++++++++++++----------
- gi/pygi-invoke.h | 2 +-
- gi/pygi-private.h | 1 +
+ gi/Makefile.am | 1 +
+ gi/pygi-argument.c | 60 +++++++++--------
+ gi/pygi-argument.h | 60 ++++++++---------
+ gi/pygi-cache.h | 6 +-
+ gi/pygi-invoke-state-struct.h | 26 ++++++++
+ gi/pygi-invoke.c | 149
+ ++++++++++++++++++++++++++++++++----------
+ gi/pygi-invoke.h | 2 +-
+ gi/pygi-private.h | 1 +
8 files changed, 208 insertions(+), 97 deletions(-)
commit f32b1f494aa5d09b9b198f607722c819c6bbd808
@@ -12040,11 +12424,11 @@ Date: Sun Jan 9 19:37:55 2011 -0500
* caching stage is hooked up but not used yet
* throws exceptions for everything that can not be cached yet
- gi/pygi-cache.c | 59
- ++++++++++++++++++++++++++++++++++++++++++------------
- gi/pygi-info.c | 3 +++
- gi/pygi-invoke.c | 5 +++++
- gi/pygi.h | 2 ++
+ gi/pygi-cache.c | 59
+ +++++++++++++++++++++++++++++++++++++++++++-------------
+ gi/pygi-info.c | 3 +++
+ gi/pygi-invoke.c | 5 +++++
+ gi/pygi.h | 2 ++
4 files changed, 56 insertions(+), 13 deletions(-)
commit c2bf1d4d9cf2e9f8e313528fe717f6279dad5da1
@@ -12053,7 +12437,7 @@ Date: Sun Jan 9 18:05:31 2011 -0500
[gi] fix some function names
- gi/pygi-cache.c | 5 ++---
+ gi/pygi-cache.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
commit 2ec4230a5180f048c26c2e4234b2a098d42f030b
@@ -12062,10 +12446,10 @@ Date: Sun Jan 9 15:58:06 2011 -0500
[gi] refactor cache structs so they inherit from ArgCache
- gi/pygi-argument.c | 122 ++++++++++---------
- gi/pygi-cache.c | 344
- ++++++++++++++++++++++++++++------------------------
- gi/pygi-cache.h | 50 ++++----
+ gi/pygi-argument.c | 122 +++++++++----------
+ gi/pygi-cache.c | 344
+ +++++++++++++++++++++++++++++------------------------
+ gi/pygi-cache.h | 50 ++++----
3 files changed, 273 insertions(+), 243 deletions(-)
commit f4cdf0c0321285da015686fcb7115bd91bfd5c7c
@@ -12075,13 +12459,13 @@ Date: Sat Jan 8 20:45:11 2011 -0500
[gi]fix cache compile error - now compiles but cache still not
hooked up
- gi/Makefile.am | 2 +
- gi/pygi-argument.c | 100 +++++++++++++++---------------
- gi/pygi-argument.h | 174
- +++++++++++++++++++++++++++++++++++++++++++---------
- gi/pygi-cache.c | 169
- +++++++++++++++++++++++++-------------------------
- gi/pygi-cache.h | 25 ++++----
+ gi/Makefile.am | 2 +
+ gi/pygi-argument.c | 100 +++++++++++++++---------------
+ gi/pygi-argument.h | 174
+ ++++++++++++++++++++++++++++++++++++++++++++---------
+ gi/pygi-cache.c | 169
+ +++++++++++++++++++++++++--------------------------
+ gi/pygi-cache.h | 25 ++++----
5 files changed, 293 insertions(+), 177 deletions(-)
commit 5f8f3044dd8085b2e8ce0bf70e9d52f05abf909d
@@ -12095,10 +12479,10 @@ Date: Sat Jan 8 19:10:29 2011 -0500
for geneating marshalling caches for container items, not just
arguments
- gi/pygi-argument.c | 76 ++++++++++++++++-
- gi/pygi-cache.c | 242
- ++++++++++++++++++++++------------------------------
- gi/pygi-cache.h | 4 +-
+ gi/pygi-argument.c | 76 ++++++++++++++++-
+ gi/pygi-cache.c | 242
+ ++++++++++++++++++++++-------------------------------
+ gi/pygi-cache.h | 4 +-
3 files changed, 175 insertions(+), 147 deletions(-)
commit 202a268db7f98f5a3c525c6e65ec4bff1917257e
@@ -12109,7 +12493,7 @@ Date: Sat Jan 8 02:19:52 2011 +0000
Needed for G_TYPE_CONVERTER_FLAGS and others.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c3aa36151fdef9ed9884d93114786bbe86387983
@@ -12118,7 +12502,7 @@ Date: Fri Jan 7 12:58:11 2011 +0100
Add test for incorrect attributes in Gdk.Event
- tests/test_overrides.py | 4 ++++
+ tests/test_overrides.py | 4 ++++
1 file changed, 4 insertions(+)
commit 204b45c7e95eb50d9e3843127fb10e13b1b17fee
@@ -12141,7 +12525,7 @@ Date: Sun Jan 2 19:25:55 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=638523
- gi/overrides/Gdk.py | 2 +-
+ gi/overrides/Gdk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 6cf298ca5565d0eb99824f050ff47407e50a5c01
@@ -12152,7 +12536,7 @@ Date: Fri Jan 7 09:08:31 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=638847
- gi/pygi-closure.c | 3 +++
+ gi/pygi-closure.c | 3 +++
1 file changed, 3 insertions(+)
commit 1be76d5e006efa24598ff7bf26153660dbe0a890
@@ -12163,7 +12547,7 @@ Date: Fri Jan 7 09:07:35 2011 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=638847
- gi/pygi-argument.c | 1 +
+ gi/pygi-argument.c | 1 +
1 file changed, 1 insertion(+)
commit 43849c51391fc9cd239697065c3d40fa02fb6783
@@ -12172,8 +12556,8 @@ Date: Thu Jan 6 17:30:14 2011 -0500
whitespace fixes
- gi/pygi-cache.c | 24 ++++++++++++------------
- gi/pygi-cache.h | 42 +++++++++++++++++++++---------------------
+ gi/pygi-cache.c | 24 ++++++++++++------------
+ gi/pygi-cache.h | 42 +++++++++++++++++++++---------------------
2 files changed, 33 insertions(+), 33 deletions(-)
commit 8b5b3d2bbbbdf5d26c83e9a6fe67121cbd77ebe1
@@ -12184,11 +12568,11 @@ Date: Thu Jan 6 17:29:00 2011 -0500
* still doesn't compile
- gi/pygi-argument.c | 708
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-argument.h | 35 ++-
- gi/pygi-cache.c | 82 ++++--
- gi/pygi-cache.h | 41 ++-
+ gi/pygi-argument.c | 708
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-argument.h | 35 ++-
+ gi/pygi-cache.c | 82 +++++--
+ gi/pygi-cache.h | 41 +++-
4 files changed, 832 insertions(+), 34 deletions(-)
commit f554cf62848104d31518138ae85bc51acaafda67
@@ -12200,9 +12584,9 @@ Date: Tue Jan 4 18:49:53 2011 -0500
* this does not compile and is not hooked up to the build system
* lays out the caching data structures and some skeleton functions
- gi/pygi-cache.c | 480
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-cache.h | 104 ++++++++++++
+ gi/pygi-cache.c | 480
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-cache.h | 104 ++++++++++++
2 files changed, 584 insertions(+)
commit 8d5a7857876669f56bb03bf618bcfdcc290721c0
@@ -12213,8 +12597,8 @@ Date: Wed Dec 22 12:34:10 2010 -0800
https://bugzilla.gnome.org/show_bug.cgi?id=637832
- gi/pygi-closure.c | 66
- +++++++++++++++++++++++++++++++++++++++++++++--------
+ gi/pygi-closure.c | 66
+ ++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 56 insertions(+), 10 deletions(-)
commit f14976ffabec28f6cafe1e37dc81d207a947d4ca
@@ -12223,7 +12607,7 @@ Date: Tue Dec 28 18:34:25 2010 +0100
Fix stupid name clash
- gi/module.py | 7 +++++--
+ gi/module.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 01b2a193d403beb861eab524300b4f1af63157ce
@@ -12232,7 +12616,7 @@ Date: Tue Dec 28 13:49:18 2010 +0100
Add /usr/share to XDG_DATA_DIRS when running the tests
- tests/Makefile.am | 7 ++++++-
+ tests/Makefile.am | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit efc186f692f9eac781cc47456be74a3da7f14dcd
@@ -12241,7 +12625,7 @@ Date: Tue Dec 28 13:25:34 2010 +0100
Comment out tests that require SRV lookups
- tests/test_gresolver.py | 5 ++++-
+ tests/test_gresolver.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit d2462cc1ab51d76fb4625c47c3d34de1d5d0dee8
@@ -12250,9 +12634,9 @@ Date: Tue Dec 28 13:00:16 2010 +0100
Use suppresion file when running valgrind
- tests/Makefile.am | 2 +-
- tests/python.supp | 387
- +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/Makefile.am | 2 +-
+ tests/python.supp | 387
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 388 insertions(+), 1 deletion(-)
commit 0ee58113ecbea72784c52de928c041fc8fc88984
@@ -12261,12 +12645,12 @@ Date: Thu Dec 23 00:10:41 2010 +0100
Fix warnings.
- gi/pygi-argument.c | 16 +++++++---------
- gi/pygi-foreign-cairo.c | 13 ++-----------
- gio/gfile.override | 5 ++---
- glib/pyglib-python-compat.h | 3 +++
- glib/pyglib.c | 2 +-
- glib/pygmainloop.c | 3 ++-
+ gi/pygi-argument.c | 16 +++++++---------
+ gi/pygi-foreign-cairo.c | 13 ++-----------
+ gio/gfile.override | 5 ++---
+ glib/pyglib-python-compat.h | 3 +++
+ glib/pyglib.c | 2 +-
+ glib/pygmainloop.c | 3 ++-
6 files changed, 17 insertions(+), 25 deletions(-)
commit 78ea84cd91392400ebac5a361ef8793bfe928fd0
@@ -12277,8 +12661,8 @@ Date: Sun Dec 19 23:10:57 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=637615
- gi/overrides/Gtk.py | 12 ++++++------
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 12 ++++++------
+ tests/test_overrides.py | 6 ++++++
2 files changed, 12 insertions(+), 6 deletions(-)
commit 046cc5915286e042d1040271a90676b77632409e
@@ -12297,8 +12681,8 @@ Date: Thu Dec 16 15:41:10 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=620579
- gobject/pygtype.c | 35 ++++++++++++++++++++++++++---------
- tests/test_properties.py | 16 ++++++++++++++++
+ gobject/pygtype.c | 35 ++++++++++++++++++++++++++---------
+ tests/test_properties.py | 16 ++++++++++++++++
2 files changed, 42 insertions(+), 9 deletions(-)
commit 7aa783d5cd674f34da318f826bd5f4a0e09d24cb
@@ -12308,7 +12692,7 @@ Date: Tue Dec 14 12:29:54 2010 +0100
dsextras.py: check if gcc is there when platform is win32 and compiler
is mingw32
- dsextras.py | 6 ++++++
+ dsextras.py | 6 ++++++
1 file changed, 6 insertions(+)
commit cebf5f09a6c5018ced64f35e7747fc81b93b823e
@@ -12317,7 +12701,7 @@ Date: Tue Dec 14 12:29:01 2010 +0100
dsextras.py: be consistent in how distutils imports are done
- dsextras.py | 6 +++---
+ dsextras.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 35e590d48c78f2e76c47c2b4eaf0f7e8d1ed5c93
@@ -12326,7 +12710,7 @@ Date: Tue Dec 14 12:25:07 2010 +0100
dsextras.py: add have_gcc() function
- dsextras.py | 5 +++++
+ dsextras.py | 5 +++++
1 file changed, 5 insertions(+)
commit 637c2c287cfb0e89365026531c651111f5593ac7
@@ -12335,7 +12719,7 @@ Date: Tue Dec 14 12:24:41 2010 +0100
dsextras.py: use distutils.spawn.find_executable for have_pkgconfig()
- dsextras.py | 8 ++------
+ dsextras.py | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
commit 020d00bc0ce7b77006b4d4f42d63122d79bcbf89
@@ -12344,7 +12728,7 @@ Date: Tue Dec 14 12:22:54 2010 +0100
setup.py: fix another case of use True/False instead of 1/0
- setup.py | 2 +-
+ setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b03cc9e0d66d8caea3cd6a63db198c43de9267e9
@@ -12353,7 +12737,7 @@ Date: Mon Dec 13 10:21:52 2010 +0100
pygi-convert.sh: improve GtkSourceView conversion
- pygi-convert.sh | 7 +++++++
+ pygi-convert.sh | 7 +++++++
1 file changed, 7 insertions(+)
commit fbc12cd7c09a67de9e28b7b0b28de9dc0e0e3418
@@ -12362,7 +12746,7 @@ Date: Mon Dec 13 10:27:56 2010 +0100
pygi-convert.sh: Gtk.DialogFlags conversion
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 73e933d2429aea4d14e15350a538da1c5c3f71eb
@@ -12379,7 +12763,7 @@ Date: Sun Dec 12 20:38:46 2010 -0500
Thanks to Krzesimir Nowak for suggesting this in a gtksourceviewmm
recent commit.
- codegen/docextract_to_xml.py | 2 +-
+ codegen/docextract_to_xml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit db7ffa75b007074cb6b33b547c6d8140da300a3e
@@ -12388,7 +12772,7 @@ Date: Mon Dec 13 00:17:26 2010 +0100
pygi-convert.sh: add more Gtk conversions and sort
- pygi-convert.sh | 50 ++++++++++++++++++++++++++------------------------
+ pygi-convert.sh | 50 ++++++++++++++++++++++++++------------------------
1 file changed, 26 insertions(+), 24 deletions(-)
commit f4bfe73d0ccedf7f671d3acd6d9e262d5383b733
@@ -12397,7 +12781,7 @@ Date: Mon Dec 13 00:01:40 2010 +0100
pygi-convert.sh: convert Atk
- pygi-convert.sh | 12 ++++++++++++
+ pygi-convert.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit e55ce3667eb1d352bf96f265bf018ffe8aea75f9
@@ -12406,7 +12790,7 @@ Date: Sun Dec 12 23:48:48 2010 +0100
pygi-convert.sh: convert a few more Gio types
- pygi-convert.sh | 9 +++++++++
+ pygi-convert.sh | 9 +++++++++
1 file changed, 9 insertions(+)
commit acc9f84bc6e13d76c6516cefe393d4a4f868aa24
@@ -12415,7 +12799,7 @@ Date: Sun Dec 12 14:19:00 2010 +0100
pygi-convert.sh: more GLib conversion
- pygi-convert.sh | 7 +++++++
+ pygi-convert.sh | 7 +++++++
1 file changed, 7 insertions(+)
commit c903390814bebdc62d530472f6f94feecc59b8b3
@@ -12424,7 +12808,7 @@ Date: Sun Dec 12 14:00:34 2010 +0100
pygi-convert.sh: remove two cases handled by overrides
- pygi-convert.sh | 2 --
+ pygi-convert.sh | 2 --
1 file changed, 2 deletions(-)
commit d33c987e505ec8ddffa2b8cb5526f05b9b5f62be
@@ -12433,8 +12817,8 @@ Date: Sun Dec 12 13:38:56 2010 +0100
Override Gtk.ScrolledWindow constructor
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 7 +++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 7 +++++++
2 files changed, 14 insertions(+)
commit 1c24bb089fcd69e3104ae72a0e7560a8c5a3f05b
@@ -12443,7 +12827,7 @@ Date: Sun Dec 12 12:32:39 2010 +0100
pygi-convert.sh: Fix 'find' syntax
- pygi-convert.sh | 2 +-
+ pygi-convert.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f0a1d6b6bb53d0fa2788d8b9027d737b0aef8dfc
@@ -12452,7 +12836,7 @@ Date: Sun Dec 12 12:29:38 2010 +0100
pygi-convert.sh: start handling Gio and GLib
- pygi-convert.sh | 8 ++++++++
+ pygi-convert.sh | 8 ++++++++
1 file changed, 8 insertions(+)
commit 365bf3251af3498dc797a58cce071805451b49b1
@@ -12461,7 +12845,7 @@ Date: Sat Dec 11 23:05:31 2010 +0100
pygi-convert.sh: convert Gdk.ScrollDirection.
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit bca603de0f217fb290189a0ea330f82961c46d5d
@@ -12474,8 +12858,8 @@ Date: Sat Dec 11 15:03:21 2010 +0100
not a
gobject property so we need to jump through some oops.
- gi/overrides/Pango.py | 13 +++++++++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Pango.py | 13 +++++++++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 19 insertions(+)
commit df233301802e3f7f9ce338cde015ca2a2fc648ab
@@ -12486,7 +12870,7 @@ Date: Sat Dec 11 14:18:53 2010 +0100
It is now properly handled by an override.
- pygi-convert.sh | 1 -
+ pygi-convert.sh | 1 -
1 file changed, 1 deletion(-)
commit d8abcc9463542af9cd43d71849d0ad4c183b570b
@@ -12495,8 +12879,8 @@ Date: Fri Dec 10 14:05:20 2010 +0100
Override GtkAction and GtkRadioAction constructors.
- gi/overrides/Gtk.py | 20 +++++++++++++++++---
- tests/test_overrides.py | 18 ++++++++++++++++++
+ gi/overrides/Gtk.py | 20 +++++++++++++++++---
+ tests/test_overrides.py | 18 ++++++++++++++++++
2 files changed, 35 insertions(+), 3 deletions(-)
commit 7924b18a99a0680c04aca46be4b64a7aa507dfe5
@@ -12507,8 +12891,8 @@ Date: Sat Dec 4 22:13:28 2010 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=636486
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 9 +++++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 9 +++++++++
2 files changed, 16 insertions(+)
commit e76352dd83c8706e68ad57d00d185da9afea99c4
@@ -12517,8 +12901,8 @@ Date: Thu Dec 9 13:23:10 2010 -0500
add secondary_text apis to MessageDialog
- gi/overrides/Gtk.py | 8 ++++++++
- tests/test_overrides.py | 8 ++++++++
+ gi/overrides/Gtk.py | 8 ++++++++
+ tests/test_overrides.py | 8 ++++++++
2 files changed, 16 insertions(+)
commit de682b2d36c362140ab7d43c0743b01ec0865a74
@@ -12527,7 +12911,7 @@ Date: Wed Dec 8 16:39:27 2010 -0500
[gi] get rid of some debug prints and fix error messages
- gi/overrides/Gtk.py | 7 +++----
+ gi/overrides/Gtk.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit dbb16571803bf51f497768bf80944514f4290ee5
@@ -12536,7 +12920,7 @@ Date: Wed Dec 8 18:25:15 2010 +0100
Fix demo for override changes.
- demos/gtk-demo/gtk-demo.py | 5 +++--
+ demos/gtk-demo/gtk-demo.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit 2adcd95762944a4e27123093d3c8d080e49be1ea
@@ -12545,11 +12929,10 @@ Date: Wed Dec 8 18:06:01 2010 +0100
Override Pango.FontDescription.
- demos/gtk-demo/gtk-demo.py | 2 +-
- gi/overrides/Makefile.am | 1 +
- gi/overrides/Pango.py | 40
- ++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 7 +++++++
+ demos/gtk-demo/gtk-demo.py | 2 +-
+ gi/overrides/Makefile.am | 1 +
+ gi/overrides/Pango.py | 40 ++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 7 +++++++
4 files changed, 49 insertions(+), 1 deletion(-)
commit 769da968c9187414d0420412d8fb8c833d12042a
@@ -12563,9 +12946,9 @@ Date: Wed Dec 8 17:38:11 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=619606
- gi/gimodule.c | 4 +++-
- gi/types.py | 12 ++----------
- tests/test_gi.py | 10 ----------
+ gi/gimodule.c | 4 +++-
+ gi/types.py | 12 ++----------
+ tests/test_gi.py | 10 ----------
3 files changed, 5 insertions(+), 21 deletions(-)
commit 167a01c46b3fa0b3c8339502c875d32bd2bca974
@@ -12574,7 +12957,7 @@ Date: Wed Dec 8 17:37:00 2010 +0100
Fix usage of TreeIter api that is now an override.
- demos/gtk-demo/gtk-demo.py | 6 +++---
+ demos/gtk-demo/gtk-demo.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit d2cfd6e9250d40de7c715ac74e299deddf137683
@@ -12587,7 +12970,7 @@ Date: Wed Dec 8 17:34:54 2010 +0100
end up up with two 'label' in the kwds dict. Besides 'str' is a
reserved keyword.
- gi/overrides/Gtk.py | 4 ++--
+ gi/overrides/Gtk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit c0c684c9bb4e2bc08d7cb6ac246705e8a3b77656
@@ -12596,7 +12979,7 @@ Date: Wed Dec 8 14:16:39 2010 +0100
Fix typo when raising an exception
- gi/types.py | 2 +-
+ gi/types.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 88c9a3ad49d9fcf779c3523672d8bf4767910301
@@ -12605,7 +12988,7 @@ Date: Wed Dec 8 10:46:27 2010 +0100
pygi-convert.sh: Added more conversions
- pygi-convert.sh | 14 ++++++++++++++
+ pygi-convert.sh | 14 ++++++++++++++
1 file changed, 14 insertions(+)
commit 4d8d96326b2cac91e6d75e6601b92e202d1918ff
@@ -12614,8 +12997,8 @@ Date: Tue Dec 7 20:39:15 2010 +0100
Override LinkButton constructor to make 'uri' mandatory
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 13 insertions(+)
commit f4f7fb35af1b41598dc050f5df155a01c370a920
@@ -12624,8 +13007,8 @@ Date: Sat Dec 4 19:19:19 2010 +0600
Container should be iterable.
- gi/overrides/Gtk.py | 9 +++++++++
- tests/test_overrides.py | 6 +++++-
+ gi/overrides/Gtk.py | 9 +++++++++
+ tests/test_overrides.py | 6 +++++-
2 files changed, 14 insertions(+), 1 deletion(-)
commit d2ad05d6d8d53b941e0ad33fcb200f1245a2d308
@@ -12634,7 +13017,7 @@ Date: Tue Dec 7 14:13:00 2010 +0100
No need to import Gdk
- gi/overrides/Gtk.py | 1 -
+ gi/overrides/Gtk.py | 1 -
1 file changed, 1 deletion(-)
commit b6a40badf0b2b59e690ce818efb03c7c816b8a04
@@ -12643,7 +13026,7 @@ Date: Tue Dec 7 14:07:53 2010 +0100
Remove semicolumns
- gi/overrides/Gtk.py | 7 +++----
+ gi/overrides/Gtk.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit cdc9c26553bf47ea488676e7bdc5f8ab0a2c906b
@@ -12653,7 +13036,7 @@ Date: Mon Dec 6 16:05:30 2010 -0500
[gi] make sure Gtk.Button override passes all keywords to parent
constructor
- gi/overrides/Gtk.py | 4 ++--
+ gi/overrides/Gtk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit cede81ad65db017e95543d8d35715751aa202fed
@@ -12662,7 +13045,7 @@ Date: Sun Dec 5 13:31:20 2010 +0100
Fix cut&paste error in the Label override
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 607c59b74ebbc1e39cb4121c870b689e1888c106
@@ -12671,7 +13054,7 @@ Date: Sat Dec 4 16:03:27 2010 +0100
pygi-convert.sh: handle TextWindowType
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit dfeabe0b68938e27da2e65903983b5113dc422f1
@@ -12680,8 +13063,8 @@ Date: Sat Dec 4 15:49:15 2010 +0100
Override Label constructor to behave like pygtk
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 4 ++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 4 ++++
2 files changed, 11 insertions(+)
commit da4e045e5abbed2796cc4ed39df35a0dde2de31b
@@ -12690,8 +13073,8 @@ Date: Sat Dec 4 15:40:35 2010 +0100
Override GtkTable constructor to behave like pygtk
- gi/overrides/Gtk.py | 7 +++++++
- tests/test_overrides.py | 12 ++++++++++++
+ gi/overrides/Gtk.py | 7 +++++++
+ tests/test_overrides.py | 12 ++++++++++++
2 files changed, 19 insertions(+)
commit 81452c23ab1befa59ff375692e582791432796a5
@@ -12700,7 +13083,7 @@ Date: Sat Dec 4 12:59:43 2010 +0100
pygi-convert.sh: convert MovementStep
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 4d097eea94258eda0c328711491fd456cbd6741b
@@ -12713,7 +13096,7 @@ Date: Sat Dec 4 11:57:02 2010 +0100
point we
shuld just clean up the old stuff.
- gi/overrides/Gdk.py | 22 ++++++++++++++++------
+ gi/overrides/Gdk.py | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
commit cda317195566711d66190145b545e26ed7226172
@@ -12731,8 +13114,8 @@ Date: Thu Dec 2 23:47:40 2010 -0200
https://bugzilla.gnome.org/show_bug.cgi?id=636336
- gi/overrides/Gtk.py | 5 ++++-
- gi/overrides/__init__.py | 27 +++++++++++++++++++++++++--
+ gi/overrides/Gtk.py | 5 ++++-
+ gi/overrides/__init__.py | 27 +++++++++++++++++++++++++--
2 files changed, 29 insertions(+), 3 deletions(-)
commit 82689cbf53d92b1b951a459fe3de0e1d3a91791a
@@ -12757,8 +13140,8 @@ Date: Thu Dec 2 16:27:04 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=635172
- gi/overrides/Gtk.py | 38 ++++++++++++++++++++++++++++++++++++--
- tests/test_overrides.py | 8 +++++++-
+ gi/overrides/Gtk.py | 38 ++++++++++++++++++++++++++++++++++++--
+ tests/test_overrides.py | 8 +++++++-
2 files changed, 43 insertions(+), 3 deletions(-)
commit 677490e9402bad7b7c2a832345ef54f7f0c5fc7f
@@ -12769,8 +13152,8 @@ Date: Fri Dec 3 23:39:50 2010 +0100
The "path" argument may also be a string or a tuple
- gi/overrides/Gtk.py | 10 ++++++++++
- tests/test_overrides.py | 29 +++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
+ tests/test_overrides.py | 29 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
commit dacfe618fa244445c979f1a5efa80c1f9a5a4ae9
@@ -12783,8 +13166,8 @@ Date: Fri Dec 3 23:29:00 2010 +0100
override __new__ and it will be useful for all the api that take a
TreePath or a string or a tuple.
- gi/overrides/Gtk.py | 33 +++++++++++++++------------------
- tests/test_overrides.py | 18 ++++++++++++++++++
+ gi/overrides/Gtk.py | 33 +++++++++++++++------------------
+ tests/test_overrides.py | 18 ++++++++++++++++++
2 files changed, 33 insertions(+), 18 deletions(-)
commit 7a8af9e220ee48aa28f6b025c5dae324b14fe128
@@ -12793,8 +13176,8 @@ Date: Sun Nov 28 13:02:30 2010 +0100
Override Container to behave like a sequence
- gi/overrides/Gtk.py | 6 ++++++
- tests/test_overrides.py | 11 +++++++++++
+ gi/overrides/Gtk.py | 6 ++++++
+ tests/test_overrides.py | 11 +++++++++++
2 files changed, 17 insertions(+)
commit 94e8befc935d4a6c7f766e34195e10fc3fb3b93a
@@ -12807,8 +13190,7 @@ Date: Tue Nov 30 16:57:05 2010 -0500
* this patch does the recursion using the previous patche's support
functions
- gi/types.py | 55
- +++++++++++++++++++++++++++++++++++++++++++++----------
+ gi/types.py | 55 +++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 45 insertions(+), 10 deletions(-)
commit 9c5aee4f06f92457f9ae987656c0c469f76d0ee8
@@ -12821,9 +13203,9 @@ Date: Thu Jul 22 23:19:51 2010 +1000
https://bugzilla.gnome.org/show_bug.cgi?id=625033
- gi/gimodule.c | 130
- +++++++++++++++++++++++++++++++++++++++---------------
- tests/test_gi.py | 37 ++++++++++++++++
+ gi/gimodule.c | 130
+ ++++++++++++++++++++++++++++++++++++++++---------------
+ tests/test_gi.py | 37 ++++++++++++++++
2 files changed, 131 insertions(+), 36 deletions(-)
commit 78358e1ab54d02317f397276adee03ecb2187588
@@ -12832,8 +13214,8 @@ Date: Mon Nov 29 18:29:57 2010 -0500
add a profiling torture test for when we fix up invoke
- tests/test_everything.py | 67
- ++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_everything.py | 67
+ ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
commit 792e679c06df4357843fd310c7953a931172fc99
@@ -12853,13 +13235,13 @@ Date: Mon Nov 29 16:41:38 2010 -0500
out if it
causes any issues with legacy modules and code
- gi/Makefile.am | 2 +-
- gi/overrides/Makefile.am | 2 +-
- gi/repository/Makefile.am | 2 +-
- glib/Makefile.am | 2 +-
- gobject/Makefile.am | 2 +-
- tests/test_gi.py | 2 --
- tests/test_overrides.py | 3 ---
+ gi/Makefile.am | 2 +-
+ gi/overrides/Makefile.am | 2 +-
+ gi/repository/Makefile.am | 2 +-
+ glib/Makefile.am | 2 +-
+ gobject/Makefile.am | 2 +-
+ tests/test_gi.py | 2 --
+ tests/test_overrides.py | 3 ---
7 files changed, 5 insertions(+), 10 deletions(-)
commit c587e1ace7429195ac6fd4db03d2f33e2af09838
@@ -12868,7 +13250,7 @@ Date: Mon Nov 29 15:11:46 2010 -0500
add test for inout argument count
- tests/test_gi.py | 1 +
+ tests/test_gi.py | 1 +
1 file changed, 1 insertion(+)
commit 5de88b4bcffdafcf8c7c20033cdf95dc690199ce
@@ -12879,8 +13261,8 @@ Date: Mon Nov 22 19:17:23 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=623615
- gi/pygi-argument.c | 27 ++++++++++++++++++++++++++-
- tests/test_everything.py | 17 +++++++++++++++--
+ gi/pygi-argument.c | 27 ++++++++++++++++++++++++++-
+ tests/test_everything.py | 17 +++++++++++++++--
2 files changed, 41 insertions(+), 3 deletions(-)
commit f129b3db2c78d3cce3614993fdd1619fb9eb9c79
@@ -12891,10 +13273,10 @@ Date: Sun Nov 21 12:16:53 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=623615
- gi/pygi-argument.c | 60
- ++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-info.c | 5 ++++
- tests/test_everything.py | 5 ++++
+ gi/pygi-argument.c | 60
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-info.c | 5 ++++
+ tests/test_everything.py | 5 ++++
3 files changed, 70 insertions(+)
commit fd2c0288eb67823fca1265348a27a9f8f147ae50
@@ -12903,7 +13285,7 @@ Date: Sat Nov 27 23:01:42 2010 +0100
pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._
- pygi-convert.sh | 1 +
+ pygi-convert.sh | 1 +
1 file changed, 1 insertion(+)
commit 13d0ff1d9c129bb458e234b630ebe920b50e2e0f
@@ -12912,7 +13294,7 @@ Date: Sat Nov 27 22:34:13 2010 +0100
pygi-convert.sh: handle "from gtk import gdk"
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit 63a97634031c3d159ad77fdaa1f6341d7656eb07
@@ -12921,7 +13303,7 @@ Date: Sat Nov 27 22:23:24 2010 +0100
pygi-convert.sh: add some Pango special cases
- pygi-convert.sh | 3 +++
+ pygi-convert.sh | 3 +++
1 file changed, 3 insertions(+)
commit 57e42bf4230d1aa20a47e3b0df2e509602333892
@@ -12932,8 +13314,8 @@ Date: Sat Nov 27 19:51:38 2010 +0100
Make the tag argument optional.
- gi/overrides/Gtk.py | 9 +++++++++
- tests/test_overrides.py | 17 +++++++++++++++++
+ gi/overrides/Gtk.py | 9 +++++++++
+ tests/test_overrides.py | 17 +++++++++++++++++
2 files changed, 26 insertions(+)
commit 828b698e47ee819a60d24a772a3cc51ff9cd6601
@@ -12942,8 +13324,8 @@ Date: Sat Nov 27 19:32:48 2010 +0100
Override TextBuffer.set_text() to make length optional
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 11 ++++++++++-
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 11 ++++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
commit bf55dc862755a57bb1b998702d284fc460e88a30
@@ -12954,8 +13336,8 @@ Date: Sat Nov 27 16:46:40 2010 +0100
Override create_mark to make the left_gravity argument optional
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 3 +++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 3 +++
2 files changed, 6 insertions(+)
commit 94c0e2f71636d055bdebe3ec378f3d339eea66c9
@@ -12966,8 +13348,8 @@ Date: Sat Nov 27 16:10:33 2010 +0100
Fix the override and add unit test
- gi/overrides/Gtk.py | 8 +++++---
- tests/test_overrides.py | 7 +++++++
+ gi/overrides/Gtk.py | 8 +++++---
+ tests/test_overrides.py | 7 +++++++
2 files changed, 12 insertions(+), 3 deletions(-)
commit 0cd717e3926276540b9145e58a4a3368136b00de
@@ -12977,7 +13359,7 @@ Date: Mon Nov 22 18:35:09 2010 -0500
[gi] fix ActionGroup constructor to allow other keyword properties
to be set
- gi/overrides/Gtk.py | 4 ++--
+ gi/overrides/Gtk.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 226777cdb70fc72d206664ffd8b6737f7239d23f
@@ -12986,8 +13368,8 @@ Date: Mon Nov 22 18:32:28 2010 -0500
[gi] require the name parameter when creatin a Gtk.ActionGroup
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 2 ++
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 2 ++
2 files changed, 5 insertions(+)
commit d0049fa9982d13b3553b05569fb0a227e48b6647
@@ -12998,8 +13380,8 @@ Date: Sun Nov 21 15:20:58 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=635437
- gi/overrides/Gtk.py | 3 +++
- tests/test_overrides.py | 34 +++++++++++++++++++++-------------
+ gi/overrides/Gtk.py | 3 +++
+ tests/test_overrides.py | 34 +++++++++++++++++++++-------------
2 files changed, 24 insertions(+), 13 deletions(-)
commit e1db544e46aeed984133896af34b671a6a5547df
@@ -13010,8 +13392,8 @@ Date: Sun Nov 21 23:03:25 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=635466
- gi/overrides/Gtk.py | 15 +++++++++++++++
- tests/test_overrides.py | 6 ++++++
+ gi/overrides/Gtk.py | 15 +++++++++++++++
+ tests/test_overrides.py | 6 ++++++
2 files changed, 21 insertions(+)
commit a5e806ad8a8b279402ff7adb1c1cdc04f9f3da76
@@ -13022,7 +13404,7 @@ Date: Sun Nov 21 21:57:40 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=635464
- gi/overrides/Gtk.py | 6 ++++++
+ gi/overrides/Gtk.py | 6 ++++++
1 file changed, 6 insertions(+)
commit 1c537bc67107948c92b51ba6ba749747e84263e2
@@ -13038,8 +13420,8 @@ Date: Mon Nov 22 15:04:00 2010 -0500
which
should be accepted by pycairo for any API that takes a rect
- gi/pygi-foreign-cairo.c | 85
- +++++++++++++++++++++++++++++++++++------------
+ gi/pygi-foreign-cairo.c | 85
+ +++++++++++++++++++++++++++++++++++++------------
1 file changed, 64 insertions(+), 21 deletions(-)
commit 4cede8f12321bed6c3b71813a62c01b61853ba69
@@ -13050,8 +13432,8 @@ Date: Fri Nov 19 16:46:53 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=627367
- gi/overrides/Gdk.py | 7 +++++++
- gi/overrides/Gtk.py | 25 +++++++++++++++++++++++++
+ gi/overrides/Gdk.py | 7 +++++++
+ gi/overrides/Gtk.py | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
commit 3fd51bb903724b752f72f49c7cb35652b819791d
@@ -13065,9 +13447,9 @@ Date: Fri Nov 19 16:44:32 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=627367
- gi/pygi-argument.c | 65
- ++++++++++++++++++++++++++++++++++++++++++----------
- tests/test_gi.py | 6 +++--
+ gi/pygi-argument.c | 65
+ ++++++++++++++++++++++++++++++++++++++++++++----------
+ tests/test_gi.py | 6 +++--
2 files changed, 57 insertions(+), 14 deletions(-)
commit 7ddb0f7fd8b1b9e8f691c6d42a83cb16c6561d26
@@ -13076,7 +13458,7 @@ Date: Fri Nov 19 18:19:38 2010 +0100
pygi-convert.sh: Add pynotify -> Notify
- pygi-convert.sh | 3 +++
+ pygi-convert.sh | 3 +++
1 file changed, 3 insertions(+)
commit bf03d4db03a7739ac16ddc4e614441557ede554d
@@ -13096,7 +13478,7 @@ Date: Fri Nov 19 09:08:07 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=635244
- pygi-convert.sh | 25 +++++--------------------
+ pygi-convert.sh | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)
commit 18f5d229d3a4b9520c1c456be2635c8e36015c12
@@ -13107,7 +13489,7 @@ Date: Fri Nov 19 09:00:35 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=635244
- pygi-convert.sh | 2 ++
+ pygi-convert.sh | 2 ++
1 file changed, 2 insertions(+)
commit ef74273c2043944708515e59a654ebe4944b46ff
@@ -13120,7 +13502,7 @@ Date: Thu Nov 18 13:54:48 2010 -0500
were entered
since they reside in an unordered hash internally
- tests/test_overrides.py | 9 +++++----
+ tests/test_overrides.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit 2c25886bf6710568d0646f82dce4770faa44c40d
@@ -13132,9 +13514,9 @@ Date: Wed Nov 17 14:38:09 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=620579
- gi/pygi-argument.c | 14 ++++++++++++--
- glib/pyglib-python-compat.h | 5 +++++
- tests/test_gi.py | 3 +++
+ gi/pygi-argument.c | 14 ++++++++++++--
+ glib/pyglib-python-compat.h | 5 +++++
+ tests/test_gi.py | 3 +++
3 files changed, 20 insertions(+), 2 deletions(-)
commit 8c2d32c8205b971b4353e3d5d2ed1efa6ef0e06c
@@ -13149,7 +13531,7 @@ Date: Fri Nov 12 10:20:32 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=634671
- gi/pygi-invoke.c | 25 ++++++++++++++-----------
+ gi/pygi-invoke.c | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
commit d9bab3b185bb59bd29e3c3f6225f3636f58ec45e
@@ -13158,8 +13540,8 @@ Date: Wed Nov 10 14:11:56 2010 -0500
update news for release
- NEWS | 73
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 73
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
commit 1338a95339e21cc02b9df6d10166996c8b97a6bf
@@ -13170,7 +13552,7 @@ Date: Tue Sep 28 13:44:13 2010 +1000
https://bugzilla.gnome.org/show_bug.cgi?id=625033
- gi/pygi-info.c | 29 +++++++++++++++++++++++++++++
+ gi/pygi-info.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
commit 9ce3edf69824935aeca9e676eaa9782786c22a97
@@ -13186,7 +13568,7 @@ Date: Tue Nov 9 22:57:41 2010 -0500
compile
without the forign structs
- gi/pygi-foreign-cairo.c | 4 ++++
+ gi/pygi-foreign-cairo.c | 4 ++++
1 file changed, 4 insertions(+)
commit 68b8211d8b014cf26ca7e9ab751fb3f61f228290
@@ -13211,9 +13593,9 @@ Date: Mon Oct 25 18:28:36 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=627545
- gi/pygi-foreign-cairo.c | 57
- +++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-invoke.c | 15 +++++++++++--
+ gi/pygi-foreign-cairo.c | 57
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-invoke.c | 15 +++++++++++--
2 files changed, 70 insertions(+), 2 deletions(-)
commit ce8b948310220288e9eef904eef4ec8f4e24a376
@@ -13222,8 +13604,8 @@ Date: Tue Nov 9 22:11:51 2010 -0500
[gi] add overrides to Gtk.Editable
- gi/overrides/Gtk.py | 17 +++++++++++++++++
- tests/test_overrides.py | 12 ++++++++++++
+ gi/overrides/Gtk.py | 17 +++++++++++++++++
+ tests/test_overrides.py | 12 ++++++++++++
2 files changed, 29 insertions(+)
commit 87dbc716f26cefc0e9427c3d6e8befe8eabd3d1e
@@ -13241,8 +13623,8 @@ Date: Tue Nov 9 21:12:54 2010 -0500
* this keeps the old way of checking vfuncs while adding the edge case
where vfunc is named differently from their invoker
- gi/pygi-info.c | 16 ++++++++++++++++
- gi/types.py | 2 +-
+ gi/pygi-info.c | 16 ++++++++++++++++
+ gi/types.py | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
commit 540e9f1f349ba3625e28b7673c92210eb8974098
@@ -13256,9 +13638,9 @@ Date: Tue Nov 9 12:17:05 2010 -0500
https://bugzilla.gnome.org/show_bug.cgi?id=634423
- gi/overrides/Gtk.py | 80
- ++++++++++++++++++++++++++++++++++++-----------
- tests/test_overrides.py | 53 ++++++++++++++++++++++++++++++-
+ gi/overrides/Gtk.py | 80
+ ++++++++++++++++++++++++++++++++++++++-----------
+ tests/test_overrides.py | 53 +++++++++++++++++++++++++++++++-
2 files changed, 114 insertions(+), 19 deletions(-)
commit 0bcb58b9541d9ae52e1d96e6239e9dbe0698872a
@@ -13268,7 +13650,7 @@ Date: Fri Nov 5 13:56:12 2010 -0400
fix dialogs overrides which were relying on broken inheritance
behavior
- gi/overrides/Gtk.py | 14 ++++++++++++--
+ gi/overrides/Gtk.py | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
commit 89c104d17d79d7b935cd76101cba19d49390f7be
@@ -13292,14 +13674,14 @@ Date: Thu Nov 4 12:00:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=633347
- gi/module.py | 12 +++++++++-
- gi/overrides/GIMarshallingTests.py | 2 +-
- gi/overrides/Gdk.py | 2 +-
- gi/overrides/Gtk.py | 2 +-
- gi/overrides/__init__.py | 43
- ++++++++++++++++++++++++++++++++++++
- gi/types.py | 8 -------
- tests/test_overrides.py | 27 ++++++++++++++++++++++
+ gi/module.py | 12 ++++++++++-
+ gi/overrides/GIMarshallingTests.py | 2 +-
+ gi/overrides/Gdk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
+ gi/overrides/__init__.py | 43
+ ++++++++++++++++++++++++++++++++++++++
+ gi/types.py | 8 -------
+ tests/test_overrides.py | 27 ++++++++++++++++++++++++
7 files changed, 84 insertions(+), 12 deletions(-)
commit 878b8f630acd2146bee364054acd45cd33eea37a
@@ -13315,7 +13697,7 @@ Date: Thu Nov 4 11:16:43 2010 +0100
setup.py: ease maintenance burden for tests installation
- setup.py | 23 +++--------------------
+ setup.py | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)
commit cdacaa9572893796e0f3aa3730d0191911cb29ee
@@ -13324,8 +13706,8 @@ Date: Wed Nov 3 09:51:09 2010 -0400
fix inheritence issues in overrides
- gi/overrides/Gtk.py | 79
- ++++++++++++++++++++++++++-------------------------
+ gi/overrides/Gtk.py | 79
+ +++++++++++++++++++++++++++--------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
commit 3d5955767d81f45e796ab2af0707533375681774
@@ -13336,8 +13718,8 @@ Date: Wed Nov 3 09:38:56 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- tests/runtests-windows.py | 47
- +++++++++++++++++++++++++++++++++++++++++++++
+ tests/runtests-windows.py | 47
+ +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
commit 8cb3f2e78161639c568110aad6a807dcf59f3ae8
@@ -13350,7 +13732,7 @@ Date: Wed Nov 3 09:35:52 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- pygobject_postinstall.py | 26 +++-----------------------
+ pygobject_postinstall.py | 26 +++-----------------------
1 file changed, 3 insertions(+), 23 deletions(-)
commit 63167574df53eb481cc11b6a097b2bfe7d5747f5
@@ -13361,7 +13743,7 @@ Date: Wed Nov 3 09:34:38 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- pygobject_postinstall.py | 35 +----------------------------------
+ pygobject_postinstall.py | 35 +----------------------------------
1 file changed, 1 insertion(+), 34 deletions(-)
commit f7b12611f94fd8c27fb67a03746c10149ce6e0ef
@@ -13372,7 +13754,7 @@ Date: Wed Nov 3 09:31:14 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 56 ++++++++++++++++++++++++++------------------------------
+ setup.py | 56 ++++++++++++++++++++++++++------------------------------
1 file changed, 26 insertions(+), 30 deletions(-)
commit a31b4196fbb4638a245430f2fdeafd7534b1d84d
@@ -13383,7 +13765,7 @@ Date: Wed Nov 3 09:28:36 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 61
+ setup.py | 61
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
@@ -13395,7 +13777,7 @@ Date: Wed Nov 3 09:26:59 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 3 +++
+ setup.py | 3 +++
1 file changed, 3 insertions(+)
commit 78533d851ee1314686f18cfa793613a9cf7d6686
@@ -13406,7 +13788,7 @@ Date: Wed Nov 3 09:25:56 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 25 +++++++++++++++++++++++++
+ setup.py | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
commit ad40688df533dda0b1f7be8ea37c542b8796a26b
@@ -13417,7 +13799,7 @@ Date: Wed Nov 3 09:24:45 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 3 +++
+ setup.py | 3 +++
1 file changed, 3 insertions(+)
commit 21ddfc66e4e18c002a33154eb4ab81170ed71ecc
@@ -13428,7 +13810,7 @@ Date: Wed Nov 3 09:23:05 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 37 ++++++++++++++++++++-----------------
+ setup.py | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
commit 7d353d04892de67265bf693f591f37fd393de639
@@ -13440,7 +13822,7 @@ Date: Wed Nov 3 09:18:11 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 18 ++++++++++--------
+ setup.py | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
commit 286364ed39953e942e24d5911519bcac2f90975a
@@ -13452,7 +13834,7 @@ Date: Wed Nov 3 09:05:59 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 29 +++++++++--------------------
+ setup.py | 29 +++++++++--------------------
1 file changed, 9 insertions(+), 20 deletions(-)
commit 3f70f92904c123e6cc40929c0affd3f75d061828
@@ -13463,7 +13845,7 @@ Date: Wed Nov 3 09:02:30 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- setup.py | 31 ++++++++++++++++++++++---------
+ setup.py | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
commit 9aa54b65f729c0f3b0e96ab7ff797f87dad6a455
@@ -13474,7 +13856,7 @@ Date: Wed Nov 3 08:58:00 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- README.win32 | 13 +++++--------
+ README.win32 | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
commit 5a33105f690ba84b2e4bb15d73d3467e92fa06e0
@@ -13485,8 +13867,8 @@ Date: Wed Nov 3 07:59:18 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 148
- +++++++++++++++++++++++++++++++++++++----------------------
+ dsextras.py | 148
+ ++++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 93 insertions(+), 55 deletions(-)
commit d03503d0412d173acb383926ab3c2d640dad3e3f
@@ -13497,7 +13879,7 @@ Date: Wed Nov 3 07:00:40 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 4 ++--
+ dsextras.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8c62968e9f8467e24870b8c4f61112676eef4630
@@ -13509,7 +13891,7 @@ Date: Wed Nov 3 06:56:32 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 15 ++++++---------
+ dsextras.py | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
commit b98277afc24886bbda400e0ad360992bffa77b7c
@@ -13520,7 +13902,7 @@ Date: Wed Nov 3 06:49:48 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 10 ++++++++++
+ dsextras.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit a565558652ebc3fa49d7aea40d399b06bbe376c4
@@ -13532,7 +13914,7 @@ Date: Wed Nov 3 06:45:05 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 4 ++--
+ dsextras.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 4b1ff0c7f9953f925d2178069263cca67ca7db02
@@ -13543,7 +13925,7 @@ Date: Wed Nov 3 06:44:21 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 25 +++++++++++++------------
+ dsextras.py | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
commit 819a21cea831c3892040390e9446b78a91d1cbbe
@@ -13554,7 +13936,7 @@ Date: Wed Nov 3 06:28:04 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- dsextras.py | 58
+ dsextras.py | 58
+++++++++++++++++++++++++++++++---------------------------
1 file changed, 31 insertions(+), 27 deletions(-)
@@ -13567,7 +13949,7 @@ Date: Wed Nov 3 06:16:21 2010 +0100
Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
- .gitignore | 7 +++++++
+ .gitignore | 7 +++++++
1 file changed, 7 insertions(+)
commit 268d6ed2b0b1d266c612da4453b6117d9e14437e
@@ -13576,7 +13958,7 @@ Date: Thu Oct 28 15:32:28 2010 -0400
[gi] add tests for calling dir on a dynamic module
- tests/test_gi.py | 24 ++++++++++++++++++++++++
+ tests/test_gi.py | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
commit f6386a6e0d225c83cdbe1add4c4d3ea51d3ec2f0
@@ -13587,7 +13969,7 @@ Date: Wed Oct 27 18:28:11 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=625093
- gi/module.py | 8 ++++++++
+ gi/module.py | 8 ++++++++
1 file changed, 8 insertions(+)
commit 28ed01c34c503cfb4f14fe7af7912060ca70aba6
@@ -13603,7 +13985,7 @@ Date: Mon Sep 20 23:10:14 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=629552
- gobject/pygpointer.c | 2 +-
+ gobject/pygpointer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1731f89e4b5a20c33976963e12a1f39a21d33fde
@@ -13616,7 +13998,7 @@ Date: Thu Oct 28 14:21:12 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=629042
- gi/pygi-invoke.c | 10 +++++++++-
+ gi/pygi-invoke.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
commit 783e2e351ec7470bda6b441e51f387dd61543c4b
@@ -13627,9 +14009,9 @@ Date: Fri Oct 15 14:30:10 2010 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=632185
- gi/pygi-info.c | 91
- +++++++++++++++++++++++++++++++++++++++++++++++---------
- gi/pygi-info.h | 7 +++++
+ gi/pygi-info.c | 91
+ +++++++++++++++++++++++++++++++++++++++++++++++++---------
+ gi/pygi-info.h | 7 +++++
2 files changed, 84 insertions(+), 14 deletions(-)
commit 2ca897273f52ae38f5e06e72c773a048e199eee5
@@ -13638,7 +14020,7 @@ Date: Thu Oct 28 13:49:15 2010 -0400
include Python.h so that PY_VERSION_HEX gets defined
- gi/pygi-foreign-cairo.c | 1 +
+ gi/pygi-foreign-cairo.c | 1 +
1 file changed, 1 insertion(+)
commit 8b28b1d713df33931e255600ab98feda37a8e02a
@@ -13648,7 +14030,7 @@ Date: Thu Oct 28 13:47:34 2010 -0400
[gi] make overrides work for python 3.x protocols and alias for
python 2.x
- gi/overrides/Gtk.py | 9 +++++++--
+ gi/overrides/Gtk.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit 3c09710d2f68af9c16ce39fd25656147656a486a
@@ -13657,7 +14039,7 @@ Date: Sat Oct 23 14:24:24 2010 +0200
Override Gtk.Widget.translate_coordinates to not return success value
- gi/overrides/Gtk.py | 11 +++++++++++
+ gi/overrides/Gtk.py | 11 +++++++++++
1 file changed, 11 insertions(+)
commit 9d4443b3de8c327d8645ddde0a7a6dc5b977d7b4
@@ -13667,7 +14049,7 @@ Date: Sat Oct 23 14:22:36 2010 +0200
Override Gtk.TreeViewColumn.cell_get_position to not return success
value
- gi/overrides/Gtk.py | 5 +++++
+ gi/overrides/Gtk.py | 5 +++++
1 file changed, 5 insertions(+)
commit 6679d39ace06294e98f9d6fc911ed6fb27656010
@@ -13677,7 +14059,7 @@ Date: Sat Oct 23 14:21:36 2010 +0200
Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to
not return success value
- gi/overrides/Gtk.py | 15 +++++++++++++++
+ gi/overrides/Gtk.py | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 80b1b266fa68a5c67106871502017166628f71e4
@@ -13687,7 +14069,7 @@ Date: Sat Oct 23 14:20:38 2010 +0200
Override Gtk.TreeSortable.get_sort_column_id to not return success
value
- gi/overrides/Gtk.py | 12 ++++++++++++
+ gi/overrides/Gtk.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit 17cd0fb3a2d2ca0c6109c41727ba0b8c42217cd5
@@ -13697,7 +14079,7 @@ Date: Sat Oct 23 14:19:20 2010 +0200
Override forward_search and backward_search of Gtk.TextIter to not
return success value
- gi/overrides/Gtk.py | 15 +++++++++++++++
+ gi/overrides/Gtk.py | 15 +++++++++++++++
1 file changed, 15 insertions(+)
commit 95c86fa31da3d2fe84db0e2b5bc2a6dc896c9223
@@ -13707,7 +14089,7 @@ Date: Sat Oct 23 14:18:09 2010 +0200
Override Gtk.TextBuffer.get_selection_bounds to not return success
value
- gi/overrides/Gtk.py | 5 +++++
+ gi/overrides/Gtk.py | 5 +++++
1 file changed, 5 insertions(+)
commit da6d87460b9392c29d025a7eed9249fb604204bc
@@ -13717,7 +14099,7 @@ Date: Sat Oct 23 14:17:04 2010 +0200
Override Gtk.RecentInfo.get_application_info to not return success
value
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 0ed2e8772bdc405b0d0c7e0b2803e0e141abcb6a
@@ -13726,7 +14108,7 @@ Date: Sat Oct 23 14:16:21 2010 +0200
Override Gtk.IMContext.get_surrounding to not return success value
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit b85b445f15421209c0b4adf676d7c8218d6437c5
@@ -13736,7 +14118,7 @@ Date: Sat Oct 23 14:15:24 2010 +0200
Override get_item_at_pos, get_visible_range, get_dest_item_at_pos
of Gtk.IconView to not return success value
- gi/overrides/Gtk.py | 19 +++++++++++++++++++
+ gi/overrides/Gtk.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit 684d716192d58c972083e579e909bcd97f8a5025
@@ -13745,7 +14127,7 @@ Date: Sat Oct 23 14:13:47 2010 +0200
Override Gtk.Container.get_focus_chain to not return success value
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit 8ec830c57fafbfe50d9619c6caba3cb95a00d688
@@ -13754,7 +14136,7 @@ Date: Sat Oct 23 14:12:44 2010 +0200
Override Gtk.ComboBox.get_active_iter to not return success value
- gi/overrides/Gtk.py | 10 ++++++++++
+ gi/overrides/Gtk.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit b483852904468722230903989e3451c7c6a24c0f
@@ -13774,14 +14156,14 @@ Date: Tue Oct 12 12:18:33 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=622987
- gi/pygi-argument.c | 17 ++++++---------
- gobject/gobjectmodule.c | 4 ++--
- gobject/pygobject-private.h | 1 +
- gobject/pygobject.h | 2 ++
- gobject/pygtype.c | 37 ++++++++++++++++++++++++++++----
- tests/test_gi.py | 1 -
- tests/test_overrides.py | 50
- +++++++++++++++++++++++++++++++++++++++----
+ gi/pygi-argument.c | 17 ++++++---------
+ gobject/gobjectmodule.c | 4 ++--
+ gobject/pygobject-private.h | 1 +
+ gobject/pygobject.h | 2 ++
+ gobject/pygtype.c | 37 +++++++++++++++++++++++++++++----
+ tests/test_gi.py | 1 -
+ tests/test_overrides.py | 50
+ +++++++++++++++++++++++++++++++++++++++++----
7 files changed, 90 insertions(+), 22 deletions(-)
commit 8c87d622dcc6d76a981edfc5818fe67bb2e114e2
@@ -13790,7 +14172,7 @@ Date: Fri Oct 22 13:28:31 2010 +1300
Shortcut removal is not needed on post-uninstall
- pygobject_postinstall.py | 14 ++------------
+ pygobject_postinstall.py | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
commit a3ed97fe6f80548801739fe6b72771b9eb6d93f7
@@ -13799,7 +14181,7 @@ Date: Thu Oct 21 13:25:35 2010 +1300
Disable shortcut creation in windows installer
- pygobject_postinstall.py | 2 +-
+ pygobject_postinstall.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a3d6212b0abccef58f05d454c091936776413d98
@@ -13810,9 +14192,9 @@ Date: Thu Oct 7 11:43:27 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=631634
- gi/overrides/Gtk.py | 94
- ++++++++++++++++++++++++++++++++++++++++++++---
- tests/test_overrides.py | 64 +++++++++++++++++++++++++++++++-
+ gi/overrides/Gtk.py | 94
+ +++++++++++++++++++++++++++++++++++++++++++++----
+ tests/test_overrides.py | 64 ++++++++++++++++++++++++++++++++-
2 files changed, 151 insertions(+), 7 deletions(-)
commit a87e3ba64b54e6df0b5b96af47c34e3be790b58f
@@ -13840,9 +14222,9 @@ Date: Thu Oct 7 19:37:53 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=631547
- gi/overrides/Gtk.py | 195
- +++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 160 ++++++++++++++++++++++++++++++++++++--
+ gi/overrides/Gtk.py | 195
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 160 +++++++++++++++++++++++++++++++++++++--
2 files changed, 349 insertions(+), 6 deletions(-)
commit acfcc29af727fb67d0dfbbcc7cc14963ef21f1ea
@@ -13851,7 +14233,7 @@ Date: Sat Oct 16 18:59:25 2010 +1300
Correctly build GIO on windows
- setup.py | 6 +++---
+ setup.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 33b59fd7437009b6c3ed43412e171d2cc91ee317
@@ -13860,7 +14242,7 @@ Date: Sat Oct 16 18:17:28 2010 +1300
Require Python >= 2.6.0 for Windows build
- setup.py | 2 +-
+ setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 544e0e4de4f5f97b0584eaf72ae8a081eca28ab6
@@ -13869,7 +14251,7 @@ Date: Sat Oct 16 17:41:01 2010 +1300
Fix depreciation warning in dsextras.py
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 239ff961778e4e1587404d8a70dfbe8630ab0623
@@ -13878,9 +14260,9 @@ Date: Sat Oct 16 17:34:50 2010 +1300
Fix build on windows
- gi/pygi-foreign.c | 5 ++++-
- gi/pygi.h | 5 ++++-
- setup.py | 4 ++--
+ gi/pygi-foreign.c | 5 ++++-
+ gi/pygi.h | 5 ++++-
+ setup.py | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
commit 9a2f81d63012fef23fdde2b4d903bd69601c07c6
@@ -13889,7 +14271,7 @@ Date: Sat Oct 16 17:08:11 2010 +1300
Support for GCC4 in Windows distutils build - bug 626548
- dsextras.py | 3 ++-
+ dsextras.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 27367c8dc3a3a31fdd778505b319cd3f4afb9e27
@@ -13898,7 +14280,7 @@ Date: Fri Oct 15 09:39:02 2010 +1300
Remove obsolete comments in dsextras.py
- dsextras.py | 11 ++---------
+ dsextras.py | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
commit b5f383f854fb8f72677828b029589320c59006d1
@@ -13909,7 +14291,7 @@ Date: Fri Oct 15 09:21:03 2010 +1300
* Fixes bug 631962
- dsextras.py | 2 +-
+ dsextras.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e1981da105b574e273ae6500fc6d25caf6af6aae
@@ -13938,15 +14320,15 @@ Date: Tue Sep 28 15:31:03 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=630844
- gi/gimodule.c | 2 +-
- gi/pygi.h | 5 ++++-
- glib/glibmodule.c | 2 +-
- glib/pyglib-python-compat.h | 28 ++++++++++++++++++++++++++++
- glib/pyglib.c | 6 +++---
- glib/pygoptioncontext.c | 2 +-
- gobject/gobjectmodule.c | 2 +-
- gobject/pygobject.h | 6 ++++++
- gobject/pygtype.c | 10 +++++-----
+ gi/gimodule.c | 2 +-
+ gi/pygi.h | 5 ++++-
+ glib/glibmodule.c | 2 +-
+ glib/pyglib-python-compat.h | 28 ++++++++++++++++++++++++++++
+ glib/pyglib.c | 6 +++---
+ glib/pygoptioncontext.c | 2 +-
+ gobject/gobjectmodule.c | 2 +-
+ gobject/pygobject.h | 6 ++++++
+ gobject/pygtype.c | 10 +++++-----
9 files changed, 50 insertions(+), 13 deletions(-)
commit 03d2e2924e27a9d6cae89e5748f70e0a51be91c6
@@ -13960,7 +14342,7 @@ Date: Tue Sep 28 12:44:42 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=630807
- gi/module.py | 2 ++
+ gi/module.py | 2 ++
1 file changed, 2 insertions(+)
commit 28f9366c9cb382801bad080864f667c867daa3c7
@@ -13971,7 +14353,7 @@ Date: Sat Oct 9 17:40:40 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=631765
- gi/overrides/Gtk.py | 12 ++++++++++++
+ gi/overrides/Gtk.py | 12 ++++++++++++
1 file changed, 12 insertions(+)
commit f01a7d9e8222663ce52100e061033f2745a5e7af
@@ -13982,7 +14364,7 @@ Date: Thu Oct 7 09:42:24 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=631548
- gi/overrides/Gtk.py | 36 ++++++++++++++++++++++--------------
+ gi/overrides/Gtk.py | 36 ++++++++++++++++++++++--------------
1 file changed, 22 insertions(+), 14 deletions(-)
commit 1e1357f5fa1a034b0b707040d664ac46be6e23f7
@@ -13995,15 +14377,15 @@ Date: Mon Oct 4 12:50:55 2010 -0400
I ment to commit another patch and ended up comitting both
- gi/gimodule.c | 2 +-
- gi/pygi.h | 5 +----
- glib/glibmodule.c | 2 +-
- glib/pyglib-python-compat.h | 19 -------------------
- glib/pyglib.c | 6 +++---
- glib/pygoptioncontext.c | 2 +-
- gobject/gobjectmodule.c | 2 +-
- gobject/pygobject.h | 6 ------
- gobject/pygtype.c | 10 +++++-----
+ gi/gimodule.c | 2 +-
+ gi/pygi.h | 5 +----
+ glib/glibmodule.c | 2 +-
+ glib/pyglib-python-compat.h | 19 -------------------
+ glib/pyglib.c | 6 +++---
+ glib/pygoptioncontext.c | 2 +-
+ gobject/gobjectmodule.c | 2 +-
+ gobject/pygobject.h | 6 ------
+ gobject/pygtype.c | 10 +++++-----
9 files changed, 13 insertions(+), 41 deletions(-)
commit 97774cb149c5b03d5ef82a5af3f19e2ce4d79d0b
@@ -14015,7 +14397,7 @@ Date: Mon Oct 4 12:43:31 2010 -0400
* see https://bugzilla.gnome.org/show_bug.cgi?id=631158
- gi/pygi.h | 2 +-
+ gi/pygi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f25e763d53e5cdd4de08e90b04aea4b4c4720ac0
@@ -14028,15 +14410,15 @@ Date: Tue Sep 28 15:31:03 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=630844
- gi/gimodule.c | 2 +-
- gi/pygi.h | 5 ++++-
- glib/glibmodule.c | 2 +-
- glib/pyglib-python-compat.h | 19 +++++++++++++++++++
- glib/pyglib.c | 6 +++---
- glib/pygoptioncontext.c | 2 +-
- gobject/gobjectmodule.c | 2 +-
- gobject/pygobject.h | 6 ++++++
- gobject/pygtype.c | 10 +++++-----
+ gi/gimodule.c | 2 +-
+ gi/pygi.h | 5 ++++-
+ glib/glibmodule.c | 2 +-
+ glib/pyglib-python-compat.h | 19 +++++++++++++++++++
+ glib/pyglib.c | 6 +++---
+ glib/pygoptioncontext.c | 2 +-
+ gobject/gobjectmodule.c | 2 +-
+ gobject/pygobject.h | 6 ++++++
+ gobject/pygtype.c | 10 +++++-----
9 files changed, 41 insertions(+), 13 deletions(-)
commit 80b8ccd450fe4e3ea77b27e58bb63cabc2a2bb2b
@@ -14046,7 +14428,7 @@ Date: Tue Sep 28 15:28:16 2010 -0400
fix commit 7fe83108 which didn't use the compat functions for
string handling
- glib/glibmodule.c | 2 +-
+ glib/glibmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9562842907a9d94f6adae2c1bb20d6b1f189abda
@@ -14055,8 +14437,8 @@ Date: Tue Sep 28 13:15:57 2010 -0400
Python 3 fixes for dsextras and the python.m4 distribution files
- dsextras.py | 13 +++++++------
- m4/python.m4 | 4 ++--
+ dsextras.py | 13 +++++++------
+ m4/python.m4 | 4 ++--
2 files changed, 9 insertions(+), 8 deletions(-)
commit 98f69957ee9e3037b0a05a037098e4d2133ca256
@@ -14067,8 +14449,8 @@ Date: Mon Sep 27 14:01:31 2010 -0400
* update hacking to fill in some holes in the release instructions
- HACKING | 6 ++++--
- configure.ac | 2 +-
+ HACKING | 6 ++++--
+ configure.ac | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
commit fd38010101411e6bc1ca9314657f418de660fa13
@@ -14077,8 +14459,8 @@ Date: Mon Sep 27 12:03:10 2010 -0400
update NEWS for release
- NEWS | 93
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 93
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 93 insertions(+)
commit 7072d56b6cba13da97a052c75d1ae0c2cc417fd1
@@ -14087,7 +14469,7 @@ Date: Sun Sep 26 08:37:31 2010 +0200
Pre-release version bump 2.26.0
- configure.ac | 4 ++--
+ configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit a549f429d2ced7a78d5baa5e2f28f6750b4788f2
@@ -14099,8 +14481,8 @@ Date: Fri Sep 24 22:44:03 2010 +1200
* Also tidy up g_get_{cache,config,data}_dir
to share common code
- glib/glibmodule.c | 68
- +++++++++++++++++++++++++++++++++++++++--------------
+ glib/glibmodule.c | 68
+ ++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 50 insertions(+), 18 deletions(-)
commit 328aca600714bdca89dfdb531c222ee561ede27e
@@ -14109,7 +14491,7 @@ Date: Fri Sep 24 12:16:22 2010 -0400
fixed make check and make dist
- tests/Makefile.am | 31 ++++++++++++++++++-------------
+ tests/Makefile.am | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
commit 27023fd56148dd17b5576c1e81e0fe851d9b8727
@@ -14118,7 +14500,7 @@ Date: Fri Sep 24 21:20:53 2010 +1200
Disable GI tests when introspection disabled
- tests/Makefile.am | 2 ++
+ tests/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
commit 7fe831081cdd2e26f5d948326b9f89ea0694e752
@@ -14127,10 +14509,10 @@ Date: Sat Jul 18 19:35:08 2009 +0200
Wrap g_uri_list_extract_uris. Fixes bug #584431
- glib/glibmodule.c | 38 ++++++++++++++++++++++++++++++++++++++
- gobject/__init__.py | 2 +-
- tests/Makefile.am | 3 ++-
- tests/test_uris.py | 15 +++++++++++++++
+ glib/glibmodule.c | 38 ++++++++++++++++++++++++++++++++++++++
+ gobject/__init__.py | 2 +-
+ tests/Makefile.am | 3 ++-
+ tests/test_uris.py | 15 +++++++++++++++
4 files changed, 56 insertions(+), 2 deletions(-)
commit d6721a59c294f2471142b8c32de2f647b7084bca
@@ -14139,12 +14521,12 @@ Date: Thu Sep 23 15:38:40 2010 -0400
Fix a few uses of TRUE and FALSE in the docs
- docs/reference/pygio-mount.xml | 5 +++--
- docs/reference/pyglib-functions.xml | 18 +++++++++---------
- docs/reference/pyglib-maincontext.xml | 12 ++++++------
- docs/reference/pyglib-mainloop.xml | 6 +++---
- docs/reference/pygobject-functions.xml | 6 +++---
- docs/reference/pygobject.xml | 4 ++--
+ docs/reference/pygio-mount.xml | 5 +++--
+ docs/reference/pyglib-functions.xml | 18 +++++++++---------
+ docs/reference/pyglib-maincontext.xml | 12 ++++++------
+ docs/reference/pyglib-mainloop.xml | 6 +++---
+ docs/reference/pygobject-functions.xml | 6 +++---
+ docs/reference/pygobject.xml | 4 ++--
6 files changed, 26 insertions(+), 25 deletions(-)
commit a08c9fffb4262ae678e17f90bbfb2d5f880cfad0
@@ -14169,9 +14551,9 @@ Date: Tue Sep 21 17:52:14 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=630271
- gi/pygi-invoke.c | 83
- +++++++++++++++++++++-------------------------
- tests/test_everything.py | 4 ++-
+ gi/pygi-invoke.c | 83
+ +++++++++++++++++++++---------------------------
+ tests/test_everything.py | 4 ++-
2 files changed, 40 insertions(+), 47 deletions(-)
commit 9714d765a34e246899f11b6792eea3aecce0b7ec
@@ -14182,12 +14564,12 @@ Date: Mon Sep 13 16:36:47 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=629367
- gi/gimodule.c | 20 +++++++
- gi/overrides/GLib.py | 131
- +++++++++++++++++++++++++++++++++++++++++---
- gi/pygi-foreign-gvariant.c | 2 +-
- tests/test_everything.py | 16 ------
- tests/test_overrides.py | 25 +++++++++
+ gi/gimodule.c | 20 +++++++
+ gi/overrides/GLib.py | 131
+ ++++++++++++++++++++++++++++++++++++++++++---
+ gi/pygi-foreign-gvariant.c | 2 +-
+ tests/test_everything.py | 16 ------
+ tests/test_overrides.py | 25 +++++++++
5 files changed, 170 insertions(+), 24 deletions(-)
commit fc45abdd9b55ab63556798ab0f04715be79dba08
@@ -14198,7 +14580,7 @@ Date: Thu Sep 23 10:49:36 2010 -0400
* https://bugzilla.gnome.org/show_bug.cgi?id=627449
- glib/option.py | 2 +-
+ glib/option.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 4ed100f3183c6325dd04461484e877bb7d4131b1
@@ -14213,9 +14595,9 @@ Date: Fri Sep 17 12:08:09 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- configure.ac | 32 +++++++++++++++++++++++++++++---
- tests/Makefile.am | 35 ++++++++++++++++++++---------------
- tests/runtests.py | 4 ++++
+ configure.ac | 32 +++++++++++++++++++++++++++++---
+ tests/Makefile.am | 35 ++++++++++++++++++++---------------
+ tests/runtests.py | 4 ++++
3 files changed, 53 insertions(+), 18 deletions(-)
commit 269ff8564eeb597dc06c27e293354b7ff7a71a82
@@ -14229,7 +14611,7 @@ Date: Fri Sep 17 15:50:47 2010 +0200
releases it's planned to become static methods again but for now
let's fix the tests.
- tests/test_gi.py | 14 +++++++-------
+ tests/test_gi.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
commit 2da8da589644d6125101210712defb1272a8abb1
@@ -14240,9 +14622,9 @@ Date: Thu Sep 9 13:52:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=629199
- gi/pygi-argument.c | 4 ++--
- gi/pygi-struct.c | 2 +-
- gobject/gobjectmodule.c | 2 +-
+ gi/pygi-argument.c | 4 ++--
+ gi/pygi-struct.c | 2 +-
+ gobject/gobjectmodule.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
commit 6769a4704f0876ac3baacd4da03ff16d9f0906be
@@ -14255,7 +14637,7 @@ Date: Thu Sep 9 13:55:17 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=629198
- gobject/pygtype.c | 9 ---------
+ gobject/pygtype.c | 9 ---------
1 file changed, 9 deletions(-)
commit 98f54f9d33996baeaa8c8c1240310f5396d03a1d
@@ -14284,10 +14666,10 @@ Date: Tue Sep 14 14:10:49 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-argument.c | 182
- +++++++++++++++++++++++++++-------------------------
- gi/pygi-argument.h | 2 +
- gi/pygi-invoke.c | 14 ++++
+ gi/pygi-argument.c | 182
+ ++++++++++++++++++++++++++++-------------------------
+ gi/pygi-argument.h | 2 +
+ gi/pygi-invoke.c | 14 +++++
3 files changed, 112 insertions(+), 86 deletions(-)
commit 5d79498d38b147b66ae72c1481e397160491e8d6
@@ -14298,7 +14680,7 @@ Date: Wed Sep 15 10:26:20 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-foreign-cairo.c | 6 ++++++
+ gi/pygi-foreign-cairo.c | 6 ++++++
1 file changed, 6 insertions(+)
commit b855562e5c0019cd7e4982fe00c467ede9e3926d
@@ -14314,7 +14696,7 @@ Date: Thu Sep 9 22:16:58 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-argument.c | 10 +++-------
+ gi/pygi-argument.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
commit 0e72e28c6c5502c7db5103cf1299c9f0e6689fdd
@@ -14327,7 +14709,7 @@ Date: Thu Sep 9 18:44:11 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-argument.c | 20 ++++++++++++--------
+ gi/pygi-argument.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
commit d5666d99a1c0396b7da0cb14f9f4ff8892da7e2e
@@ -14340,7 +14722,7 @@ Date: Thu Sep 9 17:35:10 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gobject/pygtype.c | 29 ++++++++++++++++-------------
+ gobject/pygtype.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
commit 3d431c7dd0de97db10cb0c00c39d9c1837bed2f2
@@ -14349,7 +14731,7 @@ Date: Fri Sep 17 12:14:56 2010 +0200
Specify encoding of tests/test_gi.py
- tests/test_gi.py | 3 ++-
+ tests/test_gi.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit a808bdabb9fa6f4a9b9ce42e1cce05fb37403f0f
@@ -14360,7 +14742,7 @@ Date: Thu Sep 9 13:24:30 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- tests/test_gi.py | 6 +++++-
+ tests/test_gi.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
commit 928f4485041d80d0c36ff2daeae4bcd09bd0bde4
@@ -14376,9 +14758,9 @@ Date: Thu Sep 9 12:45:21 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/pygiochannel.c | 30 +++++++++++++++---------------
- glib/pygsource.c | 4 ++--
- gobject/pygobject.c | 2 +-
+ glib/pygiochannel.c | 30 +++++++++++++++---------------
+ glib/pygsource.c | 4 ++--
+ gobject/pygobject.c | 2 +-
3 files changed, 18 insertions(+), 18 deletions(-)
commit b5ee20afa4399c7689fbec8939fa20b927eeb782
@@ -14389,7 +14771,7 @@ Date: Thu Sep 9 08:04:40 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/pygspawn.c | 4 ++--
+ glib/pygspawn.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit a499b2f0d622b671bd154544f66b73f1278e66ed
@@ -14405,8 +14787,8 @@ Date: Thu Sep 9 07:56:44 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/overrides/Gtk.py | 24 ++++++++++++++++--------
- glib/option.py | 16 ++++++++++++----
+ gi/overrides/Gtk.py | 24 ++++++++++++++++--------
+ glib/option.py | 16 ++++++++++++----
2 files changed, 28 insertions(+), 12 deletions(-)
commit dec9001d26c97949e7b3578086cb35e98075c047
@@ -14429,12 +14811,12 @@ Date: Thu Sep 9 07:36:04 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- tests/compathelper.py | 18 ++++++++++++++++++
- tests/test_everything.py | 5 +++--
- tests/test_mainloop.py | 3 ++-
- tests/test_option.py | 6 ++++--
- tests/test_overrides.py | 4 ++--
- tests/test_properties.py | 6 +++---
+ tests/compathelper.py | 18 ++++++++++++++++++
+ tests/test_everything.py | 5 +++--
+ tests/test_mainloop.py | 3 ++-
+ tests/test_option.py | 6 ++++--
+ tests/test_overrides.py | 4 ++--
+ tests/test_properties.py | 6 +++---
6 files changed, 32 insertions(+), 10 deletions(-)
commit 09a0daeedf49eaf376c1288be5743b57fbc76d51
@@ -14443,7 +14825,7 @@ Date: Thu Sep 9 16:25:51 2010 -0400
compilation: Fix syntax error
- gi/pygi-info.c | 2 +-
+ gi/pygi-info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9f7afd6d5afd8c1a5f36bf1295814757b71c8cbc
@@ -14452,7 +14834,7 @@ Date: Thu Sep 9 22:17:00 2010 +0200
Add missing file
- gi/overrides/GLib.py | 48
+ gi/overrides/GLib.py | 48
++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
@@ -14472,12 +14854,12 @@ Date: Thu Jul 22 13:48:51 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=625050
- gi/gimodule.c | 38 ++++++++++++++++++++++++++++++++++++++
- gi/overrides/Makefile.am | 1 +
- gi/pygi-type.c | 15 +++++++++------
- gi/pygi-type.h | 2 ++
- gi/types.py | 1 +
- tests/test_everything.py | 9 +++++++++
+ gi/gimodule.c | 38 ++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Makefile.am | 1 +
+ gi/pygi-type.c | 15 +++++++++------
+ gi/pygi-type.h | 2 ++
+ gi/types.py | 1 +
+ tests/test_everything.py | 9 +++++++++
6 files changed, 60 insertions(+), 6 deletions(-)
commit 22e53aa2ed9cf6173a877b0af6928d5ab8da2f4f
@@ -14486,7 +14868,7 @@ Date: Wed Sep 8 13:08:48 2010 -0400
fix for changes in the gi test libraries
- tests/test_everything.py | 2 +-
+ tests/test_everything.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 246877074617b0e9c3b2ba2a5395a73e0ed9cd5d
@@ -14495,7 +14877,7 @@ Date: Wed Sep 8 13:08:07 2010 -0400
Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0
- gi/overrides/Gtk.py | 10 ++++++++--
+ gi/overrides/Gtk.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
commit f92fc48e7e2ec50996e994ccb7d08a61e7374f22
@@ -14512,7 +14894,7 @@ Date: Wed Sep 8 12:35:09 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=629087
- gi/pygi-callbacks.c | 5 +----
+ gi/pygi-callbacks.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
commit 8c517de2d278bdef641c72b8f2919a3924290ec1
@@ -14523,9 +14905,9 @@ Date: Fri Aug 20 14:54:35 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=627494
- gi/pygi-property.c | 156
- +++++++++++++++++++++++++++++++++++-----------
- tests/test_everything.py | 34 ++++++++++
+ gi/pygi-property.c | 156
+ ++++++++++++++++++++++++++++++++++++-----------
+ tests/test_everything.py | 34 +++++++++++
2 files changed, 154 insertions(+), 36 deletions(-)
commit 6d183d1fff55d54569ba3e1f90a10284df74fd40
@@ -14556,7 +14938,7 @@ Date: Fri Sep 3 12:04:16 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gobject/gobjectmodule.c | 2 +-
+ gobject/gobjectmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b7bf4269682a3335f5e0a52b46fa721af134d09a
@@ -14565,19 +14947,19 @@ Date: Wed Sep 1 11:03:40 2010 +0200
Rename GArgument to GIArgument
- gi/pygi-argument.c | 52
- ++++++++++++++++++++++----------------------
- gi/pygi-argument.h | 10 ++++-----
- gi/pygi-closure.c | 34 ++++++++++++++---------------
- gi/pygi-foreign-cairo.c | 8 +++----
- gi/pygi-foreign-gvariant.c | 4 ++--
- gi/pygi-foreign-gvariant.h | 4 ++--
- gi/pygi-foreign.c | 12 +++++-----
- gi/pygi-foreign.h | 8 +++----
- gi/pygi-info.c | 8 +++----
- gi/pygi-invoke.c | 28 ++++++++++++------------
- gi/pygi-property.c | 4 ++--
- gi/pygi.h | 16 +++++++-------
+ gi/pygi-argument.c | 52
+ +++++++++++++++++++++++-----------------------
+ gi/pygi-argument.h | 10 ++++-----
+ gi/pygi-closure.c | 34 +++++++++++++++---------------
+ gi/pygi-foreign-cairo.c | 8 +++----
+ gi/pygi-foreign-gvariant.c | 4 ++--
+ gi/pygi-foreign-gvariant.h | 4 ++--
+ gi/pygi-foreign.c | 12 +++++------
+ gi/pygi-foreign.h | 8 +++----
+ gi/pygi-info.c | 8 +++----
+ gi/pygi-invoke.c | 28 ++++++++++++-------------
+ gi/pygi-property.c | 4 ++--
+ gi/pygi.h | 16 +++++++-------
12 files changed, 94 insertions(+), 94 deletions(-)
commit 7197f85c9be2b03636639ac909ca2c3170653509
@@ -14593,12 +14975,12 @@ Date: Wed Aug 18 10:29:19 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gobject/propertyhelper.py | 16 +++++++++++-----
- tests/compathelper.py | 32 ++++++++++++++++++++++++++++++++
- tests/test_option.py | 7 ++++++-
- tests/test_properties.py | 24 ++++++++++++++----------
- tests/test_signal.py | 14 +++++++-------
- tests/test_source.py | 4 ++--
+ gobject/propertyhelper.py | 16 +++++++++++-----
+ tests/compathelper.py | 32 ++++++++++++++++++++++++++++++++
+ tests/test_option.py | 7 ++++++-
+ tests/test_properties.py | 24 ++++++++++++++----------
+ tests/test_signal.py | 14 +++++++-------
+ tests/test_source.py | 4 ++--
6 files changed, 72 insertions(+), 25 deletions(-)
commit 720e614acdbcf734d4bcccc403e639b5a5bcae24
@@ -14622,14 +15004,14 @@ Date: Fri Aug 20 10:58:48 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=627878
- configure.ac | 5 +-
- gi/pygi-argument.c | 9 +--
- gi/pygi-invoke.c | 147
- +++++---------------------------------------
- tests/Makefile.am | 42 ++++++++++++-
- tests/test_everything.py | 6 +-
- tests/test_gi.py | 151
- +++++++++-------------------------------------
+ configure.ac | 5 +-
+ gi/pygi-argument.c | 9 +--
+ gi/pygi-invoke.c | 147
+ +++++----------------------------------------
+ tests/Makefile.am | 42 ++++++++++++-
+ tests/test_everything.py | 6 +-
+ tests/test_gi.py | 151
+ +++++++++--------------------------------------
6 files changed, 93 insertions(+), 267 deletions(-)
commit f6c4d9e58c8f05cb2d82e158c9eb8480308565bd
@@ -14640,8 +15022,8 @@ Date: Fri Aug 20 10:43:58 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gobject/pygenum.c | 1 +
- gobject/pygflags.c | 1 +
+ gobject/pygenum.c | 1 +
+ gobject/pygflags.c | 1 +
2 files changed, 2 insertions(+)
commit c03e6b482548aee99362356807c804f8834fad2b
@@ -14652,10 +15034,10 @@ Date: Thu Apr 15 17:11:30 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/pygspawn.c | 7 ++---
- gobject/pygenum.c | 61 +++++++++++++++++++++++------------------
- gobject/pygflags.c | 76
- ++++++++++++++++++++++------------------------------
+ glib/pygspawn.c | 7 ++---
+ gobject/pygenum.c | 61 ++++++++++++++++++++++++-------------------
+ gobject/pygflags.c | 76
+ +++++++++++++++++++++++-------------------------------
3 files changed, 71 insertions(+), 73 deletions(-)
commit 0db676fd2296750a46ba0fb069e472da06ecc53a
@@ -14675,7 +15057,7 @@ Date: Wed Aug 18 11:03:32 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/types.py | 12 ++++++++----
+ gi/types.py | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
commit 286dcd0c6455961d818ac7f05f80f82435abc1dc
@@ -14686,8 +15068,8 @@ Date: Tue Aug 17 15:43:42 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/Makefile.am | 2 +-
- gi/pygi-foreign-cairo.c | 17 +++++++----------
+ gi/Makefile.am | 2 +-
+ gi/pygi-foreign-cairo.c | 17 +++++++----------
2 files changed, 8 insertions(+), 11 deletions(-)
commit bda58ec34fc443fe1108afc8532bec50f6fd0b44
@@ -14698,8 +15080,8 @@ Date: Tue Aug 17 02:33:45 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/module.py | 2 +-
- gi/types.py | 2 +-
+ gi/module.py | 2 +-
+ gi/types.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 427a3c8053feca35ccd746575760ac8a0ed50a12
@@ -14714,8 +15096,8 @@ Date: Tue Aug 17 02:24:44 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/Makefile.am | 2 +-
- gi/gimodule.c | 24 +++++++++---------------
+ gi/Makefile.am | 2 +-
+ gi/gimodule.c | 24 +++++++++---------------
2 files changed, 10 insertions(+), 16 deletions(-)
commit 1dee5dcd2b1747b4a4af438c0443d7930e4802db
@@ -14731,9 +15113,9 @@ Date: Tue Aug 17 02:14:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- tests/Makefile.am | 2 +-
- tests/testhelpermodule.c | 221
- ++++++----------------------------------------
+ tests/Makefile.am | 2 +-
+ tests/testhelpermodule.c | 221
+ ++++++-----------------------------------------
2 files changed, 28 insertions(+), 195 deletions(-)
commit 1ff83a2ccb7301c8f675913f1c4f6118ea50b9c7
@@ -14744,11 +15126,11 @@ Date: Mon Aug 16 21:14:27 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-boxed.c | 43 ++-----------
- gi/pygi-info.c | 171
- ++++++++++++++++++++------------------------------
- gi/pygi-repository.c | 39 +++---------
- gi/pygi-struct.c | 45 +++----------
+ gi/pygi-boxed.c | 43 ++-----------
+ gi/pygi-info.c | 171
+ ++++++++++++++++++++-------------------------------
+ gi/pygi-repository.c | 39 +++---------
+ gi/pygi-struct.c | 45 +++-----------
4 files changed, 88 insertions(+), 210 deletions(-)
commit 1efa2b12913b194d433c17014bc1077271a6ca32
@@ -14765,15 +15147,15 @@ Date: Mon Aug 16 13:51:05 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/Makefile.am | 2 +-
- gi/pygi-argument.c | 96
- ++++++++++++++++++++++++++-----------------
- gi/pygi-boxed.c | 1 +
- gi/pygi-info.c | 13 +++---
- gi/pygi-private.h | 23 +++++++++++
- gi/pygi-repository.c | 8 ++--
- gi/pygi-struct.c | 1 +
- glib/pyglib-python-compat.h | 6 +++
+ gi/Makefile.am | 2 +-
+ gi/pygi-argument.c | 96
+ +++++++++++++++++++++++++++------------------
+ gi/pygi-boxed.c | 1 +
+ gi/pygi-info.c | 13 +++---
+ gi/pygi-private.h | 23 +++++++++++
+ gi/pygi-repository.c | 8 ++--
+ gi/pygi-struct.c | 1 +
+ glib/pyglib-python-compat.h | 6 +++
8 files changed, 103 insertions(+), 47 deletions(-)
commit 6b902c66200c1684513a9ef31bdef3f2ff64e4fa
@@ -14784,7 +15166,7 @@ Date: Fri Aug 20 09:28:57 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=627408
- glib/option.py | 4 ++--
+ glib/option.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 3cefffecc1317b6ad77a5ed936bfb990d16bf9d3
@@ -14798,7 +15180,7 @@ Date: Thu Aug 19 18:45:05 2010 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=627440
- glib/pyglib-python-compat.h | 2 ++
+ glib/pyglib-python-compat.h | 2 ++
1 file changed, 2 insertions(+)
commit d45c7031876f355e15409f00f3e50e77d18f8f4b
@@ -14807,7 +15189,7 @@ Date: Thu Aug 19 17:50:35 2010 -0400
pyglib: Fix a compiler warning
- glib/pyglib.c | 1 +
+ glib/pyglib.c | 1 +
1 file changed, 1 insertion(+)
commit 0fe6828ddce187ac1897a1f02ca1c5480796d5b9
@@ -14816,7 +15198,7 @@ Date: Wed Aug 18 20:36:51 2010 +0200
Don't force gtk 2.0
- pygi-convert.sh | 11 +++++++----
+ pygi-convert.sh | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
commit ac59c18a4f2bfff47c862b763aaf1d1cf136a4f5
@@ -14827,7 +15209,7 @@ Date: Tue Aug 17 14:49:30 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=627143
- gi/gimodule.c | 9 +++++++--
+ gi/gimodule.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit 18ee0db673c2fa42244ab85950bbf4840edb674b
@@ -14836,8 +15218,8 @@ Date: Thu Aug 12 12:16:31 2010 -0400
handle strings correctly in gio
- gio/gappinfo.override | 5 +++++
- gio/pygio-utils.c | 42 +++++++++++++++++++++++++++++++++++-------
+ gio/gappinfo.override | 5 +++++
+ gio/pygio-utils.c | 42 +++++++++++++++++++++++++++++++++++-------
2 files changed, 40 insertions(+), 7 deletions(-)
commit 45ab0c03110c911b47519941dfd753326891b5e0
@@ -14848,8 +15230,8 @@ Date: Wed Aug 11 16:13:59 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gio/giomodule.c | 153
- ++++++++++++++++++++++++++++---------------------------
+ gio/giomodule.c | 153
+ +++++++++++++++++++++++++++++---------------------------
1 file changed, 78 insertions(+), 75 deletions(-)
commit c52f8ed3ae8cb66a03b5695e980770c3f467f755
@@ -14861,7 +15243,7 @@ Date: Wed Aug 11 16:04:48 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- gi/pygi-argument.c | 31 +++++++++++++++++++++++++++----
+ gi/pygi-argument.c | 31 +++++++++++++++++++++++++++----
1 file changed, 27 insertions(+), 4 deletions(-)
commit de9eae4dfcce856a42cc5c569a5b9683c28d0eeb
@@ -14872,7 +15254,7 @@ Date: Wed Aug 11 15:03:55 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/pygiochannel.c | 30 ++++++++++++++++++++++++------
+ glib/pygiochannel.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
commit 5824ff98175b749dbcfa72d24b994230b6e05377
@@ -14890,25 +15272,25 @@ Date: Mon Aug 9 15:16:51 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/glibmodule.c | 48 +++++-----
- glib/pygiochannel.c | 46 ++++-----
- glib/pyglib-python-compat.h | 153 ++++++++++++++++++++++--------
- glib/pyglib.c | 22 ++---
- glib/pyglib.h | 14 ---
- glib/pygoptioncontext.c | 4 +-
- glib/pygsource.c | 16 ++--
- glib/pygspawn.c | 32 +++----
- gobject/gobjectmodule.c | 216
- +++++++++++++++++++++----------------------
- gobject/pygboxed.c | 2 +-
- gobject/pygenum.c | 84 ++++++++---------
- gobject/pygflags.c | 122 ++++++++++++------------
- gobject/pygobject-private.h | 12 +--
- gobject/pygobject.c | 46 ++++-----
- gobject/pygobject.h | 23 +++++
- gobject/pygparamspec.c | 24 ++---
- gobject/pygpointer.c | 2 +-
- gobject/pygtype.c | 170 +++++++++++++++++-----------------
+ glib/glibmodule.c | 48 +++++-----
+ glib/pygiochannel.c | 46 +++++-----
+ glib/pyglib-python-compat.h | 153 +++++++++++++++++++++++--------
+ glib/pyglib.c | 22 ++---
+ glib/pyglib.h | 14 ---
+ glib/pygoptioncontext.c | 4 +-
+ glib/pygsource.c | 16 ++--
+ glib/pygspawn.c | 32 +++----
+ gobject/gobjectmodule.c | 216
+ ++++++++++++++++++++++----------------------
+ gobject/pygboxed.c | 2 +-
+ gobject/pygenum.c | 84 ++++++++---------
+ gobject/pygflags.c | 122 ++++++++++++-------------
+ gobject/pygobject-private.h | 12 +--
+ gobject/pygobject.c | 46 +++++-----
+ gobject/pygobject.h | 23 +++++
+ gobject/pygparamspec.c | 24 ++---
+ gobject/pygpointer.c | 2 +-
+ gobject/pygtype.c | 170 +++++++++++++++++-----------------
18 files changed, 563 insertions(+), 473 deletions(-)
commit 231e934cc01d061e81bb60d35127a133cd0e1793
@@ -14919,7 +15301,7 @@ Date: Mon Aug 16 10:14:04 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=622606
- tests/test_overrides.py | 10 ++++++++++
+ tests/test_overrides.py | 10 ++++++++++
1 file changed, 10 insertions(+)
commit f07cfde377e42686c6b80f56cac62338ee333e61
@@ -14930,7 +15312,7 @@ Date: Mon Aug 16 10:08:38 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=622606
- gi/overrides/Gtk.py | 13 +++++++++++++
+ gi/overrides/Gtk.py | 13 +++++++++++++
1 file changed, 13 insertions(+)
commit 65a06a7216163c7e65b32c5b5f3388faa7fda5d6
@@ -14943,8 +15325,8 @@ Date: Thu Aug 12 16:18:58 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616732
- configure.ac | 15 ++++++++++++---
- gi/Makefile.am | 20 ++++++++++++--------
+ configure.ac | 15 ++++++++++++---
+ gi/Makefile.am | 20 ++++++++++++--------
2 files changed, 24 insertions(+), 11 deletions(-)
commit b83507263231d9bf47f6c8450583e3d03f0a3b5b
@@ -14955,7 +15337,7 @@ Date: Mon Aug 16 09:55:35 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=626996
- gi/pygi.h | 1 +
+ gi/pygi.h | 1 +
1 file changed, 1 insertion(+)
commit 0dc3656070f496431829c6e8441ca17129c569f8
@@ -14966,19 +15348,19 @@ Date: Mon Aug 9 16:11:55 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=615872
- glib/pygiochannel.c | 18 ++++++----
- glib/pyglib.c | 85
- +++++++++++++++++++++++++++++++++++++++++++++++
- glib/pyglib.h | 3 ++
- glib/pygmaincontext.c | 17 ++++++----
- glib/pygmainloop.c | 17 ++++++----
- glib/pygoptioncontext.c | 18 ++++++----
- glib/pygoptiongroup.c | 22 ++++++------
- gobject/pygboxed.c | 18 ++++++----
- gobject/pygobject.c | 44 +++++++++++++++++-------
- gobject/pygparamspec.c | 19 +++++++----
- gobject/pygpointer.c | 17 ++++++----
- gobject/pygtype.c | 26 +++++++++++----
+ glib/pygiochannel.c | 18 +++++++----
+ glib/pyglib.c | 85
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ glib/pyglib.h | 3 ++
+ glib/pygmaincontext.c | 17 ++++++----
+ glib/pygmainloop.c | 17 ++++++----
+ glib/pygoptioncontext.c | 18 +++++++----
+ glib/pygoptiongroup.c | 22 +++++++------
+ gobject/pygboxed.c | 18 +++++++----
+ gobject/pygobject.c | 44 ++++++++++++++++++-------
+ gobject/pygparamspec.c | 19 +++++++----
+ gobject/pygpointer.c | 17 ++++++----
+ gobject/pygtype.c | 26 +++++++++++----
12 files changed, 233 insertions(+), 71 deletions(-)
commit b426e531dc53d4b50e572a2da19733479635e662
@@ -14992,8 +15374,8 @@ Date: Thu Aug 12 18:09:33 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625661
- autogen.sh | 506
- +++++++-----------------------------------------------------
+ autogen.sh | 506
+ +++++++------------------------------------------------------
1 file changed, 58 insertions(+), 448 deletions(-)
commit 769645e00d6d055a4cd802454dbfc1bbfcbee691
@@ -15015,8 +15397,8 @@ Date: Thu Aug 12 14:11:55 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625437
- gio/gio.override | 2 +-
- glib/pyglib.c | 4 ++--
+ gio/gio.override | 2 +-
+ glib/pyglib.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
commit e4c4cccb588b258dbcd21702e6cddcfe9ebe4ffc
@@ -15034,7 +15416,7 @@ Date: Thu Aug 12 11:09:37 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=626684
- gi/pygi-invoke.c | 9 ++++++++-
+ gi/pygi-invoke.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
commit 0ab967ca40ddcffc2834d4e656bb2010c6b9bdda
@@ -15048,7 +15430,7 @@ Date: Thu Aug 12 10:46:17 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=626684
- gi/pygi-invoke.c | 14 +++-----------
+ gi/pygi-invoke.c | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
commit e17be9cd288fee5d7cb174d9d577eb9279044c67
@@ -15057,7 +15439,7 @@ Date: Tue Aug 10 17:40:16 2010 +0200
Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly
- tests/Makefile.am | 2 +-
+ tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 8be59c37dd57acc51875c7189ca09d728b729013
@@ -15066,9 +15448,9 @@ Date: Wed Aug 4 13:43:17 2010 +0200
Fix some warnings.
- gi/pygi-argument.c | 2 --
- gi/pygi-invoke.c | 2 +-
- gi/pygi-struct.c | 1 -
+ gi/pygi-argument.c | 2 --
+ gi/pygi-invoke.c | 2 +-
+ gi/pygi-struct.c | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
commit 529eca6054e9a7e2267f1529e317c2373932762f
@@ -15077,7 +15459,7 @@ Date: Fri Jul 30 22:39:40 2010 +0200
Add myself as a maintainer
- MAINTAINERS | 4 ++++
+ MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
commit caac75a6ed6f671b37e38a78e71b87906a00ac1b
@@ -15093,11 +15475,11 @@ Date: Fri Jul 30 14:14:16 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625653
- gi/pygi-boxed.c | 50
- +++++++++++++++++++++++++++++++----------------
- gi/pygi-boxed.h | 10 ++++++----
- gi/pygi-invoke.c | 16 ++++++---------
- tests/test_overrides.py | 39 ++++++++++++++++++------------------
+ gi/pygi-boxed.c | 50
+ ++++++++++++++++++++++++++++++++-----------------
+ gi/pygi-boxed.h | 10 ++++++----
+ gi/pygi-invoke.c | 16 ++++++----------
+ tests/test_overrides.py | 39 +++++++++++++++++++-------------------
4 files changed, 64 insertions(+), 51 deletions(-)
commit 99c7322898c00a576c7319ea0a7c808446253133
@@ -15108,10 +15490,10 @@ Date: Fri Jul 30 15:44:21 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620593
- gi/overrides/Gdk.py | 48
- +++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-invoke.c | 4 ----
- tests/test_overrides.py | 10 ++++++++++
+ gi/overrides/Gdk.py | 48
+ ++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-invoke.c | 4 ----
+ tests/test_overrides.py | 10 ++++++++++
3 files changed, 58 insertions(+), 4 deletions(-)
commit 55814e722c2ae11310f346790c9221e4fad92b50
@@ -15122,7 +15504,7 @@ Date: Fri Jul 30 06:30:48 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=625438
- gio/gio.override | 5 +++++
+ gio/gio.override | 5 +++++
1 file changed, 5 insertions(+)
commit 477315465d0a6d84b51e146e86e254873bc564ff
@@ -15137,7 +15519,7 @@ Date: Fri Jul 30 06:43:06 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=625438
- gio/gfile.override | 8 ++++----
+ gio/gfile.override | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit faa7d4eece7ddb698725098970c2478a3b45c4d5
@@ -15153,8 +15535,8 @@ Date: Fri Jul 30 10:56:01 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625638
- demos/gtk-demo/gtk-demo.py | 2 ++
- examples/cairo-demo.py | 2 ++
+ demos/gtk-demo/gtk-demo.py | 2 ++
+ examples/cairo-demo.py | 2 ++
2 files changed, 4 insertions(+)
commit c9da5782e6c633d9af43ee85075e9ee65db09780
@@ -15176,8 +15558,8 @@ Date: Fri Jul 9 13:14:42 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=623969
- gi/pygi-argument.c | 13 +++++--------
- gi/pygi-invoke.c | 46 ++++++++++++++++++++++++++++++++++++++++------
+ gi/pygi-argument.c | 13 +++++--------
+ gi/pygi-invoke.c | 46 ++++++++++++++++++++++++++++++++++++++++------
2 files changed, 45 insertions(+), 14 deletions(-)
commit e0a85305cd107aae5902e524afd074cd8c329927
@@ -15191,7 +15573,7 @@ Date: Fri Jul 30 10:35:33 2010 +0200
This reverts commit e7bb3954880568884ca66e7751ede689dc2f24f6.
- gi/overrides/Gdk.py | 44 --------------------------------------------
+ gi/overrides/Gdk.py | 44 --------------------------------------------
1 file changed, 44 deletions(-)
commit 61ffb8d6d08fcfe638f71ea97ceac3a366e5536d
@@ -15204,7 +15586,7 @@ Date: Thu Jul 29 22:55:28 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625619
- examples/cairo-demo.py | 2 +-
+ examples/cairo-demo.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e7bb3954880568884ca66e7751ede689dc2f24f6
@@ -15215,7 +15597,7 @@ Date: Tue Jul 27 21:37:16 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620593
- gi/overrides/Gdk.py | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gdk.py | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
commit 0a9f1da052fd33dcef81d0e267fc7972f02c7888
@@ -15231,25 +15613,25 @@ Date: Wed Jul 28 14:56:00 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625488
- Makefile.am | 5 ----
- tests/Makefile.am | 65
- ++++++++++++++++++++------------------------
- tests/common.py | 47 --------------------------------
- tests/runtests.py | 43 +++++++++++------------------
- tests/test_gcancellable.py | 4 +--
- tests/test_gi.py | 3 --
- tests/test_gicon.py | 3 +-
- tests/test_gio.py | 3 +-
- tests/test_gobject.py | 3 +-
- tests/test_gresolver.py | 4 +--
- tests/test_gsocket.py | 4 ++-
- tests/test_interface.py | 6 +++-
- tests/test_mainloop.py | 11 +++-----
- tests/test_signal.py | 4 ++-
- tests/test_source.py | 4 +--
- tests/test_subprocess.py | 5 +---
- tests/test_thread.py | 5 +++-
- tests/test_unknown.py | 5 +++-
+ Makefile.am | 5 ----
+ tests/Makefile.am | 65
+ +++++++++++++++++++++-------------------------
+ tests/common.py | 47 ---------------------------------
+ tests/runtests.py | 43 ++++++++++++------------------
+ tests/test_gcancellable.py | 4 +--
+ tests/test_gi.py | 3 ---
+ tests/test_gicon.py | 3 ++-
+ tests/test_gio.py | 3 ++-
+ tests/test_gobject.py | 3 ++-
+ tests/test_gresolver.py | 4 +--
+ tests/test_gsocket.py | 4 ++-
+ tests/test_interface.py | 6 ++++-
+ tests/test_mainloop.py | 11 +++-----
+ tests/test_signal.py | 4 ++-
+ tests/test_source.py | 4 +--
+ tests/test_subprocess.py | 5 +---
+ tests/test_thread.py | 5 +++-
+ tests/test_unknown.py | 5 +++-
18 files changed, 82 insertions(+), 142 deletions(-)
commit 82f4cb5ebf5d992493b7a2f74cfd5f175e19eb76
@@ -15258,7 +15640,7 @@ Date: Thu Jul 29 12:34:19 2010 +0200
Add some more transformations to pygi-convert.sh
- pygi-convert.sh | 37 +++++++++++++++++++++++++++++--------
+ pygi-convert.sh | 37 +++++++++++++++++++++++++++++--------
1 file changed, 29 insertions(+), 8 deletions(-)
commit de519adcd21947a0aef7932cdecb78cef200c85e
@@ -15267,8 +15649,8 @@ Date: Wed Jul 28 14:42:36 2010 +0200
Adapt to API changes: g_irepository_enumerate_versions
- gi/importer.py | 2 +-
- gi/pygi-repository.c | 12 ++++++------
+ gi/importer.py | 2 +-
+ gi/pygi-repository.c | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
commit 01cd9abb43f93f9a57a5a05b6dc9560614e666e3
@@ -15277,7 +15659,7 @@ Date: Wed Jul 28 12:26:48 2010 +0200
Add GValue<->GArgument marshalling for some more types
- gi/pygi-property.c | 37 ++++++++++++++++++++++++++++++++++++-
+ gi/pygi-property.c | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
commit ddffa70c3ee0e837070f390632bc692430f79171
@@ -15287,7 +15669,7 @@ Date: Wed Jul 28 11:10:42 2010 +0200
Chain up with the non-introspection implementation for properties
if needed
- gobject/pygobject.c | 7 ++++++-
+ gobject/pygobject.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 045433a1f8167205dc8eae613dcb8835d02c8916
@@ -15297,7 +15679,7 @@ Date: Wed Jul 28 10:59:49 2010 +0200
Improve error reporting for missing attributes in introspection
modules
- gi/module.py | 4 ++--
+ gi/module.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 6655a79b2f13fe417aefdf6aebab0f2d6162ba00
@@ -15312,16 +15694,16 @@ Date: Tue Jul 27 21:52:49 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620808
- gi/Makefile.am | 2 +
- gi/gimodule.c | 2 +
- gi/pygi-argument.c | 2 +
- gi/pygi-private.h | 1 +
- gi/pygi-property.c | 226
- ++++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-property.h | 39 ++++++++
- gi/pygi.h | 41 +++++++++
- gobject/pygobject.c | 9 ++
- tests/test_everything.py | 19 ++++
+ gi/Makefile.am | 2 +
+ gi/gimodule.c | 2 +
+ gi/pygi-argument.c | 2 +
+ gi/pygi-private.h | 1 +
+ gi/pygi-property.c | 226
+ +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-property.h | 39 ++++++++
+ gi/pygi.h | 41 +++++++++
+ gobject/pygobject.c | 9 ++
+ tests/test_everything.py | 19 ++++
9 files changed, 341 insertions(+)
commit 85f4572b3ffbfa364ebb2e470eab759edc557b36
@@ -15330,7 +15712,7 @@ Date: Tue Jul 27 21:32:41 2010 +0200
Readd Gdk.Rectangle override for Gtk-2.0
- gi/overrides/Gdk.py | 19 +++++++++++++++++++
+ gi/overrides/Gdk.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit 2082ee35e2a33f52bf1e8ec49cb4a43398e91989
@@ -15345,14 +15727,14 @@ Date: Tue Jul 27 18:25:27 2010 +0200
* gi/pygi-repository.c: Add wrappers for g_irepository_enumerate and
g_irepository_get_version.
- gi/importer.py | 26 ++++++----------
- gi/module.py | 58
- +++++++++++++++++++++++-------------
- gi/overrides/GIMarshallingTests.py | 2 +-
- gi/overrides/Gdk.py | 2 +-
- gi/overrides/Gtk.py | 2 +-
- gi/pygi-repository.c | 56
- +++++++++++++++++++++++++++++++++-
+ gi/importer.py | 26 ++++++-----------
+ gi/module.py | 58
+ +++++++++++++++++++++++++-------------
+ gi/overrides/GIMarshallingTests.py | 2 +-
+ gi/overrides/Gdk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
+ gi/pygi-repository.c | 56
+ +++++++++++++++++++++++++++++++++++-
6 files changed, 105 insertions(+), 41 deletions(-)
commit 6d7ed6c322234c240b1063a1dfaadd17157432a9
@@ -15364,7 +15746,7 @@ Date: Tue Jul 13 20:27:28 2010 +1000
https://bugzilla.gnome.org/show_bug.cgi?id=624232
- gi/pygi-callbacks.c | 3 ++-
+ gi/pygi-callbacks.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 7e9cbd5601ad548b78d106bac1a1576d33b91c65
@@ -15377,7 +15759,7 @@ Date: Mon Jul 26 17:00:23 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=625326
- tests/testhelpermodule.c | 2 +-
+ tests/testhelpermodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 5ca2a41f16f4a5fcc3ab4d00bec46b077c7eb384
@@ -15388,8 +15770,8 @@ Date: Thu Jul 8 11:36:12 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=622584
- gi/pygi-argument.c | 23 +++++++++++++++++++++--
- tests/test_gi.py | 6 ++++--
+ gi/pygi-argument.c | 23 +++++++++++++++++++++--
+ tests/test_gi.py | 6 ++++--
2 files changed, 25 insertions(+), 4 deletions(-)
commit 890c3233f8a9f884b045a294bf0122bb3afcd54a
@@ -15400,7 +15782,7 @@ Date: Sun Jul 25 17:30:40 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=625095
- gi/pygi-callbacks.c | 3 ++-
+ gi/pygi-callbacks.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 1162e436273ff8e9e4e24bd8ba74615fd4624753
@@ -15416,9 +15798,9 @@ Date: Thu Jun 24 10:07:12 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=622605
- gi/pygi-argument.c | 8 +-------
- tests/test_everything.py | 27 +++++++++++++++++++++++++++
- tests/test_overrides.py | 6 ++----
+ gi/pygi-argument.c | 8 +-------
+ tests/test_everything.py | 27 +++++++++++++++++++++++++++
+ tests/test_overrides.py | 6 ++----
3 files changed, 30 insertions(+), 11 deletions(-)
commit 8becd32fc042445d62b885bac12dac326b2dc1fa
@@ -15427,7 +15809,7 @@ Date: Mon Jul 26 11:54:47 2010 +0200
Increase a bit verbosity of tests so people know which test failed
- tests/runtests.py | 2 +-
+ tests/runtests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3b3c63514f311592e6769a373d37a2bde7ea6b38
@@ -15436,9 +15818,9 @@ Date: Thu Jul 15 15:17:53 2010 +0200
Actually add the files for GVariant foreign structs
- gi/pygi-foreign-gvariant.c | 63
- ++++++++++++++++++++++++++++++++++++++++++++
- gi/pygi-foreign-gvariant.h | 41 ++++++++++++++++++++++++++++
+ gi/pygi-foreign-gvariant.c | 63
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-foreign-gvariant.h | 41 ++++++++++++++++++++++++++++++
2 files changed, 104 insertions(+)
commit e65275bc57f345c111eb12a6b4476ff1ddc3bc24
@@ -15456,16 +15838,16 @@ Date: Thu Jul 15 13:31:33 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619501
- gi/Makefile.am | 2 +
- gi/pygi-argument.c | 2 +-
- gi/pygi-foreign-cairo.c | 16 +++----
- gi/pygi-foreign.c | 107
- ++++++++++++++++++++++++++++------------------
- gi/pygi-foreign.h | 7 ++-
- gi/pygi-invoke.c | 18 ++++----
- gi/pygi-struct.c | 10 ++++-
- gi/pygi.h | 9 ++--
- tests/test_everything.py | 8 ++++
+ gi/Makefile.am | 2 +
+ gi/pygi-argument.c | 2 +-
+ gi/pygi-foreign-cairo.c | 16 +++----
+ gi/pygi-foreign.c | 107
+ +++++++++++++++++++++++++++++------------------
+ gi/pygi-foreign.h | 7 ++--
+ gi/pygi-invoke.c | 18 ++++----
+ gi/pygi-struct.c | 10 ++++-
+ gi/pygi.h | 9 ++--
+ tests/test_everything.py | 8 ++++
9 files changed, 110 insertions(+), 69 deletions(-)
commit 3b3bd4da3fbc993fa7f7cfb46ed4e67671c94cc0
@@ -15474,7 +15856,7 @@ Date: Mon Jul 12 11:19:06 2010 +0200
Add HACKING to MANIFEST.in
- MANIFEST.in | 2 +-
+ MANIFEST.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 40bf08ff001b119c7daf709197005ef6480216c5
@@ -15483,7 +15865,7 @@ Date: Mon Jul 12 11:18:04 2010 +0200
Add HACKING file with instructions for releasing
- HACKING | 14 ++++++++++++++
+ HACKING | 14 ++++++++++++++
1 file changed, 14 insertions(+)
commit 3b9dffe7cc3820dfb84fd968fc604899601c5dc4
@@ -15492,7 +15874,7 @@ Date: Mon Jul 12 11:09:58 2010 +0200
Post release version bump to 2.21.6
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 42a5a0897b38156ae010c396ea254abf502f35de
@@ -15501,7 +15883,7 @@ Date: Mon Jul 12 11:00:29 2010 +0200
Update NEWS and release PyGObject-2.21.5
- NEWS | 17 +++++++++++++++++
+ NEWS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
commit 5857f25c1c6e25b79e6134558bd7151bc6c30ef7
@@ -15510,7 +15892,7 @@ Date: Mon Jul 12 11:00:20 2010 +0200
Pre-release version bump to 2.21.5
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e500adc3ac19ef6f436809e5a8828ac7e8db28f6
@@ -15523,9 +15905,9 @@ Date: Sat Jul 10 22:35:13 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=624066
- gi/pygi-callbacks.c | 1 -
- gi/pygi-closure.c | 2 +-
- gi/pygi-invoke.c | 1 -
+ gi/pygi-callbacks.c | 1 -
+ gi/pygi-closure.c | 2 +-
+ gi/pygi-invoke.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
commit 2efa18afbcc2fac1c90958535b2f80e6e730ee56
@@ -15546,13 +15928,13 @@ Date: Mon Jul 12 10:31:42 2010 +0200
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 --------
+ 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
@@ -15562,18 +15944,18 @@ 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 +++---
+ 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
@@ -15586,9 +15968,9 @@ Date: Thu Jul 8 15:38:07 2010 -0400
* 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 +++++--------
+ 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
@@ -15597,7 +15979,7 @@ Date: Thu Jul 8 12:54:43 2010 -0400
override test fixes for new GTK+ annotations
- tests/test_overrides.py | 23 +++++++++++++----------
+ tests/test_overrides.py | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
commit 7a400f8139b70ddfe7c949035e0851689951c647
@@ -15606,7 +15988,7 @@ Date: Thu Jul 8 12:42:25 2010 +0200
Fix warning.
- gi/pygi-argument.c | 4 ++--
+ gi/pygi-argument.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 39fd0a85a3de06b1b877d1125f91036409886373
@@ -15620,8 +16002,8 @@ Date: Wed Jul 7 15:48:36 2010 -0400
handle the case where the parameter is followed by a regular
in parameter
- gi/overrides/Gtk.py | 7 +++----
- tests/test_overrides.py | 21 +++++++++++----------
+ gi/overrides/Gtk.py | 7 +++----
+ tests/test_overrides.py | 21 +++++++++++----------
2 files changed, 14 insertions(+), 14 deletions(-)
commit 4d970b75dc5c75c1bec04cb2954c9985b476070c
@@ -15630,8 +16012,8 @@ Date: Tue Jul 6 17:50:10 2010 -0400
add entry completion demo
- demos/gtk-demo/demos/Entry/entry_completion.py | 87
- ++++++++++++++++++++++++
+ demos/gtk-demo/demos/Entry/entry_completion.py | 87
+ ++++++++++++++++++++++++++
1 file changed, 87 insertions(+)
commit f3531eaa1bfa4e01651d35cd587384d30a398ba8
@@ -15640,7 +16022,7 @@ Date: Tue Jul 6 17:49:18 2010 -0400
string changes
- demos/gtk-demo/demos/Entry/entry_buffer.py | 4 ++--
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit baf1e9bb550c7bf45e2ac0b70ba29c434ef1ccc6
@@ -15649,8 +16031,8 @@ 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
- ++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/Entry/entry_buffer.py | 73
+ ++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
commit f2b1d222120f055bec9339cca55c9cc90f538c00
@@ -15659,7 +16041,7 @@ 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 +++++++--
+ demos/gtk-demo/gtk-demo.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
commit 4f9390fb1892b13ab2ea00ed66c5000a40f09029
@@ -15668,8 +16050,8 @@ 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
- +++++++++++++++++++++++++++++++-------------
+ demos/gtk-demo/gtk-demo.py | 76
+ ++++++++++++++++++++++++++++++++--------------
1 file changed, 54 insertions(+), 22 deletions(-)
commit dc2249a3ecf339008351316217191d0551ccc588
@@ -15680,7 +16062,7 @@ Date: Mon Jul 5 14:36:59 2010 -0400
Fixes bug #623486.
- gi/module.py | 1 +
+ gi/module.py | 1 +
1 file changed, 1 insertion(+)
commit 2357bca8d14539894b6bd0acfdc18d30b4bb4db6
@@ -15693,7 +16075,7 @@ Date: Mon Jul 5 16:11:07 2010 +0200
to override
it anymore.
- gi/overrides/Gdk.py | 19 -------------------
+ gi/overrides/Gdk.py | 19 -------------------
1 file changed, 19 deletions(-)
commit daca09dc2c2306d4fa82a68bbdd147d4b170a1e7
@@ -15704,8 +16086,8 @@ Date: Tue Jun 29 16:37:36 2010 +0100
Closes: bgo#622882
- gi/overrides/Gtk.py | 11 +++++++++--
- tests/test_overrides.py | 5 +++++
+ gi/overrides/Gtk.py | 11 +++++++++--
+ tests/test_overrides.py | 5 +++++
2 files changed, 14 insertions(+), 2 deletions(-)
commit bb8adb7f02f0c5494df2cb6e535e44d23902e8f5
@@ -15714,7 +16096,7 @@ Date: Tue Jun 29 11:27:13 2010 +0200
Update NEWS and release PyGObject-2.21.4
- NEWS | 27 +++++++++++++++++++++++++--
+ NEWS | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
commit 2d473ee17be4671244bb4a2a0953a21ccf2a0df6
@@ -15723,8 +16105,8 @@ Date: Tue Jun 29 10:55:03 2010 +0200
Remove files from the makefiles
- gi/Makefile.am | 4 +---
- gobject/Makefile.am | 3 +--
+ gi/Makefile.am | 4 +---
+ gobject/Makefile.am | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)
commit 89827314fd183eac07443c8e9d275ca9d4ce59df
@@ -15736,16 +16118,16 @@ Date: Tue Jun 29 10:27:39 2010 +0200
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 +++++++++++++--
+ 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
@@ -15756,18 +16138,18 @@ Date: Mon Jun 28 14:20:43 2010 +0200
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 +-
+ 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
@@ -15783,8 +16165,8 @@ Date: Fri Jun 25 13:54:57 2010 +0200
gi/gimodule.c
tests/test_everything.py
- gi/gimodule.c | 13 -------------
- tests/test_everything.py | 3 ++-
+ gi/gimodule.c | 13 -------------
+ tests/test_everything.py | 3 ++-
2 files changed, 2 insertions(+), 14 deletions(-)
commit 0f2a09d7eae63abb71723b7cd8fb290dcba33426
@@ -15796,9 +16178,9 @@ Date: Fri Jun 25 13:49:04 2010 +0200
* 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 ++++++--
+ gi/pygi-argument.c | 1 +
+ gi/pygi-info.c | 2 ++
+ gi/pygi-invoke.c | 8 ++++++--
3 files changed, 9 insertions(+), 2 deletions(-)
commit 63afe55906c8637e913783e65b82b540b81bed65
@@ -15807,8 +16189,8 @@ Date: Thu Jun 24 16:13:37 2010 -0400
add drawing area demo
- demos/gtk-demo/demos/drawingarea.py | 249
- +++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/drawingarea.py | 249
+ ++++++++++++++++++++++++++++++++++++
1 file changed, 249 insertions(+)
commit 8bba5f842393a284367cdd15f3d32a8c7745516a
@@ -15817,7 +16199,7 @@ Date: Thu Jun 24 14:11:00 2010 -0400
sort the demo list
- demos/gtk-demo/gtk-demo.py | 2 ++
+ demos/gtk-demo/gtk-demo.py | 2 ++
1 file changed, 2 insertions(+)
commit b9da82742701ed276b01dee39626cd71cbef8556
@@ -15826,7 +16208,7 @@ 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 ++++++------
+ demos/gtk-demo/gtk-demo.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit c93935621f2fb1ff5e8c424ae884bd684ea68e50
@@ -15838,7 +16220,7 @@ Date: Thu Jun 24 13:47:54 2010 -0400
* Part of buffer API dealing with TextIter now marked (out
caller-allocates)
- demos/gtk-demo/gtk-demo.py | 10 ++++------
+ demos/gtk-demo/gtk-demo.py | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
commit 8d9516a593a515290109401a9db7aa259b5aa35c
@@ -15862,9 +16244,9 @@ Date: Wed Jun 23 17:04:33 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=620405
- gi/overrides/Gtk.py | 59 ++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 69
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gi/overrides/Gtk.py | 59 ++++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 69
+ +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 128 insertions(+)
commit c305fbeb7bdb44623d5198f4a8f0a374d529fdf4
@@ -15876,7 +16258,7 @@ Date: Wed Jun 23 14:34:28 2010 -0300
Since we're no longer pulling in pygobject cflags,
add this to be able to include pygobject.h
- gi/Makefile.am | 3 +++
+ gi/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
commit 53a093198851e3ba5abd1f6c3314737decd401d8
@@ -15885,7 +16267,7 @@ Date: Wed Jun 23 18:09:19 2010 +0200
Add unit test for add_actions user data.
- tests/test_overrides.py | 20 +++++++++++++++-----
+ tests/test_overrides.py | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
commit 7f829af620cba768de619dd9f228d5d2ebf7fee4
@@ -15894,7 +16276,7 @@ Date: Wed Jun 23 18:06:46 2010 +0200
Pass user_data param when adding actions
- gi/overrides/Gtk.py | 12 ++++++------
+ gi/overrides/Gtk.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit 8f537ccd62f41ebe0db3853e2ae08080666f598f
@@ -15905,7 +16287,7 @@ Date: Wed Jun 23 12:02:04 2010 -0400
* we should always specify what exception types we are expecting
- gi/overrides/Gtk.py | 6 +++---
+ gi/overrides/Gtk.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit f140a8ebf59347162b67b550bd6f62d2eafad29a
@@ -15919,7 +16301,7 @@ Date: Wed Jun 23 12:31:51 2010 -0300
https://bugzilla.gnome.org/show_bug.cgi?id=622503
- configure.ac | 9 +++++----
+ configure.ac | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit e8bd25355fbe7de38a28b7a0583167a2c0ffc31f
@@ -15934,10 +16316,10 @@ Date: Tue Jun 22 15:03:08 2010 -0400
* 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
- +++++++++++++++++++++++-----------------------
+ gi/pygi-argument.c | 7 ++--
+ tests/test_everything.py | 5 ++-
+ tests/test_gi.py | 84
+ ++++++++++++++++++++++++------------------------
3 files changed, 49 insertions(+), 47 deletions(-)
commit f312e6a49505eca07815146cfbdb0e48e5b3b8a8
@@ -15953,14 +16335,14 @@ Date: Wed Jun 23 15:42:29 2010 +0200
* 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 +++++-------
+ 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
@@ -15970,11 +16352,11 @@ 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 +++++++--------------
+ 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
@@ -15986,7 +16368,7 @@ Date: Wed Jun 23 12:26:51 2010 +0200
Because Python's optparse will try to do things on it that can
only be done with list.
- gi/overrides/Gtk.py | 2 +-
+ gi/overrides/Gtk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3d72b8248cc534a689dee5679a729b2fba56c528
@@ -15996,7 +16378,7 @@ 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 +++
+ gi/__init__.py | 3 +++
1 file changed, 3 insertions(+)
commit c7c94ef349c30597f2f10d90f74718d678ec7add
@@ -16007,7 +16389,7 @@ Date: Tue Jun 22 14:45:48 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=622425
- gi/pygi-info.c | 5 +++--
+ gi/pygi-info.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit fb1ee243493616d7a7e4f6924c574db39f5a423d
@@ -16023,7 +16405,7 @@ Date: Tue Jun 22 15:39:46 2010 -0400
remove unneeded TextIter creation in the tests
- tests/test_overrides.py | 3 ---
+ tests/test_overrides.py | 3 ---
1 file changed, 3 deletions(-)
commit 53c355d2cc0894e7f551e9b4eb719b89188a978e
@@ -16041,9 +16423,9 @@ Date: Mon Jun 21 11:42:12 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=620583
- gi/overrides/Gtk.py | 51
- +++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_overrides.py | 25 +++++++++++++++++++++++
+ gi/overrides/Gtk.py | 51
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_overrides.py | 25 ++++++++++++++++++++++++
2 files changed, 76 insertions(+)
commit 1d89a88b212c7411ad28e74eda80ae751de92e50
@@ -16059,8 +16441,8 @@ Date: Tue Jun 22 12:46:39 2010 -0400
targets like
make check.gdb work
- configure.ac | 2 +-
- tests/Makefile.am | 2 +-
+ configure.ac | 2 +-
+ tests/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 4fe0d94c219deb69a2309693202309c53a0e5e69
@@ -16083,9 +16465,9 @@ Date: Tue Jun 22 11:50:30 2010 -0400
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 +++++--
+ gi/overrides/GIMarshallingTests.py | 10 ++++------
+ gi/overrides/Gdk.py | 8 ++++----
+ gi/overrides/Gtk.py | 7 +++++--
3 files changed, 13 insertions(+), 12 deletions(-)
commit 49321b934603e1ec69fb04082c63902970907d2b
@@ -16094,9 +16476,9 @@ Date: Sun Jun 20 13:27:34 2010 +0200
Override Dialog constructor and add_buttons method
- gi/overrides/Gtk.py | 46
+ gi/overrides/Gtk.py | 46
+++++++++++++++++++++++++++++++++++++++++++++-
- tests/test_overrides.py | 16 ++++++++++++++++
+ tests/test_overrides.py | 16 ++++++++++++++++
2 files changed, 61 insertions(+), 1 deletion(-)
commit acf7b43a41ce814f0c57ce609a090826f04771db
@@ -16105,7 +16487,7 @@ Date: Mon Jun 21 18:17:38 2010 +0200
Post release version bump to 2.21.4
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a7fa8b80406227a06cf18f8675dbc1f471283829
@@ -16114,7 +16496,7 @@ Date: Mon Jun 21 18:10:32 2010 +0200
Update NEWS and release PyGObject-2.21.3
- NEWS | 7 +++++++
+ NEWS | 7 +++++++
1 file changed, 7 insertions(+)
commit 79acac7b86ec52cd3681d94d7f116314c3f00167
@@ -16125,8 +16507,8 @@ Date: Tue Jul 21 16:28:34 2009 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=589253
- codegen/codegen.py | 2 ++
- codegen/reversewrapper.py | 18 +++++++++++++++---
+ codegen/codegen.py | 2 ++
+ codegen/reversewrapper.py | 18 +++++++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
commit 259a4b08f009aa01451caed20dbb6e68b402da2a
@@ -16135,7 +16517,7 @@ Date: Mon Jun 21 17:34:54 2010 +0200
Add *~ and *.orig to .gitignore
- .gitignore | 5 ++++-
+ .gitignore | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
commit 00a85f6a844714d1715e2f67431747d1a4cdacb1
@@ -16153,15 +16535,15 @@ Date: Mon Jun 21 17:33:56 2010 +0200
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
- ++++++++++++++++++++++++++++++++++++++++++++++
+ 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
@@ -16172,9 +16554,9 @@ Date: Mon Jun 21 13:06:13 2010 +0200
This reverts commit 04627488220b4f2a16e11f8982af7866fea9f7eb.
- gobject/gobjectmodule.c | 3 ++-
- gobject/pygobject.c | 42 ++++++++++++++++++++++++++++++++++--------
- gobject/pygobject.h | 1 -
+ gobject/gobjectmodule.c | 3 ++-
+ gobject/pygobject.c | 42 ++++++++++++++++++++++++++++++++++--------
+ gobject/pygobject.h | 1 -
3 files changed, 36 insertions(+), 10 deletions(-)
commit b2661054d6bde673484eab472e69ca021124528d
@@ -16358,7 +16740,7 @@ Date: Sun Jun 20 10:49:55 2010 -0300
[giounix] Make it possible to compile on glib 2.20
- gio/unix.override | 2 ++
+ gio/unix.override | 2 ++
1 file changed, 2 insertions(+)
commit 606018a2c551d890fc2bb987d99683f777598bda
@@ -16378,8 +16760,8 @@ Date: Mon Jun 7 16:32:29 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=620898
- gi/pygi-argument.c | 9 ++++++++-
- gi/pygi-invoke.c | 11 +++++++++--
+ gi/pygi-argument.c | 9 ++++++++-
+ gi/pygi-invoke.c | 11 +++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)
commit 433ee2aa029a1482961f478252a06492bd3498e6
@@ -16393,7 +16775,7 @@ Date: Tue Jun 15 11:42:28 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=530935
- gobject/pygobject.c | 11 ++++++++++-
+ gobject/pygobject.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
commit aa1e82c7eb87620bd73e1edb486f5b9e0d49aa96
@@ -16402,8 +16784,8 @@ Date: Mon Jun 14 18:36:57 2010 -0400
add combobox example
- demos/gtk-demo/demos/combobox.py | 282
- ++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/combobox.py | 282
+ +++++++++++++++++++++++++++++++++++++++
1 file changed, 282 insertions(+)
commit a8668694da59c2dd959c875f13337e64ca22f7e9
@@ -16412,7 +16794,7 @@ Date: Mon Jun 14 13:43:53 2010 -0400
fix leak in the allow None callbacks patch
- gi/pygi-callbacks.c | 4 ++--
+ gi/pygi-callbacks.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 729072e73d65e7fd5b5197ebe5a8c53a449d0ec0
@@ -16434,9 +16816,9 @@ Date: Mon Jun 7 17:12:09 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=620906
- gi/pygi-callbacks.c | 7 +++++++
- gi/pygi-invoke.c | 14 +++++++++++---
- tests/test_everything.py | 4 ++++
+ gi/pygi-callbacks.c | 7 +++++++
+ gi/pygi-invoke.c | 14 +++++++++++---
+ tests/test_everything.py | 4 ++++
3 files changed, 22 insertions(+), 3 deletions(-)
commit a3eb5c7de5836c37aa7ae01dbe98996ec2632c17
@@ -16445,7 +16827,7 @@ Date: Mon Jun 14 19:06:45 2010 +0200
Fix to match latest gtk annotations
- demos/gtk-demo/demos/appwindow.py | 3 +--
+ demos/gtk-demo/demos/appwindow.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
commit 6306dd73cc74aa9202569eac0eaaa5f825c8dc59
@@ -16460,8 +16842,8 @@ Date: Tue Jun 8 15:03:49 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=621007
- gi/overrides/Gdk.py | 10 +++++-----
- tests/test_overrides.py | 6 +++---
+ gi/overrides/Gdk.py | 10 +++++-----
+ tests/test_overrides.py | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
commit d182630e1128fef6f1c2aea28ccd8da4bddd2c8f
@@ -16470,7 +16852,7 @@ Date: Thu Jun 10 20:23:13 2010 +0200
Post release version bump to 2.21.3
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c4e64d5d264593051b9a3131e4985a58e8e76f8b
@@ -16479,7 +16861,7 @@ Date: Thu Jun 10 20:21:13 2010 +0200
Update NEWS and release PyGObject-2.21.2
- NEWS | 26 ++++++++++++++++++++++++++
+ NEWS | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
commit e0fe844d5fe8f7e26316f197444fd4143ed36adf
@@ -16493,7 +16875,7 @@ Date: Thu Jun 10 20:09:07 2010 +0200
test_gtype.py
test_subtype.py
- tests/Makefile.am | 4 ----
+ tests/Makefile.am | 4 ----
1 file changed, 4 deletions(-)
commit 495a301cb81c5e914bcef905999265604faa27fc
@@ -16502,7 +16884,7 @@ Date: Thu Jun 10 19:39:09 2010 +0200
Add myself to the maintainers list in the README
- README | 1 +
+ README | 1 +
1 file changed, 1 insertion(+)
commit 04627488220b4f2a16e11f8982af7866fea9f7eb
@@ -16523,9 +16905,9 @@ Date: Thu Jun 10 19:24:31 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=583909
- gobject/gobjectmodule.c | 3 +--
- gobject/pygobject.c | 42 ++++++++----------------------------------
- gobject/pygobject.h | 1 +
+ gobject/gobjectmodule.c | 3 +--
+ gobject/pygobject.c | 42 ++++++++----------------------------------
+ gobject/pygobject.h | 1 +
3 files changed, 10 insertions(+), 36 deletions(-)
commit 07df124dc06cf506634e95d08397f50a2d07fce2
@@ -16545,8 +16927,8 @@ Date: Mon Jun 7 09:47:23 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620804
- gi/pygi-invoke.c | 3 ++-
- tests/test_everything.py | 6 ++++++
+ gi/pygi-invoke.c | 3 ++-
+ tests/test_everything.py | 6 ++++++
2 files changed, 8 insertions(+), 1 deletion(-)
commit b435319fe830a909cc4d414533b3b66574931e24
@@ -16561,7 +16943,7 @@ Date: Mon Jun 7 09:54:06 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620805
- pre-commit.hook | 2 +-
+ pre-commit.hook | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e9ee2916494eb7654004925c1ee1e94f99b14f1a
@@ -16570,8 +16952,8 @@ Date: Tue Jun 8 16:55:26 2010 -0400
colorselector demo
- demos/gtk-demo/demos/colorselector.py | 121
- +++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/colorselector.py | 121
+ ++++++++++++++++++++++++++++++++++
1 file changed, 121 insertions(+)
commit ec598128de9e90dccab662ed2f5511c8d659e156
@@ -16580,7 +16962,7 @@ Date: Tue Jun 8 15:48:33 2010 +0200
Update PyGObject dependency to 2.21.1
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 87774a17bd607724a56e18c2eb1ac71b04b7079d
@@ -16589,8 +16971,8 @@ Date: Tue Jun 8 10:40:39 2010 +0200
Add myself to maintainers
- MAINTAINERS | 4 ++++
- pygobject.doap | 7 +++++++
+ MAINTAINERS | 4 ++++
+ pygobject.doap | 7 +++++++
2 files changed, 11 insertions(+)
commit 46c91a11d448e5e11d142d3362aff1483226bca4
@@ -16606,7 +16988,7 @@ Date: Wed May 5 13:54:27 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=617796
- gobject/pygi-external.h | 2 ++
+ gobject/pygi-external.h | 2 ++
1 file changed, 2 insertions(+)
commit c1c41576d053cc1cdd8366d8cd1e59fff1c3a9c6
@@ -16615,7 +16997,7 @@ 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 +++++--
+ demos/gtk-demo/demos/clipboard.py | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit e7fabb5024d94a3166766e5fca740741bc50380a
@@ -16624,8 +17006,8 @@ Date: Mon Jun 7 16:21:42 2010 -0400
clipboard demo
- demos/gtk-demo/demos/clipboard.py | 235
- +++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/clipboard.py | 235
+ ++++++++++++++++++++++++++++++++++++++
1 file changed, 235 insertions(+)
commit e0f1dce5ec58d071759f886697501da6eeea549d
@@ -16634,7 +17016,7 @@ Date: Sun Jun 6 13:27:46 2010 -0400
set is_fully_bound to false
- demos/gtk-demo/demos/button_box.py | 2 +-
+ demos/gtk-demo/demos/button_box.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 986db1c73746d3a8ad7d8d5141c7eed194e7b948
@@ -16643,8 +17025,8 @@ Date: Sat Jun 5 23:53:36 2010 -0400
new button box demo
- demos/gtk-demo/demos/button_box.py | 121
- ++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/button_box.py | 121
+ +++++++++++++++++++++++++++++++++++++
1 file changed, 121 insertions(+)
commit e9f5f8a829121e59367bae690442150f144946ad
@@ -16653,7 +17035,7 @@ 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 +-
+ demos/gtk-demo/demos/builder.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d9968c3a4dea1d4a73a9376009cf486c80ea3da6
@@ -16662,9 +17044,9 @@ 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 +-
+ 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
@@ -16673,8 +17055,8 @@ Date: Sat Jun 5 14:54:47 2010 -0400
add the builder demo
- demos/gtk-demo/demos/builder.py | 57
- +++++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/builder.py | 57
+ +++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
commit a96dbafdf562a2ac6bde4df27919d3628689dbdb
@@ -16683,8 +17065,8 @@ Date: Fri Jun 4 17:48:24 2010 -0400
add assistant demo
- demos/gtk-demo/demos/assistant.py | 134
- +++++++++++++++++++++++++++++++++++++
+ demos/gtk-demo/demos/assistant.py | 134
+ ++++++++++++++++++++++++++++++++++++++
1 file changed, 134 insertions(+)
commit 7e1b8cf32f33d45603aaec76afb0d14be84ffd94
@@ -16693,7 +17075,7 @@ Date: Fri Jun 4 16:56:46 2010 -0400
add formatting rules and copyright notice
- demos/gtk-demo/demos/appwindow.py | 19 +++++++++++++++++++
+ demos/gtk-demo/demos/appwindow.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
commit 03b99692b81631d397ab62dcd263341465bcee88
@@ -16708,25 +17090,25 @@ Date: Fri Jun 4 16:26:54 2010 -0400
- 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 +++++++++++++++
+ 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(+)
commit b3b1f029d8d16cf9bd74160009808147d07e3b3f
@@ -16735,7 +17117,7 @@ Date: Fri Jun 4 11:25:08 2010 +0200
Update gobject-introspection dependency to 0.6.14
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 45c4e46ae93bd83a0e3f3550df6c64ce96bbedb4
@@ -16744,7 +17126,7 @@ Date: Fri Jun 4 11:23:41 2010 +0200
Post-release version bump to 0.6.1
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7a94270dac48b67aabc7dbad156cf1180db9cb5e
@@ -16753,7 +17135,7 @@ Date: Fri Jun 4 08:29:42 2010 +0200
Pre-release version bump 0.6.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1e42ee6eb25a07a5201f24ffeac18d298a98477e
@@ -16781,9 +17163,9 @@ Date: Fri May 28 10:03:11 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=620406
- gi/pygi-invoke.c | 73
- +++++++++++++++++++++++++++++++++++++++++++---
- tests/test_everything.py | 28 ++++++++++++++++++
+ gi/pygi-invoke.c | 73
+ +++++++++++++++++++++++++++++++++++++++++++++---
+ tests/test_everything.py | 28 +++++++++++++++++++
2 files changed, 97 insertions(+), 4 deletions(-)
commit c3f467e0ae99aa78c2fdb91b973a272d2fe970bd
@@ -16794,7 +17176,7 @@ Date: Wed Jun 2 14:14:16 2010 -0400
* use from gi.repository import GObject
- tests/test_overrides.py | 5 ++---
+ tests/test_overrides.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
commit 46b5133fea4cd5db57a360b3cbe9ee923e27560c
@@ -16805,8 +17187,8 @@ Date: Tue Jun 1 14:28:57 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=620247
- gi/pygi-info.c | 11 +++++++++++
- tests/test_gi.py | 17 +++++++++++++++++
+ gi/pygi-info.c | 11 +++++++++++
+ tests/test_gi.py | 17 +++++++++++++++++
2 files changed, 28 insertions(+)
commit 5f0f9a9c9145a129a063b041424c3109a24d9ead
@@ -16816,8 +17198,8 @@ 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 +++++++++++++++++++++++++++++++++++++++
+ autogen.sh | 7 +++++++
+ pre-commit.hook | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
commit 1319da5b7f483e48a90b0b7489f77236ba26f479
@@ -16830,25 +17212,25 @@ Date: Wed May 26 12:19:17 2010 +0200
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 +-
+ 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
@@ -16859,8 +17241,8 @@ Date: Tue May 25 14:08:51 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619597
- gi/module.py | 4 ++--
- tests/test_gi.py | 4 +++-
+ gi/module.py | 4 ++--
+ tests/test_gi.py | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
commit 097b92983b7a322c58fecb1e691ba6ddf5035548
@@ -16875,7 +17257,7 @@ Date: Tue May 25 14:17:13 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619604
- gi/types.py | 15 +++++++++++----
+ gi/types.py | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
commit 686e10fcdb108af9758eb025a3447813c3513a93
@@ -16886,7 +17268,7 @@ Date: Thu Apr 29 10:55:13 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617153
- gi/types.py | 3 ++-
+ gi/types.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 9f34d120845d936b04546a5cea599ec67e9181a7
@@ -16903,9 +17285,9 @@ Date: Mon May 24 16:16:50 2010 -0400
* add test that loads objects from strings and connects them to
signals
- gi/overrides/Gtk.py | 19 +++++++++++--
- tests/test_overrides.py | 72
- +++++++++++++++++++++++++++++++++++++++++++++--
+ gi/overrides/Gtk.py | 19 +++++++++++--
+ tests/test_overrides.py | 72
+ ++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 86 insertions(+), 5 deletions(-)
commit 1561d2977691f1cb8684f183a2e274c47960d931
@@ -16918,8 +17300,8 @@ Date: Mon May 24 18:48:10 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616849
- gi/gimodule.c | 9 +++++++++
- tests/test_gi.py | 13 ++++++++++++-
+ gi/gimodule.c | 9 +++++++++
+ tests/test_gi.py | 13 ++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
commit c9d44d4d46c3da3a445000b1db592baa9c378a92
@@ -16930,9 +17312,8 @@ Date: Fri Apr 30 18:17:50 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617054
- gi/pygi-invoke.c | 11 +++++++----
- tests/test_gi.py | 50
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ gi/pygi-invoke.c | 11 +++++++----
+ tests/test_gi.py | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 4 deletions(-)
commit c171579ee22681e1ee4ad33441c89f1053bdc3d1
@@ -16941,7 +17322,7 @@ Date: Mon May 24 11:48:16 2010 -0400
check refcounting of callback userdata in unit tests
- tests/test_everything.py | 18 ++++++++++++++++++
+ tests/test_everything.py | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
commit 8eb809468fe3e1f8e4f92bd7f25d96f9cf802cd4
@@ -16957,9 +17338,9 @@ Date: Sat May 22 15:12:37 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617780
- gi/pygi-closure.c | 335
- +++++++++++++++++++++++++++++++++++++++++------------
- tests/test_gi.py | 4 +
+ gi/pygi-closure.c | 335
+ +++++++++++++++++++++++++++++++++++++++++-------------
+ tests/test_gi.py | 4 +
2 files changed, 263 insertions(+), 76 deletions(-)
commit 0df0c956bb2476392c9d81f0a243a7e84c067166
@@ -16978,8 +17359,8 @@ Date: Sun May 23 10:59:27 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617880
- gi/pygi-argument.c | 5 +++++
- tests/test_everything.py | 6 ++++++
+ gi/pygi-argument.c | 5 +++++
+ tests/test_everything.py | 6 ++++++
2 files changed, 11 insertions(+)
commit 60fdf4b8f738dd0f5c190bc18ddf010032d3c5ca
@@ -16998,8 +17379,8 @@ Date: Sat May 22 14:06:37 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619007
- gi/gimodule.c | 12 ++++++++++++
- tests/test_everything.py | 3 +++
+ gi/gimodule.c | 12 ++++++++++++
+ tests/test_everything.py | 3 +++
2 files changed, 15 insertions(+)
commit 4b369f8aca980fc6a582094d6648f40fe4af5e9f
@@ -17024,8 +17405,8 @@ Date: Sat May 22 13:21:30 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619232
- gi/pygi-argument.c | 6 ------
- tests/test_everything.py | 4 ++--
+ gi/pygi-argument.c | 6 ------
+ tests/test_everything.py | 4 ++--
2 files changed, 2 insertions(+), 8 deletions(-)
commit 71a2148b00dfdda99e0d961ae39b901608724e59
@@ -17039,7 +17420,7 @@ Date: Fri May 21 19:05:03 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619311
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit aa0357e468eb91e0f3707346e9b32f312fbf51d3
@@ -17050,7 +17431,7 @@ Date: Thu Apr 29 13:06:15 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617159
- gi/gimodule.c | 4 +++-
+ gi/gimodule.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
commit ab1aaff108d23aabd28c3634edfb67236eb55460
@@ -17091,8 +17472,8 @@ Date: Sat May 22 13:09:48 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=619235
- gi/pygi-invoke.c | 6 +++++-
- tests/test_everything.py | 4 ++--
+ gi/pygi-invoke.c | 6 +++++-
+ tests/test_everything.py | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
commit e928ea9b1df9d87314ff8e93479530e26be9bd87
@@ -17108,7 +17489,7 @@ Date: Fri May 14 14:57:27 2010 -0400
API such as this doesn't need to be used anymore and is a result of
early GTK development
- gi/pygi-argument.c | 14 +++++++++++---
+ gi/pygi-argument.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
commit d963007aab123f4e53a944a66a935db2d22907c2
@@ -17127,7 +17508,7 @@ Date: Mon May 17 11:54:34 2010 -0400
new modified argument list
* fixes https://bugzilla.gnome.org/show_bug.cgi?id=618889
- gi/overrides/Gtk.py | 1 +
+ gi/overrides/Gtk.py | 1 +
1 file changed, 1 insertion(+)
commit 897420ed97cc4a7b8a806894df5e76ed72617614
@@ -17138,9 +17519,9 @@ Date: Wed May 12 14:25:32 2010 -0400
* fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=618476
- gi/overrides/Gtk.py | 167
- ++++++++++++++++++++++++++++++++++++++++++++++-
- tests/test_overrides.py | 45 +++++++++++++
+ gi/overrides/Gtk.py | 167
+ +++++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_overrides.py | 45 +++++++++++++
2 files changed, 211 insertions(+), 1 deletion(-)
commit 865939d29c1e9d69dbe6b9cf89477b5516dbff1f
@@ -17149,7 +17530,7 @@ Date: Thu May 13 01:02:24 2010 -0400
Bump version for development to 0.5.2 (hopefully 0.6)
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2674a9546b0246d4a75d71cf1708df77dc0173f9
@@ -17160,9 +17541,9 @@ Date: Wed May 5 15:54:39 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617757
- gi/overrides/Gdk.py | 2 +-
- tests/Makefile.am | 3 ++-
- tests/test_overrides.py | 22 ++++++++++++++++++++++
+ gi/overrides/Gdk.py | 2 +-
+ tests/Makefile.am | 3 ++-
+ tests/test_overrides.py | 22 ++++++++++++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)
commit c20b9f632a35bada1320ccc10fb7d5b2c06b9a88
@@ -17183,11 +17564,11 @@ Date: Thu Apr 29 14:55:33 2010 -0400
* 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
- +++++++++++++++++++++++++---------------------
+ 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
@@ -17196,7 +17577,7 @@ Date: Fri Apr 30 14:11:55 2010 -0400
override Gdk.Drawable to add cairo_create convinience method
- gi/overrides/Gdk.py | 7 ++++++-
+ gi/overrides/Gdk.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
commit 17fa1289b1e2ed841dd5de09a2ec7c25d401886e
@@ -17207,10 +17588,10 @@ Date: Mon May 3 19:13:46 2010 +0200
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 +++++++++++++++++++++
+ 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
@@ -17219,7 +17600,7 @@ Date: Wed May 5 08:06:03 2010 +0200
Avoid freeing garbage
- gi/pygi-invoke.c | 6 ++++--
+ gi/pygi-invoke.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 5e20c018ae09a936f5ff140df5d1c133c98e98ba
@@ -17230,8 +17611,8 @@ Date: Thu Apr 29 13:09:03 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617160
- gi/types.py | 10 +++++++++-
- tests/test_gi.py | 10 ++++++++++
+ gi/types.py | 10 +++++++++-
+ tests/test_gi.py | 10 ++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
commit 3e61e7d4450a2bb133c7f3862e0962a35339ce8d
@@ -17242,8 +17623,8 @@ Date: Mon May 3 18:35:13 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617542
- gi/pygi-invoke.c | 3 ++-
- tests/test_everything.py | 10 ++++++++++
+ gi/pygi-invoke.c | 3 ++-
+ tests/test_everything.py | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
commit 9669acd0fad193013ef3505ae231588307f9834c
@@ -17254,13 +17635,13 @@ Date: Mon May 3 12:23:58 2010 +0200
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 +
+ 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
@@ -17269,7 +17650,7 @@ Date: Tue Apr 27 19:13:08 2010 -0400
Add the Gtk.Builder override
- gi/overrides/Gtk.py | 37 ++++++++++++++++++++++++++++++++++++-
+ gi/overrides/Gtk.py | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
commit 9fc6783406b8263ebd67ceae2730b4e86689b43e
@@ -17280,8 +17661,8 @@ Date: Fri Apr 30 15:00:52 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616236
- gi/pygi-closure.c | 8 +++++++-
- tests/test_everything.py | 16 ++++++++++++++++
+ gi/pygi-closure.c | 8 +++++++-
+ tests/test_everything.py | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
commit 5657ccaaec09e2a3194ea2e9a923724bcc66759e
@@ -17292,7 +17673,7 @@ Date: Thu Apr 29 18:32:50 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=617162
- gi/overrides/Gdk.py | 20 +++++++++++++++++++-
+ gi/overrides/Gdk.py | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
commit 4410abd589a2f64cfbd7bbcb4013fae9e4aa734f
@@ -17309,9 +17690,9 @@ Date: Wed Apr 28 13:19:48 2010 -0400
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 +-
+ gi/module.py | 9 ++++-----
+ gi/overrides/GIMarshallingTests.py | 2 +-
+ gi/overrides/Gdk.py | 2 +-
3 files changed, 6 insertions(+), 7 deletions(-)
commit 64fa8f936bad9a90628df446e690d67d947a0a22
@@ -17322,10 +17703,10 @@ Date: Mon Apr 26 11:41:06 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616357
- gi/pygi-callbacks.c | 22 +-
- gi/pygi-callbacks.h | 4 +-
- gi/pygi-info.c | 582
- +++++++++++++++++++++++++++++----------------------
+ gi/pygi-callbacks.c | 22 +-
+ gi/pygi-callbacks.h | 4 +-
+ gi/pygi-info.c | 582
+ ++++++++++++++++++++++++++++++----------------------
3 files changed, 346 insertions(+), 262 deletions(-)
commit 7fc5528273edae5ecdd5d8bdf0e5b898eec7a624
@@ -17340,8 +17721,8 @@ Date: Tue Apr 20 23:23:38 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616357
- gi/pygi-info.c | 417
- +++++++++++++++++++++++++++++---------------------------
+ gi/pygi-info.c | 417
+ +++++++++++++++++++++++++++++----------------------------
1 file changed, 214 insertions(+), 203 deletions(-)
commit 1d9c6b6d76a3e27f66e6f0cfc7b16c5191e4fc22
@@ -17352,8 +17733,8 @@ Date: Tue Apr 27 10:24:35 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616674
- gi/types.py | 4 ++--
- tests/test_gi.py | 15 +++++++++++++++
+ gi/types.py | 4 ++--
+ tests/test_gi.py | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
commit 8a0c48f4dd512797e5cf132f8ec6fb6d4d1e7aaa
@@ -17368,8 +17749,8 @@ Date: Sun Apr 25 15:09:08 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616786
- gi/pygi-closure.c | 3 +++
- tests/test_everything.py | 13 +++++++++++++
+ gi/pygi-closure.c | 3 +++
+ tests/test_everything.py | 13 +++++++++++++
2 files changed, 16 insertions(+)
commit 2b12049306bf57513c43d08017185468bf897a4a
@@ -17383,7 +17764,7 @@ Date: Tue Apr 20 22:57:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616356
- gi/pygi-closure.c | 4 ++--
+ gi/pygi-closure.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8240320d0b67074ce91bdf7aadcf5951c5a8c45a
@@ -17403,8 +17784,8 @@ Date: Tue Apr 20 23:53:57 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616043
- gi/pygi-info.c | 1 +
- tests/test_gi.py | 3 +++
+ gi/pygi-info.c | 1 +
+ tests/test_gi.py | 3 +++
2 files changed, 4 insertions(+)
commit 10e558ca283cdd06725bb0d24b5071ccbecc7d13
@@ -17421,7 +17802,7 @@ Date: Tue Apr 20 22:57:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616356
- gi/pygi-closure.c | 3 ++-
+ gi/pygi-closure.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit d3b5fae9d609dbcd83deb0fa9102b24faf76787c
@@ -17433,9 +17814,9 @@ Date: Tue Apr 20 22:43:20 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616343
- gi/pygi-closure.c | 10 +++++-----
- gi/pygi-info.c | 9 +++++++--
- tests/test_everything.py | 9 +++++++++
+ gi/pygi-closure.c | 10 +++++-----
+ gi/pygi-info.c | 9 +++++++--
+ tests/test_everything.py | 9 +++++++++
3 files changed, 21 insertions(+), 7 deletions(-)
commit 3ba666b7ab9c393963922c272e7d87bff50a93f9
@@ -17446,13 +17827,13 @@ Date: Sat Jan 2 16:31:55 2010 +0100
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 +++++++++++++++++++++++++++++++
+ 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
@@ -17465,8 +17846,8 @@ Date: Fri Jan 22 22:16:32 2010 +0100
keep PyGI
backward-compatible.
- configure.ac | 2 +-
- gi/pygi-private.h | 20 --------------------
+ configure.ac | 2 +-
+ gi/pygi-private.h | 20 --------------------
2 files changed, 1 insertion(+), 21 deletions(-)
commit c0f40de5648e2ebc556c449342a0025ffce2e33b
@@ -17477,8 +17858,8 @@ Date: Sun Apr 18 11:50:14 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=616108
- gi/pygi-info.c | 360
- ++++++++++++++++++++++++++------------------------------
+ gi/pygi-info.c | 360
+ +++++++++++++++++++++++++++------------------------------
1 file changed, 168 insertions(+), 192 deletions(-)
commit 24bb89f1310dc2fc8ee6ddaf945342ebf80055cd
@@ -17489,7 +17870,7 @@ Date: Tue Apr 20 15:12:47 2010 +0200
https://bugzilla.gnome.org/show_bug.cgi?id=616279
- gi/pygi-closure.c | 9 +++++----
+ gi/pygi-closure.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit d1ba23cdd05686ea721425f233371d573a2e9cce
@@ -17498,7 +17879,7 @@ Date: Thu Apr 22 19:57:17 2010 +0200
Rename variable with a very generic name
- gi/module.py | 28 ++++++++++++++--------------
+ gi/module.py | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
commit 391640b30ede50af3667b1019edb72bd79f2c68c
@@ -17509,10 +17890,10 @@ Date: Thu Apr 22 19:53:06 2010 +0200
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 ++++++++++++++++++++++++++++--
+ 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
@@ -17527,7 +17908,7 @@ Date: Tue Apr 20 22:20:42 2010 -0400
not the version after. Thus after a release you make a new commit
bumping to the next development version.
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e203dc7c8f524c16aa52e15758dc3a2b09fbac75
@@ -17536,7 +17917,7 @@ Date: Tue Apr 20 20:40:02 2010 -0400
Added missing , to keyword list of gio.GFile.set_attribute
- gio/gresolver.override | 2 +-
+ gio/gresolver.override | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0b222f01ac9ceea1d127083623ad532ecc75bf7e
@@ -17545,8 +17926,8 @@ Date: Tue Apr 20 20:37:12 2010 -0400
Fix arg conversion in gio.GFile.set_attribute
- gio/gfile.override | 232
- ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ gio/gfile.override | 232
+ +++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 227 insertions(+), 5 deletions(-)
commit a579ccc8bea90937bf970be3d461e2b650b0c7d6
@@ -17555,7 +17936,7 @@ Date: Tue Apr 20 20:01:53 2010 -0400
Set constants under python 2.5 or before
- gobject/gobjectmodule.c | 8 ++++++++
+ gobject/gobjectmodule.c | 8 ++++++++
1 file changed, 8 insertions(+)
commit 11fa39a861abf679e01b5f0da97be93ae0adf0f0
@@ -17571,7 +17952,7 @@ Date: Sun Apr 18 20:22:21 2010 -0400
and will
not make the parsing crash.
- codegen/docextract_to_xml.py | 4 ++--
+ codegen/docextract_to_xml.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 8dbc2cb016acef7b364804cd9bc8f0b1da37e84b
@@ -17580,8 +17961,8 @@ Date: Sun Apr 18 14:32:06 2010 -0400
Bump version for release 0.5.0
- HACKING | 7 +++++++
- configure.ac | 4 ++--
+ HACKING | 7 +++++++
+ configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
commit 3293c91d90c5c497b45e42a527d7f79f7435823e
@@ -17590,7 +17971,7 @@ Date: Sun Apr 18 14:28:13 2010 -0400
One more missing file...
- examples/Makefile.am | 2 ++
+ examples/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
commit 1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d
@@ -17599,8 +17980,8 @@ Date: Sun Apr 18 14:18:44 2010 -0400
Add more stuff to the tarballs
- Makefile.am | 8 +++++++-
- configure.ac | 1 +
+ Makefile.am | 8 +++++++-
+ configure.ac | 1 +
2 files changed, 8 insertions(+), 1 deletion(-)
commit 8a9bb04755057e934b7f46c917af6ef281a2fedd
@@ -17609,7 +17990,7 @@ Date: Sun Apr 18 13:48:45 2010 -0400
Add one more missing file to tarballs
- gi/overrides/Makefile.am | 1 +
+ gi/overrides/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit 979e01852fc7f830ee91093accdc387fa535075f
@@ -17618,7 +17999,7 @@ Date: Sun Apr 18 13:45:29 2010 -0400
Add missing file to tarballs
- tests/Makefile.am | 1 +
+ tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
commit 8b70faa7a9a32b9ea8862f28a503e38f496cfd89
@@ -17629,17 +18010,17 @@ Date: Sun Apr 18 13:11:11 2010 -0400
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 +++++++++++
+ 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
@@ -17648,7 +18029,7 @@ Date: Sun Apr 18 11:59:06 2010 -0400
Fix a typo in pygi-callbacks.c header
- gi/pygi-callbacks.c | 2 +-
+ gi/pygi-callbacks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 79aa416ae8632b123da61d79fb820d9e2704209c
@@ -17659,11 +18040,10 @@ Date: Sat Apr 17 12:00:05 2010 -0400
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 ++++++++++++++++++++++++++++
+ 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
@@ -17672,10 +18052,10 @@ 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
- +---------------------------------------------
+ tests/test_everything.py | 60
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gi.py | 62
+ +-----------------------------------------------
2 files changed, 61 insertions(+), 61 deletions(-)
commit a90298cc9e6c0f336f887a71d80b1efd07ec2811
@@ -17684,8 +18064,8 @@ Date: Sun Apr 18 10:44:35 2010 -0400
Update to latest version of the pygi-convert.sh script
- pygi-convert.sh | 193
- +++++++++++++++++++++++++++++++++++++++----------------
+ pygi-convert.sh | 193
+ ++++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 137 insertions(+), 56 deletions(-)
commit 34a39318c674737c6d64f2430456daef86ba1626
@@ -17694,8 +18074,8 @@ Date: Sun Apr 18 10:40:44 2010 -0400
Add Tomeu's prototype script for converting pygtk to pygi
- pygi-convert.sh | 71
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ pygi-convert.sh | 71
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
commit a3afdb5fd33de0bf11d63857a245a8f5edec242c
@@ -17704,7 +18084,7 @@ Date: Sun Apr 18 13:01:58 2010 +0200
Fix doap file
- pygi.doap | 4 ++++
+ pygi.doap | 4 ++++
1 file changed, 4 insertions(+)
commit 0de73d0bba79f92af22f43693f3575c596712416
@@ -17713,7 +18093,7 @@ Date: Sat Apr 17 16:01:31 2010 -0400
Add Zach Goldberg as a pygi maintainer
- pygi.doap | 5 +++++
+ pygi.doap | 5 +++++
1 file changed, 5 insertions(+)
commit a0e22e36e8cf0c1e0da3c0ec48c821fdb5a07ccd
@@ -17722,7 +18102,7 @@ Date: Sat Apr 17 11:47:54 2010 -0400
Require PyCairo
- configure.ac | 7 +------
+ configure.ac | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
commit 2778f8a1bf6379a46beec6546c8efcb0fec2d7ad
@@ -17731,8 +18111,8 @@ Date: Sat Apr 17 11:40:14 2010 -0400
Add examples/cairo-demo.py
- examples/cairo-demo.py | 121
- ++++++++++++++++++++++++++++++++++++++++++++++++
+ examples/cairo-demo.py | 121
+ +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 121 insertions(+)
commit 610dd1eec87fab5c8c3badb4d104cba74477c745
@@ -17755,18 +18135,18 @@ Date: Sat Apr 17 09:17:14 2010 -0400
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 ++++++++++++++-
+ 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
@@ -17777,17 +18157,17 @@ Date: Sat Apr 17 10:54:45 2010 -0400
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 ++++++++++++++++++
+ 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
@@ -17798,8 +18178,8 @@ Date: Fri Apr 16 14:35:13 2010 -0400
https://bugzilla.gnome.org/show_bug.cgi?id=603537
- gi/pygi-struct.c | 6 ------
- tests/test_gi.py | 3 ++-
+ gi/pygi-struct.c | 6 ------
+ tests/test_gi.py | 3 ++-
2 files changed, 2 insertions(+), 7 deletions(-)
commit fc9ff02e53aacf9e77625c70985e99813544912a
@@ -17808,9 +18188,9 @@ 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 +++++++++++++-
+ HACKING | 19 +++++++++++++++++++
+ Makefile.am | 12 ++++++++++++
+ tests/Makefile.am | 14 +++++++++++++-
3 files changed, 44 insertions(+), 1 deletion(-)
commit 695ac7bc5c60371a32538d690c7a15509f3c9637
@@ -17819,8 +18199,8 @@ Date: Fri Apr 16 14:36:11 2010 +1200
Add build docs for windows
- Makefile.am | 1 +
- README.win32 | 24 ++++++++++++++++++++++++
+ Makefile.am | 1 +
+ README.win32 | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
commit e580da87f0b2fd36cb5d8008fb2fb0c3b01f456a
@@ -17832,9 +18212,8 @@ Date: Thu Apr 15 13:40:39 2010 +1200
* Remove local doc install, point to website instead
* link to versioned docs
- pygobject_postinstall.py | 43
- ++++++++++++++++++++++++++-----------------
- setup.py | 39 ++++++++++++++-------------------------
+ pygobject_postinstall.py | 43 ++++++++++++++++++++++++++-----------------
+ setup.py | 39 ++++++++++++++-------------------------
2 files changed, 40 insertions(+), 42 deletions(-)
commit 69ecd506c83ddf180c6cc9a2a8dc753a02543959
@@ -17847,7 +18226,7 @@ Date: Sat Jul 25 14:12:30 2009 +1200
no harm on linux as multiple calls to init
are OK
- gio/giomodule.c | 3 +++
+ gio/giomodule.c | 3 +++
1 file changed, 3 insertions(+)
commit 5d159a13d89587cba189a0ca3203ac003e2f1f2b
@@ -17860,14 +18239,14 @@ Date: Thu Apr 15 22:52:48 2010 +1200
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 +-
+ 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
@@ -17881,9 +18260,9 @@ Date: Thu Apr 15 22:49:17 2010 +1200
* Modernise setup.py and add more util functions
to dsextras
- dsextras.py | 32 ++++++++++++++++---
- setup.py | 102
- +++++++++++++++++++++++++++++++++++++++++++++++++++--------
+ dsextras.py | 32 ++++++++++++++++---
+ setup.py | 102
+ +++++++++++++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 116 insertions(+), 18 deletions(-)
commit d11ef47072acae5801ce25c68d1289e425eb9fc2
@@ -17892,7 +18271,7 @@ Date: Thu Apr 15 22:48:28 2010 +1200
Include pygsource.h
- glib/pygiochannel.c | 1 +
+ glib/pygiochannel.c | 1 +
1 file changed, 1 insertion(+)
commit c5f6af4844c74354abc508d17969d9d45153acf2
@@ -17901,7 +18280,7 @@ Date: Thu Apr 15 14:25:59 2010 -0400
Add metadata to the .doap file
- pygi.doap | 3 +++
+ pygi.doap | 3 +++
1 file changed, 3 insertions(+)
commit 81796cb77cbe6b9598a652bd63c047af93e747ee
@@ -17910,8 +18289,8 @@ Date: Wed Apr 14 12:01:43 2010 -0400
override that wasn't checked in - fixes some test cases
- gi/overrides/GIMarshallingTests.py | 69
- ++++++++++++++++++++++++++++++++++++
+ gi/overrides/GIMarshallingTests.py | 69
+ ++++++++++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
commit de5d2ea1584b01af809346316c7fbd4955a9db1d
@@ -17928,7 +18307,7 @@ Date: Wed Apr 14 10:06:07 2010 -0400
owned by Automake. Use all-local instead to append things to
the end of the normal build.
- gi/Makefile.am | 15 +++++++++------
+ gi/Makefile.am | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
commit 5a47e96e3f580c973e6880dafa747f54c144c760
@@ -17954,7 +18333,7 @@ Date: Tue Apr 13 13:33:12 2010 -0400
* codegen/docextract_to_xml.py: Replace &nbsp; which also causes
errors with a regular space.
- codegen/docextract_to_xml.py | 1 +
+ codegen/docextract_to_xml.py | 1 +
1 file changed, 1 insertion(+)
commit bd4e7f2459e34957aaae59b9be807d6dff5ec1eb
@@ -17966,7 +18345,7 @@ Date: Tue Apr 13 12:28:10 2010 -0400
* codegen/docextract_to_xml.py (escape_text): Replace some &..;
expressions that cause errors with more appropriate output.
- codegen/docextract_to_xml.py | 4 ++++
+ codegen/docextract_to_xml.py | 4 ++++
1 file changed, 4 insertions(+)
commit f00b9ce91fc9c3aabd4af4132fc112d9e415e12e
@@ -17982,7 +18361,7 @@ Date: Sun Apr 11 17:46:40 2010 -0400
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 +++++++++
+ codegen/docextract_to_xml.py | 9 +++++++++
1 file changed, 9 insertions(+)
commit a2fcdecbb5e109da5568084d7acb2332af83b6f5
@@ -17999,7 +18378,7 @@ Date: Sun Apr 11 16:15:01 2010 -0400
return ('Returns ...') which leads to annotation extraction
errors.
- codegen/docextract.py | 4 ++++
+ codegen/docextract.py | 4 ++++
1 file changed, 4 insertions(+)
commit 825fd305f03b726665edca34963978ce27448182
@@ -18093,9 +18472,9 @@ Date: Sun Apr 11 15:45:09 2010 -0400
annotations but this would only be exhibited if annotation xml is
requested.
- codegen/docextract.py | 439
- +++++++++++++++++++++++++++++++++---------
- codegen/docextract_to_xml.py | 87 ++++++---
+ codegen/docextract.py | 439
+ ++++++++++++++++++++++++++++++++++---------
+ codegen/docextract_to_xml.py | 87 ++++++---
2 files changed, 414 insertions(+), 112 deletions(-)
commit 9fef1acb42cd900d4a814a7378f60bc189121785
@@ -18104,7 +18483,7 @@ Date: Fri Apr 9 13:47:03 2010 +0200
Always create the .so link
- gi/Makefile.am | 2 +-
+ gi/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e9f7fd414e94595e40eb1ba0fc471ca69136d82f
@@ -18115,10 +18494,10 @@ Date: Thu Apr 8 11:52:25 2010 +0200
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 +++---
+ 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
@@ -18130,11 +18509,11 @@ Date: Mon Apr 5 18:10:42 2010 +0200
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
- ----------------------------------------------
+ tests/test_conversion.py | 83 --------------
+ tests/test_enum.py | 234 --------------------------------------
+ tests/test_gtype.py | 112 ------------------
+ tests/test_subtype.py | 289
+ -----------------------------------------------
4 files changed, 718 deletions(-)
commit ef0ceb266a45715ece58642fb0042e3376416755
@@ -18143,9 +18522,9 @@ 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 ++++++++++++++++++++
+ gi/overrides/Gdk.py | 21 +++++++++++++++++++++
+ gi/overrides/Gtk.py | 21 +++++++++++++++++++++
+ gi/overrides/TestGI.py | 20 ++++++++++++++++++++
3 files changed, 62 insertions(+)
commit 5106523a4b8378997a1e6cb0488398aa73e7d9d5
@@ -18158,9 +18537,9 @@ Date: Wed Feb 3 20:29:55 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=602830
- gi/overrides/TestGI.py | 49
- ++++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_gi.py | 8 +++++++-
+ gi/overrides/TestGI.py | 49
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gi.py | 8 +++++++-
2 files changed, 56 insertions(+), 1 deletion(-)
commit 23fc0f615d87994acafd9d39e92dd92b587fc2eb
@@ -18171,10 +18550,10 @@ Date: Thu Jan 21 17:30:51 2010 +0100
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 +-----
+ 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
@@ -18190,13 +18569,13 @@ Date: Fri Jan 22 22:22:37 2010 +0100
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 ------------
+ 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
@@ -18219,15 +18598,15 @@ Date: Fri Jan 22 13:41:21 2010 +0100
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 ++++++++++++++++++
+ 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
@@ -18238,7 +18617,7 @@ Date: Sun Jan 10 21:01:59 2010 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=606582
- gio/gcancellable.override | 1 +
+ gio/gcancellable.override | 1 +
1 file changed, 1 insertion(+)
commit b11cf2595987c1f0fc4ffd834f07c98b92aa2355
@@ -18247,8 +18626,8 @@ 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 +++++
+ gi/pygi-struct.c | 2 +-
+ tests/test_gi.py | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
commit b4189be2b2d3c350fdf33e27309bee5a72e4f72a
@@ -18267,10 +18646,10 @@ Date: Fri Jan 8 20:33:44 2010 +0100
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 ++++++++++-----------
+ 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
@@ -18279,9 +18658,9 @@ 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 +-
+ gi/pygi-argument.c | 3 ++-
+ gi/pygi-boxed.c | 2 --
+ gi/pygobject-external.h | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
commit 4e2efa91d101bf755739e1cca8eee41eb0ad20fd
@@ -18292,7 +18671,7 @@ Date: Mon Jan 4 08:35:14 2010 +0100
Committed a patch from Kevin Pyle
- Makefile.am | 27 +++++++++++++--------------
+ Makefile.am | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
commit 8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40
@@ -18305,8 +18684,8 @@ Date: Fri Dec 11 22:24:30 2009 +0100
loaded from the
system's default site-package directory.
- tests/runtests.py | 1 -
- tests/test_gi.py | 3 +++
+ tests/runtests.py | 1 -
+ tests/test_gi.py | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
commit 284a1e1c0143c95d3007cf58e6c248b5d11fb4d1
@@ -18315,10 +18694,10 @@ 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 +++++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gcancellable.override | 37 +++++++++++++++++++++++++++++++++++++
+ gio/gio.override | 3 +++
+ tests/test_gcancellable.py | 15 +++++++++++++++
4 files changed, 56 insertions(+)
commit 82d7bcbf37200ee2ef5892dd12bebd2f39965c56
@@ -18327,8 +18706,8 @@ Date: Sat Jan 2 23:15:56 2010 +0100
Make cancellable an optional parameter in many methods
- gio/gio.defs | 102
- +++++++++++++++++++++++++++++-----------------------------
+ gio/gio.defs | 102
+ +++++++++++++++++++++++++++++------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
commit 49a078cd22d55dc33a03ecfda235d63955edc741
@@ -18337,7 +18716,7 @@ Date: Sat Jan 2 23:15:21 2010 +0100
Post release version bump to 2.21.2
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 4f9f1f43ab4e2cfb204ffa0e257a34cfd95d84e2
@@ -18346,7 +18725,7 @@ Date: Sat Jan 2 22:58:36 2010 +0100
Update NEWS and release PyGObject-2.21.1
- NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
commit c1f34be73bd186d7b4682dfef133da2c4229d213
@@ -18355,8 +18734,8 @@ Date: Fri Jan 1 20:25:35 2010 +0100
Wrap gio.Volume.eject_with_operation()
- gio/gvolume.override | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gvolume.override | 54
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit 9b76fbff6f6897aaf26ed4644c1f19efc2826917
@@ -18365,7 +18744,7 @@ Date: Fri Jan 1 20:22:21 2010 +0100
gio.Mount.unmount_with_operation() fix a copy/paste leftover
- gio/gmount.override | 4 ++--
+ gio/gmount.override | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 6f459786dd641cd49d81eba403d940620f961cab
@@ -18374,8 +18753,8 @@ Date: Fri Jan 1 20:21:05 2010 +0100
Wrap gio.Mount.eject_with_operation()
- gio/gmount.override | 54
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gmount.override | 54
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit d4b5d1b4839364e5676eb2da28f1d21db7e2552d
@@ -18384,8 +18763,8 @@ Date: Fri Jan 1 20:15:38 2010 +0100
Wrap gio.Mount.unmount_mountable_with_operation()
- gio/gmount.override | 54
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gmount.override | 54
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit e919d47c2430451b436cec955e9b99237f97028c
@@ -18394,8 +18773,8 @@ Date: Fri Jan 1 18:22:46 2010 +0100
Wrap File.unmount_mountable_with_operation()
- gio/gfile.override | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gfile.override | 54
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit 5a614df9c5507d67f240462f7bf71b4cd411addf
@@ -18404,7 +18783,7 @@ Date: Fri Jan 1 18:14:11 2010 +0100
Wrap gio.File.stop_mountable()
- gio/gfile.override | 52
+ gio/gfile.override | 52
++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
@@ -18414,7 +18793,7 @@ Date: Fri Jan 1 18:10:49 2010 +0100
Wrap gio.File.start_mountable()
- gio/gfile.override | 52
+ gio/gfile.override | 52
++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
@@ -18424,8 +18803,8 @@ Date: Fri Jan 1 18:02:46 2010 +0100
Wrap gio.File.replace_readwrite_async()
- gio/gfile.override | 55
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gfile.override | 55
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
commit 92662f129fc728258fd5e34f53dcb081e3715017
@@ -18434,7 +18813,7 @@ Date: Fri Jan 1 17:00:26 2010 +0100
Wrap gio.File.poll_mountable()
- gio/gfile.override | 41 +++++++++++++++++++++++++++++++++++++++++
+ gio/gfile.override | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
commit 99902b786500948c3278779841e4db54223b9256
@@ -18443,7 +18822,7 @@ Date: Fri Jan 1 16:56:26 2010 +0100
Wrap gio.File.open_readwrite_async()
- gio/gfile.override | 44 ++++++++++++++++++++++++++++++++++++++++++++
+ gio/gfile.override | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
commit 8cff5d53183ae81364ac74a34a1d52e55e082eb4
@@ -18452,8 +18831,8 @@ Date: Fri Jan 1 16:50:15 2010 +0100
Wrap gio.File.eject_mountable_with_operation()
- gio/gfile.override | 54
- ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gfile.override | 54
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit ca436fe7785fd24b0f0e65f2f8c9fa6478277682
@@ -18462,9 +18841,9 @@ Date: Fri Jan 1 13:30:24 2010 +0100
Wrap gio.File.create_readwrite_async() and add a test
- gio/gfile.override | 51
+ gio/gfile.override | 51
+++++++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_gio.py | 24 ++++++++++++++++++++++++
+ tests/test_gio.py | 24 ++++++++++++++++++++++++
2 files changed, 75 insertions(+)
commit f72c5e451dfaeb01b3c3d9243fed2732d3620462
@@ -18473,8 +18852,8 @@ Date: Fri Jan 1 13:20:11 2010 +0100
Wrap gio.Drive.stop()
- gio/gdrive.override | 52
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gdrive.override | 52
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
commit 29043bade408338cefa13fb4b0c875aabd3ef05e
@@ -18483,8 +18862,8 @@ Date: Fri Jan 1 13:00:42 2010 +0100
Wrap gio.Drive.start()
- gio/gdrive.override | 52
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gdrive.override | 52
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
commit dff374287bbecc8af782bbc726fad86c6c867754
@@ -18493,7 +18872,7 @@ 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 +++
+ gio/gsocket.override | 3 +++
1 file changed, 3 insertions(+)
commit b8c7e996498bd72df551011af85ff05ef7335b4f
@@ -18502,9 +18881,9 @@ 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 ++++++++++++++
+ gio/gsocket.override | 86
+ +++++++++++++++++++++++++++++++++++++++++++++++++--
+ tests/test_gsocket.py | 24 ++++++++++++++
2 files changed, 108 insertions(+), 2 deletions(-)
commit a5ae2d5ba3db34967fe07a3cc97b75df2793988c
@@ -18513,8 +18892,8 @@ 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 ++++++++++++++++++++++++
+ gio/gsocket.override | 44 ++++++++++++++++++++++++++++++++++++++++++--
+ tests/test_gsocket.py | 24 ++++++++++++++++++++++++
2 files changed, 66 insertions(+), 2 deletions(-)
commit a5ab26cc1bb3e9dd57e2fdb26ef5c02e8066d097
@@ -18523,7 +18902,7 @@ Date: Fri Jan 1 11:19:34 2010 +0100
Wrap gio.SocketListener.accept_async()
- gio/gsocket.override | 42 ++++++++++++++++++++++++++++++++++++++++++
+ gio/gsocket.override | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
commit c9496b29ef9ef232020a4044577d2947353953a5
@@ -18532,9 +18911,9 @@ Date: Fri Jan 1 11:14:35 2010 +0100
Wrap gio.SocketListener.accept_socket() and add a test
- gio/gsocket.override | 48
+ gio/gsocket.override | 48
+++++++++++++++++++++++++++++++++++++++++++++++-
- tests/test_gsocket.py | 13 +++++++++++++
+ tests/test_gsocket.py | 13 +++++++++++++
2 files changed, 60 insertions(+), 1 deletion(-)
commit 1aa5e301c49f11e1c5ef58de44b4b03f714d1a70
@@ -18543,9 +18922,8 @@ 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 +++++++++++++
+ gio/gsocket.override | 46 +++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gsocket.py | 13 +++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
commit aaedcf166c78baf5449ef59d0ade4a29077fedc7
@@ -18554,7 +18932,7 @@ Date: Thu Dec 31 16:25:33 2009 +0100
Make cancellable optional in gio.SocketClient.connect_to_host()
- gio/gio.defs | 2 +-
+ gio/gio.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3829d7667b19126fb74562b28d271e616b154c99
@@ -18563,9 +18941,9 @@ 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 ++++++++
+ gio/gsocket.override | 57
+ ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gsocket.py | 9 ++++++++
2 files changed, 65 insertions(+), 1 deletion(-)
commit 5bec72f34ea75bc56158cae5c39d61a2a4e7e601
@@ -18574,7 +18952,7 @@ 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 ++++++++
+ gio/gsocket.override | 8 ++++++++
1 file changed, 8 insertions(+)
commit b08b20f2b1a57bcbf400d6fe8e87cf052bdb719d
@@ -18583,8 +18961,7 @@ Date: Thu Dec 31 10:16:18 2009 +0100
Wrap gio.SocketClient.connect_to_service_async()
- gio/gsocket.override | 47
- +++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gsocket.override | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
commit 116ea1bfe32946e67aa54eb8dc7b977e57f254c2
@@ -18593,7 +18970,7 @@ Date: Thu Dec 31 10:10:43 2009 +0100
Wrap gio.SocketClient.connect_to_host_async()
- gio/gsocket.override | 48
+ gio/gsocket.override | 48
++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
@@ -18603,7 +18980,7 @@ Date: Thu Dec 31 09:59:46 2009 +0100
Wrap gio.SocketClient.connect_async()
- gio/gsocket.override | 45 +++++++++++++++++++++++++++++++++++++++++++++
+ gio/gsocket.override | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
commit dff024256295c15e49888ad9d5fef74a7746edd7
@@ -18612,8 +18989,8 @@ 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 ++++++++++++++++
+ gio/gsocket.override | 42 ++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gsocket.py | 16 ++++++++++++++++
2 files changed, 58 insertions(+)
commit e2330bd0d6cbc49b0ecb27b30e3b0593935ce229
@@ -18622,8 +18999,8 @@ 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 +++++++++++++++++++++++++++++++
+ gio/gio-types.defs | 7 +++++++
+ gio/gio.defs | 31 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
commit 6040b33467ea381c6cb02f6a5efc0745fa8fa47b
@@ -18632,7 +19009,7 @@ Date: Wed Dec 30 22:54:47 2009 +0100
Make cancellable optional for gio.SocketAddressEnumerator.next()
- gio/gio.defs | 2 +-
+ gio/gio.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b19f59790b9de943d69b6c5e483928e0443c3d20
@@ -18641,7 +19018,7 @@ 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 +++++
+ gio/gsocket.override | 5 +++++
1 file changed, 5 insertions(+)
commit 771a7c3fdef7b2e98e509293a8376a81c1282286
@@ -18650,8 +19027,8 @@ 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 +++++-
+ gio/gsocket.override | 27 +++++++++++++++++++++++++++
+ tests/test_gsocket.py | 6 +++++-
2 files changed, 32 insertions(+), 1 deletion(-)
commit 50960656815b0897a5ebe5f011537b8dcbdc857e
@@ -18660,10 +19037,10 @@ 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 +++++++++++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gio.override | 1 +
+ gio/gsocket.override | 41 +++++++++++++++++++++++++++++++++++++++++
+ tests/test_gsocket.py | 21 +++++++++++++++++++++
4 files changed, 64 insertions(+)
commit de7a359e81792ae8573ac944455ea289985449ed
@@ -18672,8 +19049,8 @@ 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 +++++++++++++
+ gio/gresolver.override | 37 +++++++++++++++++++++++++++++++++++++
+ tests/test_gresolver.py | 13 +++++++++++++
2 files changed, 50 insertions(+)
commit 308421789ce849040d645077c41c80b6e2e65e83
@@ -18682,7 +19059,7 @@ Date: Wed Dec 30 14:00:22 2009 +0100
Wrap gio.Resolver.lookup_service_async()
- gio/gresolver.override | 48
+ gio/gresolver.override | 48
++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
@@ -18692,8 +19069,8 @@ 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 +++++
+ gio/gresolver.override | 42 ++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gresolver.py | 5 +++++
2 files changed, 47 insertions(+)
commit 7fc71f490494dae73a5264869a97a9d30814930e
@@ -18702,9 +19079,9 @@ Date: Tue Dec 29 22:12:50 2009 +0100
Wrap gio.Resolver.lookup_by_address_async() and add a test
- gio/gresolver.override | 46
+ gio/gresolver.override | 46
++++++++++++++++++++++++++++++++++++++++++++++
- tests/test_gresolver.py | 14 ++++++++++++++
+ tests/test_gresolver.py | 14 ++++++++++++++
2 files changed, 60 insertions(+)
commit c91656dbe56f07d3ebbad5113467c22427cf212a
@@ -18713,9 +19090,9 @@ 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 +++++++--
+ gio/gresolver.override | 82
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gresolver.py | 16 ++++++++--
2 files changed, 96 insertions(+), 2 deletions(-)
commit 45b477342fa1c2435917c6d97745ad57665c4734
@@ -18724,8 +19101,8 @@ Date: Tue Dec 29 17:15:44 2009 +0100
Wrap gio.Drive.eject_with_data()
- gio/gdrive.override | 54
- +++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gdrive.override | 54
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
commit 635227480f9659a1f91ab1ec12536d3ed012a976
@@ -18734,8 +19111,8 @@ Date: Tue Dec 29 17:06:52 2009 +0100
Deprecate old gio.Drive methods
- gio/gdrive.override | 7 ++++++-
- gio/gio.defs | 1 +
+ gio/gdrive.override | 7 ++++++-
+ gio/gio.defs | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
commit 3c0cbc95af29b1e192ed4b5963e96e39c70b349c
@@ -18744,7 +19121,7 @@ Date: Tue Dec 29 13:51:54 2009 +0100
Small fix in the header
- gio/gdrive.override | 2 +-
+ gio/gdrive.override | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7589128515b79d836365247dc876538c6352da23
@@ -18753,11 +19130,11 @@ 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 +++++++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gio.override | 1 +
+ gio/gresolver.override | 57
+ +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gresolver.py | 21 ++++++++++++++++++
4 files changed, 80 insertions(+)
commit 604d2bf220b1fefa415baaedbdb2882dbaf9e07e
@@ -18767,7 +19144,7 @@ Date: Tue Dec 29 12:39:13 2009 +0100
Make cancellable an optional parameter in
gio.Resolver.lookup_by_address()
- gio/gio.defs | 2 +-
+ gio/gio.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 00029145f4cd10759b37b38fb9f72435bf26b28b
@@ -18776,8 +19153,8 @@ Date: Tue Dec 29 10:15:14 2009 +0100
Strip g_ prefix for many other functions
- gio/gio.defs | 94
- +++++++++++++++++++++++++++++-----------------------------
+ gio/gio.defs | 94
+ ++++++++++++++++++++++++++++++------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
commit 56d5dfc4fd862e32c19f944a0feb7a00a9154f06
@@ -18786,7 +19163,7 @@ Date: Tue Dec 29 10:12:53 2009 +0100
Strip g_prefix from InetAddress functions
- gio/gio.defs | 8 ++++----
+ gio/gio.defs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 1d360301d51a587a36a59f5d62e354484bbd2b31
@@ -18797,7 +19174,7 @@ Date: Tue Dec 29 10:03:59 2009 +0100
Strip the g_ prefix from function name
- gio/gio.defs | 2 +-
+ gio/gio.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0fe00109c4f6fc27cbaae9b0a24ecfac71355d2f
@@ -18806,11 +19183,11 @@ 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 ++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gfileiostream.override | 68
+ ++++++++++++++++++++++++++++++++++++++++++++++
+ gio/gio.override | 1 +
+ tests/test_gio.py | 18 ++++++++++++
4 files changed, 88 insertions(+)
commit 86783c695f3641b9491962e8f95a4dcb91f4017c
@@ -18821,8 +19198,8 @@ Date: Tue Dec 29 13:08:29 2009 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=603534
- gobject/pygenum.c | 20 ++++++++++++++------
- gobject/pygflags.c | 19 +++++++++++++------
+ gobject/pygenum.c | 20 ++++++++++++++------
+ gobject/pygflags.c | 19 +++++++++++++------
2 files changed, 27 insertions(+), 12 deletions(-)
commit b90c01cff5ff5cb2796182f2ffd7b5248eaeed6a
@@ -18831,11 +19208,11 @@ 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 +++++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gio.override | 1 +
+ gio/giostream.override | 68
+ ++++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_gio.py | 21 ++++++++++++++++
4 files changed, 91 insertions(+)
commit 0bff01bcee73a0e0d18342331136119c4e8bf151
@@ -18844,7 +19221,7 @@ Date: Mon Dec 28 22:39:09 2009 +0100
Make cancellable an optional parameter in GFile.create_readwrite()
- gio/gio.defs | 2 +-
+ gio/gio.defs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1cabd733cde269ce3164834933f4a226673ecb0b
@@ -18853,7 +19230,7 @@ Date: Mon Dec 28 21:39:50 2009 +0100
Remove a duplicate entry in gio.defs
- gio/gio.defs | 9 ---------
+ gio/gio.defs | 9 ---------
1 file changed, 9 deletions(-)
commit 9ac372ad0bcfdec4bb1c96bc152246542a59a9b1
@@ -18862,8 +19239,8 @@ 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 ++++++-
+ gio/gfileinfo.override | 33 ++++++++++++++++++++++++++++++++-
+ tests/test_gio.py | 7 ++++++-
2 files changed, 38 insertions(+), 2 deletions(-)
commit 7bc2673f92138b1804d8eba091942d14d8884f90
@@ -18872,8 +19249,8 @@ 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 +++++++
+ gio/gicon.override | 14 ++++++++++++++
+ tests/test_gicon.py | 7 +++++++
2 files changed, 21 insertions(+)
commit 3d5056ad766d6856d8d6459fe9b377de2f0fd172
@@ -18882,8 +19259,8 @@ Date: Sat Dec 26 22:27:48 2009 +0100
Update Enums and Flags with new API
- gio/gio-types.defs | 153
- ++++++++++++++++++++++++++++++++++++++++++++++++++--
+ gio/gio-types.defs | 153
+ +++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 149 insertions(+), 4 deletions(-)
commit 62a9d660a4a2d5fab1d57c6c96c984ff02d25ccd
@@ -18892,7 +19269,7 @@ Date: Fri Dec 25 18:06:39 2009 +0100
Post release version bump to 2.21.1
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 2bd92cba5b028f0f78c35ecb34e648e95248f9d3
@@ -18904,7 +19281,7 @@ Date: Fri Aug 14 15:10:26 2009 +0200
Set the value by g_value_set_uchar and allow to use integer types
from python.
- gobject/pygtype.c | 15 +++++++++++----
+ gobject/pygtype.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
commit 828d0f042b59ea0319f33a23803c179af34ef2f1
@@ -18928,13 +19305,13 @@ Date: Wed Nov 25 10:33:56 2009 +0100
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 +++++++++++++
+ 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
@@ -18943,8 +19320,8 @@ Date: Fri Dec 18 10:50:09 2009 +0100
Update NEWS and README, release pygobject 2.21.0
- NEWS | 18 ++++++++++++++++++
- README | 6 +++---
+ NEWS | 18 ++++++++++++++++++
+ README | 6 +++---
2 files changed, 21 insertions(+), 3 deletions(-)
commit f50fbd24fa61863aaefa4ae1e12e0b314ecd43ae
@@ -18953,7 +19330,7 @@ Date: Fri Dec 18 10:31:48 2009 +0100
Add pygi-external.h into Makefile SOURCES
- gobject/Makefile.am | 3 ++-
+ gobject/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 108c03b78f04b4bcfe066a6cb4d941e172bd32fe
@@ -18962,7 +19339,7 @@ Date: Fri Dec 18 01:20:34 2009 +0100
Bug 598435 - No wrapping for g_find_program_in_path ()
- glib/glibmodule.c | 20 ++++++++++++++++++++
+ glib/glibmodule.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
commit d3d5cb3a4a2c2cb2bd0c2571304d59e19bc08452
@@ -18971,10 +19348,10 @@ 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 ++++
+ gio/unix-types.defs | 22 ++++++++++
+ gio/unix.defs | 115
+ +++++++++++++++++++++++++++++++++++++++++++++++++++-
+ gio/unix.override | 8 ++++
3 files changed, 144 insertions(+), 1 deletion(-)
commit c87c8a81947a68507e8f3bcaf8e0e969b3e5331b
@@ -18987,7 +19364,7 @@ Date: Thu Dec 17 21:52:11 2009 +0100
branch.
Without the patch the unix module will fail, so I'm forced to bump.
- configure.ac | 6 +++---
+ configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit b630c8d4b1e55938dac89729768c4a877b305215
@@ -18996,7 +19373,7 @@ Date: Thu Dec 17 02:24:45 2009 +0100
Properly define Connectable as interface type and not object type
- gio/gio-types.defs | 12 ++++++------
+ gio/gio-types.defs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit e955b931b07113c7432f7a85f882f69f12d263ad
@@ -19009,8 +19386,8 @@ Date: Mon Nov 30 22:01:25 2009 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=603411
- configure.ac | 2 +-
- gi/pygi-private.h | 19 +++++++++++++++++++
+ configure.ac | 2 +-
+ gi/pygi-private.h | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
commit 542fdf6da4ad8f2d28d0d50152bd93cb4d8ee39a
@@ -19022,8 +19399,8 @@ Date: Sat Nov 28 18:48:19 2009 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=602384
- gi/pygi-argument.c | 14 +++++++-------
- tests/test_gi.py | 18 +++++++++---------
+ gi/pygi-argument.c | 14 +++++++-------
+ tests/test_gi.py | 18 +++++++++---------
2 files changed, 16 insertions(+), 16 deletions(-)
commit 38e89942d29f2a1dba47ab4a8d5edc84322707cd
@@ -19034,7 +19411,7 @@ Date: Mon Nov 30 00:10:56 2009 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=603355
- gobject/generate-constants.c | 32 ++++++++++++++++----------------
+ gobject/generate-constants.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
commit cfa7d005487e17e8f7c1ceb14282d3a5baadb736
@@ -19044,9 +19421,9 @@ 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 +++++++++++++++++----------------
+ gi/pygi-argument.c | 516
+ +++++++++++++++++++++++++++++++++++++++++++----------
+ gi/pygi-info.c | 333 +++++++++++++++++-----------------
2 files changed, 596 insertions(+), 253 deletions(-)
commit d1ae73f3cf7cebdb74c9ec56b08928a2a53b9de6
@@ -19057,7 +19434,7 @@ Date: Mon Nov 23 15:58:17 2009 -0200
https://bugzilla.gnome.org/show_bug.cgi?id=602830
- gi/types.py | 8 ++++----
+ gi/types.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit a8660621679c629fc81320a8ddf5bf2c7ee1f177
@@ -19068,7 +19445,7 @@ Date: Tue Nov 24 10:36:18 2009 -0200
https://bugzilla.gnome.org/show_bug.cgi?id=602830
- gi/module.py | 4 ++--
+ gi/module.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 66c34805223af9e63c7d61f21a3dbd7505a8f256
@@ -19079,20 +19456,20 @@ Date: Mon Nov 30 10:03:34 2009 +0000
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 ++++++++------
+ 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
@@ -19104,8 +19481,8 @@ Date: Mon Nov 30 10:53:57 2009 +0000
This reverts commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041.
- gi/pygi-argument.c | 14 +++++++-------
- tests/test_gi.py | 18 +++++++++---------
+ gi/pygi-argument.c | 14 +++++++-------
+ tests/test_gi.py | 18 +++++++++---------
2 files changed, 16 insertions(+), 16 deletions(-)
commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041
@@ -19117,8 +19494,8 @@ Date: Sat Nov 28 18:48:19 2009 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=602384
- gi/pygi-argument.c | 14 +++++++-------
- tests/test_gi.py | 18 +++++++++---------
+ gi/pygi-argument.c | 14 +++++++-------
+ tests/test_gi.py | 18 +++++++++---------
2 files changed, 16 insertions(+), 16 deletions(-)
commit e24d155dd7b4a5b9c25c054137d1370c369d3192
@@ -19129,7 +19506,7 @@ Date: Sat Nov 28 18:45:54 2009 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=603244
- gobject/generate-constants.c | 17 ++++++++++++++++-
+ gobject/generate-constants.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
commit 3a295cb7ffaaaf29c71b8833cf0ee5ec7ceaa909
@@ -19138,7 +19515,7 @@ Date: Sat Nov 28 18:48:49 2009 +0100
Fix bad name when rebuilding the unix source module
- gio/Makefile.am | 2 +-
+ gio/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit a8cbb6fb72dbe6630d1265b18095c9a96f496b86
@@ -19160,9 +19537,9 @@ Date: Sat Nov 28 11:03:51 2009 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=601181
- tests/libtestgi.c | 23 +++++++++++++++++++++++
- tests/libtestgi.h | 16 ++++++++++++++++
- tests/test_gi.py | 21 +++++++++++++++++++++
+ tests/libtestgi.c | 23 +++++++++++++++++++++++
+ tests/libtestgi.h | 16 ++++++++++++++++
+ tests/test_gi.py | 21 +++++++++++++++++++++
3 files changed, 60 insertions(+)
commit 076ba3156c13375a75983cef7a409c8c8afea119
@@ -19186,8 +19563,8 @@ Date: Thu Nov 26 23:50:54 2009 +0100
notably tests
that methods don't get overridden by the metaclass.
- gi/types.py | 5 +++--
- tests/test_gi.py | 19 +++++++++++++++++++
+ gi/types.py | 5 +++--
+ tests/test_gi.py | 19 +++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
commit ac80e64c9f7d257865aa820753e52d56cf2871c8
@@ -19198,10 +19575,10 @@ Date: Fri Nov 27 12:06:59 2009 +0000
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 ++++++++
+ 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
@@ -19210,7 +19587,7 @@ Date: Wed Nov 25 16:53:55 2009 +0100
Use the right variable when looking up in sys.modules
- gi/importer.py | 2 +-
+ gi/importer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit fc3dca018e85aee34ade79d104ebd8cdd1dd5968
@@ -19221,10 +19598,10 @@ Date: Tue Nov 24 15:52:47 2009 +0100
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 +
+ gi/pygi-argument.c | 19 ++++++++++++++++++-
+ tests/libtestgi.c | 6 ++++++
+ tests/libtestgi.h | 1 +
+ tests/test_gi.py | 1 +
4 files changed, 26 insertions(+), 1 deletion(-)
commit 33081c29a1c2fdec2b8bfe17ae0a72b8db7a8d84
@@ -19233,7 +19610,7 @@ Date: Tue Nov 24 13:10:11 2009 +0100
Add stuff to .gitignore
- .gitignore | 7 +++++++
+ .gitignore | 7 +++++++
1 file changed, 7 insertions(+)
commit 5c010fe673d9bd01c27c8d7d312064665275888c
@@ -19278,7 +19655,7 @@ Date: Mon Nov 23 15:32:16 2009 -0200
for the overridden modules to be able to access the auto-generated
ones.
- gi/importer.py | 34 +++++++++++++++++++++-------------
+ gi/importer.py | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 deletions(-)
commit fad89e12a744b57e6348968f351d25d167de8248
@@ -19289,10 +19666,10 @@ Date: Sun Nov 22 17:56:20 2009 +0100
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 +++++
+ 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
@@ -19303,8 +19680,8 @@ Date: Sun Nov 22 17:25:04 2009 +0100
https://bugzilla.gnome.org/show_bug.cgi?id=601181
- gi/gimodule.c | 33 +++++++++++++++++++++++++++++++++
- gi/types.py | 5 ++++-
+ gi/gimodule.c | 33 +++++++++++++++++++++++++++++++++
+ gi/types.py | 5 ++++-
2 files changed, 37 insertions(+), 1 deletion(-)
commit d67d5afb5115c1d8294415b2e1a82af2c737ba17
@@ -19313,7 +19690,7 @@ Date: Sun Nov 22 18:23:02 2009 +0200
Ignore one more file.
- .gitignore | 1 +
+ .gitignore | 1 +
1 file changed, 1 insertion(+)
commit 408b2186aea58a41ec26b9d0ca29ecd42df5ef7e
@@ -19324,8 +19701,8 @@ Date: Sun Nov 22 18:22:23 2009 +0200
Bug #587637. Test the fix.
- gobject/propertyhelper.py | 5 +++--
- tests/test_properties.py | 6 ++++++
+ gobject/propertyhelper.py | 5 +++--
+ tests/test_properties.py | 6 ++++++
2 files changed, 9 insertions(+), 2 deletions(-)
commit 6ccf58afcf58e118903ced0135f0fe69b00e09ad
@@ -19334,7 +19711,7 @@ 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 +++
+ gi/pygi-argument.c | 3 +++
1 file changed, 3 insertions(+)
commit e6f730d6e1431e36bd5f6b503a1038617f8d1e7d
@@ -19343,7 +19720,7 @@ Date: Sat Nov 14 21:42:43 2009 +0100
Import pygtk properly to avoid failure on some setups
- tests/test_gi.py | 3 +++
+ tests/test_gi.py | 3 +++
1 file changed, 3 insertions(+)
commit e604a89e9dc1a79687ef5fb94af7a2182be07dfb
@@ -19359,7 +19736,7 @@ Date: Sat Nov 14 21:39:15 2009 +0100
Signed-off-by: Simon van der Linden <svdlinden@src.gnome.org>
- configure.ac | 7 +++++--
+ configure.ac | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
commit 4a887cfabb326cb99dc65073d592c03f59e2f141
@@ -19368,7 +19745,7 @@ Date: Sat Nov 14 21:36:19 2009 +0100
Fix silent rules setup
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 602afea88c338a38327cd84e08703c5daa384ec6
@@ -19380,9 +19757,9 @@ Date: Tue Nov 10 22:32:33 2009 +0200
Retain in original place for backward compatibility, but remove it
from the docs.
- docs/reference/pygobject-functions.xml | 36
- +++++++-------------------------
- glib/glibmodule.c | 16 ++++++++++++++
+ docs/reference/pygobject-functions.xml | 36
+ +++++++---------------------------
+ glib/glibmodule.c | 16 +++++++++++++++
2 files changed, 23 insertions(+), 29 deletions(-)
commit 734755912fff11332dc0e96317b7d6b7c4014e6a
@@ -19391,12 +19768,12 @@ 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 ---
+ ...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, 493 deletions(-)
commit 6a69288941e65312fe82649ec72d2f21b2dc618f
@@ -19412,7 +19789,7 @@ Date: Sat Nov 7 23:42:07 2009 +0100
PyGBoxed subtypes, so the subtype's allocation function must be
called instead.
- gobject/pygboxed.c | 3 ++-
+ gobject/pygboxed.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 000f7c36e667c6e078e3370769ea868e56a1b4ee
@@ -19431,12 +19808,12 @@ Date: Sat Nov 7 16:43:35 2009 +0100
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 ++++++++
+ 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(+)
commit fdfbc90dbc9e305646b62d73de506b5e0e99cc91
@@ -19447,9 +19824,9 @@ Date: Sun Nov 8 20:03:58 2009 +0100
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 +-
+ ...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
@@ -19458,7 +19835,7 @@ Date: Sun Nov 8 16:52:18 2009 +0100
Add myself to pygi.doap
- pygi.doap | 5 +++++
+ pygi.doap | 5 +++++
1 file changed, 5 insertions(+)
commit 6f50d5102aec9288e1851f12e9d232b9c141d524
@@ -19467,7 +19844,7 @@ Date: Sun Nov 8 15:40:51 2009 +0100
Add a doap file
- pygi.doap | 17 +++++++++++++++++
+ pygi.doap | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
commit ce673b9027868e6add4eeb438bc707eb40bfd046
@@ -19476,11 +19853,11 @@ 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 +++
+ ...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(+)
commit b24fd9633cabe1d95cde173a04e9a49833b06a26
@@ -19531,10 +19908,10 @@ Date: Sat Nov 7 13:23:53 2009 +0100
Fix girpository build setup
- configure.ac | 21 +++++++----
- girepository/Makefile.am | 13 +++----
- m4/introspection.m4 | 92
- ++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac | 21 ++++++-----
+ girepository/Makefile.am | 13 ++++---
+ m4/introspection.m4 | 92
+ ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 111 insertions(+), 15 deletions(-)
commit 421c03b1c5b69f90c778663df901b45ca3ee8ba5
@@ -19544,7 +19921,7 @@ 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 +++++++++++++++++++++++++++++++++------
+ gobject/pygtype.c | 39 +++++++++++++++++++++++++++++++++------
1 file changed, 33 insertions(+), 6 deletions(-)
commit a9c168c58cc6a449b51653417bf3f58bdd41457c
@@ -19555,8 +19932,8 @@ Date: Wed Oct 21 18:01:16 2009 +0200
Fixes bug #481569
- glib/pygmainloop.c | 95
- +++++++++++++++++++++++++++-------------------------
+ glib/pygmainloop.c | 95
+ ++++++++++++++++++++++++++++--------------------------
1 file changed, 50 insertions(+), 45 deletions(-)
commit c6a5750379354c12e2599b3c73b4f9a23fd39114
@@ -19565,7 +19942,7 @@ Date: Fri Sep 25 20:12:21 2009 +0200
Post release version bump to 2.21.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 33920eb013628a5e22b7b32403fb965ae3210f47
@@ -19574,7 +19951,7 @@ Date: Wed Sep 23 21:52:04 2009 +0200
Update NEWS and release 2.20.0
- NEWS | 6 ++++++
+ NEWS | 6 ++++++
1 file changed, 6 insertions(+)
commit 66b12f7d2f54143ea80b4f8aec863b26800363d6
@@ -19583,7 +19960,7 @@ Date: Wed Sep 23 21:51:43 2009 +0200
Bump version to 2.20.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7bf87338a026ac82f908aa5fddf2bfea2daf6617
@@ -19593,7 +19970,7 @@ 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 ++--
+ pygobject-2.0-uninstalled.pc.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d042402b7c649b2bed7f20038eb82518ec7cc9b3
@@ -19604,7 +19981,7 @@ Date: Tue Sep 22 22:02:27 2009 +0300
Bug #579406, second change.
- glib/pygmainloop.c | 1 +
+ glib/pygmainloop.c | 1 +
1 file changed, 1 insertion(+)
commit 640be8109d066e85ed77c810830a5f73c750415b
@@ -19617,7 +19994,7 @@ Date: Sun Aug 30 16:46:02 2009 +0200
.devhelp
file that is produced when using ref-html-style.xsl.
- docs/xsl/devhelp.xsl | 2 +-
+ docs/xsl/devhelp.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c888b5ca722fcad6a03de585606c677c2969ebd6
@@ -19626,7 +20003,7 @@ Date: Thu Aug 13 21:32:07 2009 +0200
Allow to use automake 1.11
- autogen.sh | 13 +++++++------
+ autogen.sh | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
commit 30deaba4bd1e199aab75cb346ee9237237807fbd
@@ -19635,7 +20012,7 @@ Date: Tue Aug 11 22:19:50 2009 +0200
Update README
- README | 10 ++++++++--
+ README | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
commit af165d350d0d1bb493be5140bf84376d3da1e4d8
@@ -19644,7 +20021,7 @@ Date: Tue Aug 11 22:16:52 2009 +0200
Update AUTHORS
- AUTHORS | 8 +++++---
+ AUTHORS | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
commit 5f9f87f276b97964b525a501d8584ea8b4d8bfd2
@@ -19653,8 +20030,8 @@ Date: Tue Aug 11 22:11:43 2009 +0200
Add myself and Paul as maintainers
- MAINTAINERS | 8 ++++++++
- pygobject.doap | 14 ++++++++++++++
+ MAINTAINERS | 8 ++++++++
+ pygobject.doap | 14 ++++++++++++++
2 files changed, 22 insertions(+)
commit 3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775
@@ -19663,7 +20040,7 @@ Date: Tue Aug 11 20:52:44 2009 +0200
Update NEWS release 2.19.0
- NEWS | 29 +++++++++++++++++++++++++++++
+ NEWS | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
commit e82a1841f31ad54dd50569d0d45290713409e0bf
@@ -19672,8 +20049,8 @@ 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
- ++++++++++++++++++++++++++++++++++++++++++++++++++-
+ gobject/pygobject.h | 242
+ +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 241 insertions(+), 1 deletion(-)
commit f1fad96da2c531fbd3218923baa4fe806a2942d4
@@ -19682,7 +20059,7 @@ Date: Sat Aug 8 21:37:54 2009 +0200
Bug 590063 – GFileInfo.list_attributes should accept None/NULL
- gio/gfileinfo.override | 4 ++--
+ gio/gfileinfo.override | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit b7907cf6ff6ccf8d38b5206f09f5c864c205e5de
@@ -19691,8 +20068,8 @@ Date: Fri Jul 24 14:30:37 2009 -0300
Remove myself as a maintainer
- MAINTAINERS | 4 ----
- pygobject.doap | 7 -------
+ MAINTAINERS | 4 ----
+ pygobject.doap | 7 -------
2 files changed, 11 deletions(-)
commit be6eb21320b4688bcfcd8cbea33f7be29a76f2a2
@@ -19702,7 +20079,7 @@ Date: Wed Jul 8 15:47:44 2009 -0700
* codegen/defsgen.py (clean_patterns): Strip out Windows
DLL API macros.
- codegen/defsgen.py | 6 +++---
+ codegen/defsgen.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit 2214cad3529979e29342a7e1fdc2915b90ce9c10
@@ -19711,14 +20088,12 @@ 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 +
+ 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
@@ -19727,10 +20102,10 @@ 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
- ++++++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-functions.xml | 395
+ +++++++++++++++++++++++++++++++++++++
3 files changed, 398 insertions(+)
commit ebddee47fb7f3e06f9e0a7a14b9532d5cf8a3881
@@ -19739,12 +20114,12 @@ 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
- +++++++++++++++++++++++++++++
+ 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(+)
commit 5b71e58117c85634d95d08449eb54079b246e5be
@@ -19753,7 +20128,7 @@ Date: Sun Jun 21 16:50:03 2009 +0300
Document that many functions got moved gobject -> glib
- docs/reference/pygobject-functions.xml | 7 +++++++
+ docs/reference/pygobject-functions.xml | 7 +++++++
1 file changed, 7 insertions(+)
commit b270dc43f2cef5260b0bbc71356fd8e6a2b7f754
@@ -19762,10 +20137,10 @@ 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
- +++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-dataoutputstream.xml | 504
+ ++++++++++++++++++++++++++++++
3 files changed, 507 insertions(+)
commit 549313fc4886fa3deb31761de6f5400708165d86
@@ -19775,7 +20150,7 @@ 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 ++++----
+ codegen/h2def.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit 5c36ef20dca8cd1793f2d3e88949675299097f40
@@ -19784,11 +20159,11 @@ 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
- ++++++++++++++++++++++++++++++
+ 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(+)
commit a8b36c343c6850af929c1d5a930f923831b4e637
@@ -19799,7 +20174,7 @@ Date: Mon Jun 15 23:25:01 2009 +0300
Bug #585817.
- girepository/Makefile.am | 2 +-
+ girepository/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7
@@ -19811,9 +20186,9 @@ Date: Mon Jun 15 23:19:47 2009 +0300
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 ++--
+ docs/reference/pygio-emblem.xml | 51
+ +++++++++++++++++++++++++++++++++++++++--
+ gio/gio.defs | 5 ++--
2 files changed, 52 insertions(+), 4 deletions(-)
commit 268e1681fd5b46e6412d3a8db84f3f1cb02fdbde
@@ -19822,10 +20197,10 @@ 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 +
+ 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
@@ -19836,8 +20211,8 @@ Date: Sat Jun 13 14:38:34 2009 +0200
Added the constructor reference and fixed a typo in properties header
- docs/reference/pygio-bufferedinputstream.xml | 34
- ++++++++++++++++++++++++--
+ docs/reference/pygio-bufferedinputstream.xml | 34
+ ++++++++++++++++++++++++++--
1 file changed, 32 insertions(+), 2 deletions(-)
commit a9b13b60a5aad726d7d7dd7fdc5153b1561fb591
@@ -19846,10 +20221,10 @@ 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 +
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-bufferedinputstream.xml | 431
+ +++++++++++++++++++++++++++
+ docs/reference/pygio-classes.xml | 1 +
3 files changed, 434 insertions(+)
commit 7766daa59b0e2b85413cee368bf2ebd2afe198e1
@@ -19861,13 +20236,13 @@ Date: Sun May 31 18:25:47 2009 +0300
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
- ++++++++++++++++++++++++++++++++++++++++++
+ 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
@@ -19878,8 +20253,8 @@ Date: Sun May 31 18:56:55 2009 +0300
Part of bug #584289.
- codegen/codegen.py | 9 +++++----
- codegen/definitions.py | 10 +++++++++-
+ codegen/codegen.py | 9 +++++----
+ codegen/definitions.py | 10 +++++++++-
2 files changed, 14 insertions(+), 5 deletions(-)
commit 235fde85d015382f2ba38b21968e82b3ac0b6612
@@ -19888,7 +20263,7 @@ Date: Fri Jun 12 00:12:17 2009 +0200
Fix object type in gio.BufferedInputStream_fill_async
- gio/gbufferedinputstream.override | 2 +-
+ gio/gbufferedinputstream.override | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 407b0e909056f15960e6a4e549896d786ce0a0b2
@@ -19899,11 +20274,11 @@ Date: Tue Jun 9 00:08:21 2009 +0200
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 +++++++++++++
+ gio/Makefile.am | 1 +
+ gio/gbufferedinputstream.override | 70
+ +++++++++++++++++++++++++++++++++++++++
+ gio/gio.override | 1 +
+ tests/test_gio.py | 25 ++++++++++++++
4 files changed, 97 insertions(+)
commit b7c96b41b287685fe57504e0add3a6f16e649975
@@ -19913,7 +20288,7 @@ Date: Mon Jun 8 15:42:40 2009 +0200
Add gio.BufferedOutputStream which was forgotten in the types
definition
- gio/gio-types.defs | 7 +++++++
+ gio/gio-types.defs | 7 +++++++
1 file changed, 7 insertions(+)
commit 3666f75af4ef2c8e038116aee5afada59d59f689
@@ -19922,10 +20297,10 @@ 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
- +++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-memoryoutputstream.xml | 175
+ ++++++++++++++++++++++++++++
3 files changed, 178 insertions(+)
commit 6eb5e3988cbddb4afb3d5747364d6eb80370bb78
@@ -19934,11 +20309,11 @@ 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 --------------------
+ 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
@@ -19950,15 +20325,15 @@ Date: Mon Jun 8 11:45:11 2009 +0200
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 +
+ 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
@@ -19967,12 +20342,12 @@ 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 +-
+ 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
@@ -19981,7 +20356,7 @@ Date: Fri Jun 5 19:03:59 2009 +0200
Removes the header but the modeline in test_girepository.py.
- tests/test_girepository.py | 26 +-------------------------
+ tests/test_girepository.py | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
commit abe4828f52c7eb3a08f5b592e7ced1e97a58ef5c
@@ -19990,10 +20365,10 @@ 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 ++++++++
+ 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
@@ -20002,8 +20377,8 @@ Date: Tue Jun 2 23:40:41 2009 +0200
Disables the tests that fail in tests/test_girepository.py.
- tests/test_girepository.py | 242
- +++++++++++++++++++++++++++++++++-----------
+ tests/test_girepository.py | 242
+ ++++++++++++++++++++++++++++++++++-----------
1 file changed, 182 insertions(+), 60 deletions(-)
commit a4469a3f7d32a25156bae5e7aef9ec4ae5f6e140
@@ -20013,8 +20388,8 @@ 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
- ++++++++++++++++++++++++++++++++++++++++++++
+ tests/test_girepository.py | 288
+ +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 288 insertions(+)
commit e4f2a5ef8734cf40cf8345d442612db1f6c62d5a
@@ -20046,7 +20421,7 @@ Date: Tue Jun 2 18:28:22 2009 +0200
Fix the docs for gio.FilterOutputStream
- docs/reference/pygio-filteroutputstream.xml | 6 +++---
+ docs/reference/pygio-filteroutputstream.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
commit fded60d8376fc45d19bf6cd8be6b927cc3f2e8c6
@@ -20055,10 +20430,10 @@ 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
- +++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-filteroutputstream.xml | 152
+ ++++++++++++++++++++++++++++
3 files changed, 155 insertions(+)
commit e2c31f916967229b6547e68013628ce0082cf875
@@ -20067,10 +20442,10 @@ 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
- ++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-filterinputstream.xml | 152
+ +++++++++++++++++++++++++++++
3 files changed, 155 insertions(+)
commit 49a467eee445bc75554db0374006722ac075194b
@@ -20079,7 +20454,7 @@ 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 ++++++++++++++++++++++++++++++
+ gio/gio.defs | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
commit 180c157f2a20b7d2dd9af05bfb5f515fd23870a0
@@ -20091,14 +20466,14 @@ Date: Tue Jun 2 10:41:26 2009 +0200
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 +++
+ 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 deletion(-)
commit 4673577d1f6c3d54423808dd575987092fb05ad2
@@ -20109,7 +20484,7 @@ Date: Tue Jun 2 10:17:41 2009 +0200
Add implemented interface section and remove a method description
- docs/reference/pygio-fileinputstream.xml | 25 +++++++++----------------
+ docs/reference/pygio-fileinputstream.xml | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)
commit 1e1cad02879d514745b5233658654cbe944530a5
@@ -20118,7 +20493,7 @@ Date: Mon Jun 1 22:54:26 2009 +0200
Fix the method name
- gio/gfileinputstream.override | 14 +++++++-------
+ gio/gfileinputstream.override | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
commit f605811afe8c91f121e89b6f9ec28c70b62f4110
@@ -20130,14 +20505,14 @@ Date: Mon Jun 1 22:40:56 2009 +0200
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 ++++
+ 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(+)
commit 08623e54a426377c1504b5c364aabae5a17f8ad8
@@ -20148,10 +20523,10 @@ Date: Sun May 31 17:43:16 2009 +0300
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 ++
+ 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
@@ -20165,13 +20540,13 @@ Date: Sat May 30 16:57:49 2009 +0300
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 ++++++++-
+ 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
@@ -20182,7 +20557,7 @@ Date: Sat May 30 17:24:15 2009 +0300
Bug #584290.
- gio/goutputstream.override | 8 ++++----
+ gio/goutputstream.override | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
commit e43fa429f6b4019a432acb481bbc07c8201cc46d
@@ -20191,7 +20566,7 @@ Date: Wed May 27 21:19:27 2009 +0300
Code maintenance: ignore one more file created by unit tests
- tests/.gitignore | 1 +
+ tests/.gitignore | 1 +
1 file changed, 1 insertion(+)
commit 76e9dc74ac706a9207f9d31f887d6e38df2a678f
@@ -20200,10 +20575,10 @@ 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
- ++++++++++++++++++++++++++++++++++++++
+ 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
@@ -20214,9 +20589,9 @@ Date: Mon May 25 01:33:08 2009 +0200
add the new API added in gio 2.20, some needs to be wrapped manually
- gio/gio.defs | 106
- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- gio/unix.defs | 48 +++++++++++++++++++++-----
+ gio/gio.defs | 106
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ gio/unix.defs | 48 +++++++++++++++++++++-----
2 files changed, 146 insertions(+), 8 deletions(-)
commit 0d08df42514fba6abc896814abfee0d2d083c29e
@@ -20225,7 +20600,7 @@ Date: Mon May 25 00:14:21 2009 +0200
Post release version bump 2.19.0
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit edfb09e3de7baf294b3beba84b4ecb94e1f16764
@@ -20234,8 +20609,8 @@ Date: Sun May 24 23:56:29 2009 +0200
Update NEWS, release 2.18.0
- NEWS | 14 ++++++++++++++
- configure.ac | 4 ++--
+ NEWS | 14 ++++++++++++++
+ configure.ac | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
commit e0648ea435e0b309cdd5bb0ebe56d4534efd26e4
@@ -20250,10 +20625,10 @@ Date: Sun May 24 22:18:40 2009 +0200
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
- +++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 3 +-
+ docs/reference/pygio-outputstream.xml | 140
+ ++++++++++++++++++++++++++++++++++
3 files changed, 144 insertions(+), 1 deletion(-)
commit 11524cdf6472d9115a812ce431f6767aec5627bc
@@ -20264,9 +20639,9 @@ Date: Sun May 24 22:12:04 2009 +0200
wrap gio.OutputStream.splice_async() and add a test.
- gio/goutputstream.override | 58
- +++++++++++++++++++++++++++++++++++++++++++-
- tests/test_gio.py | 20 +++++++++++++++
+ gio/goutputstream.override | 58
+ +++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gio.py | 20 ++++++++++++++++
2 files changed, 77 insertions(+), 1 deletion(-)
commit 82ad6b8c8ea4d6694126f5e0e67b826717e38f19
@@ -20278,10 +20653,10 @@ Date: Sun May 24 22:55:16 2009 +0300
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 +-
+ configure.ac | 2 ++
+ gio/Makefile.am | 2 +-
+ glib/Makefile.am | 10 +++++-----
+ gobject/Makefile.am | 2 +-
4 files changed, 9 insertions(+), 7 deletions(-)
commit 59da8cd24ea390b6c983995833ec6b0e5d028b35
@@ -20292,9 +20667,9 @@ Date: Sun May 24 11:44:24 2009 +0200
wrap gio.OutputStream.flush_async() and add a test.
- gio/goutputstream.override | 47
- +++++++++++++++++++++++++++++++++++++++++++-
- tests/test_gio.py | 11 +++++++++++
+ gio/goutputstream.override | 47
+ +++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gio.py | 11 +++++++++++
2 files changed, 57 insertions(+), 1 deletion(-)
commit 84ab6178ed0033f69932df5bc73c86bdff80c953
@@ -20309,10 +20684,10 @@ Date: Sun May 17 17:29:37 2009 +0200
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
- ++++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-filemonitor.xml | 128
+ +++++++++++++++++++++++++++++++++++
3 files changed, 131 insertions(+)
commit 629496a5617d30e4dfa494b05a62c85a6af77b9a
@@ -20323,8 +20698,8 @@ Date: Sun May 17 18:03:44 2009 +0300
Correction for patch in bug #550231.
- pygobject-2.0-uninstalled.pc.in | 3 ++-
- pygobject-2.0.pc.in | 3 ++-
+ pygobject-2.0-uninstalled.pc.in | 3 ++-
+ pygobject-2.0.pc.in | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
commit 90cd8b7c4a25cd2ecb751f8337b401c98538272b
@@ -20337,9 +20712,9 @@ Date: Wed May 13 21:54:39 2009 +0200
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 ++
+ gio/gfileinfo.override | 24 ++++++++++++++++++++++--
+ gio/gio-types.defs | 7 +++++++
+ gio/gio.override | 2 ++
3 files changed, 31 insertions(+), 2 deletions(-)
commit e707447d9313f2f2ecba395cfe3682d5a5e859f4
@@ -20351,8 +20726,8 @@ Date: Wed May 13 22:06:25 2009 +0300
Additionally fix glib.IOChannel.set_close_on_unref: was marked
METH_NOARGS but actually accepted arguments. Fixes bug #582427.
- glib/pygiochannel.c | 83
- +++++++++++++--------------------------------------
+ glib/pygiochannel.c | 83
+ +++++++++++++----------------------------------------
1 file changed, 20 insertions(+), 63 deletions(-)
commit 002915e5f458fec5a89766a54e8119a70a80caa7
@@ -20367,10 +20742,10 @@ Date: Tue May 12 20:37:24 2009 +0200
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
- +++++++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-fileinfo.xml | 346
+ ++++++++++++++++++++++++++++++++++++++
3 files changed, 349 insertions(+)
commit 8cd25c871609580425c6c4c9e5bc6ec8d40862a1
@@ -20396,7 +20771,7 @@ Date: Sat May 9 00:03:05 2009 +0200
use the count argument instead of buffer_size which is always zero
- gio/ginputstream.override | 3 ++-
+ gio/ginputstream.override | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit ed6b06315c17441b41c001d38537c904b8fe18de
@@ -20405,10 +20780,10 @@ 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
- ++++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-inputstream.xml | 730
+ +++++++++++++++++++++++++++++++++++
3 files changed, 733 insertions(+)
commit d58322b84d47da7905f95b43e9e0daf9f7c4b507
@@ -20419,9 +20794,9 @@ Date: Mon May 4 23:40:28 2009 +0200
wrap gio.InputStream.skip_async() and add a test.
- gio/ginputstream.override | 50
- ++++++++++++++++++++++++++++++++++++++++++++-
- tests/test_gio.py | 20 ++++++++++++++++++
+ gio/ginputstream.override | 50
+ ++++++++++++++++++++++++++++++++++++++++++++++-
+ tests/test_gio.py | 20 +++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletion(-)
commit 2311187824d1b48a996ee2620fd3c9a63e3edd66
@@ -20433,9 +20808,9 @@ Date: Mon May 4 15:46:49 2009 +0430
Patch from bug #579275
- ChangeLog | 8 ++++
- codegen/h2def.py | 133
- ++++++++++++++++++++++++++++++++++++++++++++----------
+ ChangeLog | 8 ++++
+ codegen/h2def.py | 133
+ +++++++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 117 insertions(+), 24 deletions(-)
commit 442ec5bb997bb7dab55baeea6e54e79d3ce0d3c1
@@ -20446,7 +20821,7 @@ Date: Sat May 2 23:54:52 2009 +0300
Fixes bug #581082.
- glib/glibmodule.c | 2 +-
+ glib/glibmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit f466dca880cc6ea68b9fe236943eea7a07d33520
@@ -20455,10 +20830,10 @@ 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
- +++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-loadableicon.xml | 198
+ ++++++++++++++++++++++++++++++++++
3 files changed, 201 insertions(+)
commit eab4ebf7f6c82580b61205f34e1cfe535aeada60
@@ -20467,10 +20842,10 @@ 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
- +++++++++++++++++++++++++++++++++++
+ docs/Makefile.am | 2 +
+ docs/reference/pygio-classes.xml | 1 +
+ docs/reference/pygio-themedicon.xml | 204
+ ++++++++++++++++++++++++++++++++++++
3 files changed, 207 insertions(+)
commit 22d7de8b620055f14b30f9c3c99160c8b4ebe672
@@ -20479,7 +20854,7 @@ Date: Sat May 2 12:25:19 2009 +0200
post release version bump to 2.17.1
- configure.ac | 2 +-
+ configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 282ac3c76e1e3513bd76f819f320ec56aba15d9e
@@ -20488,7 +20863,7 @@ Date: Fri May 1 23:40:31 2009 +0200
Fix the class title
- docs/reference/pygio-mountoperation.xml | 2 +-
+ docs/reference/pygio-mountoperation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d8b70dec1e5c09b73ae277f4f5b246315841fb8e
@@ -20497,11 +20872,11 @@ 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
- +++++++++++++++++++++++++++++++
+ 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(+)
commit fceea8e843e880f0469e454df23141e7dd2bc0cf
@@ -20510,8 +20885,8 @@ Date: Thu Apr 30 22:13:06 2009 +0200
Update NEWS, release 2.17.0
- NEWS | 93
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ NEWS | 93
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 93 insertions(+)
commit 47389217d1a65a8e3f404d486c508cf5d3164756
@@ -20523,5 +20898,5 @@ Date: Thu Apr 30 22:47:19 2009 +0300
After the recent patch it would leak exception data if old argument
order was used. Properly decref the objects.
- gio/gfile.override | 4 ++++
+ gio/gfile.override | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index f21793f..2fb8783 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,18 +55,21 @@ pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
pyexec_LTLIBRARIES =
# install pth file.
+
+EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
+
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(pythondir)
+ $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
+ cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
uninstall-local:
-
-EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM).egg
+ rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
rm -fr $(EGG_TMPDIR)
- echo $(EGG_NAME)
+ echo $(EGG_NAME).egg
$(MKDIR_P) $(EGG_TMPDIR)
$(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
$(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
@@ -74,8 +77,8 @@ egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
$(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
- cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME) .
- mv $(EGG_TMPDIR)/$(EGG_NAME) .
+ cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
+ mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
rm -fr $(EGG_TMPDIR)
doc-dist:
diff --git a/Makefile.in b/Makefile.in
index 626c97f..e6c70f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -384,7 +384,9 @@ pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
# python
pyexec_LTLIBRARIES =
-EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM).egg
+
+# install pth file.
+EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -967,17 +969,18 @@ uninstall-am: uninstall-local uninstall-pkgconfigDATA \
uninstall-pkgconfigDATA uninstall-pyexecLTLIBRARIES
-# install pth file.
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(pythondir)
+ $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
+ cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
uninstall-local:
+ rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
rm -fr $(EGG_TMPDIR)
- echo $(EGG_NAME)
+ echo $(EGG_NAME).egg
$(MKDIR_P) $(EGG_TMPDIR)
$(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
$(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
@@ -985,8 +988,8 @@ egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
$(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
- cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME) .
- mv $(EGG_TMPDIR)/$(EGG_NAME) .
+ cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
+ mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
rm -fr $(EGG_TMPDIR)
doc-dist:
diff --git a/NEWS b/NEWS
index 31e214c..9bbbdcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.4.1.1 17-Oct-2012
+ - Bump g-i dependency to >= 1.34.1.1 (Paolo Borelli)
+ - Fix leaked vfunc return values (Simon Feltman) (#686140)
+ - Install egg-info files in the right dir Kalev Lember) (#686315)
+
+3.4.1 15-Oct-2012
+ - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
+ - Fix leak with python callables as closure argument. (Simon Feltman) (#685598)
+ - Gio overrides: Handle setting GSettings enum keys (Martin Pitt) (#685947)
+ - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt) (#685860)
+ - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check (Alban Browaeys) (#685000)
+ - Install an .egg-info file (Johan Dahlin) (#680138)
+ - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
+ - pygobject.c: Don't leak GObjectClass reference (Olivier Crête) (#684062)
+ - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys) (#685082)
+ - Fix error messages for out of range numbers (Martin Pitt) (#684314)
+ - Kill dbus-daemon after running tests (Martin Pitt) (#685009)
+ - GVariant overrides: Support empty tuple arrays (Martin Pitt) (#684928)
+ - tests: Fix wrong return type in test_int64_callback() (Martin Pitt) (#684700)
+ - Fix GValue marshalling of long and unsigned long (Giovanni Campagna) (#684331)
+ - Clean up deprecation message for assigning gpointers to objects. (Simon Feltman) (#683599)
+ - pygi-property: Lookup property in base classes of non-introspected types (Olivier Crête) (#684058)
+
3.4.0 24-Sep-2012
- Bump g-i dependency to 1.33.14 (Martin Pitt)
diff --git a/PKG-INFO b/PKG-INFO
index bf94400..7f24cfa 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: PyGObject
-Version: 3.4.0
+Version: 3.4.1.1
Summary: Python bindings for GObject
Home-page: http://www.pygtk.org/
Author: James Henstridge
@@ -8,7 +8,7 @@ Author-email: james@daa.com.au
Maintainer: Johan Dahlin
Maintainer-email: johan@gnome.org
License: GNU LGPL
-Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.4/pygobject-3.4.0.tar.gz
+Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.4/pygobject-3.4.1.1.tar.gz
Description: Python bindings for GLib and GObject
Platform: POSIX, Windows
Classifier: Development Status :: 5 - Production/Stable
diff --git a/aclocal.m4 b/aclocal.m4
index 9dafc09..e6bfa90 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -14,8 +14,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
-[m4_warning([this file was generated for autoconf 2.69.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
+[m4_warning([this file was generated for autoconf 2.68.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -1386,8 +1386,7 @@ AC_SUBST([am__untar])
# ----------------------------------
AC_DEFUN([PKG_PROG_PKG_CONFIG],
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
-m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
@@ -1433,8 +1432,7 @@ m4_define([_PKG_CONFIG],
pkg_cv_[]$1="$$1"
elif test -n "$PKG_CONFIG"; then
PKG_CHECK_EXISTS([$3],
- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes ],
+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
[pkg_failed=yes])
else
pkg_failed=untried
@@ -1482,9 +1480,9 @@ if test $pkg_failed = yes; then
AC_MSG_RESULT([no])
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
else
- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
@@ -1497,7 +1495,7 @@ $$1_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-_PKG_TEXT])[]dnl
+_PKG_TEXT])
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
@@ -1508,7 +1506,7 @@ path to pkg-config.
_PKG_TEXT
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
diff --git a/config.sub b/config.sub
index 6205f84..c894da4 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-04-18'
+timestamp='2012-02-10'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -225,12 +225,6 @@ case $os in
-isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
;;
- -lynx*178)
- os=-lynxos178
- ;;
- -lynx*5)
- os=-lynxos5
- ;;
-lynx*)
os=-lynxos
;;
@@ -1543,9 +1537,6 @@ case $basic_machine in
c4x-* | tic4x-*)
os=-coff
;;
- hexagon-*)
- os=-elf
- ;;
tic54x-*)
os=-coff
;;
diff --git a/configure b/configure
index a49d64b..36b451d 100755
--- a/configure
+++ b/configure
@@ -1,11 +1,13 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pygobject 3.4.0.
+# Generated by GNU Autoconf 2.68 for pygobject 3.4.1.1.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject>.
#
#
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
#
#
# This configure script is free software; the Free Software Foundation
@@ -134,31 +136,6 @@ export LANGUAGE
# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-# Use a proper internal environment variable to ensure we don't fall
- # into an infinite loop, continuously re-executing ourselves.
- if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
- _as_can_reexec=no; export _as_can_reexec;
- # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
- *v*x* | *x*v* ) as_opts=-vx ;;
- *v* ) as_opts=-v ;;
- *x* ) as_opts=-x ;;
- * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-as_fn_exit 255
- fi
- # We don't want this to propagate to other subprocesses.
- { _as_can_reexec=; unset _as_can_reexec;}
if test "x$CONFIG_SHELL" = x; then
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
@@ -192,8 +169,7 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
else
exitcode=1; echo positional parameters were not saved.
fi
-test x\$exitcode = x0 || exit 1
-test -x / || exit 1"
+test x\$exitcode = x0 || exit 1"
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
@@ -246,25 +222,21 @@ IFS=$as_save_IFS
if test "x$CONFIG_SHELL" != x; then :
- export CONFIG_SHELL
- # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
- *v*x* | *x*v* ) as_opts=-vx ;;
- *v* ) as_opts=-v ;;
- *x* ) as_opts=-x ;;
- * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-exit 255
+ # We cannot yet assume a decent shell, so we have to provide a
+ # neutralization value for shells without unset; and this also
+ # works around shells that cannot unset nonexistent variables.
+ # Preserve -v and -x to the replacement shell.
+ BASH_ENV=/dev/null
+ ENV=/dev/null
+ (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+ export CONFIG_SHELL
+ case $- in # ((((
+ *v*x* | *x*v* ) as_opts=-vx ;;
+ *v* ) as_opts=-v ;;
+ *x* ) as_opts=-x ;;
+ * ) as_opts= ;;
+ esac
+ exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
fi
if test x$as_have_required = xno; then :
@@ -368,14 +340,6 @@ $as_echo X"$as_dir" |
} # as_fn_mkdir_p
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
- test -f "$1" && test -x "$1"
-} # as_fn_executable_p
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
@@ -497,10 +461,6 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
chmod +x "$as_me.lineno" ||
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
- # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
- # already done that, so ensure we don't try to do so again and fall
- # in an infinite loop. This has already happened in practice.
- _as_can_reexec=no; export _as_can_reexec
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
# original and so on. Autoconf is especially sensitive to this).
@@ -535,16 +495,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -pR'.
+ # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
@@ -556,8 +516,28 @@ else
as_mkdir_p=false
fi
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
+if test -x / >/dev/null 2>&1; then
+ as_test_x='test -x'
+else
+ if ls -dL / >/dev/null 2>&1; then
+ as_ls_L_option=L
+ else
+ as_ls_L_option=
+ fi
+ as_test_x='
+ eval sh -c '\''
+ if test -d "$1"; then
+ test -d "$1/.";
+ else
+ case $1 in #(
+ -*)set "./$1";;
+ esac;
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+ ???[sx]*):;;*)false;;esac;fi
+ '\'' sh
+ '
+fi
+as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -591,8 +571,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pygobject'
PACKAGE_TARNAME='pygobject'
-PACKAGE_VERSION='3.4.0'
-PACKAGE_STRING='pygobject 3.4.0'
+PACKAGE_VERSION='3.4.1.1'
+PACKAGE_STRING='pygobject 3.4.1.1'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject'
PACKAGE_URL=''
@@ -643,11 +623,11 @@ ENABLE_CAIRO_FALSE
ENABLE_CAIRO_TRUE
PYCAIRO_LIBS
PYCAIRO_CFLAGS
+CAIRO_LIBS
+CAIRO_CFLAGS
GI_DATADIR
GI_LIBS
GI_CFLAGS
-CAIRO_LIBS
-CAIRO_CFLAGS
GIO_LIBS
GIO_CFLAGS
LIBFFI_PC
@@ -839,10 +819,10 @@ FFI_CFLAGS
FFI_LIBS
GIO_CFLAGS
GIO_LIBS
-CAIRO_CFLAGS
-CAIRO_LIBS
GI_CFLAGS
GI_LIBS
+CAIRO_CFLAGS
+CAIRO_LIBS
PYCAIRO_CFLAGS
PYCAIRO_LIBS'
@@ -1300,6 +1280,8 @@ target=$target_alias
if test "x$host_alias" != x; then
if test "x$build_alias" = x; then
cross_compiling=maybe
+ $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used" >&2
elif test "x$build_alias" != "x$host_alias"; then
cross_compiling=yes
fi
@@ -1385,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures pygobject 3.4.0 to adapt to many kinds of systems.
+\`configure' configures pygobject 3.4.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1455,7 +1437,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pygobject 3.4.0:";;
+ short | recursive ) echo "Configuration of pygobject 3.4.1.1:";;
esac
cat <<\_ACEOF
@@ -1508,11 +1490,11 @@ Some influential environment variables:
FFI_LIBS linker flags for FFI, overriding pkg-config
GIO_CFLAGS C compiler flags for GIO, overriding pkg-config
GIO_LIBS linker flags for GIO, overriding pkg-config
+ GI_CFLAGS C compiler flags for GI, overriding pkg-config
+ GI_LIBS linker flags for GI, overriding pkg-config
CAIRO_CFLAGS
C compiler flags for CAIRO, overriding pkg-config
CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
- GI_CFLAGS C compiler flags for GI, overriding pkg-config
- GI_LIBS linker flags for GI, overriding pkg-config
PYCAIRO_CFLAGS
C compiler flags for PYCAIRO, overriding pkg-config
PYCAIRO_LIBS
@@ -1584,10 +1566,10 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pygobject configure 3.4.0
-generated by GNU Autoconf 2.69
+pygobject configure 3.4.1.1
+generated by GNU Autoconf 2.68
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
@@ -1663,7 +1645,7 @@ $as_echo "$ac_try_echo"; } >&5
test ! -s conftest.err
} && test -s conftest$ac_exeext && {
test "$cross_compiling" = yes ||
- test -x conftest$ac_exeext
+ $as_test_x conftest$ac_exeext
}; then :
ac_retval=0
else
@@ -1862,8 +1844,8 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pygobject $as_me 3.4.0, which was
-generated by GNU Autoconf 2.69. Invocation command line was
+It was created by pygobject $as_me 3.4.1.1, which was
+generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2226,9 +2208,9 @@ $as_echo "#define PYGOBJECT_MINOR_VERSION 4" >>confdefs.h
PYGOBJECT_MINOR_VERSION=4
-$as_echo "#define PYGOBJECT_MICRO_VERSION 0" >>confdefs.h
+$as_echo "#define PYGOBJECT_MICRO_VERSION 1" >>confdefs.h
-PYGOBJECT_MICRO_VERSION=0
+PYGOBJECT_MICRO_VERSION=1
ac_config_headers="$ac_config_headers config.h"
@@ -2340,7 +2322,7 @@ case $as_dir/ in #((
# by default.
for ac_prog in ginstall scoinst install; do
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
if test $ac_prog = install &&
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
@@ -2509,7 +2491,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -2549,7 +2531,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -2600,7 +2582,7 @@ do
test -z "$as_dir" && as_dir=.
for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
+ { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
'mkdir (GNU coreutils) '* | \
'mkdir (coreutils) '* | \
@@ -2653,7 +2635,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AWK="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -2739,7 +2721,7 @@ fi
# Define the identity of the package.
PACKAGE='pygobject'
- VERSION='3.4.0'
+ VERSION='3.4.1.1'
cat >>confdefs.h <<_ACEOF
@@ -2973,7 +2955,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AS="${ac_tool_prefix}as"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3013,7 +2995,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_AS="as"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3065,7 +3047,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3105,7 +3087,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DLLTOOL="dlltool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3157,7 +3139,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3197,7 +3179,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OBJDUMP="objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3434,7 +3416,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3474,7 +3456,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3527,7 +3509,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3568,7 +3550,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
@@ -3626,7 +3608,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -3670,7 +3652,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -4116,7 +4098,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
-struct stat;
+#include <sys/types.h>
+#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -4351,7 +4334,7 @@ do
for ac_prog in sed gsed; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_SED" || continue
+ { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
# Check for GNU ac_path_SED and select it if it is found.
# Check for GNU $ac_path_SED
case `"$ac_path_SED" --version 2>&1` in
@@ -4427,7 +4410,7 @@ do
for ac_prog in grep ggrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_GREP" || continue
+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
# Check for GNU ac_path_GREP and select it if it is found.
# Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in
@@ -4493,7 +4476,7 @@ do
for ac_prog in egrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_EGREP" || continue
+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
# Check for GNU ac_path_EGREP and select it if it is found.
# Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in
@@ -4560,7 +4543,7 @@ do
for ac_prog in fgrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
- as_fn_executable_p "$ac_path_FGREP" || continue
+ { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
# Check for GNU ac_path_FGREP and select it if it is found.
# Check for GNU $ac_path_FGREP
case `"$ac_path_FGREP" --version 2>&1` in
@@ -4816,7 +4799,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -4860,7 +4843,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5284,7 +5267,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5324,7 +5307,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OBJDUMP="objdump"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5493,7 +5476,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
lt_cv_deplibs_check_method=pass_all
;;
-netbsd* | netbsdelf*-gnu)
+netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
else
@@ -5627,7 +5610,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5667,7 +5650,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DLLTOOL="dlltool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5768,7 +5751,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5812,7 +5795,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_AR="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5937,7 +5920,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -5977,7 +5960,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6036,7 +6019,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6076,7 +6059,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_RANLIB="ranlib"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6725,7 +6708,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6765,7 +6748,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6845,7 +6828,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6885,7 +6868,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6937,7 +6920,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -6977,7 +6960,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_NMEDIT="nmedit"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7029,7 +7012,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7069,7 +7052,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_LIPO="lipo"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7121,7 +7104,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7161,7 +7144,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL="otool"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7213,7 +7196,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -7253,7 +7236,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL64="otool64"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -8859,9 +8842,6 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
openbsd*)
with_gnu_ld=no
;;
- linux* | k*bsd*-gnu | gnu*)
- link_all_deplibs=no
- ;;
esac
ld_shlibs=yes
@@ -9083,7 +9063,7 @@ _LT_EOF
fi
;;
- netbsd* | netbsdelf*-gnu)
+ netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -9260,7 +9240,6 @@ _LT_EOF
if test "$aix_use_runtimelinking" = yes; then
shared_flag="$shared_flag "'${wl}-G'
fi
- link_all_deplibs=no
else
# not using gcc
if test "$host_cpu" = ia64; then
@@ -9714,7 +9693,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
link_all_deplibs=yes
;;
- netbsd* | netbsdelf*-gnu)
+ netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
else
@@ -10727,10 +10706,14 @@ fi
# before this can be enabled.
hardcode_into_libs=yes
+ # Add ABI-specific directories to the system library path.
+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -10742,18 +10725,6 @@ fi
dynamic_linker='GNU/Linux ld.so'
;;
-netbsdelf*-gnu)
- version_type=linux
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- dynamic_linker='NetBSD ld.elf_so'
- ;;
-
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -12011,16 +11982,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -pR'.
+ # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
@@ -12080,16 +12051,28 @@ else
as_mkdir_p=false
fi
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
- test -f "$1" && test -x "$1"
-} # as_fn_executable_p
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
+if test -x / >/dev/null 2>&1; then
+ as_test_x='test -x'
+else
+ if ls -dL / >/dev/null 2>&1; then
+ as_ls_L_option=L
+ else
+ as_ls_L_option=
+ fi
+ as_test_x='
+ eval sh -c '\''
+ if test -d "$1"; then
+ test -d "$1/.";
+ else
+ case $1 in #(
+ -*)set "./$1";;
+ esac;
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+ ???[sx]*):;;*)false;;esac;fi
+ '\'' sh
+ '
+fi
+as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -12130,8 +12113,8 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-pygobject config.lt 3.4.0
-configured by $0, generated by GNU Autoconf 2.69.
+pygobject config.lt 3.4.1.1
+configured by $0, generated by GNU Autoconf 2.68.
Copyright (C) 2011 Free Software Foundation, Inc.
This config.lt script is free software; the Free Software Foundation
@@ -13175,7 +13158,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13215,7 +13198,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13268,7 +13251,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13309,7 +13292,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
@@ -13367,7 +13350,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13411,7 +13394,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13607,7 +13590,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
-struct stat;
+#include <sys/types.h>
+#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -13842,7 +13826,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13882,7 +13866,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="gcc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13935,7 +13919,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -13976,7 +13960,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
@@ -14034,7 +14018,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -14078,7 +14062,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -14274,7 +14258,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
-struct stat;
+#include <sys/types.h>
+#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
@@ -14699,7 +14684,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -14876,7 +14861,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -15273,7 +15258,6 @@ fi
-
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
@@ -15294,7 +15278,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -15337,7 +15321,7 @@ do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
@@ -15656,7 +15640,6 @@ if test -n "$FFI_CFLAGS"; then
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FFI_CFLAGS=`$PKG_CONFIG --cflags "libffi >= 3.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -15673,7 +15656,6 @@ if test -n "$FFI_LIBS"; then
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FFI_LIBS=`$PKG_CONFIG --libs "libffi >= 3.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -15693,9 +15675,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- FFI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libffi >= 3.0" 2>&1`
+ FFI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libffi >= 3.0" 2>&1`
else
- FFI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libffi >= 3.0" 2>&1`
+ FFI_PKG_ERRORS=`$PKG_CONFIG --print-errors "libffi >= 3.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$FFI_PKG_ERRORS" >&5
@@ -15746,7 +15728,6 @@ if test -n "$GIO_CFLAGS"; then
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.31.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -15763,7 +15744,6 @@ if test -n "$GIO_LIBS"; then
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.31.0" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -15783,9 +15763,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.31.0" 2>&1`
+ GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-2.0 >= 2.31.0" 2>&1`
else
- GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.31.0" 2>&1`
+ GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-2.0 >= 2.31.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$GIO_PKG_ERRORS" >&5
@@ -15800,6 +15780,7 @@ installed software in a non-standard prefix.
Alternatively, you may set the environment variables GIO_CFLAGS
and GIO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
+
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -15815,6 +15796,7 @@ See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
+
else
GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
GIO_LIBS=$pkg_cv_GIO_LIBS
@@ -15823,40 +15805,57 @@ $as_echo "yes" >&6; }
fi
-# we always need cairo (not pycairo) for building the tests
+# Check whether --enable-cairo was given.
+if test "${enable_cairo+set}" = set; then :
+ enableval=$enable_cairo; enable_cairo=$enableval
+else
+ enable_cairo=yes
+fi
+
+
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
-$as_echo_n "checking for CAIRO... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GI" >&5
+$as_echo_n "checking for GI... " >&6; }
-if test -n "$CAIRO_CFLAGS"; then
- pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
+if test -n "$GI_CFLAGS"; then
+ pkg_cv_GI_CFLAGS="$GI_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo cairo-gobject\""; } >&5
- ($PKG_CONFIG --exists --print-errors "cairo cairo-gobject") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo cairo-gobject" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
+ pkg_cv_GI_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+" 2>/dev/null`
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
-if test -n "$CAIRO_LIBS"; then
- pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
+if test -n "$GI_LIBS"; then
+ pkg_cv_GI_LIBS="$GI_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo cairo-gobject\""; } >&5
- ($PKG_CONFIG --exists --print-errors "cairo cairo-gobject") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo cairo-gobject" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
+ pkg_cv_GI_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -15876,23 +15875,30 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo cairo-gobject" 2>&1`
+ GI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+" 2>&1`
else
- CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo cairo-gobject" 2>&1`
+ GI_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
- echo "$CAIRO_PKG_ERRORS" >&5
+ echo "$GI_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (cairo cairo-gobject) were not met:
+ as_fn_error $? "Package requirements (glib-2.0 >= 2.31.0
+ gobject-introspection-1.0 >= 1.33.14
+) were not met:
-$CAIRO_PKG_ERRORS
+$GI_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
+Alternatively, you may set the environment variables GI_CFLAGS
+and GI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
+
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -15902,73 +15908,56 @@ as_fn_error $? "The pkg-config script could not be found or is too old. Make su
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
+Alternatively, you may set the environment variables GI_CFLAGS
+and GI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
+
else
- CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
- CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+ GI_CFLAGS=$pkg_cv_GI_CFLAGS
+ GI_LIBS=$pkg_cv_GI_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
fi
-# Check whether --enable-cairo was given.
-if test "${enable_cairo+set}" = set; then :
- enableval=$enable_cairo; enable_cairo=$enableval
-else
- enable_cairo=yes
-fi
+GI_DATADIR=$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0)
+if test "$enable_cairo" != no; then
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GI" >&5
-$as_echo_n "checking for GI... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+$as_echo_n "checking for CAIRO... " >&6; }
-if test -n "$GI_CFLAGS"; then
- pkg_cv_GI_CFLAGS="$GI_CFLAGS"
+if test -n "$CAIRO_CFLAGS"; then
+ pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-\""; } >&5
- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo cairo-gobject\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "cairo cairo-gobject") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_GI_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
+ pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo cairo-gobject" 2>/dev/null`
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
-if test -n "$GI_LIBS"; then
- pkg_cv_GI_LIBS="$GI_LIBS"
+if test -n "$CAIRO_LIBS"; then
+ pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-\""; } >&5
- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo cairo-gobject\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "cairo cairo-gobject") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_GI_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
+ pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo cairo-gobject" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -15988,29 +15977,24 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-" 2>&1`
+ CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "cairo cairo-gobject" 2>&1`
else
- GI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-" 2>&1`
+ CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "cairo cairo-gobject" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
- echo "$GI_PKG_ERRORS" >&5
+ echo "$CAIRO_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (glib-2.0 >= 2.31.0
- gobject-introspection-1.0 >= 1.33.14
-) were not met:
+ as_fn_error $? "Package requirements (cairo cairo-gobject) were not met:
-$GI_PKG_ERRORS
+$CAIRO_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-Alternatively, you may set the environment variables GI_CFLAGS
-and GI_LIBS to avoid the need to call pkg-config.
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
+
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -16020,24 +16004,21 @@ as_fn_error $? "The pkg-config script could not be found or is too old. Make su
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
-Alternatively, you may set the environment variables GI_CFLAGS
-and GI_LIBS to avoid the need to call pkg-config.
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
+
else
- GI_CFLAGS=$pkg_cv_GI_CFLAGS
- GI_LIBS=$pkg_cv_GI_LIBS
+ CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+ CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
fi
-GI_DATADIR=$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0)
-
-
-if test "$enable_cairo" != no; then
if test $build_py3k = true; then
pkg_failed=no
@@ -16057,7 +16038,6 @@ if test -n "$PYCAIRO_CFLAGS"; then
test $ac_status = 0; }; then
pkg_cv_PYCAIRO_CFLAGS=`$PKG_CONFIG --cflags "py3cairo >= 1.10.0
" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -16077,7 +16057,6 @@ if test -n "$PYCAIRO_LIBS"; then
test $ac_status = 0; }; then
pkg_cv_PYCAIRO_LIBS=`$PKG_CONFIG --libs "py3cairo >= 1.10.0
" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -16097,10 +16076,10 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "py3cairo >= 1.10.0
+ PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "py3cairo >= 1.10.0
" 2>&1`
else
- PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "py3cairo >= 1.10.0
+ PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "py3cairo >= 1.10.0
" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
@@ -16117,6 +16096,7 @@ installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYCAIRO_CFLAGS
and PYCAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
+
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -16132,6 +16112,7 @@ See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
+
else
PYCAIRO_CFLAGS=$pkg_cv_PYCAIRO_CFLAGS
PYCAIRO_LIBS=$pkg_cv_PYCAIRO_LIBS
@@ -16158,7 +16139,6 @@ if test -n "$PYCAIRO_CFLAGS"; then
test $ac_status = 0; }; then
pkg_cv_PYCAIRO_CFLAGS=`$PKG_CONFIG --cflags "pycairo >= 1.2.0
" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -16178,7 +16158,6 @@ if test -n "$PYCAIRO_LIBS"; then
test $ac_status = 0; }; then
pkg_cv_PYCAIRO_LIBS=`$PKG_CONFIG --libs "pycairo >= 1.2.0
" 2>/dev/null`
- test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -16198,10 +16177,10 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pycairo >= 1.2.0
+ PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pycairo >= 1.2.0
" 2>&1`
else
- PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pycairo >= 1.2.0
+ PYCAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "pycairo >= 1.2.0
" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
@@ -16218,6 +16197,7 @@ installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYCAIRO_CFLAGS
and PYCAIRO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
+
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -16233,6 +16213,7 @@ See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
+
else
PYCAIRO_CFLAGS=$pkg_cv_PYCAIRO_CFLAGS
PYCAIRO_LIBS=$pkg_cv_PYCAIRO_LIBS
@@ -16986,16 +16967,16 @@ if (echo >conf$$.file) 2>/dev/null; then
# ... but there are two gotchas:
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
- # In both cases, we have to default to `cp -pR'.
+ # In both cases, we have to default to `cp -p'.
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
elif ln conf$$.file conf$$ 2>/dev/null; then
as_ln_s=ln
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
else
- as_ln_s='cp -pR'
+ as_ln_s='cp -p'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
@@ -17055,16 +17036,28 @@ else
as_mkdir_p=false
fi
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
- test -f "$1" && test -x "$1"
-} # as_fn_executable_p
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
+if test -x / >/dev/null 2>&1; then
+ as_test_x='test -x'
+else
+ if ls -dL / >/dev/null 2>&1; then
+ as_ls_L_option=L
+ else
+ as_ls_L_option=
+ fi
+ as_test_x='
+ eval sh -c '\''
+ if test -d "$1"; then
+ test -d "$1/.";
+ else
+ case $1 in #(
+ -*)set "./$1";;
+ esac;
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+ ???[sx]*):;;*)false;;esac;fi
+ '\'' sh
+ '
+fi
+as_executable_p=$as_test_x
# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -17085,8 +17078,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pygobject $as_me 3.4.0, which was
-generated by GNU Autoconf 2.69. Invocation command line was
+This file was extended by pygobject $as_me 3.4.1.1, which was
+generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -17151,11 +17144,11 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-pygobject config.status 3.4.0
-configured by $0, generated by GNU Autoconf 2.69,
+pygobject config.status 3.4.1.1
+configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
@@ -17246,7 +17239,7 @@ fi
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
if \$ac_cs_recheck; then
- set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
shift
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
CONFIG_SHELL='$SHELL'
diff --git a/configure.ac b/configure.ac
index 879b739..6b99cc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,8 +12,8 @@ m4_define(python3_min_ver, 3.1)
dnl the pygobject version number
m4_define(pygobject_major_version, 3)
m4_define(pygobject_minor_version, 4)
-m4_define(pygobject_micro_version, 0)
-m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version)
+m4_define(pygobject_micro_version, 1)
+m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version.1)
dnl versions of packages we require ...
m4_define(introspection_required_version, 1.33.14)
@@ -184,9 +184,6 @@ AC_SUBST(LIBFFI_PC)
dnl gio
PKG_CHECK_MODULES(GIO, gio-2.0 >= gio_required_version)
-# we always need cairo (not pycairo) for building the tests
-PKG_CHECK_MODULES(CAIRO, cairo cairo-gobject)
-
AC_ARG_ENABLE(cairo,
AC_HELP_STRING([--enable-cairo], [Enable Cairo bindings using introspection information]),
enable_cairo=$enableval,
@@ -201,6 +198,8 @@ GI_DATADIR=$($PKG_CONFIG --variable=gidatadir gobject-introspection-1.0)
AC_SUBST(GI_DATADIR)
if test "$enable_cairo" != no; then
+ PKG_CHECK_MODULES(CAIRO, cairo cairo-gobject)
+
if test $build_py3k = true; then
PKG_CHECK_MODULES(PYCAIRO,
py3cairo >= py3cairo_required_version
diff --git a/gi/Makefile.in b/gi/Makefile.in
index 1bbd583..5d04557 100644
--- a/gi/Makefile.in
+++ b/gi/Makefile.in
@@ -757,12 +757,8 @@ install-pygiPYTHON: $(pygi_PYTHON)
$(INSTALL_DATA) $$files "$(DESTDIR)$(pygidir)" || exit $$?; \
done || exit $$?; \
if test -n "$$dlist"; then \
- if test -z "$(DESTDIR)"; then \
- $(am__py_compile) --basedir "$(pygidir)" $$dlist; \
- else \
- $(am__py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(pygidir)" $$dlist; \
- fi; \
+ $(am__py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(pygidir)" $$dlist; \
else :; fi
uninstall-pygiPYTHON:
diff --git a/gi/_glib/Makefile.in b/gi/_glib/Makefile.in
index e87f9b2..b118d0f 100644
--- a/gi/_glib/Makefile.in
+++ b/gi/_glib/Makefile.in
@@ -626,12 +626,8 @@ install-pyglibPYTHON: $(pyglib_PYTHON)
$(INSTALL_DATA) $$files "$(DESTDIR)$(pyglibdir)" || exit $$?; \
done || exit $$?; \
if test -n "$$dlist"; then \
- if test -z "$(DESTDIR)"; then \
- $(am__py_compile) --basedir "$(pyglibdir)" $$dlist; \
- else \
- $(am__py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(pyglibdir)" $$dlist; \
- fi; \
+ $(am__py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(pyglibdir)" $$dlist; \
else :; fi
uninstall-pyglibPYTHON:
diff --git a/gi/_glib/pygiochannel.c b/gi/_glib/pygiochannel.c
index 2211355..0288145 100644
--- a/gi/_glib/pygiochannel.c
+++ b/gi/_glib/pygiochannel.c
@@ -266,14 +266,13 @@ py_io_channel_write_chars(PyGIOChannel* self, PyObject *args, PyObject *kwargs)
Py_ssize_t buf_len;
gsize count;
GError* error = NULL;
- GIOStatus status;
if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s#:gi._glib.IOChannel.write",
kwlist, &buf, &buf_len))
return NULL;
pyglib_unblock_threads();
- status = g_io_channel_write_chars(self->channel, buf, buf_len, &count, &error);
+ g_io_channel_write_chars(self->channel, buf, buf_len, &count, &error);
pyglib_block_threads();
if (pyglib_error_check(&error))
return NULL;
@@ -289,7 +288,6 @@ py_io_channel_write_lines(PyGIOChannel* self, PyObject *args, PyObject *kwargs)
Py_ssize_t buf_len;
gsize count;
GError* error = NULL;
- GIOStatus status;
PyObject *iter, *value, *pylines;
if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O:gi._glib.IOChannel.writelines",
@@ -312,7 +310,7 @@ py_io_channel_write_lines(PyGIOChannel* self, PyObject *args, PyObject *kwargs)
}
PYGLIB_PyUnicode_AsStringAndSize(value, &buf, &buf_len);
pyglib_unblock_threads();
- status = g_io_channel_write_chars(self->channel, buf, buf_len, &count, &error);
+ g_io_channel_write_chars(self->channel, buf, buf_len, &count, &error);
pyglib_unblock_threads();
Py_DECREF(value);
if (pyglib_error_check(&error)) {
@@ -554,13 +552,12 @@ py_io_channel_read_line(PyGIOChannel* self, PyObject *args, PyObject *kwargs)
gchar *str_return = NULL;
GError *error = NULL;
gint size_hint = -1;
- GIOStatus status;
if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:gi._glib.IOChannel.readline", kwlist,
&size_hint))
return NULL;
- status = g_io_channel_read_line(self->channel, &str_return, &length,
+ g_io_channel_read_line(self->channel, &str_return, &length,
&terminator_pos, &error);
if (pyglib_error_check(&error))
return NULL;
diff --git a/gi/_gobject/Makefile.in b/gi/_gobject/Makefile.in
index fec095b..f7fee4c 100644
--- a/gi/_gobject/Makefile.in
+++ b/gi/_gobject/Makefile.in
@@ -574,12 +574,8 @@ install-pygobjectPYTHON: $(pygobject_PYTHON)
$(INSTALL_DATA) $$files "$(DESTDIR)$(pygobjectdir)" || exit $$?; \
done || exit $$?; \
if test -n "$$dlist"; then \
- if test -z "$(DESTDIR)"; then \
- $(am__py_compile) --basedir "$(pygobjectdir)" $$dlist; \
- else \
- $(am__py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(pygobjectdir)" $$dlist; \
- fi; \
+ $(am__py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(pygobjectdir)" $$dlist; \
else :; fi
uninstall-pygobjectPYTHON:
diff --git a/gi/_gobject/pygobject.c b/gi/_gobject/pygobject.c
index fd6bd4b..153a3c7 100644
--- a/gi/_gobject/pygobject.c
+++ b/gi/_gobject/pygobject.c
@@ -226,6 +226,8 @@ build_parameter_list(GObjectClass *class)
g_free(name);
}
+ g_type_class_unref(class);
+
if (props)
g_free(props);
@@ -250,13 +252,17 @@ PyGProps_getattro(PyGProps *self, PyObject *attr)
class = g_type_class_ref(self->gtype);
if (!strcmp(attr_name, "__members__")) {
- return build_parameter_list(class);
+ ret = build_parameter_list(class);
+ g_type_class_unref(class);
+ return ret;
}
if (self->pygobject != NULL) {
ret = pygi_get_property_value (self->pygobject, attr_name);
- if (ret != NULL)
+ if (ret != NULL) {
+ g_type_class_unref(class);
return ret;
+ }
}
pspec = g_object_class_find_property(class, attr_name);
diff --git a/gi/overrides/GLib.py b/gi/overrides/GLib.py
index c41f523..b6f2ce2 100644
--- a/gi/overrides/GLib.py
+++ b/gi/overrides/GLib.py
@@ -85,11 +85,23 @@ class _VariantCreator(object):
'''Handle the case where the outermost type of format is a tuple.'''
format = format[1:] # eat the '('
- builder = GLib.VariantBuilder.new(variant_type_from_string('r'))
- if args is not None:
+ if args is None:
+ # empty value: we need to call _create() to parse the subtype
+ rest_format = format
+ while rest_format:
+ if rest_format.startswith(')'):
+ break
+ rest_format = self._create(rest_format, None)[1]
+ else:
+ raise TypeError('tuple type string not closed with )')
+
+ rest_format = rest_format[1:] # eat the )
+ return (None, rest_format, None)
+ else:
if not args or not isinstance(args[0], tuple):
raise TypeError('expected tuple argument')
+ builder = GLib.VariantBuilder.new(variant_type_from_string('r'))
for i in range(len(args[0])):
if format.startswith(')'):
raise TypeError('too many arguments for tuple signature')
@@ -97,7 +109,11 @@ class _VariantCreator(object):
(v, format, _) = self._create(format, args[0][i:])
builder.add_value(v)
args = args[1:]
- return (builder.end(), format[1:], args)
+ if not format.startswith(')'):
+ raise TypeError('tuple type string not closed with )')
+
+ rest_format = format[1:] # eat the )
+ return (builder.end(), rest_format, args)
def _create_dict(self, format, args):
'''Handle the case where the outermost type of format is a dict.'''
@@ -109,8 +125,8 @@ class _VariantCreator(object):
rest_format = self._create(format[2:], None)[1]
rest_format = self._create(rest_format, None)[1]
if not rest_format.startswith('}'):
- raise ValueError('dictionary type string not closed with }')
- rest_format = rest_format[1:] # eat the}
+ raise TypeError('dictionary type string not closed with }')
+ rest_format = rest_format[1:] # eat the }
element_type = format[:len(format) - len(rest_format)]
builder = GLib.VariantBuilder.new(variant_type_from_string(element_type))
else:
@@ -120,8 +136,8 @@ class _VariantCreator(object):
(val_v, rest_format, _) = self._create(rest_format, [v])
if not rest_format.startswith('}'):
- raise ValueError('dictionary type string not closed with }')
- rest_format = rest_format[1:] # eat the}
+ raise TypeError('dictionary type string not closed with }')
+ rest_format = rest_format[1:] # eat the }
entry = GLib.VariantBuilder.new(variant_type_from_string('{?*}'))
entry.add_value(key_v)
diff --git a/gi/overrides/Gio.py b/gi/overrides/Gio.py
index 7f6e5c7..9f96440 100644
--- a/gi/overrides/Gio.py
+++ b/gi/overrides/Gio.py
@@ -101,8 +101,15 @@ class Settings(Gio.Settings):
type_str = v.get_child_value(0).get_type_string()
assert type_str.startswith('a')
type_str = type_str[1:]
+ elif type_ == 'enum':
+ # v is an array with the allowed values
+ assert v.get_child_value(0).get_type_string().startswith('a')
+ type_str = v.get_child_value(0).get_child_value(0).get_type_string()
+ allowed = v.unpack()
+ if value not in allowed:
+ raise ValueError('value %s is not an allowed enum (%s)' % (value, allowed))
else:
- raise NotImplementedError('Cannot handle allowed type range class' + str(type_))
+ raise NotImplementedError('Cannot handle allowed type range class ' + str(type_))
self.set_value(key, GLib.Variant(type_str, value))
diff --git a/gi/overrides/Makefile.in b/gi/overrides/Makefile.in
index 2c78fe1..3afd585 100644
--- a/gi/overrides/Makefile.in
+++ b/gi/overrides/Makefile.in
@@ -339,12 +339,8 @@ install-pygioverridesPYTHON: $(pygioverrides_PYTHON)
$(INSTALL_DATA) $$files "$(DESTDIR)$(pygioverridesdir)" || exit $$?; \
done || exit $$?; \
if test -n "$$dlist"; then \
- if test -z "$(DESTDIR)"; then \
- $(am__py_compile) --basedir "$(pygioverridesdir)" $$dlist; \
- else \
- $(am__py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(pygioverridesdir)" $$dlist; \
- fi; \
+ $(am__py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(pygioverridesdir)" $$dlist; \
else :; fi
uninstall-pygioverridesPYTHON:
diff --git a/gi/pygi-argument.c b/gi/pygi-argument.c
index 5fd633a..bffe9c4 100644
--- a/gi/pygi-argument.c
+++ b/gi/pygi-argument.c
@@ -83,6 +83,15 @@ _pygi_hash_pointer_to_arg (GIArgument *arg,
case GI_TYPE_TAG_INT32:
arg->v_int32 = GPOINTER_TO_INT (arg->v_pointer);
break;
+ case GI_TYPE_TAG_UINT8:
+ arg->v_uint8 = GPOINTER_TO_UINT (arg->v_pointer);
+ break;
+ case GI_TYPE_TAG_UINT16:
+ arg->v_uint16 = GPOINTER_TO_UINT (arg->v_pointer);
+ break;
+ case GI_TYPE_TAG_UINT32:
+ arg->v_uint32 = GPOINTER_TO_UINT (arg->v_pointer);
+ break;
case GI_TYPE_TAG_UTF8:
case GI_TYPE_TAG_FILENAME:
case GI_TYPE_TAG_INTERFACE:
@@ -810,11 +819,14 @@ _pygi_argument_to_array (GIArgument *arg,
g_assert (callable_info);
length_arg_info = g_callable_info_get_arg (callable_info, length_arg_pos);
length_type_info = g_arg_info_get_type (length_arg_info);
+ g_base_info_unref ( (GIBaseInfo *) length_arg_info);
if (!gi_argument_to_gssize (args[length_arg_pos],
g_type_info_get_tag (length_type_info),
&length)) {
+ g_base_info_unref ( (GIBaseInfo *) length_type_info);
return NULL;
}
+ g_base_info_unref ( (GIBaseInfo *) length_type_info);
}
}
@@ -1260,9 +1272,7 @@ array_success:
arg.v_pointer = closure;
} else if (g_struct_info_is_foreign (info)) {
- PyObject *result;
- result = pygi_struct_foreign_convert_to_g_argument (
- object, info, transfer, &arg);
+ pygi_struct_foreign_convert_to_g_argument (object, info, transfer, &arg);
} else if (g_type_is_a (type, G_TYPE_BOXED)) {
if (pyg_boxed_check (object, type)) {
arg.v_pointer = pyg_boxed_get (object, void);
@@ -1991,6 +2001,11 @@ _pygi_argument_from_g_value(const GValue *value,
GIArgument arg = { 0, };
GITypeTag type_tag = g_type_info_get_tag (type_info);
+
+ /* For the long handling: long can be equivalent to
+ int32 or int64, depending on the architecture, but
+ gi doesn't tell us (and same for ulong)
+ */
switch (type_tag) {
case GI_TYPE_TAG_BOOLEAN:
arg.v_boolean = g_value_get_boolean (value);
@@ -1998,18 +2013,30 @@ _pygi_argument_from_g_value(const GValue *value,
case GI_TYPE_TAG_INT8:
case GI_TYPE_TAG_INT16:
case GI_TYPE_TAG_INT32:
- arg.v_int = g_value_get_int (value);
+ if (g_type_is_a (G_VALUE_TYPE (value), G_TYPE_LONG))
+ arg.v_int = g_value_get_long (value);
+ else
+ arg.v_int = g_value_get_int (value);
break;
case GI_TYPE_TAG_INT64:
- arg.v_int64 = g_value_get_int64 (value);
+ if (g_type_is_a (G_VALUE_TYPE (value), G_TYPE_LONG))
+ arg.v_int64 = g_value_get_long (value);
+ else
+ arg.v_int64 = g_value_get_int64 (value);
break;
case GI_TYPE_TAG_UINT8:
case GI_TYPE_TAG_UINT16:
case GI_TYPE_TAG_UINT32:
- arg.v_uint = g_value_get_uint (value);
+ if (g_type_is_a (G_VALUE_TYPE (value), G_TYPE_ULONG))
+ arg.v_uint = g_value_get_ulong (value);
+ else
+ arg.v_uint = g_value_get_uint (value);
break;
case GI_TYPE_TAG_UINT64:
- arg.v_uint64 = g_value_get_uint64 (value);
+ if (g_type_is_a (G_VALUE_TYPE (value), G_TYPE_ULONG))
+ arg.v_uint64 = g_value_get_ulong (value);
+ else
+ arg.v_uint64 = g_value_get_uint64 (value);
break;
case GI_TYPE_TAG_UNICHAR:
arg.v_uint32 = g_value_get_schar (value);
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c
index d6531ed..21dd58f 100644
--- a/gi/pygi-cache.c
+++ b/gi/pygi-cache.c
@@ -678,6 +678,7 @@ _arg_cache_from_py_interface_callback_setup (PyGIArgCache *arg_cache,
callable_cache->args_cache[callback_cache->destroy_notify_index] = destroy_arg_cache;
}
arg_cache->from_py_marshaller = _pygi_marshal_from_py_interface_callback;
+ arg_cache->from_py_cleanup = _pygi_marshal_cleanup_from_py_interface_callback;
}
static void
diff --git a/gi/pygi-callbacks.c b/gi/pygi-callbacks.c
index bae4001..32ddf63 100644
--- a/gi/pygi-callbacks.c
+++ b/gi/pygi-callbacks.c
@@ -77,7 +77,6 @@ _pygi_scan_for_callbacks (GIFunctionInfo *function_info,
n_args = g_callable_info_get_n_args ( (GICallableInfo *) function_info);
for (i = 0; i < n_args; i++) {
- GIDirection direction;
GIArgInfo *arg_info;
GITypeInfo *type_info;
guint8 destroy, closure;
@@ -111,7 +110,6 @@ _pygi_scan_for_callbacks (GIFunctionInfo *function_info,
destroy = g_arg_info_get_destroy (arg_info);
closure = g_arg_info_get_closure (arg_info);
- direction = g_arg_info_get_direction (arg_info);
if (destroy > 0 && destroy < n_args) {
if (*destroy_notify_index != G_MAXUINT8) {
@@ -153,7 +151,6 @@ _pygi_create_callback (GIBaseInfo *function_info,
GIArgInfo *callback_arg;
GITypeInfo *callback_type;
GICallbackInfo *callback_info;
- GIScopeType scope;
gboolean found_py_function;
PyObject *py_function;
guint8 i, py_argv_pos;
@@ -161,7 +158,6 @@ _pygi_create_callback (GIBaseInfo *function_info,
gboolean allow_none;
callback_arg = g_callable_info_get_arg ( (GICallableInfo*) function_info, callback_index);
- scope = g_arg_info_get_scope (callback_arg);
allow_none = g_arg_info_may_be_null (callback_arg);
callback_type = g_arg_info_get_type (callback_arg);
diff --git a/gi/pygi-ccallback.c b/gi/pygi-ccallback.c
index bf3ec8a..82777fb 100644
--- a/gi/pygi-ccallback.c
+++ b/gi/pygi-ccallback.c
@@ -32,7 +32,6 @@ static PyObject *
_ccallback_call(PyGICCallback *self, PyObject *args, PyObject *kwargs)
{
PyObject *result;
- GCallback *func;
if (self->cache == NULL) {
self->cache = _pygi_callable_cache_new (self->info, TRUE);
diff --git a/gi/pygi-closure.c b/gi/pygi-closure.c
index f6f5c51..0e49c72 100644
--- a/gi/pygi-closure.c
+++ b/gi/pygi-closure.c
@@ -455,6 +455,24 @@ _pygi_closure_set_out_arguments (GICallableInfo *callable_info,
}
}
+static void
+_pygi_invoke_closure_clear_py_data(PyGICClosure *invoke_closure)
+{
+ PyGILState_STATE state = PyGILState_Ensure();
+
+ if (invoke_closure->function != NULL) {
+ Py_DECREF (invoke_closure->function);
+ invoke_closure->function = NULL;
+ }
+
+ if (invoke_closure->user_data != NULL) {
+ Py_DECREF (invoke_closure->user_data);
+ invoke_closure->user_data = NULL;
+ }
+
+ PyGILState_Release (state);
+}
+
void
_pygi_closure_handle (ffi_cif *cif,
void *result,
@@ -488,6 +506,7 @@ _pygi_closure_handle (ffi_cif *cif,
}
_pygi_closure_set_out_arguments (closure->info, retval, out_args, result);
+ Py_DECREF (retval);
end:
g_free (out_args);
@@ -495,10 +514,12 @@ end:
PyGILState_Release (state);
/* Now that the closure has finished we can make a decision about how
- to free it. Scope call gets free'd at the end of wrap_g_function_info_invoke
- scope notified will be freed, when the notify is called and we can free async
- anytime we want as long as its after we return from this function (you can't free the closure
- you are currently using!)
+ to free it. Scope call gets free'd at the end of wrap_g_function_info_invoke.
+ Scope notified will be freed when the notify is called.
+ Scope async closures free only their python data now and the closure later
+ during the next creation of a closure. This minimizes potential ref leaks
+ at least in regards to the python objects.
+ (you can't free the closure you are currently using!)
*/
switch (closure->scope) {
case GI_SCOPE_TYPE_CALL:
@@ -507,6 +528,7 @@ end:
case GI_SCOPE_TYPE_ASYNC:
/* Append this PyGICClosure to a list of closure that we will free
after we're done with this function invokation */
+ _pygi_invoke_closure_clear_py_data(closure);
async_free_list = g_slist_prepend (async_free_list, closure);
break;
default:
@@ -517,20 +539,15 @@ end:
void _pygi_invoke_closure_free (gpointer data)
{
- PyGILState_STATE state;
PyGICClosure* invoke_closure = (PyGICClosure *) data;
- state = PyGILState_Ensure();
- Py_DECREF (invoke_closure->function);
-
g_callable_info_free_closure (invoke_closure->info,
invoke_closure->closure);
if (invoke_closure->info)
g_base_info_unref ( (GIBaseInfo*) invoke_closure->info);
- Py_XDECREF (invoke_closure->user_data);
- PyGILState_Release (state);
+ _pygi_invoke_closure_clear_py_data(invoke_closure);
g_slice_free (PyGICClosure, invoke_closure);
}
@@ -553,11 +570,10 @@ _pygi_make_native_closure (GICallableInfo* info,
closure = g_slice_new0 (PyGICClosure);
closure->info = (GICallableInfo *) g_base_info_ref ( (GIBaseInfo *) info);
closure->function = py_function;
- closure->user_data = py_user_data;
+ closure->user_data = py_user_data ? py_user_data : Py_None;
Py_INCREF (py_function);
- if (closure->user_data)
- Py_INCREF (closure->user_data);
+ Py_INCREF (closure->user_data);
fficlosure =
g_callable_info_prepare_closure (info, &closure->cif, _pygi_closure_handle,
diff --git a/gi/pygi-info.c b/gi/pygi-info.c
index dfcaf55..6f93eee 100644
--- a/gi/pygi-info.c
+++ b/gi/pygi-info.c
@@ -1437,8 +1437,8 @@ _wrap_g_field_info_set_value (PyGIBaseInfo *self,
if (py_value != Py_None && !PYGLIB_PyLong_Check(py_value)) {
if (PyErr_WarnEx(PyExc_RuntimeWarning,
- "Usage of gpointers to store objects has been deprecated. "
- "Please integer values instead, see: https://bugzilla.gnome.org/show_bug.cgi?id=683599",
+ "Usage of gpointers to store objects is being deprecated. "
+ "Please use integer values only, see: https://bugzilla.gnome.org/show_bug.cgi?id=683599",
1))
goto out;
}
diff --git a/gi/pygi-invoke-state-struct.h b/gi/pygi-invoke-state-struct.h
index f5a3d3e..1d9e49c 100644
--- a/gi/pygi-invoke-state-struct.h
+++ b/gi/pygi-invoke-state-struct.h
@@ -18,6 +18,10 @@ typedef struct _PyGIInvokeState
GIArgument **args;
GIArgument *in_args;
+ /* Generic array allocated to the same length as args
+ * for use as extra per-arg state data. */
+ gpointer *args_data;
+
/* Out args and out values
* In order to pass a parameter and get something back out in C
* we need to pass a pointer to the value, e.g.
diff --git a/gi/pygi-invoke.c b/gi/pygi-invoke.c
index cabdab9..c0f7179 100644
--- a/gi/pygi-invoke.c
+++ b/gi/pygi-invoke.c
@@ -315,6 +315,12 @@ _invoke_state_init_from_callable_cache (PyGIInvokeState *state,
return FALSE;
}
+ state->args_data = g_slice_alloc0 (cache->n_args * sizeof (gpointer));
+ if (state->args_data == NULL && cache->n_args != 0) {
+ PyErr_NoMemory();
+ return FALSE;
+ }
+
state->in_args = g_slice_alloc0 (cache->n_from_py_args * sizeof(GIArgument));
if (state->in_args == NULL && cache->n_from_py_args != 0) {
PyErr_NoMemory ();
@@ -342,6 +348,7 @@ static inline void
_invoke_state_clear (PyGIInvokeState *state, PyGICallableCache *cache)
{
g_slice_free1 (cache->n_args * sizeof(GIArgument *), state->args);
+ g_slice_free1 (cache->n_args * sizeof(gpointer), state->args_data);
g_slice_free1 (cache->n_from_py_args * sizeof(GIArgument), state->in_args);
g_slice_free1 (cache->n_to_py_args * sizeof(GIArgument), state->out_args);
g_slice_free1 (cache->n_to_py_args * sizeof(GIArgument), state->out_values);
diff --git a/gi/pygi-marshal-cleanup.c b/gi/pygi-marshal-cleanup.c
index 503c61d..0246f31 100644
--- a/gi/pygi-marshal-cleanup.c
+++ b/gi/pygi-marshal-cleanup.c
@@ -221,6 +221,20 @@ _pygi_marshal_cleanup_to_py_interface_object (PyGIInvokeState *state,
g_object_unref (G_OBJECT(data));
}
+
+void
+_pygi_marshal_cleanup_from_py_interface_callback (PyGIInvokeState *state,
+ PyGIArgCache *arg_cache,
+ gpointer data,
+ gboolean was_processed)
+{
+ PyGICallbackCache *callback_cache = (PyGICallbackCache *)arg_cache;
+ if (was_processed && callback_cache->scope == GI_SCOPE_TYPE_CALL) {
+ _pygi_invoke_closure_free (state->args_data[arg_cache->c_arg_index]);
+ state->args_data[arg_cache->c_arg_index] = NULL;
+ }
+}
+
void
_pygi_marshal_cleanup_from_py_interface_struct_gvalue (PyGIInvokeState *state,
PyGIArgCache *arg_cache,
diff --git a/gi/pygi-marshal-cleanup.h b/gi/pygi-marshal-cleanup.h
index 92027be..234e49c 100644
--- a/gi/pygi-marshal-cleanup.h
+++ b/gi/pygi-marshal-cleanup.h
@@ -68,6 +68,10 @@ void _pygi_marshal_cleanup_to_py_interface_object (PyGIInvokeState *stat
PyGIArgCache *arg_cache,
gpointer data,
gboolean was_processed);
+void _pygi_marshal_cleanup_from_py_interface_callback (PyGIInvokeState *state,
+ PyGIArgCache *arg_cache,
+ gpointer data,
+ gboolean was_processed);
void _pygi_marshal_cleanup_from_py_array (PyGIInvokeState *state,
PyGIArgCache *arg_cache,
gpointer data,
diff --git a/gi/pygi-marshal-from-py.c b/gi/pygi-marshal-from-py.c
index a6572ef..b4c9fa0 100644
--- a/gi/pygi-marshal-from-py.c
+++ b/gi/pygi-marshal-from-py.c
@@ -376,12 +376,12 @@ _pygi_marshal_from_py_uint16 (PyGIInvokeState *state,
if (PyErr_Occurred ()) {
PyErr_Clear ();
- PyErr_Format (PyExc_ValueError, "%li not in range %d to %d", long_, 0, 65535);
+ PyErr_Format (PyExc_ValueError, "%ld not in range %d to %d", long_, 0, 65535);
return FALSE;
}
if (long_ < 0 || long_ > 65535) {
- PyErr_Format (PyExc_ValueError, "%li not in range %d to %d", long_, 0, 65535);
+ PyErr_Format (PyExc_ValueError, "%ld not in range %d to %d", long_, 0, 65535);
return FALSE;
}
@@ -460,12 +460,12 @@ _pygi_marshal_from_py_uint32 (PyGIInvokeState *state,
if (PyErr_Occurred ()) {
PyErr_Clear ();
- PyErr_Format (PyExc_ValueError, "%lli not in range %i to %u", long_, 0, G_MAXUINT32);
+ PyErr_Format (PyExc_ValueError, "%lld not in range %i to %u", long_, 0, G_MAXUINT32);
return FALSE;
}
if (long_ < 0 || long_ > G_MAXUINT32) {
- PyErr_Format (PyExc_ValueError, "%lli not in range %i to %u", long_, 0, G_MAXUINT32);
+ PyErr_Format (PyExc_ValueError, "%lld not in range %i to %u", long_, 0, G_MAXUINT32);
return FALSE;
}
@@ -531,18 +531,13 @@ _pygi_marshal_from_py_int64 (PyGIInvokeState *state,
Py_DECREF (py_str);
}
- PyErr_Format (PyExc_ValueError, "%s not in range %" G_GINT64_FORMAT " to %" G_GINT64_FORMAT,
- long_str, G_MININT64, G_MAXINT64);
+ PyErr_Format (PyExc_ValueError, "%s not in range %lld to %lld",
+ long_str, (long long) G_MININT64, (long long) G_MAXINT64);
g_free (long_str);
return FALSE;
}
- if (long_ < G_MININT64 || long_ > G_MAXINT64) {
- PyErr_Format (PyExc_ValueError, "%" G_GINT64_FORMAT " not in range %" G_GINT64_FORMAT " to %" G_GINT64_FORMAT, long_, G_MININT64, G_MAXINT64);
- return FALSE;
- }
-
arg->v_int64 = long_;
return TRUE;
@@ -570,13 +565,13 @@ _pygi_marshal_from_py_uint64 (PyGIInvokeState *state,
#if PY_VERSION_HEX < 0x03000000
if (PyInt_Check (py_long)) {
- gint64 long_ = (gint64) PyInt_AsLong (py_long);
- if (long_ < 0) {
+ long long_ = PyInt_AsLong (py_long);
+ if (long_ < 0 || long_ > G_MAXUINT64) {
PyErr_Format (PyExc_ValueError, "%" G_GUINT64_FORMAT " not in range %d to %" G_GUINT64_FORMAT,
(gint64) long_, 0, G_MAXUINT64);
return FALSE;
}
- ulong_ = long_;
+ ulong_ = (guint64) long_;
} else
#endif
ulong_ = PyLong_AsUnsignedLongLong (py_long);
@@ -741,8 +736,8 @@ _pygi_marshal_from_py_unichar (PyGIInvokeState *state,
}
if (size != 1) {
- PyErr_Format (PyExc_TypeError, "Must be a one character string, not %" G_GINT64_FORMAT " characters",
- (gint64) size);
+ PyErr_Format (PyExc_TypeError, "Must be a one character string, not %lld characters",
+ (long long) size);
g_free (string_);
return FALSE;
}
@@ -1310,6 +1305,15 @@ _pygi_marshal_from_py_gerror (PyGIInvokeState *state,
return FALSE;
}
+/* _pygi_destroy_notify_dummy:
+ *
+ * Dummy method used in the occasion when a method has a GDestroyNotify
+ * argument without user data.
+ */
+static void
+_pygi_destroy_notify_dummy (gpointer data) {
+}
+
gboolean
_pygi_marshal_from_py_interface_callback (PyGIInvokeState *state,
PyGICallableCache *callable_cache,
@@ -1329,17 +1333,14 @@ _pygi_marshal_from_py_interface_callback (PyGIInvokeState *state,
if (callback_cache->user_data_index > 0) {
user_data_cache = callable_cache->args_cache[callback_cache->user_data_index];
if (user_data_cache->py_arg_index < state->n_py_in_args) {
+ /* py_user_data is a borrowed reference. */
py_user_data = PyTuple_GetItem (state->py_in_args, user_data_cache->py_arg_index);
if (!py_user_data)
return FALSE;
- } else {
- py_user_data = Py_None;
- Py_INCREF (Py_None);
}
}
if (py_arg == Py_None && !(py_user_data == Py_None || py_user_data == NULL)) {
- Py_DECREF (py_user_data);
PyErr_Format (PyExc_TypeError,
"When passing None for a callback userdata must also be None");
@@ -1347,12 +1348,10 @@ _pygi_marshal_from_py_interface_callback (PyGIInvokeState *state,
}
if (py_arg == Py_None) {
- Py_XDECREF (py_user_data);
return TRUE;
}
if (!PyCallable_Check (py_arg)) {
- Py_XDECREF (py_user_data);
PyErr_Format (PyExc_TypeError,
"Callback needs to be a function or method not %s",
py_arg->ob_type->tp_name);
@@ -1360,22 +1359,53 @@ _pygi_marshal_from_py_interface_callback (PyGIInvokeState *state,
return FALSE;
}
- if (callback_cache->destroy_notify_index > 0)
- destroy_cache = callable_cache->args_cache[callback_cache->destroy_notify_index];
-
callable_info = (GICallableInfo *)callback_cache->interface_info;
closure = _pygi_make_native_closure (callable_info, callback_cache->scope, py_arg, py_user_data);
arg->v_pointer = closure->closure;
+
+ /* The PyGICClosure instance is used as user data passed into the C function.
+ * The return trip to python will marshal this back and pull the python user data out.
+ */
if (user_data_cache != NULL) {
state->in_args[user_data_cache->c_arg_index].v_pointer = closure;
}
+ /* Setup a GDestroyNotify callback if this method supports it along with
+ * a user data field. The user data field is a requirement in order
+ * free resources and ref counts associated with this arguments closure.
+ * In case a user data field is not available, show a warning giving
+ * explicit information and setup a dummy notification to avoid a crash
+ * later on in _pygi_destroy_notify_callback_closure.
+ */
+ if (callback_cache->destroy_notify_index > 0) {
+ destroy_cache = callable_cache->args_cache[callback_cache->destroy_notify_index];
+ }
+
if (destroy_cache) {
- PyGICClosure *destroy_notify = _pygi_destroy_notify_create ();
- state->in_args[destroy_cache->c_arg_index].v_pointer = destroy_notify->closure;
+ if (user_data_cache != NULL) {
+ PyGICClosure *destroy_notify = _pygi_destroy_notify_create ();
+ state->in_args[destroy_cache->c_arg_index].v_pointer = destroy_notify->closure;
+ } else {
+ gchar *msg = g_strdup_printf("Callables passed to %s will leak references because "
+ "the method does not support a user_data argument. "
+ "See: https://bugzilla.gnome.org/show_bug.cgi?id=685598",
+ callable_cache->name);
+ if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 2)) {
+ g_free(msg);
+ _pygi_invoke_closure_free(closure);
+ return FALSE;
+ }
+ g_free(msg);
+ state->in_args[destroy_cache->c_arg_index].v_pointer = _pygi_destroy_notify_dummy;
+ }
}
+ /* Store the PyGIClosure as extra args data so _pygi_marshal_cleanup_from_py_interface_callback
+ * can clean it up later for GI_SCOPE_TYPE_CALL based closures.
+ */
+ state->args_data[arg_cache->c_arg_index] = closure;
+
return TRUE;
}
diff --git a/gi/pygi-property.c b/gi/pygi-property.c
index 7c83eef..14564d0 100644
--- a/gi/pygi-property.c
+++ b/gi/pygi-property.c
@@ -54,27 +54,27 @@ _pygi_lookup_property_from_g_type (GType g_type, const gchar *attr_name)
repository = g_irepository_get_default();
info = g_irepository_find_by_gtype (repository, g_type);
- if (info == NULL) {
- return NULL;
- }
+ if (info != NULL) {
- n_infos = g_object_info_get_n_properties ( (GIObjectInfo *) info);
- for (i = 0; i < n_infos; i++) {
- GIPropertyInfo *property_info;
+ n_infos = g_object_info_get_n_properties ( (GIObjectInfo *) info);
+ for (i = 0; i < n_infos; i++) {
+ GIPropertyInfo *property_info;
- property_info = g_object_info_get_property ( (GIObjectInfo *) info, i);
- g_assert (info != NULL);
+ property_info = g_object_info_get_property ( (GIObjectInfo *) info,
+ i);
+ g_assert (info != NULL);
- if (strcmp (attr_name, g_base_info_get_name (property_info)) == 0) {
- g_base_info_unref (info);
- return property_info;
+ if (strcmp (attr_name, g_base_info_get_name (property_info)) == 0) {
+ g_base_info_unref (info);
+ return property_info;
+ }
+
+ g_base_info_unref (property_info);
}
- g_base_info_unref (property_info);
+ g_base_info_unref (info);
}
- g_base_info_unref (info);
-
parent = g_type_parent (g_type);
if (parent > 0)
return _pygi_lookup_property_from_g_type (parent, attr_name);
diff --git a/gi/pygi-repository.c b/gi/pygi-repository.c
index c48d2ce..7de293a 100644
--- a/gi/pygi-repository.c
+++ b/gi/pygi-repository.c
@@ -89,7 +89,6 @@ _wrap_g_irepository_require (PyGIRepository *self,
const char *version = NULL;
PyObject *lazy = NULL;
GIRepositoryLoadFlags flags = 0;
- GTypelib *typelib;
GError *error;
if (!PyArg_ParseTupleAndKeywords (args, kwargs, "s|zO:Repository.require",
@@ -102,7 +101,7 @@ _wrap_g_irepository_require (PyGIRepository *self,
}
error = NULL;
- typelib = g_irepository_require (self->repository, namespace_, version, flags, &error);
+ g_irepository_require (self->repository, namespace_, version, flags, &error);
if (error != NULL) {
PyErr_SetString (PyGIRepositoryError, error->message);
g_error_free (error);
diff --git a/gi/repository/Makefile.in b/gi/repository/Makefile.in
index b6f258b..7330efa 100644
--- a/gi/repository/Makefile.in
+++ b/gi/repository/Makefile.in
@@ -332,12 +332,8 @@ install-pygirepositoryPYTHON: $(pygirepository_PYTHON)
$(INSTALL_DATA) $$files "$(DESTDIR)$(pygirepositorydir)" || exit $$?; \
done || exit $$?; \
if test -n "$$dlist"; then \
- if test -z "$(DESTDIR)"; then \
- $(am__py_compile) --basedir "$(pygirepositorydir)" $$dlist; \
- else \
- $(am__py_compile) --destdir "$(DESTDIR)" \
- --basedir "$(pygirepositorydir)" $$dlist; \
- fi; \
+ $(am__py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(pygirepositorydir)" $$dlist; \
else :; fi
uninstall-pygirepositoryPYTHON:
diff --git a/ltmain.sh b/ltmain.sh
index c2852d8..63ae69d 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -70,7 +70,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
+# $progname: (GNU libtool) 2.4.2
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -80,7 +80,7 @@
PROGRAM=libtool
PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
+VERSION=2.4.2
TIMESTAMP=""
package_revision=1.3337
@@ -6124,10 +6124,7 @@ func_mode_link ()
case $pass in
dlopen) libs="$dlfiles" ;;
dlpreopen) libs="$dlprefiles" ;;
- link)
- libs="$deplibs %DEPLIBS%"
- test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
- ;;
+ link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
esac
fi
if test "$linkmode,$pass" = "lib,dlpreopen"; then
@@ -6447,19 +6444,19 @@ func_mode_link ()
# It is a libtool convenience library, so add in its objects.
func_append convenience " $ladir/$objdir/$old_library"
func_append old_convenience " $ladir/$objdir/$old_library"
- tmp_libs=
- for deplib in $dependency_libs; do
- deplibs="$deplib $deplibs"
- if $opt_preserve_dup_deps ; then
- case "$tmp_libs " in
- *" $deplib "*) func_append specialdeplibs " $deplib" ;;
- esac
- fi
- func_append tmp_libs " $deplib"
- done
elif test "$linkmode" != prog && test "$linkmode" != lib; then
func_fatal_error "\`$lib' is not a convenience library"
fi
+ tmp_libs=
+ for deplib in $dependency_libs; do
+ deplibs="$deplib $deplibs"
+ if $opt_preserve_dup_deps ; then
+ case "$tmp_libs " in
+ *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+ esac
+ fi
+ func_append tmp_libs " $deplib"
+ done
continue
fi # $pass = conv
@@ -7352,9 +7349,6 @@ func_mode_link ()
revision="$number_minor"
lt_irix_increment=no
;;
- *)
- func_fatal_configuration "$modename: unknown library version type \`$version_type'"
- ;;
esac
;;
no)
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 828104c..56666f0 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2669,10 +2669,14 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
# before this can be enabled.
hardcode_into_libs=yes
+ # Add ABI-specific directories to the system library path.
+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2684,18 +2688,6 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
dynamic_linker='GNU/Linux ld.so'
;;
-netbsdelf*-gnu)
- version_type=linux
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- dynamic_linker='NetBSD ld.elf_so'
- ;;
-
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -3301,7 +3293,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu)
lt_cv_deplibs_check_method=pass_all
;;
-netbsd* | netbsdelf*-gnu)
+netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
else
@@ -4113,7 +4105,7 @@ m4_if([$1], [CXX], [
;;
esac
;;
- netbsd* | netbsdelf*-gnu)
+ netbsd*)
;;
*qnx* | *nto*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4590,9 +4582,6 @@ m4_if([$1], [CXX], [
;;
esac
;;
- linux* | k*bsd*-gnu | gnu*)
- _LT_TAGVAR(link_all_deplibs, $1)=no
- ;;
*)
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
;;
@@ -4655,9 +4644,6 @@ dnl Note also adjust exclude_expsyms for C++ above.
openbsd*)
with_gnu_ld=no
;;
- linux* | k*bsd*-gnu | gnu*)
- _LT_TAGVAR(link_all_deplibs, $1)=no
- ;;
esac
_LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4879,7 +4865,7 @@ _LT_EOF
fi
;;
- netbsd* | netbsdelf*-gnu)
+ netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -5056,7 +5042,6 @@ _LT_EOF
if test "$aix_use_runtimelinking" = yes; then
shared_flag="$shared_flag "'${wl}-G'
fi
- _LT_TAGVAR(link_all_deplibs, $1)=no
else
# not using gcc
if test "$host_cpu" = ia64; then
@@ -5361,7 +5346,7 @@ _LT_EOF
_LT_TAGVAR(link_all_deplibs, $1)=yes
;;
- netbsd* | netbsdelf*-gnu)
+ netbsd*)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
else
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 081028a..7a619bf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,20 +1,37 @@
CLEANFILES =
-noinst_LTLIBRARIES = libregress.la libgimarshallingtests.la
+noinst_LTLIBRARIES = libgimarshallingtests.la
+test_typelibs = GIMarshallingTests-1.0.typelib
-nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
-libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
-libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS)
nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
libgimarshallingtests_la_CFLAGS = $(GLIB_CFLAGS)
libgimarshallingtests_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
# This is a hack to make sure a shared library is built
-libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES)
- $(LINK) -rpath $(pkgpyexecdir) $(libregress_la_LDFLAGS) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
-
libgimarshallingtests.la: $(libgimarshallingtests_la_OBJECTS) $(libgimarshallingtests_la_DEPENDENCIES)
$(LINK) -rpath $(pkgpyexecdir) $(libgimarshallingtests_la_LDFLAGS) $(libgimarshallingtests_la_OBJECTS) $(libgimarhallingtests_la_LIBADD) $(LIBS)
+GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
+ $(AM_V_GEN) g-ir-scanner --include=Gio-2.0 \
+ --namespace=GIMarshallingTests --nsversion=1.0 --symbol-prefix=gi_marshalling_tests \
+ --warn-all --warn-error \
+ --library=libgimarshallingtests.la \
+ --libtool="$(top_builddir)/libtool" \
+ --output $@ \
+ $(nodist_libgimarshallingtests_la_SOURCES)
+GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
+ $(AM_V_GEN) g-ir-compiler $< -o $@
+
+# regress.c needs cairo
+if ENABLE_CAIRO
+noinst_LTLIBRARIES += libregress.la
+test_typelibs += Regress-1.0.typelib
+nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
+libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
+libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS)
+
+libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES)
+ $(LINK) -rpath $(pkgpyexecdir) $(libregress_la_LDFLAGS) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
+
# g-i doesn't ship these as shared libraries anymore; we build them here
Regress-1.0.gir: libregress.la Makefile
$(AM_V_GEN) g-ir-scanner --include=cairo-1.0 --include=Gio-2.0 \
@@ -27,16 +44,8 @@ Regress-1.0.gir: libregress.la Makefile
Regress-1.0.typelib: Regress-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
-GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
- $(AM_V_GEN) g-ir-scanner --include=Gio-2.0 \
- --namespace=GIMarshallingTests --nsversion=1.0 --symbol-prefix=gi_marshalling_tests \
- --warn-all --warn-error \
- --library=libgimarshallingtests.la \
- --libtool="$(top_builddir)/libtool" \
- --output $@ \
- $(nodist_libgimarshallingtests_la_SOURCES)
-GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
- $(AM_V_GEN) g-ir-compiler $< -o $@
+endif # ENABLE_CAIRO
+
gschemas.compiled: org.gnome.test.gschema.xml
glib-compile-schemas --targetdir=. --schema-file=$<
@@ -114,12 +123,15 @@ RUN_TESTS_ENV_VARS= \
MALLOC_PERTURB_=85 \
TESTS_BUILDDIR=$(builddir)
-check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.typelib gschemas.compiled
+check-local: $(LTLIBRARIES:.la=.so) $(test_typelibs) gschemas.compiled
@echo " CHECK Pyflakes"
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
@echo " CHECK PEP8"
@if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi
- $(RUN_TESTS_ENV_VARS) $(DBUS_LAUNCH) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py
+ export `$(DBUS_LAUNCH)` && \
+ $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py; rc=$$?; \
+ kill $$DBUS_SESSION_BUS_PID; \
+ exit $$rc
check.gdb:
EXEC_NAME="gdb --args" $(MAKE) check
diff --git a/tests/Makefile.in b/tests/Makefile.in
index a548741..8dd1511 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -51,6 +51,10 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+
+# regress.c needs cairo
+@ENABLE_CAIRO_TRUE@am__append_1 = libregress.la
+@ENABLE_CAIRO_TRUE@am__append_2 = Regress-1.0.typelib
subdir = tests
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -79,11 +83,13 @@ libgimarshallingtests_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(libgimarshallingtests_la_CFLAGS) $(CFLAGS) \
$(libgimarshallingtests_la_LDFLAGS) $(LDFLAGS) -o $@
libregress_la_LIBADD =
-nodist_libregress_la_OBJECTS = libregress_la-regress.lo
+@ENABLE_CAIRO_TRUE@nodist_libregress_la_OBJECTS = \
+@ENABLE_CAIRO_TRUE@ libregress_la-regress.lo
libregress_la_OBJECTS = $(nodist_libregress_la_OBJECTS)
libregress_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libregress_la_CFLAGS) \
$(CFLAGS) $(libregress_la_LDFLAGS) $(LDFLAGS) -o $@
+@ENABLE_CAIRO_TRUE@am_libregress_la_rpath =
am__DEPENDENCIES_1 =
testhelper_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am_testhelper_la_OBJECTS = testhelper_la-testhelpermodule.lo \
@@ -292,14 +298,15 @@ top_srcdir = @top_srcdir@
CLEANFILES = Regress-1.0.gir Regress-1.0.typelib \
GIMarshallingTests-1.0.gir GIMarshallingTests-1.0.typelib \
gschemas.compiled
-noinst_LTLIBRARIES = libregress.la libgimarshallingtests.la \
+noinst_LTLIBRARIES = libgimarshallingtests.la $(am__append_1) \
testhelper.la
-nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
-libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
-libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS)
+test_typelibs = GIMarshallingTests-1.0.typelib $(am__append_2)
nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
libgimarshallingtests_la_CFLAGS = $(GLIB_CFLAGS)
libgimarshallingtests_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
+@ENABLE_CAIRO_TRUE@nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
+@ENABLE_CAIRO_TRUE@libregress_la_CFLAGS = $(GIO_CFLAGS) $(CAIRO_CFLAGS)
+@ENABLE_CAIRO_TRUE@libregress_la_LDFLAGS = -module -avoid-version $(GIO_LIBS) $(CAIRO_LIBS)
testhelper_la_CFLAGS = -I$(top_srcdir)/gi/_gobject -I$(top_srcdir)/gi/_glib $(PYTHON_INCLUDES) $(GLIB_CFLAGS)
testhelper_la_LDFLAGS = -module -avoid-version
testhelper_la_LIBADD = $(GLIB_LIBS)
@@ -398,6 +405,8 @@ clean-noinstLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
+@ENABLE_CAIRO_FALSE@libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES) $(EXTRA_libregress_la_DEPENDENCIES)
+@ENABLE_CAIRO_FALSE@ $(AM_V_CCLD)$(libregress_la_LINK) $(am_libregress_la_rpath) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -688,24 +697,9 @@ uninstall-am:
# This is a hack to make sure a shared library is built
-libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES)
- $(LINK) -rpath $(pkgpyexecdir) $(libregress_la_LDFLAGS) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
-
libgimarshallingtests.la: $(libgimarshallingtests_la_OBJECTS) $(libgimarshallingtests_la_DEPENDENCIES)
$(LINK) -rpath $(pkgpyexecdir) $(libgimarshallingtests_la_LDFLAGS) $(libgimarshallingtests_la_OBJECTS) $(libgimarhallingtests_la_LIBADD) $(LIBS)
-# g-i doesn't ship these as shared libraries anymore; we build them here
-Regress-1.0.gir: libregress.la Makefile
- $(AM_V_GEN) g-ir-scanner --include=cairo-1.0 --include=Gio-2.0 \
- --namespace=Regress --nsversion=1.0 \
- --warn-all --warn-error \
- --library=libregress.la \
- --libtool="$(top_builddir)/libtool" \
- --output $@ \
- $(nodist_libregress_la_SOURCES)
-Regress-1.0.typelib: Regress-1.0.gir Makefile
- $(AM_V_GEN) g-ir-compiler $< -o $@
-
GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
$(AM_V_GEN) g-ir-scanner --include=Gio-2.0 \
--namespace=GIMarshallingTests --nsversion=1.0 --symbol-prefix=gi_marshalling_tests \
@@ -717,6 +711,21 @@ GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
+@ENABLE_CAIRO_TRUE@libregress.la: $(libregress_la_OBJECTS) $(libregress_la_DEPENDENCIES)
+@ENABLE_CAIRO_TRUE@ $(LINK) -rpath $(pkgpyexecdir) $(libregress_la_LDFLAGS) $(libregress_la_OBJECTS) $(libregress_la_LIBADD) $(LIBS)
+
+# g-i doesn't ship these as shared libraries anymore; we build them here
+@ENABLE_CAIRO_TRUE@Regress-1.0.gir: libregress.la Makefile
+@ENABLE_CAIRO_TRUE@ $(AM_V_GEN) g-ir-scanner --include=cairo-1.0 --include=Gio-2.0 \
+@ENABLE_CAIRO_TRUE@ --namespace=Regress --nsversion=1.0 \
+@ENABLE_CAIRO_TRUE@ --warn-all --warn-error \
+@ENABLE_CAIRO_TRUE@ --library=libregress.la \
+@ENABLE_CAIRO_TRUE@ --libtool="$(top_builddir)/libtool" \
+@ENABLE_CAIRO_TRUE@ --output $@ \
+@ENABLE_CAIRO_TRUE@ $(nodist_libregress_la_SOURCES)
+@ENABLE_CAIRO_TRUE@Regress-1.0.typelib: Regress-1.0.gir Makefile
+@ENABLE_CAIRO_TRUE@ $(AM_V_GEN) g-ir-compiler $< -o $@
+
gschemas.compiled: org.gnome.test.gschema.xml
glib-compile-schemas --targetdir=. --schema-file=$<
@@ -732,12 +741,15 @@ all: $(LTLIBRARIES:.la=.so)
clean-local:
rm -f $(LTLIBRARIES:.la=.so) file.txt~
-check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.typelib gschemas.compiled
+check-local: $(LTLIBRARIES:.la=.so) $(test_typelibs) gschemas.compiled
@echo " CHECK Pyflakes"
@if type pyflakes >/dev/null 2>&1; then pyflakes $(top_srcdir); else echo "skipped, pyflakes not installed"; fi
@echo " CHECK PEP8"
@if type pep8 >/dev/null 2>&1; then pep8 --ignore=E501,E123,E124 --repeat --show-source $(top_srcdir); else echo "skipped, pep8 not installed"; fi
- $(RUN_TESTS_ENV_VARS) $(DBUS_LAUNCH) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py
+ export `$(DBUS_LAUNCH)` && \
+ $(RUN_TESTS_ENV_VARS) $(EXEC_NAME) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning $(srcdir)/runtests.py; rc=$$?; \
+ kill $$DBUS_SESSION_BUS_PID; \
+ exit $$rc
check.gdb:
EXEC_NAME="gdb --args" $(MAKE) check
diff --git a/tests/org.gnome.test.gschema.xml b/tests/org.gnome.test.gschema.xml
index 221b87a..eb9aab8 100644
--- a/tests/org.gnome.test.gschema.xml
+++ b/tests/org.gnome.test.gschema.xml
@@ -1,4 +1,10 @@
<schemalist>
+ <enum id="org.gnome.test.FruitType">
+ <value nick="banana" value="0"/>
+ <value nick="apple" value="1"/>
+ <value nick="pear" value="2"/>
+ </enum>
+
<schema id="org.gnome.test" path="/tests/">
<key name="test-boolean" type="b">
<default>true</default>
@@ -12,6 +18,9 @@
<key name="test-array" type="ai">
<default>[1,2]</default>
</key>
+ <key name="test-enum" enum="org.gnome.test.FruitType">
+ <default>'banana'</default>
+ </key>
</schema>
<schema id="org.gnome.nopathtest">
diff --git a/tests/test_everything.py b/tests/test_everything.py
index 243e770..600edbf 100644
--- a/tests/test_everything.py
+++ b/tests/test_everything.py
@@ -4,6 +4,9 @@
import unittest
import traceback
+import warnings
+import gc
+gc
import sys
from sys import getrefcount
@@ -12,6 +15,7 @@ import copy
try:
import cairo
has_cairo = True
+ from gi.repository import Regress as Everything
except ImportError:
has_cairo = False
@@ -19,7 +23,6 @@ except ImportError:
from gi.repository import GObject
from gi.repository import GLib
from gi.repository import Gio
-from gi.repository import Regress as Everything
try:
from gi.repository import Gtk
@@ -34,9 +37,9 @@ else:
UNICHAR = "♥"
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestEverything(unittest.TestCase):
- @unittest.skipUnless(has_cairo, 'built without cairo support')
def test_cairo_context(self):
context = Everything.test_cairo_context_full_return()
self.assertTrue(isinstance(context, cairo.Context))
@@ -45,7 +48,6 @@ class TestEverything(unittest.TestCase):
context = cairo.Context(surface)
Everything.test_cairo_context_none_in(context)
- @unittest.skipUnless(has_cairo, 'built without cairo support')
def test_cairo_surface(self):
surface = Everything.test_cairo_surface_none_return()
self.assertTrue(isinstance(surface, cairo.ImageSurface))
@@ -244,6 +246,7 @@ class TestEverything(unittest.TestCase):
self.assertTrue('tests/test_everything.py", line' in tb, tb)
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestNullableArgs(unittest.TestCase):
def test_in_nullable_hash(self):
Everything.test_ghash_null_in(None)
@@ -281,6 +284,7 @@ class TestNullableArgs(unittest.TestCase):
self.assertEqual(None, Everything.TestObj.null_out())
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestCallbacks(unittest.TestCase):
called = False
main_loop = GObject.MainLoop()
@@ -337,27 +341,46 @@ class TestCallbacks(unittest.TestCase):
self.assertEqual(Everything.test_callback(callback), 44)
self.assertTrue(TestCallbacks.called)
- def test_callback_async(self):
+ def test_callback_scope_async(self):
TestCallbacks.called = False
+ ud = 'Test Value 44'
- def callback(foo):
+ def callback(user_data):
+ self.assertEqual(user_data, ud)
TestCallbacks.called = True
- return foo
+ return 44
+
+ ud_refcount = sys.getrefcount(ud)
+ callback_refcount = sys.getrefcount(callback)
- Everything.test_callback_async(callback, 44)
- i = Everything.test_callback_thaw_async()
- self.assertEqual(44, i)
+ self.assertEqual(Everything.test_callback_async(callback, ud), None)
+ # Callback should not have run and the ref count is increased by 1
+ self.assertEqual(TestCallbacks.called, False)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount + 1)
+ self.assertEqual(sys.getrefcount(ud), ud_refcount + 1)
+
+ # test_callback_thaw_async will run the callback previously supplied.
+ # references should be auto decremented after this call.
+ self.assertEqual(Everything.test_callback_thaw_async(), 44)
self.assertTrue(TestCallbacks.called)
- def test_callback_scope_call(self):
+ # Make sure refcounts are returned to normal
+ self.assertEqual(sys.getrefcount(callback), callback_refcount)
+ self.assertEqual(sys.getrefcount(ud), ud_refcount)
+
+ def test_callback_scope_call_multi(self):
+ # This tests a callback that gets called multiple times from a
+ # single scope call in python.
TestCallbacks.called = 0
def callback():
TestCallbacks.called += 1
return 0
+ refcount = sys.getrefcount(callback)
Everything.test_multi_callback(callback)
self.assertEqual(TestCallbacks.called, 2)
+ self.assertEqual(sys.getrefcount(callback), refcount)
def test_callback_userdata(self):
TestCallbacks.called = 0
@@ -373,24 +396,6 @@ class TestCallbacks(unittest.TestCase):
self.assertEqual(TestCallbacks.called, 100)
- def test_callback_userdata_refcount(self):
- TestCallbacks.called = False
-
- def callback(userdata):
- TestCallbacks.called = True
- return 1
-
- ud = "Test User Data"
-
- start_ref_count = getrefcount(ud)
- for i in range(100):
- Everything.test_callback_destroy_notify(callback, ud)
-
- Everything.test_callback_thaw_notifications()
- end_ref_count = getrefcount(ud)
-
- self.assertEqual(start_ref_count, end_ref_count)
-
def test_async_ready_callback(self):
TestCallbacks.called = False
TestCallbacks.main_loop = GObject.MainLoop()
@@ -405,15 +410,73 @@ class TestCallbacks(unittest.TestCase):
self.assertTrue(TestCallbacks.called)
- def test_callback_destroy_notify(self):
+ def test_callback_scope_notified_with_destroy(self):
+ TestCallbacks.called = 0
+ ud = 'Test scope notified data 33'
+
def callback(user_data):
- TestCallbacks.called = True
- return 42
+ self.assertEqual(user_data, ud)
+ TestCallbacks.called += 1
+ return 33
- TestCallbacks.called = False
- self.assertEqual(Everything.test_callback_destroy_notify(callback, 42), 42)
- self.assertTrue(TestCallbacks.called)
- self.assertEqual(Everything.test_callback_thaw_notifications(), 42)
+ value_refcount = sys.getrefcount(ud)
+ callback_refcount = sys.getrefcount(callback)
+
+ # Callback is immediately called.
+ for i in range(100):
+ res = Everything.test_callback_destroy_notify(callback, ud)
+ self.assertEqual(res, 33)
+
+ self.assertEqual(TestCallbacks.called, 100)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount + 100)
+ self.assertEqual(sys.getrefcount(ud), value_refcount + 100)
+
+ # thaw will call the callback again, this time resources should be freed
+ self.assertEqual(Everything.test_callback_thaw_notifications(), 33 * 100)
+ self.assertEqual(TestCallbacks.called, 200)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount)
+ self.assertEqual(sys.getrefcount(ud), value_refcount)
+
+ def test_callback_scope_notified_with_destroy_no_user_data(self):
+ TestCallbacks.called = 0
+
+ def callback(user_data):
+ self.assertEqual(user_data, None)
+ TestCallbacks.called += 1
+ return 34
+
+ callback_refcount = sys.getrefcount(callback)
+
+ # Run with warning as exception
+ with warnings.catch_warnings(record=True) as w:
+ warnings.simplefilter("error")
+ self.assertRaises(RuntimeWarning,
+ Everything.test_callback_destroy_notify_no_user_data,
+ callback)
+
+ self.assertEqual(TestCallbacks.called, 0)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount)
+
+ # Run with warning as warning
+ with warnings.catch_warnings(record=True) as w:
+ # Cause all warnings to always be triggered.
+ warnings.simplefilter("default")
+ # Trigger a warning.
+ res = Everything.test_callback_destroy_notify_no_user_data(callback)
+ # Verify some things
+ self.assertEqual(len(w), 1)
+ self.assertTrue(issubclass(w[-1].category, RuntimeWarning))
+ self.assertTrue('Callables passed to' in str(w[-1].message))
+
+ self.assertEqual(res, 34)
+ self.assertEqual(TestCallbacks.called, 1)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount + 1)
+
+ # thaw will call the callback again,
+ # refcount will not go down without user_data parameter
+ self.assertEqual(Everything.test_callback_thaw_notifications(), 34)
+ self.assertEqual(TestCallbacks.called, 2)
+ self.assertEqual(sys.getrefcount(callback), callback_refcount + 1)
def test_callback_in_methods(self):
object_ = Everything.TestObj()
@@ -431,12 +494,17 @@ class TestCallbacks(unittest.TestCase):
self.assertTrue(TestCallbacks.called)
def callbackWithUserData(user_data):
- TestCallbacks.called = True
+ TestCallbacks.called += 1
return 42
- TestCallbacks.called = False
+ TestCallbacks.called = 0
Everything.TestObj.new_callback(callbackWithUserData, None)
- self.assertTrue(TestCallbacks.called)
+ self.assertEqual(TestCallbacks.called, 1)
+ # Note: using "new_callback" adds the notification to the same global
+ # list as Everything.test_callback_destroy_notify, so thaw the list
+ # so we don't get confusion between tests.
+ self.assertEqual(Everything.test_callback_thaw_notifications(), 42)
+ self.assertEqual(TestCallbacks.called, 2)
def test_callback_none(self):
# make sure this doesn't assert or crash
@@ -486,6 +554,7 @@ class TestCallbacks(unittest.TestCase):
self.assertEqual(mydict, {'foo': 1, 'bar': 2, 'new': 42})
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestClosures(unittest.TestCase):
def test_int_arg(self):
def callback(num):
@@ -521,6 +590,7 @@ class TestClosures(unittest.TestCase):
self.assertFalse(self.called)
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestProperties(unittest.TestCase):
def test_basic(self):
@@ -596,7 +666,20 @@ class TestProperties(unittest.TestCase):
object_.props.gtype = str
self.assertEqual(object_.props.gtype, GObject.TYPE_STRING)
+ def test_parent_class(self):
+ class A(Everything.TestObj):
+ prop1 = GObject.Property(type=int)
+
+ a = A()
+ a.props.int = 20
+ self.assertEqual(a.props.int, 20)
+
+ # test parent property which needs introspection
+ a.props.list = ("str1", "str2")
+ self.assertEqual(a.props.list, ["str1", "str2"])
+
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestTortureProfile(unittest.TestCase):
def test_torture_profile(self):
import time
@@ -659,6 +742,7 @@ class TestTortureProfile(unittest.TestCase):
print("\tTotal: %f sec" % total_time)
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestAdvancedInterfaces(unittest.TestCase):
def test_array_objs(self):
obj1, obj2 = Everything.test_array_fixed_out_objects()
@@ -683,6 +767,7 @@ class TestAdvancedInterfaces(unittest.TestCase):
self.assertEqual(ret, None)
+@unittest.skipUnless(has_cairo, 'built without cairo support')
class TestSignals(unittest.TestCase):
def test_object_param_signal(self):
obj = Everything.TestObj()
@@ -750,8 +835,9 @@ class TestSignals(unittest.TestCase):
self.assertEqual(obj.callback_i, GObject.G_MAXUINT64)
+@unittest.skipUnless(has_cairo, 'built without cairo support')
+@unittest.skipUnless(Gtk, 'Gtk not available')
class TestPango(unittest.TestCase):
- @unittest.skipUnless(Gtk, 'Gtk not available')
def test_cairo_font_options(self):
screen = Gtk.Window().get_screen()
font_opts = screen.get_font_options()
diff --git a/tests/test_gi.py b/tests/test_gi.py
index ea58547..51cb6f9 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -10,6 +10,7 @@ import shutil
import os
import locale
import subprocess
+import gc
from io import StringIO, BytesIO
import gi
@@ -819,6 +820,9 @@ class TestGArray(unittest.TestCase):
def test_garray_int_none_return(self):
self.assertEqual([-1, 0, 1, 2], GIMarshallingTests.garray_int_none_return())
+ def test_garray_uint64_none_return(self):
+ self.assertEqual([0, GObject.G_MAXUINT64], GIMarshallingTests.garray_uint64_none_return())
+
def test_garray_utf8_none_return(self):
self.assertEqual(['0', '1', '2'], GIMarshallingTests.garray_utf8_none_return())
@@ -836,6 +840,9 @@ class TestGArray(unittest.TestCase):
self.assertRaises(TypeError, GIMarshallingTests.garray_int_none_in, 42)
self.assertRaises(TypeError, GIMarshallingTests.garray_int_none_in, None)
+ def test_garray_uint64_none_in(self):
+ GIMarshallingTests.garray_uint64_none_in(Sequence([0, GObject.G_MAXUINT64]))
+
def test_garray_utf8_none_in(self):
GIMarshallingTests.garray_utf8_none_in(Sequence(['0', '1', '2']))
@@ -896,6 +903,9 @@ class TestGList(unittest.TestCase):
def test_glist_int_none_return(self):
self.assertEqual([-1, 0, 1, 2], GIMarshallingTests.glist_int_none_return())
+ def test_glist_uint32_none_return(self):
+ self.assertEqual([0, GObject.G_MAXUINT32], GIMarshallingTests.glist_uint32_none_return())
+
def test_glist_utf8_none_return(self):
self.assertEqual(['0', '1', '2'], GIMarshallingTests.glist_utf8_none_return())
@@ -913,6 +923,9 @@ class TestGList(unittest.TestCase):
self.assertRaises(TypeError, GIMarshallingTests.glist_int_none_in, 42)
self.assertRaises(TypeError, GIMarshallingTests.glist_int_none_in, None)
+ def test_glist_uint32_none_in(self):
+ GIMarshallingTests.glist_uint32_none_in(Sequence((0, GObject.G_MAXUINT32)))
+
def test_glist_utf8_none_in(self):
GIMarshallingTests.glist_utf8_none_in(Sequence(('0', '1', '2')))
@@ -1611,6 +1624,8 @@ class TestGObject(unittest.TestCase):
class TestPythonGObject(unittest.TestCase):
class Object(GIMarshallingTests.Object):
+ return_for_caller_allocated_out_parameter = 'test caller alloc return'
+
def __init__(self, int):
GIMarshallingTests.Object.__init__(self)
self.val = None
@@ -1645,7 +1660,7 @@ class TestPythonGObject(unittest.TestCase):
return (5, 42, 99)
def do_vfunc_caller_allocated_out_parameter(self):
- return 'hello'
+ return self.return_for_caller_allocated_out_parameter
class SubObject(GIMarshallingTests.SubObject):
def __init__(self, int):
@@ -1693,7 +1708,8 @@ class TestPythonGObject(unittest.TestCase):
self.assertEqual(object_.vfunc_return_value_and_one_out_parameter(), (5, 42))
self.assertEqual(object_.vfunc_return_value_and_multiple_out_parameters(), (5, 42, 99))
- self.assertEqual(object_.vfunc_caller_allocated_out_parameter(), 'hello')
+ self.assertEqual(object_.vfunc_caller_allocated_out_parameter(),
+ object_.return_for_caller_allocated_out_parameter)
class ObjectWithoutVFunc(GIMarshallingTests.Object):
def __init__(self, int):
@@ -1703,6 +1719,19 @@ class TestPythonGObject(unittest.TestCase):
object_.method_with_default_implementation(84)
self.assertEqual(object_.props.int, 84)
+ def test_vfunc_return_ref_count(self):
+ obj = self.Object(int=42)
+ ref_count = sys.getrefcount(obj.return_for_caller_allocated_out_parameter)
+ ret = obj.vfunc_caller_allocated_out_parameter()
+ gc.collect()
+
+ # Make sure the return and what the vfunc returned
+ # are equal but not the same object.
+ self.assertEqual(ret, obj.return_for_caller_allocated_out_parameter)
+ self.assertFalse(ret is obj.return_for_caller_allocated_out_parameter)
+ self.assertEqual(sys.getrefcount(obj.return_for_caller_allocated_out_parameter),
+ ref_count)
+
def test_subobject_parent_vfunc(self):
object_ = self.SubObject(int=81)
object_.method_with_default_implementation(87)
diff --git a/tests/test_overrides.py b/tests/test_overrides.py
index b0a5305..dd2aa6a 100644
--- a/tests/test_overrides.py
+++ b/tests/test_overrides.py
@@ -4,7 +4,11 @@
import unittest
import gi.overrides
-from gi.repository import Regress
+try:
+ from gi.repository import Regress
+ Regress # pyflakes
+except ImportError:
+ Regress = None
class TestRegistry(unittest.TestCase):
@@ -18,6 +22,7 @@ class TestRegistry(unittest.TestCase):
except TypeError as e:
self.assertTrue('Can not override a type MyClass' in str(e))
+ @unittest.skipUnless(Regress, 'built without cairo support')
def test_separate_path(self):
# Regress override is in tests/gi/overrides, separate from gi/overrides
# https://bugzilla.gnome.org/show_bug.cgi?id=680913
diff --git a/tests/test_overrides_gio.py b/tests/test_overrides_gio.py
index 4866c78..10d634e 100644
--- a/tests/test_overrides_gio.py
+++ b/tests/test_overrides_gio.py
@@ -45,6 +45,8 @@ class TestGSettings(unittest.TestCase):
# value
self.settings.reset('test-string')
self.settings.reset('test-array')
+ self.settings.reset('test-boolean')
+ self.settings.reset('test-enum')
def test_native(self):
self.assertTrue('test-array' in self.settings.list_keys())
@@ -80,31 +82,36 @@ class TestGSettings(unittest.TestCase):
self.assertEqual(with_path.get_property('path'), '/mypath/')
self.assertEqual(with_path['np-int'], 42)
- def test_override(self):
- # dictionary interface
- self.assertEqual(len(self.settings), 4)
+ def test_dictionary_api(self):
+ self.assertEqual(len(self.settings), 5)
self.assertTrue('test-array' in self.settings)
self.assertTrue('test-array' in self.settings.keys())
self.assertFalse('nonexisting' in self.settings)
self.assertFalse(4 in self.settings)
self.assertEqual(bool(self.settings), True)
- # get various types
+ def test_get(self):
self.assertEqual(self.settings['test-boolean'], True)
self.assertEqual(self.settings['test-string'], 'Hello')
+ self.assertEqual(self.settings['test-enum'], 'banana')
self.assertEqual(self.settings['test-array'], [1, 2])
self.assertEqual(self.settings['test-tuple'], (1, 2))
self.assertRaises(KeyError, self.settings.__getitem__, 'unknown')
self.assertRaises(KeyError, self.settings.__getitem__, 2)
- # set a value
+ def test_set(self):
+ self.settings['test-boolean'] = False
+ self.assertEqual(self.settings['test-boolean'], False)
self.settings['test-string'] = 'Goodbye'
self.assertEqual(self.settings['test-string'], 'Goodbye')
self.settings['test-array'] = [3, 4, 5]
self.assertEqual(self.settings['test-array'], [3, 4, 5])
+ self.settings['test-enum'] = 'pear'
+ self.assertEqual(self.settings['test-enum'], 'pear')
self.assertRaises(TypeError, self.settings.__setitem__, 'test-string', 1)
+ self.assertRaises(ValueError, self.settings.__setitem__, 'test-enum', 'plum')
self.assertRaises(KeyError, self.settings.__setitem__, 'unknown', 'moo')
def test_empty(self):
diff --git a/tests/test_overrides_glib.py b/tests/test_overrides_glib.py
index 2fee7e1..3799454 100644
--- a/tests/test_overrides_glib.py
+++ b/tests/test_overrides_glib.py
@@ -9,9 +9,7 @@ from compathelper import _long
class TestGVariant(unittest.TestCase):
- def test_create(self):
- # simple values
-
+ def test_create_simple(self):
variant = GLib.Variant('i', 42)
self.assertTrue(isinstance(variant, GLib.Variant))
self.assertEqual(variant.get_int32(), 42)
@@ -24,7 +22,7 @@ class TestGVariant(unittest.TestCase):
self.assertTrue(isinstance(variant, GLib.Variant))
self.assertEqual(variant.get_string(), 'hello')
- # boxed variant
+ def test_create_variant(self):
variant = GLib.Variant('v', GLib.Variant('i', 42))
self.assertTrue(isinstance(variant, GLib.Variant))
self.assertTrue(isinstance(variant.get_variant(), GLib.Variant))
@@ -38,8 +36,7 @@ class TestGVariant(unittest.TestCase):
self.assertEqual(variant.get_variant().get_variant().get_type_string(), 'i')
self.assertEqual(variant.get_variant().get_variant().get_int32(), 42)
- # tuples
-
+ def test_create_tuple(self):
variant = GLib.Variant('()', ())
self.assertEqual(variant.get_type_string(), '()')
self.assertEqual(variant.n_children(), 0)
@@ -64,8 +61,7 @@ class TestGVariant(unittest.TestCase):
self.assertEqual(variant.get_type_string(), '((si)(ub))')
self.assertEqual(variant.unpack(), (('hello', -1), (_long(42), True)))
- # dictionaries
-
+ def test_create_dictionary(self):
variant = GLib.Variant('a{si}', {})
self.assertTrue(isinstance(variant, GLib.Variant))
self.assertEqual(variant.get_type_string(), 'a{si}')
@@ -92,8 +88,7 @@ class TestGVariant(unittest.TestCase):
self.assertTrue(isinstance(variant, GLib.Variant))
self.assertEqual(variant.unpack(), d)
- # arrays
-
+ def test_create_array(self):
variant = GLib.Variant('ai', [])
self.assertEqual(variant.get_type_string(), 'ai')
self.assertEqual(variant.n_children(), 0)
@@ -138,10 +133,7 @@ class TestGVariant(unittest.TestCase):
self.assertEqual(variant.get_type_string(), 'aai')
self.assertEqual(variant.unpack(), [[1, 2], [3, 4, 5]])
- #
- # complex types
- #
-
+ def test_create_complex(self):
variant = GLib.Variant('(as)', ([],))
self.assertEqual(variant.get_type_string(), '(as)')
self.assertEqual(variant.n_children(), 1)
@@ -159,6 +151,30 @@ class TestGVariant(unittest.TestCase):
self.assertEqual(variant.get_child_value(0).n_children(), 1)
self.assertEqual(variant.get_child_value(0).get_child_value(0).get_string(), 'hello')
+ variant = GLib.Variant('a(ii)', [])
+ self.assertEqual(variant.get_type_string(), 'a(ii)')
+ self.assertEqual(variant.n_children(), 0)
+
+ variant = GLib.Variant('a(ii)', [(5, 6)])
+ self.assertEqual(variant.get_type_string(), 'a(ii)')
+ self.assertEqual(variant.n_children(), 1)
+ self.assertEqual(variant.get_child_value(0).n_children(), 2)
+ self.assertEqual(variant.get_child_value(0).get_child_value(0).get_int32(), 5)
+ self.assertEqual(variant.get_child_value(0).get_child_value(1).get_int32(), 6)
+
+ variant = GLib.Variant('(a(ii))', ([],))
+ self.assertEqual(variant.get_type_string(), '(a(ii))')
+ self.assertEqual(variant.n_children(), 1)
+ self.assertEqual(variant.get_child_value(0).n_children(), 0)
+
+ variant = GLib.Variant('(a(ii))', ([(5, 6)],))
+ self.assertEqual(variant.get_type_string(), '(a(ii))')
+ self.assertEqual(variant.n_children(), 1)
+ self.assertEqual(variant.get_child_value(0).n_children(), 1)
+ self.assertEqual(variant.get_child_value(0).get_child_value(0).n_children(), 2)
+ self.assertEqual(variant.get_child_value(0).get_child_value(0).get_child_value(0).get_int32(), 5)
+ self.assertEqual(variant.get_child_value(0).get_child_value(0).get_child_value(1).get_int32(), 6)
+
obj = {'a1': (1, True), 'a2': (2, False)}
variant = GLib.Variant('a{s(ib)}', obj)
self.assertEqual(variant.get_type_string(), 'a{s(ib)}')
@@ -212,6 +228,13 @@ class TestGVariant(unittest.TestCase):
# unimplemented data type
self.assertRaises(NotImplementedError, GLib.Variant, 'Q', 1)
+ # invalid types
+ self.assertRaises(TypeError, GLib.Variant, '(ii', (42, 3))
+ self.assertRaises(TypeError, GLib.Variant, '(ii))', (42, 3))
+ self.assertRaises(TypeError, GLib.Variant, 'a{si', {})
+ self.assertRaises(TypeError, GLib.Variant, 'a{si}}', {})
+ self.assertRaises(TypeError, GLib.Variant, 'a{iii}', {})
+
def test_unpack(self):
# simple values
res = GLib.Variant.new_int32(-42).unpack()
diff --git a/tests/testhelpermodule.c b/tests/testhelpermodule.c
index 608b8b1..bc83e9d 100644
--- a/tests/testhelpermodule.c
+++ b/tests/testhelpermodule.c
@@ -322,7 +322,7 @@ test_double_callback (GObject *object, double d)
return d;
}
-static gint64 *
+static gint64
test_int64_callback (GObject *object, gint64 i)
{
g_return_val_if_fail (G_IS_OBJECT (object), -1);