3abad552e03d20acd3d7e4d24f565c8586a0b954
[platform/upstream/python-gobject.git] / ChangeLog
1 commit 645a9d9d4712f8f0d1b63899b309bbc97eb1f216
2 Author: Martin Pitt <martinpitt@gnome.org>
3 Date:   Mon Sep 24 09:27:47 2012 +0200
4
5     Bump g-i dependency to 1.33.14
6
7     To ensure we have all the Regress test APIs that we use.
8
9  configure.ac |    2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 commit b6f4ef327fbeaa10fd74571c3df540311834d6ae
13 Author: Martin Pitt <martinpitt@gnome.org>
14 Date:   Mon Sep 17 22:52:49 2012 +0200
15
16     post-release bump to 3.3.93
17
18  configure.ac |    2 +-
19  1 file changed, 1 insertion(+), 1 deletion(-)
20
21 commit 7e154cf01cf0ce7a8b52c45ba4db755f73b45d1d
22 Author: Martin Pitt <martinpitt@gnome.org>
23 Date:   Mon Sep 17 22:48:13 2012 +0200
24
25     release 3.3.92
26
27  NEWS |   12 ++++++++++++
28  1 file changed, 12 insertions(+)
29
30 commit adbe30dc72b4d88bb31055f6ee33fddf32638af9
31 Author: Martin Pitt <martinpitt@gnome.org>
32 Date:   Mon Sep 17 22:32:55 2012 +0200
33
34     release-news: Generate HTML changelog
35
36     In addition to producing a NEWS paragraph from the changelog,
37     generate a
38     changelog HTML which can be put into blog announcements.
39
40     Update HACKING to point this out, too.
41
42  HACKING     |    2 +-
43  Makefile.am |   22 ++++++++++++++++------
44  2 files changed, 17 insertions(+), 7 deletions(-)
45
46 commit be4a0682bdd189ee908ab1961001f759a80e133c
47 Author: Simon Feltman <s.feltman@gmail.com>
48 Date:   Sun Sep 16 17:27:25 2012 -0700
49
50     [API add] Add ObjectInfo.get_abstract method
51
52     Adds exposure of g_object_info_get_abstract to python for
53     helping with analysis of non-constructable objects from
54     within python.
55
56     https://bugzilla.gnome.org/show_bug.cgi?id=675581
57
58  gi/pygi-info.c   |    8 ++++++++
59  tests/test_gi.py |   12 ++++++++++++
60  2 files changed, 20 insertions(+)
61
62 commit 3ada408434860d0c8eee6c6a869b5a3d801cfbc8
63 Author: Simon Feltman <s.feltman@gmail.com>
64 Date:   Thu Sep 13 20:53:22 2012 -0700
65
66     Add deprecation warning when setting gpointers to anything other
67     than int.
68
69     This is a first pass which does not change anything except add
70     a warning
71     when anything other than an int is set on a gpointer on a boxed type.
72
73     https://bugzilla.gnome.org/show_bug.cgi?id=683599
74
75  gi/pygi-info.c |    8 ++++++++
76  1 file changed, 8 insertions(+)
77
78 commit a047f61f26d9c78b82d22948199313e5a389e918
79 Author: Martin Pitt <martinpitt@gnome.org>
80 Date:   Mon Sep 17 09:41:24 2012 +0200
81
82     test_properties: Test accessing a property from a superclass
83
84     We already cover accessing the superclass' property if that was
85     defined in
86     Python. Add a corresponding test case for a property defined in C.
87
88     See https://bugzilla.gnome.org/show_bug.cgi?id=684058
89
90  tests/test_properties.py |   12 ++++++++++++
91  1 file changed, 12 insertions(+)
92
93 commit 3e6a4000cbc4b0cb503fcd89b50202ed0b70d3a7
94 Author: Martin Pitt <martinpitt@gnome.org>
95 Date:   Mon Sep 17 09:31:05 2012 +0200
96
97     test_properties.py: Consistent test names
98
99     Use underscore style method/test case names consistently. Also rename
100     some test
101     cases to better describe what they do.
102
103  tests/test_properties.py |   78
104  +++++++++++++++++++++++-----------------------
105  1 file changed, 39 insertions(+), 39 deletions(-)
106
107 commit 4069c3d8547f35437e0cee175a5912febe25326d
108 Author: Martin Pitt <martinpitt@gnome.org>
109 Date:   Wed Sep 12 06:51:24 2012 +0200
110
111     test_everything: Ensure TestSignals callback does get called
112
113  tests/test_everything.py |    3 +++
114  1 file changed, 3 insertions(+)
115
116 commit 4e4c87e3868948743e0446abe2ba0cf5626374c4
117 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
118 Date:   Fri Sep 7 17:17:09 2012 -0400
119
120     argument: Fix 64bit integer convertion from GValue
121
122     Trying to get a 64bit integer using the wrong getter was resulting
123     in an
124     assertion and 0 being returned.
125
126     Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
127
128     https://bugzilla.gnome.org/show_bug.cgi?id=683596
129
130  gi/pygi-argument.c       |    8 +++++--
131  tests/test_everything.py |   52
132  ++++++++++++++++++++++++++++++++++++++++++++++
133  2 files changed, 58 insertions(+), 2 deletions(-)
134
135 commit e474ce243ea7a58358af344ccadb1418f4d2c8eb
136 Author: Martin Pitt <martinpitt@gnome.org>
137 Date:   Tue Sep 11 12:32:10 2012 +0200
138
139     Add Simon Feltman as a project maintainer
140
141     Signed-off-By: Martin Pitt <martinpitt@gnome.org>
142     Signed-off-By: Paolo Borelli <pborelli@gnome.org>
143
144  pygobject.doap |    7 +++++++
145  1 file changed, 7 insertions(+)
146
147 commit ee1fc78258f10e8a7872ee3da6c9ad6e7984706e
148 Author: Martin Pitt <martinpitt@gnome.org>
149 Date:   Tue Sep 11 10:17:50 2012 +0200
150
151     test_signals.py: Drop global type variables
152
153     Just use the real types and flags from GObject instead of redefining
154     aliases
155     for them. They weren't used consistently, make the tests harder to
156     read, and we
157     really do not want global single-letter variables like "f" and "l".
158
159  tests/test_signal.py |   38 ++++++++++++++++----------------------
160  1 file changed, 16 insertions(+), 22 deletions(-)
161
162 commit 3688cf6efe7161585b943cfaafcfd4610b7ad768
163 Author: Martin Pitt <martinpitt@gnome.org>
164 Date:   Tue Sep 11 10:11:58 2012 +0200
165
166     test_signals.py: Consistent test names
167
168     Use underscore style method/test case names consistently.
169
170  tests/test_signal.py |   88
171  +++++++++++++++++++++++++-------------------------
172  1 file changed, 44 insertions(+), 44 deletions(-)
173
174 commit 4559247553b792db956f69c9674c12344d719c82
175 Author: Martin Pitt <martinpitt@gnome.org>
176 Date:   Tue Sep 11 09:43:14 2012 +0200
177
178     Add test cases for GValue signal arguments
179
180     These cover various types, (u)int(64) and string.
181
182     Keep the test case for implicit int64 GValues disabled, as this
183     currently does
184     not work and it is not clear whether it should:
185     https://bugzilla.gnome.org/show_bug.cgi?id=683775
186
187  tests/test_signal.py     |   41 +++++++++++++++++++++++++++++++++++++++++
188  tests/testhelpermodule.c |   17 +++++++++++++++++
189  2 files changed, 58 insertions(+)
190
191 commit fddb01b0b71b68d154d130cf40fd5f38647b1a4d
192 Author: Martin Pitt <martinpitt@gnome.org>
193 Date:   Tue Sep 11 09:31:18 2012 +0200
194
195     Add test for GValue signal return values
196
197     Another attempt to reproduce the reported error in
198     https://bugzilla.gnome.org/show_bug.cgi?id=683596
199     but this works already.
200
201  tests/test_signal.py     |   13 +++++++++++++
202  tests/testhelpermodule.c |   36 ++++++++++++++++++++++++++++++++++++
203  2 files changed, 49 insertions(+)
204
205 commit 4f77c7798563ea436ff5b6306a987f03de50b211
206 Author: Simon Feltman <s.feltman@gmail.com>
207 Date:   Fri Sep 7 02:32:15 2012 -0700
208
209     Improve setting pointer fields/arguments to NULL using None
210
211     Setting gi pointers will set them to the address of the python object.
212     This is good except in the case of None which should be used to NULL
213     the pointer out as a special case.
214
215     Commit 21b1d17d2a already fixed this. This improved patch
216     does that in a cleaner and safer way and adds more comments.
217
218     https://bugzilla.gnome.org/show_bug.cgi?id=683150
219
220  gi/pygi-argument.c |    8 +-------
221  gi/pygi-info.c     |   14 +++++++++++++-
222  2 files changed, 14 insertions(+), 8 deletions(-)
223
224 commit 15046b5a11f6c58a3e5a9c50cf0ce7f31f2cd55f
225 Author: Martin Pitt <martinpitt@gnome.org>
226 Date:   Mon Sep 10 16:46:30 2012 +0200
227
228     Test gint64 C signal arguments and return values
229
230  tests/test_signal.py     |   12 ++++++++++++
231  tests/testhelpermodule.c |   14 ++++++++++++++
232  2 files changed, 26 insertions(+)
233
234 commit 822d9e07a95f706a40f64335765293542787da90
235 Author: Martin Pitt <martinpitt@gnome.org>
236 Date:   Mon Sep 10 16:29:32 2012 +0200
237
238     Test in/out int64 GValue method arguments.
239
240     See https://bugzilla.gnome.org/show_bug.cgi?id=683596
241
242  tests/test_gi.py |    9 +++++++++
243  1 file changed, 9 insertions(+)
244
245 commit 2d83e52233812618493af4b165615e8741ba41c8
246 Author: Martin Pitt <martinpitt@gnome.org>
247 Date:   Wed Sep 5 08:54:53 2012 +0200
248
249     Bump g-i dependency to 1.33.10
250
251     To ensure we have all the Regress test APIs that we use.
252
253  configure.ac |    2 +-
254  1 file changed, 1 insertion(+), 1 deletion(-)
255
256 commit 6a4f4dc9a3d21c3ac8a0aa51432fb8952b4e1ebf
257 Author: Thibault Saunier <thibault.saunier@collabora.com>
258 Date:   Wed Aug 8 12:57:41 2012 -0400
259
260     Fix -uninstalled.pc.in file
261
262     https://bugzilla.gnome.org/show_bug.cgi?id=683379
263
264  pygobject-3.0-uninstalled.pc.in |    6 +++---
265  1 file changed, 3 insertions(+), 3 deletions(-)
266
267 commit d8f1398dbc7fa7803639c542a607f24f18614ad6
268 Author: Martin Pitt <martinpitt@gnome.org>
269 Date:   Mon Sep 3 22:16:47 2012 +0200
270
271     post-release bump to 3.3.92
272
273  configure.ac |    2 +-
274  1 file changed, 1 insertion(+), 1 deletion(-)
275
276 commit ea992324b8197b2d04ff2849b9ab46f8a04b4ed7
277 Author: Martin Pitt <martinpitt@gnome.org>
278 Date:   Mon Sep 3 22:04:01 2012 +0200
279
280     release 3.3.91
281
282  NEWS |   32 ++++++++++++++++++++++++++++++++
283  1 file changed, 32 insertions(+)
284
285 commit 1e1f5b2f2f15547c1f2cbc948d2b764bd0a37c44
286 Author: Martin Pitt <martinpitt@gnome.org>
287 Date:   Mon Sep 3 21:57:00 2012 +0200
288
289     Fix exception test case for Python 2
290
291     Regression from commit 77844c5 which did not work with Python 2.
292
293  tests/test_everything.py |   12 +++++++-----
294  1 file changed, 7 insertions(+), 5 deletions(-)
295
296 commit 41bb687c058e08b05108b4b2f081cd83d4f93da8
297 Author: Martin Pitt <martinpitt@gnome.org>
298 Date:   Mon Sep 3 21:16:01 2012 +0200
299
300     Bump g-i dependency
301
302     Require at least 1.33.9, as we got a couple of bug fixes there which
303     the tests,
304     and for some cases the code, depend on. We actually require 1.33.10
305     for all
306     tests to succeed, but that hasn't been released yet.
307
308  configure.ac |    2 +-
309  1 file changed, 1 insertion(+), 1 deletion(-)
310
311 commit 77844c571ad0badc189428b93de9f2572051b67e
312 Author: Martin Pitt <martinpitt@gnome.org>
313 Date:   Mon Sep 3 17:58:38 2012 +0200
314
315     Show proper exception when trying to allocate a disguised struct
316
317     Instead of a simple "MemoryError" with no details, raise a proper
318     TypeError with a traceback and an explanation what happened.
319
320     https://bugzilla.gnome.org/show_bug.cgi?id=639972
321
322  gi/pygi-struct.c         |    7 +++++++
323  tests/test_everything.py |   13 +++++++++++++
324  2 files changed, 20 insertions(+)
325
326 commit 0d099bdb3f4bbd962e5e60b583673d9e6f5673cc
327 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
328 Date:   Mon Sep 3 16:47:22 2012 +0200
329
330     Support marshalling GParamSpec signal arguments
331
332     Fix marshalling GParamSpec arguments from C to Python.
333
334     https://bugzilla.gnome.org/show_bug.cgi?id=683099
335
336     Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
337
338  gi/pygi-argument.c   |   10 +++++++++-
339  tests/test_signal.py |   14 ++++++++++++++
340  2 files changed, 23 insertions(+), 1 deletion(-)
341
342 commit 69fb92c22b3f3d1d5e8c3e14134eee3242fdc5fc
343 Author: Martin Pitt <martinpitt@gnome.org>
344 Date:   Mon Sep 3 16:06:49 2012 +0200
345
346     Add test for a signal that returns a GParamSpec
347
348     https://bugzilla.gnome.org/show_bug.cgi?id=683265
349
350  tests/test_signal.py     |    6 ++++++
351  tests/testhelpermodule.c |   12 ++++++++++++
352  2 files changed, 18 insertions(+)
353
354 commit a7c524219987fbf37e455a91e4c78d2b9b4db12d
355 Author: Simon Feltman <s.feltman@gmail.com>
356 Date:   Tue Mar 20 04:33:50 2012 -0700
357
358     [API add] Add Signal class for adding and connecting custom signals.
359
360     The Signal class provides easy creation of signals and removes the
361     need for __gsignals__ in client code. The Signal class can also be
362     used as a decorator for wrapping up the custom closure. As well as
363     providing a "BoundSignal" when accessed on an instance for making
364     connections without specifying a signal name string.
365     Python3 annotations can also be used to supply closure argument and
366     return types when Signal is used as a decorator. For example:
367
368     class Eggs(GObject.GObject):
369         @GObject.Signal
370         def spam(self, count:int):
371             pass
372
373     https://bugzilla.gnome.org/show_bug.cgi?id=434924
374
375  examples/signal.py          |   34 ++++--
376  gi/_gobject/Makefile.am     |    3 +-
377  gi/_gobject/__init__.py     |    5 +
378  gi/_gobject/signalhelper.py |  251
379  +++++++++++++++++++++++++++++++++++++++++++
380  tests/test_signal.py        |  208 +++++++++++++++++++++++++++++++++--
381  5 files changed, 482 insertions(+), 19 deletions(-)
382
383 commit 96fa22369fd188465559fc904c7f76e73040e6dd
384 Author: Martin Pitt <martinpitt@gnome.org>
385 Date:   Mon Sep 3 15:32:12 2012 +0200
386
387     Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
388
389     We have a proper implementation for insert_column_with_attributes()
390     now, so
391     drop pygtkcompat's empty stub for it.
392
393     Also improve test case for
394     Gtk.TreeView.insert_column_with_attributes().
395
396  gi/pygtkcompat.py           |    6 ------
397  tests/test_overrides_gtk.py |   16 ++++++++--------
398  2 files changed, 8 insertions(+), 14 deletions(-)
399
400 commit 542cf22c9de9b2094868c4e879b0f24b15c4c012
401 Author: Marta Maria Casetti <mmcasetti@gmail.com>
402 Date:   Mon Sep 3 13:06:22 2012 +0200
403
404     Add override for Gtk.TreeView.insert_column_with_attributes()
405
406     https://bugzilla.gnome.org/show_bug.cgi?id=679415
407
408     Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
409
410  gi/overrides/Gtk.py         |    7 +++++++
411  tests/test_overrides_gtk.py |   38 ++++++++++++++++++++++++++++++++++++++
412  2 files changed, 45 insertions(+)
413
414 commit 1c73e845361e471b1c3a3f17e40e6a6cfa740877
415 Author: Martin Pitt <martinpitt@gnome.org>
416 Date:   Mon Sep 3 11:09:55 2012 +0200
417
418     .gitignore: Add missing built files
419
420  .gitignore |    9 +++++++--
421  1 file changed, 7 insertions(+), 2 deletions(-)
422
423 commit 96431f393036a688666dcf67911bf12b9824b264
424 Author: Martin Pitt <martinpitt@gnome.org>
425 Date:   Mon Sep 3 11:07:32 2012 +0200
426
427     Ship tests/gi in tarball
428
429     Spotted by distcheck.
430
431  tests/Makefile.am |    6 +++++-
432  1 file changed, 5 insertions(+), 1 deletion(-)
433
434 commit dc2c6e6f60d2757462cbceef6176b0b3013904d3
435 Author: Martin Pitt <martinpitt@gnome.org>
436 Date:   Mon Sep 3 10:18:45 2012 +0200
437
438     Fix separate build tree and distcheck
439
440     Fix regression from c7c95a79: We must set sys.path in runtests.py
441     properly and
442     cannot rely on setting $PYTHONPATH from Makefile.am only. Python
443     always
444     prepends the directory of the source file to sys.path, but that
445     points to the
446     source dir, not the build dir. The build dir has to take precedence,
447     otherwise
448     we fail to import the built libraries.
449
450  tests/runtests-windows.py |   10 +++++++---
451  tests/runtests.py         |   13 ++++++++-----
452  2 files changed, 15 insertions(+), 8 deletions(-)
453
454 commit 2d8f48f4ff56bb75985136452b50b75895258608
455 Author: Martin Pitt <martinpitt@gnome.org>
456 Date:   Mon Sep 3 07:57:01 2012 +0200
457
458     Split test_overrides.py
459
460     Split the huge test_overrides.py into separate files for gdk, gtk,
461     gio, glib,
462     and pango. Further split the monolithic classes for Gtk and Gio
463     into several
464     ones.
465
466     https://bugzilla.gnome.org/show_bug.cgi?id=683188
467
468  tests/Makefile.am             |    5 +
469  tests/test_overrides.py       | 2198
470  +----------------------------------------
471  tests/test_overrides_gdk.py   |  119 +++
472  tests/test_overrides_gio.py   |  114 +++
473  tests/test_overrides_glib.py  |  445 +++++++++
474  tests/test_overrides_gtk.py   | 1517 ++++++++++++++++++++++++++++
475  tests/test_overrides_pango.py |   32 +
476  7 files changed, 2234 insertions(+), 2196 deletions(-)
477
478 commit 1223358e2c558dd7ac3300126f989054ec5a5b3f
479 Author: Martin Pitt <martinpitt@gnome.org>
480 Date:   Mon Sep 3 07:17:57 2012 +0200
481
482     _pygi_argument_to_object(): Clean up array unmarshalling
483
484     The NULL case is already handled at the top, so it does not need to be
485     re-checked again.
486
487     Emit a critical if we fail to allocate a Python array of the
488     requested size.
489
490  gi/pygi-argument.c |   47 ++++++++++++++++-------------------------------
491  1 file changed, 16 insertions(+), 31 deletions(-)
492
493 commit 65bfbc624bc9da6e18ff2945b14099ab8eeb7601
494 Author: Alban Browaeys <prahal@yahoo.com>
495 Date:   Wed Aug 29 21:24:17 2012 +0200
496
497     Fix memory leak in _pygi_argument_to_object()
498
499     Avoid leaking the item_type_info when breaking out of the
500     switch in _pygi_argument_to_object() for unmarshalling arrays.
501
502     https://bugzilla.gnome.org/show_bug.cgi?id=682979
503
504  gi/pygi-argument.c |    4 ++++
505  1 file changed, 4 insertions(+)
506
507 commit 21b1d17d2ada2edf4063a4262b3436c279da3dc2
508 Author: Simon Feltman <s.feltman@gmail.com>
509 Date:   Sat Sep 1 03:40:31 2012 -0700
510
511     Fix setting pointer fields/arguments to NULL using None.
512
513     Setting gi pointers will set them to the address of the python object.
514     This is good except in the case of None which should be used to NULL
515     the pointer out as a special case.
516
517     https://bugzilla.gnome.org/show_bug.cgi?id=683150
518
519  gi/pygi-argument.c      |    8 +++++++-
520  tests/test_overrides.py |   41 +++++++++++++++++++++++++++++++++++++++++
521  2 files changed, 48 insertions(+), 1 deletion(-)
522
523 commit 6123e6f5001ca5eaea18123d8a53525abab31a45
524 Author: Martin Pitt <martinpitt@gnome.org>
525 Date:   Thu Aug 23 06:44:27 2012 +0200
526
527     Fix for python 2.6, drop support for < 2.6
528
529     Replace sys.version_info.major access to tuple access which also
530     works for
531     Python 2.6.
532
533     When building for Python 2.6, inject some missing unittest API such as
534     @unittest.skipUnless and assertGreaterEqual() into the unittest
535     module in
536     runtests.py, so that the tests have a chance to run.
537
538     As building with Python 2.5 has been broken for a long time with
539     nobody
540     complaining, and 2.5 is ancient, bump minimum Python requirement to
541     2.6. Drop
542     obsolete #ifdef paths which only apply to <= 2.5.
543
544     https://bugzilla.gnome.org/show_bug.cgi?id=682422
545
546  configure.ac                    |    2 +-
547  gi/_glib/pyglib-python-compat.h |    8 --------
548  gi/_gobject/gobjectmodule.c     |    8 --------
549  gi/module.py                    |    2 +-
550  tests/runtests.py               |   27 +++++++++++++++++++++++++++
551  tests/test_gi.py                |    2 +-
552  6 files changed, 30 insertions(+), 19 deletions(-)
553
554 commit b1a9848a7a7255e6b1ccd98712dd62b1514078b9
555 Author: Thibault Saunier <thibault.saunier@collabora.com>
556 Date:   Tue Aug 21 07:54:09 2012 +0200
557
558     Allow overrides in other directories than gi itself
559
560     Use pkgutil.extend_path() for the gi and gi.overrides modules, so that
561     libraries can install overrides in a path that is different from
562     the one that
563     pygobject installs itself into. These overrides need to put this
564     into their
565     __init__.py at the top:
566
567         from pkgutil import extend_path
568         __path__ = extend_path(__path__, __name__)
569
570     and put themselves somewhere into the default PYTHONPATH.
571
572     https://bugzilla.gnome.org/show_bug.cgi?id=680913
573
574     Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
575     Co-Authored-By: Simon Feltman <s.feltman@gmail.com>
576
577  gi/__init__.py                 |    4 ++++
578  gi/overrides/__init__.py       |    4 ++++
579  tests/gi/__init__.py           |    2 ++
580  tests/gi/overrides/Regress.py  |   26 ++++++++++++++++++++++++++
581  tests/gi/overrides/__init__.py |    2 ++
582  tests/test_overrides.py        |    6 ++++++
583  6 files changed, 44 insertions(+)
584
585 commit c7c95a795eee499373499ea5b771447746317bfb
586 Author: Simon Feltman <s.feltman@gmail.com>
587 Date:   Thu Aug 23 06:03:09 2012 +0200
588
589     Clean up sys.path handling in tests
590
591     Only set sys.path once in runtests.py, not in the individual test
592     modules. This
593     reduces hidden dependencies between tests by building up a run
594     order dependent
595     search path, and also makes it easier in the future to run the
596     tests against
597     the installed system libraries.
598
599     Side issue in https://bugzilla.gnome.org/show_bug.cgi?id=680913
600
601  tests/runtests-windows.py |    6 +++++-
602  tests/runtests.py         |    3 +++
603  tests/test_everything.py  |    1 -
604  tests/test_gdbus.py       |    3 ---
605  tests/test_overrides.py   |    3 ---
606  tests/test_pygtkcompat.py |    3 ---
607  6 files changed, 8 insertions(+), 11 deletions(-)
608
609 commit 3e3525e93d852cde0f63e835b774a9b004773c69
610 Author: Simon Feltman <s.feltman@gmail.com>
611 Date:   Sun Aug 19 02:30:39 2012 -0700
612
613     Fix dynamic creation of enum and flag gi types for Python 3.3
614
615     Importing Gtk was crashing on instantiation of dynamic Enum and Flag
616     subclasses due to what looks to be an unsupported technique.  Change
617     tp_new() method for classes dynamically derived from PyGEnum_Type and
618     PyGFlags_Type to call PyLong_Type.tp_new() instead of attempting
619     to call
620     __new__() as a python method. This technique seems to work with all
621     versions of python so the previous python version checking also became
622     unnecessary.
623
624     https://bugzilla.gnome.org/show_bug.cgi?id=682323
625
626  gi/_gobject/pygenum.c  |   29 ++++++++++++++++-------------
627  gi/_gobject/pygflags.c |   21 +++++++++------------
628  2 files changed, 25 insertions(+), 25 deletions(-)
629
630 commit dd31b67e821f92b5f1c2ee0382cac5edd477cd11
631 Author: Paolo Borelli <pborelli@gnome.org>
632 Date:   Wed Aug 22 10:45:39 2012 +0200
633
634     [API add] Override g_menu_item_set_attribute
635
636     This C utility API take a vararg, add a corresponding override that
637     takes a list of tuples
638
639     https://bugzilla.gnome.org/show_bug.cgi?id=682436
640
641  gi/overrides/Gio.py     |   10 ++++++++++
642  tests/test_overrides.py |   11 +++++++++++
643  2 files changed, 21 insertions(+)
644
645 commit 836902801373e386d370c44e7487aac3432f19f6
646 Author: Martin Pitt <martinpitt@gnome.org>
647 Date:   Mon Aug 20 23:37:40 2012 +0200
648
649     post-release bump to 3.3.91
650
651  configure.ac |    2 +-
652  1 file changed, 1 insertion(+), 1 deletion(-)
653
654 commit 6a629e23ff7b0d6f532184017577c7427d577e28
655 Author: Martin Pitt <martinpitt@gnome.org>
656 Date:   Mon Aug 20 23:05:49 2012 +0200
657
658     release 3.3.90
659
660  NEWS         |   13 +++++++++++++
661  configure.ac |    2 +-
662  2 files changed, 14 insertions(+), 1 deletion(-)
663
664 commit 5cd18c9bd59a60b930ced0b35d728c12bb3291c7
665 Author: Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
666 Date:   Mon Aug 20 22:54:52 2012 +0200
667
668     Implement marshalling for GParamSpec
669
670     https://bugzilla.gnome.org/show_bug.cgi?id=681565
671
672     Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
673
674  gi/pygi-marshal-to-py.c |   16 ++++++++++++----
675  tests/test_gi.py        |   14 ++++++++++++++
676  2 files changed, 26 insertions(+), 4 deletions(-)
677
678 commit 16462de3f025f14706ec23fa9b3653feb66ad57f
679 Author: Martin Pitt <martinpitt@gnome.org>
680 Date:   Mon Aug 20 15:24:10 2012 +0200
681
682     Fix pep8/pyflakes invocation
683
684     Fix regression from commit 1e056e4f4a: Do fail the tests if
685     pyflakes/pep8
686     exist, but fail.
687
688  tests/Makefile.am |    4 ++--
689  1 file changed, 2 insertions(+), 2 deletions(-)
690
691 commit 1bee194274bcda9ba5f6751fa921218a92c8ac72
692 Author: Simon Feltman <s.feltman@gmail.com>
693 Date:   Thu Aug 16 16:05:52 2012 -0700
694
695     Fix erronous import statements for Python 3.3
696
697     Update pygobject-external.h to use GType (which is what GTypeWrapper
698     is
699     exposed as) instead of GTypeWrapper when attempting import.
700
701     Catch ImportError around attempted imports of a typelibs override file
702     which don't always exist (GObject...). This is a behavioural change in
703     Python 3.3 (http://bugs.python.org/issue15715), but let's fix
704     it anyway.
705
706     https://bugzilla.gnome.org/show_bug.cgi?id=682051
707
708  gi/module.py            |    7 +++++--
709  gi/pygobject-external.h |    2 +-
710  2 files changed, 6 insertions(+), 3 deletions(-)
711
712 commit 1e056e4f4a19fd1139187467677c2592c2722290
713 Author: Martin Pitt <martinpitt@gnome.org>
714 Date:   Mon Aug 20 11:52:08 2012 +0200
715
716     Do not fail tests if pyflakes or pep8 are not installed
717
718     These tools might not be desirable in restricted build environments or
719     backports, and e. g. Fedora patches those out. So let the tests
720     work without
721     these tools.
722
723  tests/Makefile.am |    4 ++--
724  1 file changed, 2 insertions(+), 2 deletions(-)
725
726 commit c219fa6da89a7d55c5c111751684aae6876a9fe3
727 Author: Martin Pitt <martinpitt@gnome.org>
728 Date:   Mon Aug 20 11:42:47 2012 +0200
729
730     gtk-demo: Fix some PEP-8 whitespace issues
731
732  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    3 +--
733  demos/gtk-demo/demos/dialogs.py                  |    2 +-
734  demos/gtk-demo/demos/rotatedtext.py              |    3 +--
735  3 files changed, 3 insertions(+), 5 deletions(-)
736
737 commit 0ac2a85cae368c046839b5619a96efc9e0b91ba3
738 Author: Martin Pitt <martinpitt@gnome.org>
739 Date:   Mon Aug 20 11:38:50 2012 +0200
740
741     test_overrides.py: Fix PEP8 whitespacing
742
743  tests/test_overrides.py |   48
744  ++++++++++++++++++++++++-----------------------
745  1 file changed, 25 insertions(+), 23 deletions(-)
746
747 commit 631a9cd05cbc7dc3d0f743a84b948ef7d93c0ed4
748 Author: Martin Pitt <martinpitt@gnome.org>
749 Date:   Mon Aug 20 11:36:19 2012 +0200
750
751     Ignore E124 pep8 error
752
753     This is "closing bracket does not match visual indentation" which
754     is really
755     stupid. We do want the closing bracket at the same indentation level
756     as the
757     opening bracket, not the indentation level of the whole statement.
758
759  tests/Makefile.am |    2 +-
760  1 file changed, 1 insertion(+), 1 deletion(-)
761
762 commit 266d37719bb54e6f04d23ff21bcceb9514e20ff2
763 Author: David Malcolm <dmalcolm@redhat.com>
764 Date:   Mon Aug 20 11:27:52 2012 +0200
765
766     Fix unmarshalling of gssize
767
768     Do not assume that the v_int union member always corresponds to a
769     gssize. This
770     is not true on big-endian 64 bit machines like ppc64, so add a new
771     gi_argument_to_gssize() and use it properly.
772
773     https://bugzilla.gnome.org/show_bug.cgi?id=680693
774     https://bugzilla.redhat.com/show_bug.cgi?id=842880
775
776  gi/pygi-argument.c       |   53
777  +++++++++++++++++++++++++++++++++++++++++++---
778  gi/pygi-argument.h       |    1 +
779  gi/pygi-closure.c        |    2 +-
780  gi/pygi-info.c           |    4 ++--
781  gi/pygi-signal-closure.c |    2 +-
782  5 files changed, 55 insertions(+), 7 deletions(-)
783
784 commit 1c5d497d3c354f4d02f1d4570df2c61d6f47300c
785 Author: David Malcolm <dmalcolm@redhat.com>
786 Date:   Mon Aug 20 11:19:27 2012 +0200
787
788     Fix various endianess errors
789
790     Fix code which assumed little endian behaviour when mixing different
791     types of
792     ints, putting ints into pointers, etc.
793
794     https://bugzilla.gnome.org/show_bug.cgi?id=680692
795     https://bugzilla.redhat.com/show_bug.cgi?id=841596
796
797  gi/pygi-argument.c        |   64 ++++++++++++--
798  gi/pygi-argument.h        |    6 ++
799  gi/pygi-cache.c           |    2 +
800  gi/pygi-closure.c         |   57 ++++++++++++-
801  gi/pygi-marshal-from-py.c |  203
802  +++++++++++++++++++++++++++++++++++----------
803  gi/pygi-marshal-from-py.h |    3 +
804  gi/pygi-marshal-to-py.c   |  137 +++++++++++++++++++++++-------
805  7 files changed, 391 insertions(+), 81 deletions(-)
806
807 commit ee6da6f1aa2cd6e55834f9edc17f785613d00031
808 Author: Paolo Borelli <pborelli@gnome.org>
809 Date:   Wed Aug 15 13:16:11 2012 +0200
810
811     Add unit test for the TreeModelSort override
812
813  tests/test_overrides.py |    7 +++++++
814  1 file changed, 7 insertions(+)
815
816 commit 9f027daa5737107b5959964b699c0089aec8ab1e
817 Author: Simon Feltman <s.feltman@gmail.com>
818 Date:   Thu Aug 9 03:33:06 2012 -0700
819
820     Gtk overrides: Add TreeModelSort.__init__(self, model)
821
822     This adds "model" as a required argument to TreeModelSort
823     instead of it being a hidden keyword argument. This is needed
824     because the model property is set to construct only and the
825     default value of None/NULL makes the object useless anyhow.
826
827     https://bugzilla.gnome.org/show_bug.cgi?id=681477
828
829  gi/overrides/Gtk.py |    8 ++++++++
830  1 file changed, 8 insertions(+)
831
832 commit c8424c2bb19356679e250e73542682dd5f4c74a5
833 Author: Manuel Quiñones <manuq@laptop.org>
834 Date:   Fri Aug 10 09:38:24 2012 -0300
835
836     Convert Gtk.CellRendererState in the pygi-convert script
837
838     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
839
840     https://bugzilla.gnome.org/show_bug.cgi?id=681596
841
842  pygi-convert.sh |    5 +++++
843  1 file changed, 5 insertions(+)
844
845 commit 54d829b34a0d32d852db370f61cc7f25c149f373
846 Author: Paolo Borelli <pborelli@gnome.org>
847 Date:   Mon Aug 6 16:19:28 2012 +0200
848
849     More updates to the HACKING file
850
851     module-install has been replaced with 'ftpadmin install' and other
852     minor
853     changes
854
855  HACKING |   26 ++++++++++----------------
856  1 file changed, 10 insertions(+), 16 deletions(-)
857
858 commit 0788880c6cf4070d3db09896c165fe470d2ec186
859 Author: Paolo Borelli <pborelli@gnome.org>
860 Date:   Mon Aug 6 16:00:39 2012 +0200
861
862     Post-release version bump to 3.3.6
863
864  configure.ac |    2 +-
865  1 file changed, 1 insertion(+), 1 deletion(-)
866
867 commit 664403d953c3e07077d0db90bfae3b51c7f1767c
868 Author: Paolo Borelli <pborelli@gnome.org>
869 Date:   Mon Aug 6 15:52:22 2012 +0200
870
871     release 3.3.5
872
873  NEWS |   29 +++++++++++++++++++++++++++++
874  1 file changed, 29 insertions(+)
875
876 commit b748753a2a9af018001213e2e58c48d6c8bfadbd
877 Author: Paolo Borelli <pborelli@gnome.org>
878 Date:   Mon Aug 6 15:44:32 2012 +0200
879
880     Update HACKING file to mention "make release-news"
881
882  HACKING |    7 +++----
883  1 file changed, 3 insertions(+), 4 deletions(-)
884
885 commit 587a0c33901383b891f8eb77351c17f06af20b4f
886 Author: Paolo Borelli <pborelli@gnome.org>
887 Date:   Mon Aug 6 15:38:23 2012 +0200
888
889     pygi-closure: remove unused variables
890
891     These variables are assigned but never actually used
892
893  gi/pygi-closure.c |    8 --------
894  1 file changed, 8 deletions(-)
895
896 commit dbc6df6aad7197fcf8721ade429baadd749f7069
897 Author: Martin Pitt <martinpitt@gnome.org>
898 Date:   Fri Aug 3 07:13:55 2012 +0200
899
900     tests: Do not break on Pango warnings
901
902     In some restricted environments (like chroots) we sometimes get
903     warnings from
904     Pango when it cannot find an appropriate font. Do not make the tests
905     fail on
906     those.
907
908  tests/test_overrides.py   |    4 ++++
909  tests/test_pygtkcompat.py |    6 ++++++
910  2 files changed, 10 insertions(+)
911
912 commit 770e6abfd5bc5dad7d5f56a18f1ef63f9754ada9
913 Author: Martin Pitt <martinpitt@gnome.org>
914 Date:   Fri Aug 3 06:45:48 2012 +0200
915
916     Fix list marshalling on big-endian machines
917
918     On big endian machines we cannot simply set e. g. GIArgument.v_int8
919     and expect
920     GIArgument.v_pointer to be a correct representation. This needs to use
921     GINT_TO_POINTER/GPOINTER_TO_INT properly, so use the already existing
922     _pygi_hash_pointer_to_arg()/_pygi_arg_to_hash_pointer() methods
923     in marshalling
924     to and from GList and GSList, and handle int8 and int16 as well.
925
926     Part of porting pygobject to ppc64:
927     https://bugzilla.redhat.com/show_bug.cgi?id=842880
928     https://bugzilla.gnome.org/show_bug.cgi?id=680693
929
930  gi/pygi-marshal-from-py.c |   48 ++++++++++++++++++++++++----------------
931  gi/pygi-marshal-to-py.c   |   54
932  ++++++++++++++++++++++++++-------------------
933  2 files changed, 60 insertions(+), 42 deletions(-)
934
935 commit b5cd13f47309ec26727b7574e33595a357602468
936 Author: Colin Walters <walters@verbum.org>
937 Date:   Tue Jul 31 11:47:02 2012 -0400
938
939     pygi-marshal: One more 32-bit -Werror=format fix
940
941  gi/pygi-marshal-from-py.c |    6 +++---
942  1 file changed, 3 insertions(+), 3 deletions(-)
943
944 commit 526bf43691cb6ed908589312b1693a6389eba00c
945 Author: Martin Pitt <martinpitt@gnome.org>
946 Date:   Tue Jul 31 17:14:37 2012 +0200
947
948     Beautify class/interface type mismatch error messages
949
950     Avoid saying "<unknown module>.int", just skip the module name
951     completely if we do not have one.
952
953  gi/pygi-marshal-from-py.c |   20 ++++++++++++--------
954  1 file changed, 12 insertions(+), 8 deletions(-)
955
956 commit 8fb18c62d9c7faff38df3886cb4289b618c81b85
957 Author: Martin Pitt <martinpitt@gnome.org>
958 Date:   Tue Jul 31 13:13:21 2012 +0200
959
960     Skip instead of fail tests which need Pango, Atk, Gdk, Gtk
961
962     On initial jhbuild bootstrap or restricted environments, the Pango,
963     Atk, Gdk,
964     and Gtk typelibs might not be available. Skip tests which need these
965     instead of
966     failing the testsuite.
967
968  tests/test_atoms.py       |    7 ++++++-
969  tests/test_everything.py  |    9 ++++++++-
970  tests/test_overrides.py   |   32 ++++++++++++++++++++++++++------
971  tests/test_pygtkcompat.py |   30 ++++++++++++++++++++----------
972  4 files changed, 60 insertions(+), 18 deletions(-)
973
974 commit a2e73c109f3ed6080eabc85810e624b9f984317e
975 Author: Colin Walters <walters@verbum.org>
976 Date:   Tue Jul 31 09:02:24 2012 -0400
977
978     pygi-argument: Fix -Wformat warning on 32 bit builds
979
980  gi/pygi-argument.c |    4 ++--
981  1 file changed, 2 insertions(+), 2 deletions(-)
982
983 commit 7563bb9f8ed5740f52ddf0ca59daf7839853505b
984 Author: Martin Pitt <martinpitt@gnome.org>
985 Date:   Tue Jul 31 11:14:36 2012 +0200
986
987     Fix tests for Python 2
988
989     In Python 2 we get different error messages for a mismatching self
990     type. Fixes
991     check after commit 121b14028.
992
993  tests/test_gi.py |   32 ++++++++++++++++++++------------
994  1 file changed, 20 insertions(+), 12 deletions(-)
995
996 commit 5c5b066854cc0b3b7702f31d212aa3f511c62127
997 Author: Martin Pitt <martinpitt@gnome.org>
998 Date:   Tue Jul 31 10:30:22 2012 +0200
999
1000     Build with -Werror=format
1001
1002     This catches format string problems on particular architectures like
1003     in commit
1004     dea24f8e12 much more insistently.
1005
1006  configure.ac |    1 +
1007  1 file changed, 1 insertion(+)
1008
1009 commit 6e84a3052667fdc88c2081e20cc6dc3257ec9d6c
1010 Author: Simon Feltman <s.feltman@gmail.com>
1011 Date:   Mon Jul 30 02:00:16 2012 -0700
1012
1013     [API add] pygtkcompat: Add more pixbuf creation functions
1014
1015     Add the following functions:
1016     pixbuf_new_from_data
1017     pixbuf_new_from_file_at_scale
1018     pixbuf_new_from_file_at_size
1019     pixbuf_new_from_inline
1020     pixbuf_new_from_stream
1021     pixbuf_new_from_stream_at_scale
1022     pixbuf_new_from_xpm_data
1023     pixbuf_get_file_info
1024
1025     https://bugzilla.gnome.org/show_bug.cgi?id=680814
1026
1027  gi/pygtkcompat.py |   10 +++++++++-
1028  1 file changed, 9 insertions(+), 1 deletion(-)
1029
1030 commit dea24f8e1221516b2d8ea578e55124b0409d6a76
1031 Author: Colin Walters <walters@verbum.org>
1032 Date:   Mon Jul 30 22:17:44 2012 -0400
1033
1034     marshal: Fix a lot of format string warnings on 32 bit
1035
1036     G_GUINT64_FORMAT and friends handle "%lld" portably.
1037
1038     https://bugzilla.gnome.org/show_bug.cgi?id=680878
1039
1040  gi/pygi-marshal-from-py.c |   18 +++++++++---------
1041  1 file changed, 9 insertions(+), 9 deletions(-)
1042
1043 commit b630038d9a1c8cb7e5914c77fbacbed646c154d1
1044 Author: Colin Walters <walters@verbum.org>
1045 Date:   Mon Jul 30 22:30:07 2012 -0400
1046
1047     marshal: Fix build break on Python 2
1048
1049     I *think* using this wrapper function instead is right.
1050
1051     https://bugzilla.gnome.org/show_bug.cgi?id=680879
1052
1053  gi/pygi-marshal-from-py.c |    8 ++++----
1054  1 file changed, 4 insertions(+), 4 deletions(-)
1055
1056 commit a8338a991bbe919f0e2d9b92f7b71f89ccd2c875
1057 Author: Manuel Quiñones <manuq@laptop.org>
1058 Date:   Mon Jul 30 12:53:36 2012 -0300
1059
1060     Improve testcase for tree_view_column_set_attributes
1061
1062     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1063
1064     https://bugzilla.gnome.org/show_bug.cgi?id=680320
1065
1066  tests/test_overrides.py |   20 ++++++++++++++++++--
1067  1 file changed, 18 insertions(+), 2 deletions(-)
1068
1069 commit 121b1402860407fe46f7501e42447bf3607872ec
1070 Author: Martin Pitt <martinpitt@gnome.org>
1071 Date:   Tue Jul 31 00:37:55 2012 +0200
1072
1073     Fix error messages on interface/class type mismatches
1074
1075     Previously, when you called a function with an argument which was not
1076     compatible with the expected class/interface type, you got an
1077     error message
1078     like
1079
1080       TypeError: Expected Gtk.TreeViewColumn, but got GObjectMeta
1081
1082     which had the wrong (and useless) class name for the actual type,
1083     and did not
1084     tell you which argument caused the problem. With this it says e. g.
1085
1086       TypeError: argument column: Expected Gtk.TreeViewColumn, but
1087       got Gtk.Button
1088
1089     instead.
1090
1091  gi/pygi-marshal-from-py.c |   41 +++++++++++++++++++++++++-------
1092  tests/test_gi.py          |   57
1093  ++++++++++++++++++++++++++++++++++++++++++++-
1094  2 files changed, 88 insertions(+), 10 deletions(-)
1095
1096 commit 8f31e85db1392eb7222593fc0d05144c2bca06a3
1097 Author: Simon Feltman <s.feltman@gmail.com>
1098 Date:   Sun Jul 29 23:36:25 2012 -0700
1099
1100     Fix crash when returning (False, None) from
1101     Gtk.TreeModel.do_get_iter()
1102
1103     Add a Py_None check before attempting memcpy().
1104
1105     https://bugzilla.gnome.org/show_bug.cgi?id=680812
1106
1107     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1108
1109  gi/pygi-closure.c       |   10 +++++++---
1110  tests/test_overrides.py |    9 +++++++++
1111  2 files changed, 16 insertions(+), 3 deletions(-)
1112
1113 commit 94e5d58e7794de91d3291e0e51c42070da4fc92b
1114 Author: Martin Pitt <martinpitt@gnome.org>
1115 Date:   Mon Jul 30 11:58:24 2012 +0200
1116
1117     Add test case for Gtk.TextIter.forward_search()
1118
1119     https://bugzilla.gnome.org/show_bug.cgi?id=679415
1120
1121  tests/test_overrides.py |   19 +++++++++++++++++++
1122  1 file changed, 19 insertions(+)
1123
1124 commit aae4e77482c02e21154ab02b159f380f5f0f74be
1125 Author: Martin Pitt <martinpitt@gnome.org>
1126 Date:   Fri Jul 27 23:06:39 2012 +0200
1127
1128     Add missing static declarations
1129
1130     This fixes a lot of -Wmissing-prototype warnings.
1131
1132     Also remove _pygi_marshal_cleanup_closure_unref() which is not
1133     used anywhere.
1134
1135  gi/_gobject/gobjectmodule.c |    4 ++--
1136  gi/_gobject/pygobject.c     |    2 +-
1137  gi/pygi-cache.c             |    2 +-
1138  gi/pygi-foreign-cairo.c     |   24 ++++++++++++------------
1139  gi/pygi-foreign.c           |    2 +-
1140  gi/pygi-marshal-cleanup.c   |    9 ---------
1141  tests/test-unknown.c        |    2 +-
1142  tests/testhelpermodule.c    |    4 ++--
1143  8 files changed, 20 insertions(+), 29 deletions(-)
1144
1145 commit 5f88d3017f853c4ff5e9fd89ef39e4569a9b9c16
1146 Author: Martin Pitt <martinpitt@gnome.org>
1147 Date:   Fri Jul 27 23:01:08 2012 +0200
1148
1149     Fix more missing #includes
1150
1151     Add missing includes which caused -Wmissing-prototypes warnings.
1152
1153  gi/_gobject/pygenum.c      |    2 ++
1154  gi/_gobject/pyginterface.c |    2 ++
1155  2 files changed, 4 insertions(+)
1156
1157 commit 97b5184c6650964ae8a7616353f5ce8e3ca19af3
1158 Author: Martin Pitt <martinpitt@gnome.org>
1159 Date:   Fri Jul 27 22:59:21 2012 +0200
1160
1161     Make some warnings fatal
1162
1163     Add -Werror for some warnings which are real errors in the source
1164     which we
1165     really want to avoid. This includes -Wmissing-prototypes, but that
1166     currently
1167     breaks on building g-i's regress.c.
1168
1169  configure.ac |    5 +++++
1170  1 file changed, 5 insertions(+)
1171
1172 commit c2ee8c550199de59dd220561ed028ec6fb8e1daf
1173 Author: Martin Pitt <martinpitt@gnome.org>
1174 Date:   Fri Jul 27 22:08:47 2012 +0200
1175
1176     Fix missing #includes
1177
1178     Add missing includes which caused -Wmissing-prototypes warnings.
1179
1180  gi/_glib/pygiochannel.c |    2 ++
1181  gi/_glib/pygspawn.c     |    2 ++
1182  2 files changed, 4 insertions(+)
1183
1184 commit 8bc98fc6665ebab763ee92361929139a0ebe66b5
1185 Author: Martin Pitt <martinpitt@gnome.org>
1186 Date:   Fri Jul 27 20:52:00 2012 +0200
1187
1188     pygi-info.c: Robustify pointer arithmetic
1189
1190     In _wrap_g_field_info_{get,set}_value(), use explicit char* casts
1191     to point out
1192     that we are using byte offsets. Fixes warnings:
1193
1194     pygi-info.c:1277:43: warning: pointer of type 'void *' used in
1195     arithmetic [-Werror=pointer-arith]
1196
1197  gi/pygi-info.c |    4 ++--
1198  1 file changed, 2 insertions(+), 2 deletions(-)
1199
1200 commit d0a561057b727ebcc1fd06fa6a3b48f2a1f8338e
1201 Author: Martin Pitt <martinpitt@gnome.org>
1202 Date:   Fri Jul 27 20:50:30 2012 +0200
1203
1204     pyglib.c: Remove some dead code
1205
1206     Drop unused pyglib_gil_state_ensure_py23() and
1207     pyglib_gil_state_release_py23().
1208
1209  gi/_glib/pyglib.c |   18 ------------------
1210  1 file changed, 18 deletions(-)
1211
1212 commit a46d165d906d0ac7613f4d946542423e979f39d5
1213 Author: Manuel Quiñones <manuq@laptop.org>
1214 Date:   Fri Jul 20 10:37:04 2012 -0300
1215
1216     Add set_attributes() override to Gtk.TreeViewColumn
1217
1218     Looking at the C code, gtk_tree_view_column_set_attributesv just calls
1219     gtk_cell_layout_clear_attributes and then
1220     gtk_cell_layout_add_attribute for each (name, value) passed.  This
1221     patch makes the same in the overrides.
1222
1223     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1224     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1225
1226  gi/overrides/Gtk.py     |    7 +++++++
1227  tests/test_overrides.py |    6 ++++++
1228  2 files changed, 13 insertions(+)
1229
1230 commit 4df676e10a5ea595a0d491af10268f557dd722d7
1231 Author: Daniel Narvaez <dwnarvaez@gmail.com>
1232 Date:   Tue Jul 24 13:49:15 2012 +0200
1233
1234     Drop git.mk
1235
1236     The autogenerated gitignores was missing several files. So we
1237     was using a manual .gitignore at the root. But since it's
1238     enough to add a couple of entries to it to cover the whole
1239     tree, there is no much point in using git.mk at all.
1240
1241     https://bugzilla.gnome.org/show_bug.cgi?id=678192
1242
1243  Makefile.am               |    3 -
1244  docs/Makefile.am          |    2 -
1245  examples/Makefile.am      |    3 -
1246  gi/Makefile.am            |    3 -
1247  gi/_glib/Makefile.am      |    3 -
1248  gi/_gobject/Makefile.am   |    2 -
1249  gi/overrides/Makefile.am  |    2 -
1250  gi/repository/Makefile.am |    2 -
1251  git.mk                    |  200
1252  ---------------------------------------------
1253  tests/Makefile.am         |    2 -
1254  10 files changed, 222 deletions(-)
1255
1256 commit 0d729c1534c7f3226b492f549d8f6ad3bb3ac8b7
1257 Author: Simon Feltman <s.feltman@gmail.com>
1258 Date:   Fri Jul 20 19:55:46 2012 -0700
1259
1260     Gtk overrides: Add TreePath.__getitem__()
1261
1262     Use pythons sub-script operator for indexing into TreePaths
1263     as was the case in PyGtk. Also changed __iter__ to use
1264     TreePath.get_indices as opposed to formatting and re-parsing
1265     a string for getting an index list.
1266
1267     https://bugzilla.gnome.org/show_bug.cgi?id=680353
1268
1269  gi/overrides/Gtk.py     |    5 ++++-
1270  tests/test_overrides.py |    4 ++++
1271  2 files changed, 8 insertions(+), 1 deletion(-)
1272
1273 commit affc7faa3fa7250e2e8c2c65e6860906f6fbc4fb
1274 Author: Simon Feltman <s.feltman@gmail.com>
1275 Date:   Fri Jul 20 21:34:33 2012 -0700
1276
1277     Fix property type mapping from int to TYPE_INT for python3.
1278
1279     Python3 does not have a long type, however, propertyhelper.py was
1280     using long_ = int; to get things working. Type mapping code
1281     was then checking for long_ first and always returning TYPE_LONG.
1282     Additional refactoring was done to move large if/elif statements
1283     into dictionary lookups and usage of tuples instead of lists
1284     for simple 'in' list of items tests.
1285
1286     https://bugzilla.gnome.org/show_bug.cgi?id=679939
1287
1288  gi/_gobject/propertyhelper.py |  117
1289  +++++++++++++++++++----------------------
1290  tests/test_properties.py      |   55 ++++++++++++++-----
1291  2 files changed, 96 insertions(+), 76 deletions(-)
1292
1293 commit 6fddba5bc5ea02938677a89ffeb0cfc53229b894
1294 Author: Manuel Quiñones <manuq@laptop.org>
1295 Date:   Thu Jul 19 12:11:34 2012 -0300
1296
1297     Convert Gtk.DestDefaults constants in pygi-convert.sh script
1298
1299     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1300
1301     https://bugzilla.gnome.org/show_bug.cgi?id=680259
1302
1303  pygi-convert.sh |    1 +
1304  1 file changed, 1 insertion(+)
1305
1306 commit d58c3553062fd8704a81a8233b4a1563a6611718
1307 Author: Manuel Quiñones <manuq@laptop.org>
1308 Date:   Thu Jul 19 12:04:03 2012 -0300
1309
1310     Convert all Gdk.WindowState constants in pygi-convert.sh
1311
1312     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1313
1314     https://bugzilla.gnome.org/show_bug.cgi?id=680257
1315
1316  pygi-convert.sh |    1 +
1317  1 file changed, 1 insertion(+)
1318
1319 commit a3aae2e152c0b955037b7b85e16d14d00881d870
1320 Author: Joe R. Nassimian <placidrage@gmail.com>
1321 Date:   Thu Jul 19 15:48:20 2012 +0200
1322
1323     [API add] Add API for checking pygobject's version
1324
1325     Add a gi.__version__ attribute for the textual version, and
1326     gi.version_info for
1327     a version triple similar to sys.version_info.
1328
1329     Also add a gi.require_version(<minimum_version>) which raises an
1330     exception if
1331     the pygobject version is older.
1332
1333     https://bugzilla.gnome.org/show_bug.cgi?id=680176
1334
1335     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1336
1337  gi/__init__.py   |   16 ++++++++++++++++
1338  tests/test_gi.py |   16 ++++++++++++++++
1339  2 files changed, 32 insertions(+)
1340
1341 commit a2d9b71d84f0fcb7aaf5ce483ffee3b3a1ccaca1
1342 Author: Manuel Quiñones <manuq@laptop.org>
1343 Date:   Mon Jul 16 17:14:46 2012 -0300
1344
1345     pygi-convert.sh: Add some missing Gdk.CursorTypes
1346
1347     This patch adds WATCH, ARROW and CLOCK.
1348
1349     https://bugzilla.gnome.org/show_bug.cgi?id=680050
1350
1351     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1352     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1353
1354  pygi-convert.sh |    3 +++
1355  1 file changed, 3 insertions(+)
1356
1357 commit 0b08c01414ac73a4604acd9a846e7af09574929f
1358 Author: Manuel Kaufmann <humitos@gmail.com>
1359 Date:   Tue Jul 17 09:05:27 2012 -0300
1360
1361     pygi-convert.sh: convert rsvg.Handle(data=...)
1362
1363     Replace rsvg.Handle(data=data) with Rsvg.Handle.new_from_data(data)
1364
1365     https://bugzilla.gnome.org/show_bug.cgi?id=680092
1366
1367     Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
1368     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1369
1370  pygi-convert.sh |    2 ++
1371  1 file changed, 2 insertions(+)
1372
1373 commit 975855d0fff7f2042fe1f0e843f96b9a37cc6b79
1374 Author: Martin Pitt <martinpitt@gnome.org>
1375 Date:   Mon Jul 16 17:35:38 2012 +0200
1376
1377     configure.ac: post-release bump to 3.3.5
1378
1379  configure.ac |    2 +-
1380  1 file changed, 1 insertion(+), 1 deletion(-)
1381
1382 commit 126842b7227fcc1381dc158acdc5a96d0a465515
1383 Author: Martin Pitt <martinpitt@gnome.org>
1384 Date:   Mon Jul 16 17:33:08 2012 +0200
1385
1386     release 3.3.4
1387
1388  NEWS |   28 ++++++++++++++++++++++++++++
1389  1 file changed, 28 insertions(+)
1390
1391 commit 079b73b3eb9083bd53e06d095f9dccc02acf2a6e
1392 Author: Martin Pitt <martinpitt@gnome.org>
1393 Date:   Mon Jul 16 17:29:22 2012 +0200
1394
1395     test_gi: Fix for Python 2
1396
1397  tests/test_gi.py |    7 +++++--
1398  1 file changed, 5 insertions(+), 2 deletions(-)
1399
1400 commit 30935fe31bfe201bbfdb7734f09fdd2bbaf80e08
1401 Author: Martin Pitt <martinpitt@gnome.org>
1402 Date:   Mon Jul 16 16:35:33 2012 +0200
1403
1404     pygi-convert.sh: Drop bogus filter_new() conversion
1405
1406     my_tree_model.filter_new() is still a method on GtkTreeModel, not a
1407     constructor, so do not try to convert it to a constructor call.
1408
1409     https://bugzilla.gnome.org/show_bug.cgi?id=679999
1410
1411  pygi-convert.sh |    1 -
1412  1 file changed, 1 deletion(-)
1413
1414 commit c0607d970fc59528ca27d518282cf2871b92e909
1415 Author: Martin Pitt <martinpitt@gnome.org>
1416 Date:   Mon Jul 16 16:00:40 2012 +0200
1417
1418     Fix help() for GI modules
1419
1420     Derive DynamicModule from types.ModuleType, so that the inspect
1421     modules'
1422     ismodule() actually succeeds on those and generates useful help on
1423     a GI
1424     repository module.
1425
1426     https://bugzilla.gnome.org/show_bug.cgi?id=679804
1427
1428  gi/module.py     |    3 ++-
1429  tests/test_gi.py |   15 +++++++++++++++
1430  2 files changed, 17 insertions(+), 1 deletion(-)
1431
1432 commit 3235f1a397c334de5a7570f5ceed4da709fe1714
1433 Author: Martin Pitt <martinpitt@gnome.org>
1434 Date:   Mon Jul 16 15:53:31 2012 +0200
1435
1436     Skip gi.CallbackInfo objects from a module's dir()
1437
1438     Skip gi.CallbackInfo items from IntrospectionModule's __dir__(),
1439     as we do not
1440     implement __getattr__ for those.
1441
1442     Add a test case that dir() works on GI modules, contain expected
1443     identifiers,
1444     and that all identifiers in dir() can actually be retrieved.
1445
1446     Prerequisite for https://bugzilla.gnome.org/show_bug.cgi?id=679804
1447
1448  gi/module.py     |    7 +++++--
1449  tests/test_gi.py |   14 ++++++++++++++
1450  2 files changed, 19 insertions(+), 2 deletions(-)
1451
1452 commit f6cc039e014448a553d626aac4020ee69717edab
1453 Author: Martin Pitt <martinpitt@gnome.org>
1454 Date:   Mon Jul 16 15:38:05 2012 +0200
1455
1456     Fix __path__ module attribute
1457
1458     get_typelib_path() returns bytes, not strings, so in Python 3 we
1459     need to decode
1460     it to get a proper __path__ attribute.
1461
1462  gi/module.py     |   17 +++++++++++++++++
1463  tests/test_gi.py |   10 ++++++++++
1464  2 files changed, 27 insertions(+)
1465
1466 commit 858048f7cec78129aa914e2341ab80aac0e95cc5
1467 Author: Joe R. Nassimian <placidrage@gmail.com>
1468 Date:   Mon Jul 16 15:02:10 2012 +0200
1469
1470     pygi-convert.sh: Fix some child â†’ getChild() false positives
1471
1472     https://bugzilla.gnome.org/show_bug.cgi?id=680004
1473
1474  pygi-convert.sh |    2 +-
1475  1 file changed, 1 insertion(+), 1 deletion(-)
1476
1477 commit a31fabdc12f1da301c8df0af319ca3f4181671ee
1478 Author: Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
1479 Date:   Thu Jul 12 09:19:42 2012 +0200
1480
1481     Fix array handling for interfaces, properties, and signals
1482
1483     Fix lots of corner cases where arrays are not handled properly.
1484     _pygi_argument_to_object() now has the documented expectation of
1485     getting arrays
1486     packed in GArrays. This was implicit before and not correctly done
1487     on most call
1488     sites.
1489
1490     The helper _pygi_argument_to_array() has been improved to work on
1491     any kind of
1492     array. Fix all call sites of _pygi_argument_to_object() to do the
1493     array conversion appropriately before calling
1494     _pygi_argument_to_object().
1495
1496     Adds a test case that implements a GInterface with a method that
1497     takes an array
1498     of variants as input.
1499
1500     https://bugzilla.gnome.org/show_bug.cgi?id=667244
1501
1502  gi/pygi-argument.c       |  156
1503  ++++++++++++++++++++++++++++++++--------------
1504  gi/pygi-argument.h       |    4 +-
1505  gi/pygi-closure.c        |   11 ++++
1506  gi/pygi-info.c           |   20 ++++--
1507  gi/pygi-property.c       |    1 +
1508  gi/pygi-signal-closure.c |   14 ++++-
1509  tests/test_gi.py         |   18 ++++++
1510  7 files changed, 167 insertions(+), 57 deletions(-)
1511
1512 commit bb80d124269ee2389c04d03a478475868fd9ff7b
1513 Author: Manuel Quiñones <manuq@laptop.org>
1514 Date:   Wed Jul 11 22:05:41 2012 -0300
1515
1516     Add conversion of the Gdk.PropMode constants to pygi-convert.sh script
1517
1518     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1519
1520     https://bugzilla.gnome.org/show_bug.cgi?id=679775
1521
1522  pygi-convert.sh |    3 +++
1523  1 file changed, 3 insertions(+)
1524
1525 commit e3a63eefa5fb2abeabd210790e12642e577363c8
1526 Author: Manuel Quiñones <manuq@laptop.org>
1527 Date:   Wed Jul 11 13:18:16 2012 -0300
1528
1529     Add the same rules for pack_start to convert pack_end
1530
1531     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1532
1533     https://bugzilla.gnome.org/show_bug.cgi?id=679760
1534
1535  pygi-convert.sh |    5 +++++
1536  1 file changed, 5 insertions(+)
1537
1538 commit b4bef457c2d0ca6899e06a021f1f06252a37e326
1539 Author: Dave Malcolm <dmalcolm@redhat.com>
1540 Date:   Wed Jul 11 08:21:27 2012 +0200
1541
1542     Add error-checking for the case where _arg_cache_new() fails
1543
1544     This can happen when a typelib and its underlying library are
1545     out-of-sync. This
1546     converts the segfault into a more helpful traceback.
1547
1548     https://bugzilla.gnome.org/show_bug.cgi?id=678914
1549
1550  gi/pygi-cache.c |    2 ++
1551  1 file changed, 2 insertions(+)
1552
1553 commit 41287d8a439c656e4ac60361fddec643c713234c
1554 Author: Manuel Quiñones <manuq@laptop.org>
1555 Date:   Wed Jul 11 11:13:38 2012 -0300
1556
1557     Add conversion of the Gdk.NotifyType constants to pygi-convert.sh
1558     script
1559
1560     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
1561
1562     https://bugzilla.gnome.org/show_bug.cgi?id=679754
1563
1564  pygi-convert.sh |    6 ++++++
1565  1 file changed, 6 insertions(+)
1566
1567 commit 5403149b900d1b73cbc78767dc43be2eb344c836
1568 Author: Simon Feltman <s.feltman@gmail.com>
1569 Date:   Tue Jul 10 19:07:32 2012 -0700
1570
1571     Fix PyObject_Repr and PyObject_Str reference leaks
1572
1573     Fix all calls to PyObject_Repr() and PyObject_Str() to be properly
1574     DECREF'd.
1575
1576     https://bugzilla.gnome.org/show_bug.cgi?id=675857
1577
1578     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1579
1580  gi/_glib/glibmodule.c       |   10 ++++++--
1581  gi/_gobject/gobjectmodule.c |   17 ++++++++++----
1582  gi/_gobject/pygobject.c     |   53
1583  +++++++++++++++++++++++++++++--------------
1584  gi/pygi-marshal-from-py.c   |    9 +++++---
1585  4 files changed, 62 insertions(+), 27 deletions(-)
1586
1587 commit 0ddfecf3bf0a5d7893cd02cff41503d810ef6ce8
1588 Author: Martin Pitt <martinpitt@gnome.org>
1589 Date:   Wed Jul 4 08:46:30 2012 +0200
1590
1591     [API add] Gtk overrides: Add TreePath.__len__()
1592
1593     Use the path depth as length of a Gtk.TreePath object.
1594
1595     https://bugzilla.gnome.org/show_bug.cgi?id=679199
1596
1597  gi/overrides/Gtk.py     |    3 +++
1598  tests/test_overrides.py |    4 ++++
1599  2 files changed, 7 insertions(+)
1600
1601 commit e1e849d1a9af77c29ee35971db8d439bac60d573
1602 Author: Martin Pitt <martinpitt@gnome.org>
1603 Date:   Wed Jul 4 08:35:16 2012 +0200
1604
1605     GLib.Variant: Fix repr(), add proper str()
1606
1607     Fix the GLib.Variant override's repr() after commit 16280d6985. Also
1608     add a
1609     proper __str__() method, and tests for both.
1610
1611     Thanks to Rul Matos for spotting this!
1612
1613     https://bugzilla.gnome.org/show_bug.cgi?id=679336
1614
1615  gi/overrides/GLib.py    |    6 +++++-
1616  tests/test_overrides.py |    5 +++++
1617  2 files changed, 10 insertions(+), 1 deletion(-)
1618
1619 commit af20d7c929b9c1888454b52932a308d346e1c12b
1620 Author: Martin Pitt <martinpitt@gnome.org>
1621 Date:   Thu Jun 28 06:51:22 2012 +0200
1622
1623     m4/python.m4: Update Python version list
1624
1625     Thanks to Dieter Verfaillie for pointing  this out.
1626
1627  m4/python.m4 |    3 +--
1628  1 file changed, 1 insertion(+), 2 deletions(-)
1629
1630 commit a96a26234e2aaa157837d26094864e3ad9b63edf
1631 Author: Micah Carrick <micah@quixotix.com>
1632 Date:   Mon Jun 25 09:05:59 2012 -0700
1633
1634     Remove "label" property from Gtk.MenuItem if it is not set
1635
1636     The Gtk.MenuItem will not render as a separator if the "label" or
1637     "user-underline" properties have been accessed. The constructor
1638     for Gtk.MenuItem override should not pass the "label" property
1639     as an argument if it is None since that will still result in an
1640     empty label widget which breaks Gtk.SeparatorMenuItem.
1641
1642     https://bugzilla.gnome.org/show_bug.cgi?id=670575
1643
1644     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1645
1646  gi/overrides/Gtk.py |    5 ++++-
1647  1 file changed, 4 insertions(+), 1 deletion(-)
1648
1649 commit afa12faf339efb4f7780168e884ecf49b630644a
1650 Author: Martin Pitt <martinpitt@gnome.org>
1651 Date:   Mon Jun 25 16:36:31 2012 +0200
1652
1653     configure.ac: Post-release bump to 3.3.4.
1654
1655  configure.ac |    2 +-
1656  1 file changed, 1 insertion(+), 1 deletion(-)
1657
1658 commit 198066effc0ca44ccb897e9f0738ab627e8b3275
1659 Author: Martin Pitt <martinpitt@gnome.org>
1660 Date:   Mon Jun 25 16:35:49 2012 +0200
1661
1662     release 3.3.3.1
1663
1664  NEWS         |    3 +++
1665  configure.ac |    2 +-
1666  2 files changed, 4 insertions(+), 1 deletion(-)
1667
1668 commit cb70ae0aa52ab7624b2b8c30297d8a52a7db7f44
1669 Author: Martin Pitt <martinpitt@gnome.org>
1670 Date:   Mon Jun 25 16:32:45 2012 +0200
1671
1672     Do not escape enum and flag names that are Python keywords
1673
1674     These are translated to upper case, and thus can never be
1675     keywords. This broke
1676     existing API such as Gtk.ShadowType.IN.
1677
1678  gi/module.py     |    2 +-
1679  gi/pygi-info.c   |    7 +++++++
1680  tests/test_gi.py |    3 +++
1681  3 files changed, 11 insertions(+), 1 deletion(-)
1682
1683 commit f2524a982b0b8ba7cdbb77003372416af0b7a978
1684 Author: Martin Pitt <martinpitt@gnome.org>
1685 Date:   Mon Jun 25 15:39:50 2012 +0200
1686
1687     configure.ac: Post-release version bump to 3.3.4
1688
1689  configure.ac |    2 +-
1690  1 file changed, 1 insertion(+), 1 deletion(-)
1691
1692 commit fe56faa346c8e8f9fd5915602424778d458a776d
1693 Author: Martin Pitt <martinpitt@gnome.org>
1694 Date:   Mon Jun 25 15:36:37 2012 +0200
1695
1696     release 3.3.3
1697
1698  NEWS |   15 +++++++++++++++
1699  1 file changed, 15 insertions(+)
1700
1701 commit 299a2fd726f0aceaf67b1cec7a0ef8b21ff7bcbc
1702 Author: Martin Pitt <martinpitt@gnome.org>
1703 Date:   Mon Jun 25 15:35:19 2012 +0200
1704
1705     Bring back ChangeLog make target
1706
1707     This is being used by "make dist".
1708
1709  Makefile.am |   15 +++++++++++++++
1710  1 file changed, 15 insertions(+)
1711
1712 commit 760118e4ed73de2f022706ef897fcc848e90c005
1713 Author: Martin Pitt <martinpitt@gnome.org>
1714 Date:   Mon Jun 25 15:31:14 2012 +0200
1715
1716     Remove obsolete ChangeLog and release-tag make targets
1717
1718  Makefile.am |   23 -----------------------
1719  1 file changed, 23 deletions(-)
1720
1721 commit e92278692bb51679d6e957c2ac36db64498a7c73
1722 Author: Simon Schampijer <simon@schampijer.de>
1723 Date:   Fri Jun 15 16:11:21 2012 +0200
1724
1725     Do not do any python calls when GObjects are destroyed after the
1726     python interpreter has been finalized
1727
1728     This happens when pygobject_data_free () function is called after
1729     the python
1730     interpreter shuts down, we can't do python calls after that.
1731
1732     Benzea did the findings because of a bug in Sugar, and commented
1733     in this
1734     SugarLabs ticket: http://bugs.sugarlabs.org/ticket/3670
1735
1736     https://bugzilla.gnome.org/show_bug.cgi?id=678046
1737
1738     Signed-off-by: Benjamin Berg <benzea@sugarlabs.org>
1739     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1740
1741  gi/_gobject/pygobject.c |   27 ++++++++++++++++++++++-----
1742  1 file changed, 22 insertions(+), 5 deletions(-)
1743
1744 commit de4aa426002eeb09a060f8fd70bd6cb25a17766a
1745 Author: Martin Pitt <martinpitt@gnome.org>
1746 Date:   Mon Jun 25 15:06:47 2012 +0200
1747
1748     Do not change constructor-only "type" Window property
1749
1750     When reading a Gtk.Window subclass from a GtkBuilder object,
1751     the object's
1752     properties are already set at __init__ time. Do not try to set it
1753     again, to
1754     avoid a warning.
1755
1756     https://bugzilla.gnome.org/show_bug.cgi?id=678510
1757
1758  gi/overrides/Gtk.py     |    8 +++++++-
1759  tests/test_overrides.py |   36 ++++++++++++++++++++++++++++++++++++
1760  2 files changed, 43 insertions(+), 1 deletion(-)
1761
1762 commit 16280d6985f2cf4db9cf062e857650e620fd9da8
1763 Author: Martin Pitt <martinpitt@gnome.org>
1764 Date:   Mon Jun 25 09:40:38 2012 +0200
1765
1766     Escape identifiers which are Python keywords
1767
1768     Add a trailing underscore to identifiers which are Python keywords.
1769
1770     We use a per-major-version static identifier list derived from
1771     keyword.kwlist
1772     instead of calling out to Python's keyword.iskeyword(). This is
1773     much faster,
1774     and also allows us to tweak the result. For example, Python 3 dropped
1775     "print"
1776     as a keyword, but we still want to escape that to avoid breaking
1777     the API
1778     between different Python versions.
1779
1780     Error out when building with a major Python version not covered yet,
1781     so that we
1782     do not forget to update the list in the future.
1783
1784     https://bugzilla.gnome.org/show_bug.cgi?id=676746
1785
1786  gi/pygi-info.c   |   38 +++++++++++++++++++++++++++++++++++++-
1787  tests/test_gi.py |   17 +++++++++++++++++
1788  2 files changed, 54 insertions(+), 1 deletion(-)
1789
1790 commit 3864d7a3b7def035ee2daf22ba717371c8d261de
1791 Author: Martin Pitt <martinpitt@gnome.org>
1792 Date:   Fri Jun 22 13:13:37 2012 +0200
1793
1794     Ignore E123 in pep8 tests
1795
1796     This is "closing bracket does not match indentation of opening
1797     bracket's line",
1798     but it really looks better to have the closing bracket on the
1799     indentation level
1800     of the opening bracket instead of the indentation level of the
1801     line that
1802     contains the opening bracket.
1803
1804  tests/Makefile.am |    2 +-
1805  1 file changed, 1 insertion(+), 1 deletion(-)
1806
1807 commit fb436dd6d3b40b3f2a8ba6f402e2987752ad1902
1808 Author: Martin Pitt <martinpitt@gnome.org>
1809 Date:   Fri Jun 22 13:08:34 2012 +0200
1810
1811     PEP8: Fix indentation
1812
1813     Spotted by current pep8 checker.
1814
1815  demos/gtk-demo/demos/Entry/entry_buffer.py     |    6 +--
1816  demos/gtk-demo/demos/Entry/entry_completion.py |    6 +--
1817  demos/gtk-demo/demos/Entry/search_entry.py     |    4 +-
1818  demos/gtk-demo/demos/appwindow.py              |    2 +-
1819  demos/gtk-demo/demos/clipboard.py              |    8 +--
1820  demos/gtk-demo/demos/colorselector.py          |    6 +--
1821  demos/gtk-demo/demos/rotatedtext.py            |    8 +--
1822  demos/gtk-demo/gtk-demo.py                     |    6 +--
1823  examples/option.py                             |   29 +++++-----
1824  examples/signal.py                             |    3 +-
1825  gi/_glib/option.py                             |    6 +--
1826  gi/_gobject/propertyhelper.py                  |   18 +++----
1827  gi/module.py                                   |   14 ++---
1828  gi/overrides/GLib.py                           |    2 +-
1829  gi/overrides/Gio.py                            |   11 ++--
1830  gi/overrides/Gtk.py                            |   16 +++---
1831  gi/pygtkcompat.py                              |    7 ++-
1832  gi/types.py                                    |   17 +++---
1833  tests/runtests.py                              |    2 +-
1834  tests/test_gdbus.py                            |   55 ++++++++++---------
1835  tests/test_gi.py                               |   15 +++---
1836  tests/test_gobject.py                          |   18 +++----
1837  tests/test_option.py                           |   26 ++++-----
1838  tests/test_overrides.py                        |   67
1839  ++++++++++++------------
1840  tests/test_properties.py                       |   30 +++++------
1841  tests/test_signal.py                           |    2 +-
1842  tests/test_uris.py                             |    9 ++--
1843  27 files changed, 200 insertions(+), 193 deletions(-)
1844
1845 commit 129462ccc4a2191ecbb42247030c91bd0f1454f6
1846 Author: Martin Pitt <martinpitt@gnome.org>
1847 Date:   Fri Jun 22 12:36:54 2012 +0200
1848
1849     PEP8: Use isinstance() instead of direct type comparisons
1850
1851     Spotted by current pep8 checker.
1852
1853  gi/overrides/GLib.py     |    2 +-
1854  gi/overrides/__init__.py |    2 +-
1855  2 files changed, 2 insertions(+), 2 deletions(-)
1856
1857 commit 50e45a624e6301e65c150e137aad6d092f203f3f
1858 Author: Martin Pitt <martinpitt@gnome.org>
1859 Date:   Fri Jun 22 12:30:10 2012 +0200
1860
1861     PEP8: Fix continuation lines
1862
1863     Spotted by current pep8 checker.
1864
1865  demos/gtk-demo/demos/Entry/search_entry.py |    6 +++---
1866  gi/__init__.py                             |    6 +++---
1867  gi/_gobject/__init__.py                    |    6 ++----
1868  gi/module.py                               |    6 +++---
1869  tests/test_overrides.py                    |   11 +++--------
1870  5 files changed, 14 insertions(+), 21 deletions(-)
1871
1872 commit ef06548b0dc6aee0e8ab208a78966dc1d5d917ee
1873 Author: Martin Pitt <martinpitt@gnome.org>
1874 Date:   Fri Jun 22 12:24:32 2012 +0200
1875
1876     PEP8: Consistent comparisons against True, False, and None
1877
1878     Spotted by current pep8 checker.
1879
1880  demos/gtk-demo/demos/clipboard.py   |    4 ++--
1881  demos/gtk-demo/demos/drawingarea.py |    4 ++--
1882  demos/gtk-demo/gtk-demo.py          |    8 ++++----
1883  gi/overrides/Gdk.py                 |    2 +-
1884  gi/overrides/Gtk.py                 |    2 +-
1885  tests/test_gi.py                    |    4 ++--
1886  tests/test_overrides.py             |    3 +--
1887  7 files changed, 13 insertions(+), 14 deletions(-)
1888
1889 commit 379c1474a071292a1e8da413af2f5438cff09fc8
1890 Author: Martin Pitt <martinpitt@gnome.org>
1891 Date:   Wed Jun 20 12:23:12 2012 +0200
1892
1893     Fix crash in GLib.find_program_in_path()
1894
1895     We need to handle a NULL return value properly.
1896
1897     https://bugzilla.gnome.org/show_bug.cgi?id=678119
1898
1899  gi/_glib/glibmodule.c |   10 ++++++++--
1900  tests/Makefile.am     |    1 +
1901  tests/test_glib.py    |   15 +++++++++++++++
1902  3 files changed, 24 insertions(+), 2 deletions(-)
1903
1904 commit 73531fd7820bd1922347bd856298d68205a27877
1905 Author: Martin Pitt <martinpitt@gnome.org>
1906 Date:   Wed Jun 20 11:16:39 2012 +0200
1907
1908     Revert "Do not bind gobject_get_data() and gobject_set_data()"
1909
1910     We should have some deprecation period for this, so bring back
1911     these two
1912     methods and add deprecation warnings.
1913
1914     This reverts commit 24cc09a7105299805fcc5bc151f53ac69958d728.
1915
1916     https://bugzilla.gnome.org/show_bug.cgi?id=641944
1917
1918  gi/_gobject/pygobject.c |   44
1919  ++++++++++++++++++++++++++++++++++++++++++++
1920  1 file changed, 44 insertions(+)
1921
1922 commit a0daa843801658929ffee5bcb9eb67d955dc7921
1923 Author: David Keijser <keijser@gmail.com>
1924 Date:   Mon Jun 18 15:09:34 2012 +0200
1925
1926     GVariant: Raise proper TypeError on invalid tuple input
1927
1928     https://bugzilla.gnome.org/show_bug.cgi?id=678317
1929
1930     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1931
1932  gi/overrides/GLib.py    |    4 ++--
1933  tests/test_overrides.py |    1 +
1934  2 files changed, 3 insertions(+), 2 deletions(-)
1935
1936 commit fb39ba934180e1e48fd15774e69d1cecf47a4c84
1937 Author: Martin Pitt <martinpitt@gnome.org>
1938 Date:   Tue Jun 5 19:11:38 2012 +0200
1939
1940     configure.ac: Post-release bump to 3.3.3
1941
1942  configure.ac |    2 +-
1943  1 file changed, 1 insertion(+), 1 deletion(-)
1944
1945 commit 7f0995e7fa865ebde7490d0570a7135a2f962cdf
1946 Author: Martin Pitt <martinpitt@gnome.org>
1947 Date:   Tue Jun 5 19:09:12 2012 +0200
1948
1949     Release 3.3.2
1950
1951  NEWS |   44 ++++++++++++++++++++++++++++++++++++++++++++
1952  1 file changed, 44 insertions(+)
1953
1954 commit 8209c1ae1632c77768699481e574d5d378956e71
1955 Author: Martin Pitt <martinpitt@gnome.org>
1956 Date:   Tue Jun 5 19:04:49 2012 +0200
1957
1958     Fix "release-news" make target
1959
1960     Actually list changes since the previous release, not since 3.1.92.
1961
1962  Makefile.am |    2 +-
1963  1 file changed, 1 insertion(+), 1 deletion(-)
1964
1965 commit b21f66d2a399b8c9a36a1758107b7bdff0ec8eaa
1966 Author: Bastian Winkler <buz@netbuz.org>
1967 Date:   Wed May 9 19:04:01 2012 +0200
1968
1969     foreign: Register cairo.Path and cairo.FontOptions foreign structs
1970
1971     They are rarely used, but they are used at least by Gdk, PangoCairo
1972     and
1973     Clutter.
1974
1975     clutter.Path is not used by any API that the test suite uses, so
1976     leave that
1977     without a test for now.
1978
1979     https://bugzilla.gnome.org/show_bug.cgi?id=677388
1980
1981     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
1982
1983  gi/pygi-foreign-cairo.c  |   85
1984  ++++++++++++++++++++++++++++++++++++++++++++++
1985  tests/test_everything.py |    8 +++++
1986  2 files changed, 93 insertions(+)
1987
1988 commit 635a7d1b48d99ddd1ea123797c493b18b0cdfd45
1989 Author: Marien Zwart <marien.zwart@gmail.com>
1990 Date:   Wed May 23 01:51:46 2012 +0200
1991
1992     Check types in GBoxed assignments
1993
1994     Check if the Python value is GBoxed instead of assuming it is.
1995     Without this, the following segfaults:
1996
1997     from gi.repository import Soup
1998
1999     msg = Soup.Message()
2000     msg.props.uri = 'http://www.gnome.org'
2001
2002     as we assume the new property is a GBoxed while it is actually a
2003     string.
2004
2005     https://bugzilla.gnome.org/show_bug.cgi?id=676603
2006
2007     Co-authored-by: Martin Pitt <martinpitt@gnome.org>
2008     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2009
2010  gi/pygi-argument.c |   10 +++++++---
2011  tests/test_gi.py   |   19 +++++++++++++++++++
2012  2 files changed, 26 insertions(+), 3 deletions(-)
2013
2014 commit 2305dcd7e8841f87dc2fc683390df78453a5dc2a
2015 Author: Bastian Winkler <buz@netbuz.org>
2016 Date:   Sat May 12 14:08:51 2012 +0200
2017
2018     [API add] Gtk overrides: Add TreeModelRow.get_previous()
2019
2020     TreeModelRow has get_next() and a next property, it should also have
2021     get_previous() and previous.
2022
2023     https://bugzilla.gnome.org/show_bug.cgi?id=677389
2024
2025     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2026
2027  gi/overrides/Gtk.py |    9 +++++++++
2028  1 file changed, 9 insertions(+)
2029
2030 commit 5501fba534696974899f2591929bff9e1b6ecd65
2031 Author: Bastian Winkler <buz@netbuz.org>
2032 Date:   Sat May 12 13:50:02 2012 +0200
2033
2034     [API add] Add missing GObject.TYPE_VARIANT
2035
2036     Add TYPE_VARIANT to constants to make it accessible as
2037     GObject.TYPE_VARIANT.
2038
2039     https://bugzilla.gnome.org/show_bug.cgi?id=677387
2040
2041     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2042
2043  gi/_gobject/__init__.py  |    1 +
2044  gi/_gobject/constants.py |    1 +
2045  2 files changed, 2 insertions(+)
2046
2047 commit 4c51a5411092f8ab6f8f6e9692a9b49692f621a7
2048 Author: Jasper St. Pierre <jstpierre@mecheye.net>
2049 Date:   Fri Jun 1 02:53:13 2012 -0400
2050
2051     Fix boxed type equality
2052
2053     Each boxed type has its own Python type, not PyGBoxed_Type. Use
2054     PyObject_IsInstance instead of comparing against PyGBoxed_Type
2055     directly.
2056
2057     https://bugzilla.gnome.org/show_bug.cgi?id=677249
2058
2059     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2060
2061  gi/_gobject/pygboxed.c   |    3 ++-
2062  tests/test_everything.py |    8 ++++++++
2063  2 files changed, 10 insertions(+), 1 deletion(-)
2064
2065 commit dc8eef26906753fcb3ce057b23ca110137897fa5
2066 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2067 Date:   Fri Jun 1 13:43:38 2012 +0200
2068
2069     Fix TestProperties.testBoxed test
2070
2071     A typo was preventing the test from being run.
2072
2073     https://bugzilla.gnome.org/show_bug.cgi?id=676644
2074
2075     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2076
2077  tests/test_properties.py |    4 ++--
2078  1 file changed, 2 insertions(+), 2 deletions(-)
2079
2080 commit 853e6a71234ebd66af5a64dfb296e323c2c905a6
2081 Author: Carlos Garnacho <carlos@lanedo.com>
2082 Date:   Thu May 17 17:09:15 2012 +0200
2083
2084     Fix handling of by-reference structs as out parameters
2085
2086     When marshalling back from python, copy the result of by-reference
2087     structs into the memory expected by the native caller, instead of
2088     attempting to handle it as a pointer.
2089
2090     https://bugzilla.gnome.org/show_bug.cgi?id=653151
2091
2092     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2093
2094  gi/pygi-closure.c |   17 +++++++++++++++++
2095  tests/test_gi.py  |    5 +++++
2096  2 files changed, 22 insertions(+)
2097
2098 commit bac9d526f6a9774821d1c9c0e7b35cc6db942975
2099 Author: Martin Pitt <martinpitt@gnome.org>
2100 Date:   Fri Jun 1 12:28:53 2012 +0200
2101
2102     tests: Add more vfunc checks for GIMarshallingTestsObject
2103
2104  tests/test_gi.py |   25 +++++++++++++++++++++++++
2105  1 file changed, 25 insertions(+)
2106
2107 commit e1aaf4a48453be0e69e7f3a70a2e7a790871a4d2
2108 Author: Martin Pitt <martinpitt@gnome.org>
2109 Date:   Fri Jun 1 12:02:55 2012 +0200
2110
2111     Test caller-allocated GValue out parameter
2112
2113     This came up as a side issue in
2114     https://bugzilla.gnome.org/show_bug.cgi?id=653151
2115
2116  tests/test_gi.py |    3 +++
2117  1 file changed, 3 insertions(+)
2118
2119 commit edc17e703e1a05e20545d3df9167ceb076450443
2120 Author: Bastian Winkler <buz@netbuz.org>
2121 Date:   Wed May 16 11:13:05 2012 +0200
2122
2123     GObject.bind_property: Support transform functions
2124
2125     Add support for optional transformation functions to
2126     pygobject_bind_property(). It uses a custom PyGClosure to marshal the
2127     return value correctly.
2128
2129     https://bugzilla.gnome.org/show_bug.cgi?id=676169
2130
2131     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2132
2133  gi/_gobject/pygobject.c |  130
2134  ++++++++++++++++++++++++++++++++++++++++++++---
2135  tests/test_gobject.py   |   59 +++++++++++++++++++++
2136  2 files changed, 181 insertions(+), 8 deletions(-)
2137
2138 commit 07a08b49aae83a297e2f91240448314e4663f724
2139 Author: Carlos Garnacho <carlos@lanedo.com>
2140 Date:   Mon May 14 15:31:14 2012 +0200
2141
2142     Fix lookup of vfuncs in parent classes
2143
2144     https://bugzilla.gnome.org/show_bug.cgi?id=672864.
2145
2146     As subclasses implemented in python override the attribute for the
2147     vfunc, __mro__ has to be used so subclasses of the subclass overriding
2148     methods may find the corresponding VFuncInfo.
2149
2150     Co-Authored-by: Martin Pitt <martinpitt@gnome.org>
2151
2152  gi/types.py      |    6 +++---
2153  tests/test_gi.py |   27 +++++++++++++++++++++++++++
2154  2 files changed, 30 insertions(+), 3 deletions(-)
2155
2156 commit b965ee15bac6cd28d16d32205d96d2b1bdd3f0e1
2157 Author: Martin Pitt <martinpitt@gnome.org>
2158 Date:   Fri Jun 1 08:18:40 2012 +0200
2159
2160     tests/test_properties.py: Fix whitespace
2161
2162     The pep8 check failed on this.
2163
2164  tests/test_properties.py |    2 +-
2165  1 file changed, 1 insertion(+), 1 deletion(-)
2166
2167 commit 274d60a7c08d74a299f4b83d8054c00eadb4bdbd
2168 Author: Jasper St. Pierre <jstpierre@mecheye.net>
2169 Date:   Wed May 30 16:45:53 2012 -0400
2170
2171     gi: Support zero-terminated arrays with length arguments
2172
2173     Sometimes, you may see (array zero-terminated=1 length=length)
2174     annotations.
2175     Don't expose the length argument to the user in this case.
2176
2177     https://bugzilla.gnome.org/show_bug.cgi?id=677124
2178
2179  gi/pygi-cache.c  |   13 ++++---------
2180  tests/test_gi.py |    3 +++
2181  2 files changed, 7 insertions(+), 9 deletions(-)
2182
2183 commit 62c2e962a225ec2527aa3d7406aa0dae232a0886
2184 Author: Jasper St. Pierre <jstpierre@mecheye.net>
2185 Date:   Fri May 25 17:09:55 2012 -0400
2186
2187     Fix build
2188
2189     libregress now needs cairo-gobject
2190
2191  configure.ac |    2 +-
2192  1 file changed, 1 insertion(+), 1 deletion(-)
2193
2194 commit 9477f0f2f17a6d9b97e5ee08378bc009b8d4c30a
2195 Author: Martin Pitt <martinpitt@gnome.org>
2196 Date:   Mon May 14 15:48:34 2012 +0200
2197
2198     Fix comment in previous commit
2199
2200  tests/test_gobject.py |    2 +-
2201  1 file changed, 1 insertion(+), 1 deletion(-)
2202
2203 commit 6610428394d0c65987de5021bf2c38641cdb7116
2204 Author: Simon Feltman <s.feltman@gmail.com>
2205 Date:   Tue May 8 20:04:09 2012 -0700
2206
2207     [API add] Add GObject.bind_property method
2208
2209     This adds the "bind_property" method for binding two gobject
2210     properties
2211     together. The method returns a weak reference to a GBinding object.
2212     The BindingWeakRef object is used to manage GBinding objects within
2213     python
2214     created through GObject.bind_property. It is a sub-class
2215     PyGObjectWeakRef so
2216     that we can maintain the same reference counting semantics between
2217     Python
2218     and GObject Binding objects. This gives explicit direct control of the
2219     binding lifetime by using the "unbind" method on the BindingWeakRef
2220     object
2221     along with implicit management based on the lifetime of the source or
2222     target objects.
2223
2224     Note this does not yet include support for converter closures. This
2225     can come
2226     later after the initial implementation is accepted.
2227
2228     https://bugzilla.gnome.org/show_bug.cgi?id=675582
2229
2230     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2231
2232  gi/_gobject/pygobject.c |  104
2233  ++++++++++++++++++++++++++++++++++++++++++++++-
2234  tests/test_gobject.py   |   90 ++++++++++++++++++++++++++++++++++++++++
2235  2 files changed, 193 insertions(+), 1 deletion(-)
2236
2237 commit 88babe7377402f6e6f912a8b83615aab848eae81
2238 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2239 Date:   Fri May 11 19:08:47 2012 -0300
2240
2241     pygtkcompat: Correctly set flags
2242
2243     https://bugzilla.gnome.org/show_bug.cgi?id=675911
2244
2245     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2246
2247  gi/pygtkcompat.py         |    5 ++---
2248  tests/test_pygtkcompat.py |    1 +
2249  2 files changed, 3 insertions(+), 3 deletions(-)
2250
2251 commit 3f712b56397296bca2f5358cd52977b1a2011964
2252 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2253 Date:   Fri May 11 12:39:05 2012 -0300
2254
2255     Gtk overrides: Implement __delitem__ on TreeModel
2256
2257     https://bugzilla.gnome.org/show_bug.cgi?id=675892
2258
2259     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2260
2261  gi/overrides/Gtk.py     |   16 ++++++++++++----
2262  tests/test_overrides.py |    9 +++++++++
2263  2 files changed, 21 insertions(+), 4 deletions(-)
2264
2265 commit 9a1a07742ec0b1821d469603f9996a2b7d832f40
2266 Author: Simon Feltman <s.feltman@gmail.com>
2267 Date:   Sun May 6 18:10:39 2012 -0700
2268
2269     Gdk Color override should support red/green/blue_float properties
2270
2271     Added red_float, green_float, and blue_float properties to Color.
2272     Also added Color.from_floats, RGBA.to_color, and RGBA.from_color.
2273
2274     https://bugzilla.gnome.org/show_bug.cgi?id=675579
2275
2276     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2277
2278  gi/overrides/Gdk.py     |   44
2279  ++++++++++++++++++++++++++++++++++++++++++++
2280  tests/Makefile.am       |    2 +-
2281  tests/test_overrides.py |   17 +++++++++++++++++
2282  3 files changed, 62 insertions(+), 1 deletion(-)
2283
2284 commit d9608c332d9592f03545b110cfac8105453ea035
2285 Author: Martin Pitt <martinpitt@gnome.org>
2286 Date:   Sat May 5 12:42:42 2012 -0700
2287
2288     Support marshalling of GVariants for closures
2289
2290     Add GVariant handling to pyg_value_{as,from}_pyobject(), so that
2291     closures can
2292     be called with GVariant arguments and return GVariant.
2293
2294     Unmark the corresponding test case as "expected failure", and also
2295     add cases
2296     for None values and type mismatches.
2297
2298     https://bugzilla.gnome.org/show_bug.cgi?id=656554
2299
2300  gi/_gobject/pygtype.c    |   47
2301  ++++++++++++++++++++++++++++++++++++++++++++--
2302  tests/test_everything.py |   16 ++++++++++++----
2303  2 files changed, 57 insertions(+), 6 deletions(-)
2304
2305 commit e7a909c16dc1c625ab11e270f23d540f15c71767
2306 Author: Johan Dahlin <johan@gnome.org>
2307 Date:   Mon May 7 10:33:40 2012 -0300
2308
2309     Require gobject-introspection 1.33.0
2310
2311  configure.ac |    2 +-
2312  1 file changed, 1 insertion(+), 1 deletion(-)
2313
2314 commit 9e8239684433631e0d1650d25416e4d7bf92a058
2315 Author: Martin Pitt <martinpitt@gnome.org>
2316 Date:   Sun May 6 18:28:23 2012 -0700
2317
2318     NEWS: Add API additions since 3.2.0
2319
2320  NEWS |    7 ++++---
2321  1 file changed, 4 insertions(+), 3 deletions(-)
2322
2323 commit d1a2bf51eb25b54028fbf496d20dfad9546bcb5e
2324 Author: Martin Pitt <martinpitt@gnome.org>
2325 Date:   Sun May 6 18:25:23 2012 -0700
2326
2327     NEWS: Mark API changes since 3.2.0
2328
2329  NEWS |    6 +++---
2330  1 file changed, 3 insertions(+), 3 deletions(-)
2331
2332 commit a3329539291bd8ea9aa6cb184a05ea7c21f8885a
2333 Author: Martin Pitt <martinpitt@gnome.org>
2334 Date:   Sun May 6 18:19:35 2012 -0700
2335
2336     Fix commit 168a087 for Python 3
2337
2338     Simplify the type check and use the already existing one. Fix the
2339     string check
2340     to work with both Python 2 and 3.
2341
2342  gi/pygi-argument.c |   42 +++++++++---------------------------------
2343  1 file changed, 9 insertions(+), 33 deletions(-)
2344
2345 commit 42c717ed77613e02f3c8ef2685bc071462b87d73
2346 Author: Martin Pitt <martinpitt@gnome.org>
2347 Date:   Sun May 6 18:08:57 2012 -0700
2348
2349     pygtkcompat.py: Typo fix
2350
2351     Was missing a space around operator, causing the PEP8 check to fail.
2352
2353  gi/pygtkcompat.py |    2 +-
2354  1 file changed, 1 insertion(+), 1 deletion(-)
2355
2356 commit 168a08753cec1ff77ccca5d81b9a5fd2af5d3720
2357 Author: Martin Pitt <martinpitt@gnome.org>
2358 Date:   Sun May 6 18:02:04 2012 -0700
2359
2360     _pygi_argument_from_object(): Check for compatible data type
2361
2362     Verify that the passed PyObject actually matches the expected type
2363     of the
2364     argument. With this, trying to assign a wrong type to a property
2365     will now raise
2366     a proper TypeError.
2367
2368  gi/pygi-argument.c |   39 +++++++++++++++++++++++++++++++++++++++
2369  gi/pygi-property.c |    3 +++
2370  tests/test_gi.py   |   40 ++++++++++++++++++++++++++++++++++++++++
2371  3 files changed, 82 insertions(+)
2372
2373 commit 5948b62ba3e08ea943e6965ee38c94c363186226
2374 Author: Martin Pitt <martinpitt@gnome.org>
2375 Date:   Sun May 6 17:59:57 2012 -0700
2376
2377     pygtkcompat: Fix color conversion
2378
2379     gtk_style_context_get_background_color() returns a GdkRGBA value,
2380     which has
2381     float values between 0 and 1. However, we construct a GdkColor
2382     object from
2383     that, so we need to scale to 0..65535 and round to int.
2384
2385  gi/pygtkcompat.py |    6 +++---
2386  1 file changed, 3 insertions(+), 3 deletions(-)
2387
2388 commit 6af74c501bc604559f8b5b4e0d856d022ed882bb
2389 Author: Martin Pitt <martinpitt@gnome.org>
2390 Date:   Sun May 6 06:02:31 2012 -0700
2391
2392     test_gi: Check setting properties in constructor
2393
2394  tests/test_gi.py |   33 +++++++++++++++++++++++++++++++++
2395  1 file changed, 33 insertions(+)
2396
2397 commit 9f50fd214e4214f83959b2883a0c667f7f157c97
2398 Author: Martin Pitt <martinpitt@gnome.org>
2399 Date:   Sun May 6 05:50:00 2012 -0700
2400
2401     Support getting and setting GStrv properties
2402
2403  gi/pygi-property.c |   36 ++++++++++++++++++++++++++++++++++++
2404  tests/test_gi.py   |   11 +++++++++++
2405  2 files changed, 47 insertions(+)
2406
2407 commit 8321af2c7df499291e664c676376f149a0c3dcac
2408 Author: Martin Pitt <martinpitt@gnome.org>
2409 Date:   Sat May 5 13:58:29 2012 -0700
2410
2411     Support defining GStrv properties from Python
2412
2413  gi/_gobject/propertyhelper.py |   10 +++++--
2414  tests/test_properties.py      |   58
2415  +++++++++++++++++++++++++++++++++++++++--
2416  2 files changed, 64 insertions(+), 4 deletions(-)
2417
2418 commit f2494526e1c579c41babfe7ff67deef0f6966adf
2419 Author: Martin Pitt <martinpitt@gnome.org>
2420 Date:   Sat May 5 13:21:20 2012 -0700
2421
2422     Add GObject.TYPE_STRV constant
2423
2424  gi/_gobject/__init__.py  |    1 +
2425  gi/_gobject/constants.py |    1 +
2426  tests/test_everything.py |    2 +-
2427  tests/test_signal.py     |    2 +-
2428  4 files changed, 4 insertions(+), 2 deletions(-)
2429
2430 commit 8c7306e4d6355ca45f8f1b4adf7d0595b4e8bcf8
2431 Author: Martin Pitt <martinpitt@gnome.org>
2432 Date:   Sat May 5 09:28:36 2012 +0200
2433
2434     Unref GVariants when destroying the wrapper
2435
2436     https://bugzilla.gnome.org/show_bug.cgi?id=675472
2437
2438  gi/overrides/GLib.py |    3 +++
2439  1 file changed, 3 insertions(+)
2440
2441 commit d6c091d87c86c8ccc7cb54347fbceccedac61633
2442 Author: Martin Pitt <martinpitt@gnome.org>
2443 Date:   Sat May 5 09:23:55 2012 +0200
2444
2445     Fix TestArrayGVariant test cases
2446
2447     test_array_gvariant_container_in() and test_array_gvariant_full_in()
2448     called
2449     GIMarshallingTests.array_gvariant_none_in(), presumably a copy&paste
2450     error.
2451     Actually do what they mean to do now and call the corresponding
2452     GIMarshallingTests methods.
2453
2454  tests/test_gi.py |    4 ++--
2455  1 file changed, 2 insertions(+), 2 deletions(-)
2456
2457 commit fda8a069d503e63c76a6b1ba285a181822549059
2458 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2459 Date:   Sat May 5 08:52:41 2012 +0200
2460
2461     pygtkcompat: Add gdk.pixbuf_get_formats compat code
2462
2463     https://bugzilla.gnome.org/show_bug.cgi?id=675489
2464
2465     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2466
2467  gi/pygtkcompat.py         |   20 ++++++++++++++++++++
2468  tests/test_pygtkcompat.py |    8 ++++++++
2469  2 files changed, 28 insertions(+)
2470
2471 commit 2b49c5f58bb841de7a9077eeeaf996eb9851dab3
2472 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2473 Date:   Mon Apr 30 13:44:19 2012 -0300
2474
2475     pygtkcompat: Add some more compat functions
2476
2477     https://bugzilla.gnome.org/show_bug.cgi?id=675489
2478
2479     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2480
2481  gi/pygtkcompat.py |   14 ++++++++++++++
2482  1 file changed, 14 insertions(+)
2483
2484 commit 16fbb17a9fd17eeb9f886af99e89a214d328dae1
2485 Author: Martin Pitt <martinpitt@gnome.org>
2486 Date:   Thu May 3 12:25:04 2012 +0200
2487
2488     Fix tests for Python 3
2489
2490     cmp() does not exist any more in Python 3, replace with comparison
2491     operators.
2492
2493     GIMarshallingTests.array_in_nonzero_nonlen() expects a guint8 array,
2494     so we
2495     can't pass a str (which is an Unicode object in Python 3). Pass a
2496     byte array
2497     instead.
2498
2499  tests/test_gi.py        |    2 +-
2500  tests/test_overrides.py |    2 +-
2501  2 files changed, 2 insertions(+), 2 deletions(-)
2502
2503 commit fd7f8eefbe8aba0b29d80e3eb9d985d33a268c8a
2504 Author: Martin Pitt <martinpitt@gnome.org>
2505 Date:   Thu May 3 09:38:56 2012 +0200
2506
2507     Fix building with --disable-cairo
2508
2509     Build gobject-introspection's regress.c against cairo, not
2510     pycairo/py3cairo. We
2511     always need cairo to build, so unconditionally check for this in
2512     configure.ac.
2513
2514     In test_everything.py, gracefully handle the absence of the "cairo"
2515     Python
2516     module, which we do not have when building without cairo support.
2517
2518  configure.ac             |    3 +++
2519  tests/Makefile.am        |    4 ++--
2520  tests/test_everything.py |    8 +++++++-
2521  3 files changed, 12 insertions(+), 3 deletions(-)
2522
2523 commit 1c5634e6d98c8b67b37a2747951c66f5d8f1907d
2524 Author: Martin Pitt <martinpitt@gnome.org>
2525 Date:   Thu May 3 09:28:51 2012 +0200
2526
2527     tests: Fix deprecated assertions
2528
2529     assertAlmostEquals â†’ assertAlmostEqual
2530     assertNotEquals â†’ assertNotEqual
2531
2532  tests/test_everything.py |    4 ++--
2533  tests/test_gi.py         |   12 ++++++------
2534  tests/test_overrides.py  |   10 +++++-----
2535  3 files changed, 13 insertions(+), 13 deletions(-)
2536
2537 commit 07f312e66c07357168098d3f96813d2c997e8dc7
2538 Author: Martin Pitt <martinpitt@gnome.org>
2539 Date:   Wed May 2 12:08:19 2012 +0200
2540
2541     Run tests with MALLOC_PERTURB_
2542
2543     We mostly use the glib allocation functions, but this might
2544     help to uncover access to already freed or uninitialized memory in
2545     a few edge
2546     cases.
2547
2548  tests/Makefile.am |    1 +
2549  1 file changed, 1 insertion(+)
2550
2551 commit b0740d386c2cbbd153878209b584b568968e4d98
2552 Author: Martin Pitt <martinpitt@gnome.org>
2553 Date:   Mon Apr 30 16:26:57 2012 +0200
2554
2555     configure.ac: Post-release bump to 3.3.2
2556
2557  configure.ac |    2 +-
2558  1 file changed, 1 insertion(+), 1 deletion(-)
2559
2560 commit d3977266faadacd3d05705497c1cf51a01a6606f
2561 Author: Martin Pitt <martinpitt@gnome.org>
2562 Date:   Mon Apr 30 16:08:09 2012 +0200
2563
2564     Release 3.3.1
2565
2566  NEWS |   66
2567  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2568  1 file changed, 66 insertions(+)
2569
2570 commit a8e222f04aac3bcf7e4421c4da8d080eeb8b5f56
2571 Author: Giovanni Campagna <gcampagna@src.gnome.org>
2572 Date:   Sun Apr 29 23:55:15 2012 +0200
2573
2574     GSettings: allow extra keyword arguments
2575
2576     All GObject constructors are expected to accept any construct
2577     property as keyword argument, and overrides should respect that.
2578     In particular, not doing this for GSettings prevents using a custom
2579     GSettingsSchema.
2580
2581     https://bugzilla.gnome.org/show_bug.cgi?id=675105
2582
2583     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2584
2585  gi/overrides/Gio.py |    4 ++--
2586  1 file changed, 2 insertions(+), 2 deletions(-)
2587
2588 commit 592c67482c254f65817c1a1b5c5de5dfcaab31b4
2589 Author: Jose Rostagno <joserostagno@vijona.com.ar>
2590 Date:   Sun Apr 29 12:56:50 2012 -0300
2591
2592     pygtkcompat: Correct Userlist module use
2593
2594     https://bugzilla.gnome.org/show_bug.cgi?id=675084
2595
2596     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2597
2598  gi/pygtkcompat.py         |    2 +-
2599  tests/test_pygtkcompat.py |    4 ++++
2600  2 files changed, 5 insertions(+), 1 deletion(-)
2601
2602 commit 3551462a429ef30274fa01fc8111da5025f9c342
2603 Author: Martin Pitt <martinpitt@gnome.org>
2604 Date:   Sun Apr 29 20:17:47 2012 +0200
2605
2606     Add release-news make rule
2607
2608     This produces a commit log since the previous release in our
2609     current NEWS
2610     format. This does not currently wrap long lines automatically, though.
2611
2612     Do include bug numbers from now on, as they are very useful.
2613
2614  Makefile.am |   12 ++++++++++--
2615  1 file changed, 10 insertions(+), 2 deletions(-)
2616
2617 commit fe79ef612a7853f024b73c7997b8ec89015ae94c
2618 Author: Martin Pitt <martinpitt@gnome.org>
2619 Date:   Wed Apr 25 13:07:59 2012 +0200
2620
2621     Add "make check.nemiver" target
2622
2623     Similar to "check.gdb", but invokes nemiver.
2624
2625  Makefile.am       |    3 +++
2626  tests/Makefile.am |    3 +++
2627  2 files changed, 6 insertions(+)
2628
2629 commit 3090cc70a7ce8df38dd6cf6c17350417a7367c0b
2630 Author: Martin Pitt <martinpitt@gnome.org>
2631 Date:   Tue Apr 24 13:24:00 2012 +0200
2632
2633     Test flags and enums in GHash values
2634
2635     https://bugzilla.gnome.org/show_bug.cgi?id=637466
2636
2637  tests/test_everything.py |   18 ++++++++++++------
2638  1 file changed, 12 insertions(+), 6 deletions(-)
2639
2640 commit 88d189ec3e3d900a96496a50c1d6e76615b19558
2641 Author: Martin Pitt <martinpitt@gnome.org>
2642 Date:   Tue Apr 24 13:03:36 2012 +0200
2643
2644     tests: Activate test_hash_in and apply workaround
2645
2646     Work around pygobject's current inability to produce a GStrv object
2647     from a
2648     string array by explicitly producing a GStrV object, and reactivate
2649     test case.
2650
2651     https://bugzilla.gnome.org/show_bug.cgi?id=666636
2652
2653  tests/test_everything.py |   24 +++++++++++++-----------
2654  1 file changed, 13 insertions(+), 11 deletions(-)
2655
2656 commit 8ee21619b3cfc179cf114813478470d9aa3f6fb8
2657 Author: Martin Pitt <martinpitt@gnome.org>
2658 Date:   Mon Apr 23 12:33:09 2012 +0200
2659
2660     Add special case for Gdk.Atom array entries from Python
2661
2662     Gdk.Atom pretends to be a struct pointer, but is really just an
2663     int wrapped
2664     into a pointer. So we must not dereference it directly, nor free
2665     it, but
2666     instead just copy the pointer value.
2667
2668     Also add a few other test cases for "single Atom return", "single
2669     Atom argument
2670     in", and Atom GList return", which already work fine.
2671
2672     https://bugzilla.gnome.org/show_bug.cgi?id=661709
2673
2674  gi/pygi-marshal-from-py.c |   18 ++++++++++++++----
2675  tests/Makefile.am         |    1 +
2676  tests/test_atoms.py       |   41
2677  +++++++++++++++++++++++++++++++++++++++++
2678  3 files changed, 56 insertions(+), 4 deletions(-)
2679
2680 commit b9f24b4fbc2ca9f9b94b86f029c59b2fc3e8590f
2681 Author: Martin Pitt <martinpitt@gnome.org>
2682 Date:   Mon Apr 23 20:09:43 2012 +0200
2683
2684     test_gdbus: Call GetConnectionUnixProcessID() with correct signature
2685
2686     https://bugzilla.gnome.org/show_bug.cgi?id=667954
2687
2688  tests/test_gdbus.py |    2 +-
2689  1 file changed, 1 insertion(+), 1 deletion(-)
2690
2691 commit 3ae38d7519524288a57e5d522954b9d6725f0185
2692 Author: Martin Pitt <martinpitt@gnome.org>
2693 Date:   Mon Apr 23 18:47:34 2012 +0200
2694
2695     Add test case for Gtk.ListStore custom sort
2696
2697     This works in Python 2, but crashes in Python 3, another case of
2698     the segfaults
2699     we get when C calls a Python callback in Python 3.
2700
2701     https://bugzilla.gnome.org/show_bug.cgi?id=674475
2702
2703  tests/test_overrides.py |   31 +++++++++++++++++++++++++++++++
2704  1 file changed, 31 insertions(+)
2705
2706 commit c12b10ca0feaaf61f23354c7b6631a9ef3635c36
2707 Author: Martin Pitt <martinpitt@gnome.org>
2708 Date:   Mon Apr 23 17:40:23 2012 +0200
2709
2710     GTK overrides: Add missing keyword arguments
2711
2712     Add missing **kwargs to overridden __init__() constructors, to
2713     allow specifying
2714     arbitrary widget properties.
2715
2716     https://bugzilla.gnome.org/show_bug.cgi?id=660018
2717
2718  gi/overrides/Gtk.py     |   34 ++++++++++++++++++----------------
2719  tests/test_overrides.py |    6 ++++++
2720  2 files changed, 24 insertions(+), 16 deletions(-)
2721
2722 commit d37680bb9390426f7f58ea3d352c3e5e2106e978
2723 Author: Martin Pitt <martinpitt@gnome.org>
2724 Date:   Mon Apr 23 15:24:04 2012 +0200
2725
2726     Add missing override for TreeModel.iter_previous()
2727
2728     This should behave like the override for TreeModel.iter_next().
2729
2730     https://bugzilla.gnome.org/show_bug.cgi?id=660018
2731
2732  gi/overrides/Gtk.py     |    6 ++++++
2733  tests/test_overrides.py |    4 ++++
2734  2 files changed, 10 insertions(+)
2735
2736 commit e03284f852f0e404cc91374f3e2e42b0ac1977b4
2737 Author: Martin Pitt <martinpitt@gnome.org>
2738 Date:   Sun Apr 22 16:45:06 2012 +0200
2739
2740     pygi-convert.py: Drop obsolete drag method conversions
2741
2742     Drop conversion of drag_source_unset() and drag_dest_{,un}set(). These
2743     were
2744     fixed a while ago to be proper Widget methods again.
2745
2746     https://bugzilla.gnome.org/show_bug.cgi?id=652860
2747
2748  pygi-convert.sh |    3 ---
2749  1 file changed, 3 deletions(-)
2750
2751 commit f82eca6006dec21624796074af8ffe9b2256f7a4
2752 Author: Martin Pitt <martinpitt@gnome.org>
2753 Date:   Sat Apr 21 14:00:50 2012 +0200
2754
2755     tests: Replace deprecated assertEquals() with assertEqual()
2756
2757  tests/test_everything.py  |  144 ++++++-------
2758  tests/test_gi.py          |  502
2759  ++++++++++++++++++++++-----------------------
2760  tests/test_gobject.py     |   58 +++---
2761  tests/test_option.py      |    6 +-
2762  tests/test_overrides.py   |  352 +++++++++++++++----------------
2763  tests/test_properties.py  |   18 +-
2764  tests/test_pygtkcompat.py |   42 ++--
2765  7 files changed, 561 insertions(+), 561 deletions(-)
2766
2767 commit ddb0bf01e694585d58af52673a21796e7c9578ea
2768 Author: Paolo Borelli <pborelli@gnome.org>
2769 Date:   Sat Apr 21 12:02:54 2012 +0200
2770
2771     Plug tiny leak in constant_info_get_value
2772
2773     Fixes https://bugzilla.gnome.org/show_bug.cgi?id=642754
2774
2775  gi/pygi-info.c |    1 +
2776  1 file changed, 1 insertion(+)
2777
2778 commit 9c48a561c5ee010410df7d6e430353b41d5fbd88
2779 Author: Bastian Winkler <buz@netbuz.org>
2780 Date:   Thu Apr 12 20:30:05 2012 +0200
2781
2782     Fix len_arg_index for array arguments
2783
2784     Don't set len_arg_index for arrays without the length annotation
2785     given.
2786     This fixes methods like Clutter.Texture.set_from_rgb_data() and
2787     Clutter.Image.set_data()
2788
2789     https://bugzilla.gnome.org/show_bug.cgi?id=674271
2790
2791     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2792
2793  gi/pygi-cache.c           |    4 +++-
2794  gi/pygi-marshal-cleanup.c |    4 ++--
2795  tests/test_gi.py          |    3 +++
2796  3 files changed, 8 insertions(+), 3 deletions(-)
2797
2798 commit 71246ca0568bf3e9b81e88dd13b6d29e9417e313
2799 Author: Martin Pitt <martinpitt@gnome.org>
2800 Date:   Thu Apr 19 13:11:56 2012 +0200
2801
2802     Support defining GType properties from Python
2803
2804     Commit 84e3471 fixed the handling of GType properties for properties
2805     that are
2806     defined in the C library already. Add the missing support for
2807     defining such
2808     properties in Python as well.
2809
2810     https://bugzilla.gnome.org/show_bug.cgi?id=674351
2811
2812  gi/_gobject/gobjectmodule.c   |    5 ++++-
2813  gi/_gobject/propertyhelper.py |    9 ++++++---
2814  tests/test_properties.py      |   42
2815  ++++++++++++++++++++++++++++++++++++++---
2816  3 files changed, 49 insertions(+), 7 deletions(-)
2817
2818 commit 2158ecd05a2770d6538bae67d01d1f718855a7d4
2819 Author: Martin Pitt <martinpitt@gnome.org>
2820 Date:   Thu Apr 19 16:12:29 2012 +0200
2821
2822     Fix typo in previous commit
2823
2824     In the test case, actually assign the newly created object, so that
2825     we test the
2826     properties of the right object.
2827
2828  tests/test_everything.py |    2 +-
2829  1 file changed, 1 insertion(+), 1 deletion(-)
2830
2831 commit 84e3471ba4595534cbe6875f1c8b77776e1d1814
2832 Author: Bastian Winkler <buz@netbuz.org>
2833 Date:   Wed Apr 18 21:44:08 2012 +0200
2834
2835     Handle GType properties correctly
2836
2837     Fix conversion from/to properties of type G_TYPE_GTYPE
2838
2839     https://bugzilla.gnome.org/show_bug.cgi?id=674351
2840
2841     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2842
2843  gi/_gobject/pygtype.c    |    9 +++++++--
2844  tests/test_everything.py |   15 +++++++++++++++
2845  2 files changed, 22 insertions(+), 2 deletions(-)
2846
2847 commit d1362451e070e156d2f49c9cde930cc38befb12b
2848 Author: Martin Pitt <martinpitt@gnome.org>
2849 Date:   Thu Apr 19 07:27:10 2012 +0200
2850
2851     Add missing GObject.TYPE_GTYPE
2852
2853  gi/_gobject/__init__.py  |    1 +
2854  gi/_gobject/constants.py |    1 +
2855  2 files changed, 2 insertions(+)
2856
2857 commit d3225f1540e09719caa73e52d402e946da3add24
2858 Author: Martin Pitt <martinpitt@gnome.org>
2859 Date:   Tue Apr 10 12:44:00 2012 +0200
2860
2861     Fix test_mainloop.py for Python 3
2862
2863  tests/test_mainloop.py |    9 +++++++--
2864  1 file changed, 7 insertions(+), 2 deletions(-)
2865
2866 commit 903283119896f3e054694484da4147788b02ce60
2867 Author: Martin Pitt <martinpitt@gnome.org>
2868 Date:   Mon Apr 9 15:20:39 2012 +0200
2869
2870     Make callback exception propagation test stricter
2871
2872     Propagating Python exceptions from callbacks through the C context
2873     back to the
2874     original caller does not currently happen, is nontrivial/unsafe
2875     to implement,
2876     and not desirable at this point any more as by now we have established
2877     the
2878     current behaviour. So remove the catching of ZeroDivisionError in
2879     the tests.
2880
2881     https://bugzilla.gnome.org/show_bug.cgi?id=616279
2882
2883  tests/test_everything.py |   16 ++++++++--------
2884  1 file changed, 8 insertions(+), 8 deletions(-)
2885
2886 commit 0fd900d351c8d7d57dc6a1b049ee05f342f6ab1d
2887 Author: Simon Feltman <s.feltman@gmail.com>
2888 Date:   Sun Mar 18 15:59:58 2012 -0700
2889
2890     Add context management to freeze_notify() and handler_block().
2891
2892     These methods now return a context manager object. Within the
2893     __exit__ method
2894     thaw_notify() and handler_unblock() are called respectively. This
2895     allows
2896     statements like the following:
2897
2898     with obj.freeze_notify():
2899         obj.props.width = 100
2900         obj.props.height = 100
2901         obj.props.opacity = 0.5
2902
2903     This does not affect standard usage of these methods.
2904
2905     https://bugzilla.gnome.org/show_bug.cgi?id=672324
2906
2907     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2908
2909  gi/_gobject/pygobject.c |  138 ++++++++++++++++++++++++++++++++++++++---
2910  tests/test_gobject.py   |  158
2911  +++++++++++++++++++++++++++++++++++++++++++++++
2912  2 files changed, 288 insertions(+), 8 deletions(-)
2913
2914 commit c0922589964c1d8bffe5a56d2f56df96eedfac10
2915 Author: Martin Pitt <martinpitt@gnome.org>
2916 Date:   Wed Apr 4 19:08:54 2012 +0200
2917
2918     Add support for GFlags properties
2919
2920     https://bugzilla.gnome.org/show_bug.cgi?id=620943
2921
2922  gi/_gobject/propertyhelper.py |    9 +++++++--
2923  tests/test_properties.py      |   28 +++++++++++++++++++++++++++-
2924  2 files changed, 34 insertions(+), 3 deletions(-)
2925
2926 commit d4054be9de3b7e4ed64c8172ebbde0a697462c79
2927 Author: Martin Pitt <martinpitt@gnome.org>
2928 Date:   Wed Apr 4 17:54:52 2012 +0200
2929
2930     Wrap GLib.Source.is_destroyed() method
2931
2932     Based on original patch from Bryan Silverthorn.
2933
2934     https://bugzilla.gnome.org/show_bug.cgi?id=524719
2935
2936  gi/_glib/pygsource.c |   15 +++++++++++++++
2937  tests/test_source.py |   24 ++++++++++++++++++++++++
2938  2 files changed, 39 insertions(+)
2939
2940 commit 05030a95a4d3090162ed5f510a26d69bbb152942
2941 Author: Martin Pitt <martinpitt@gnome.org>
2942 Date:   Wed Apr 4 15:59:24 2012 +0200
2943
2944     Fix error message when trying to override a non-GI class
2945
2946     Based on original patch by Juanje Ojeda <jojeda@emergya.es>.
2947
2948     https://bugzilla.gnome.org/show_bug.cgi?id=646667
2949
2950  gi/overrides/__init__.py |    7 ++++---
2951  tests/test_overrides.py  |   13 +++++++++++++
2952  2 files changed, 17 insertions(+), 3 deletions(-)
2953
2954 commit 96f14989baea76fe8692f10c1a37e2dfc45fecbf
2955 Author: Steve Frécinaux <code@istique.net>
2956 Date:   Wed Apr 4 15:30:55 2012 +0200
2957
2958     Fix segfault when accessing __grefcount__ before creating the GObject
2959
2960     When creating a new instance using Type() and trying to access
2961     __grefcount__ before calling the subclass's __init__ function, there
2962     used to be a segmentation fault because we were trying to access the
2963     not yet created object. Now raise a proper exception instead.
2964
2965     https://bugzilla.gnome.org/show_bug.cgi?id=640434
2966
2967     Co-authored-by: Martin Pitt <martinpitt@gnome.org>
2968
2969  gi/_gobject/pygobject.c |    4 ++++
2970  tests/test_gobject.py   |   11 +++++++++++
2971  2 files changed, 15 insertions(+)
2972
2973 commit 24cc09a7105299805fcc5bc151f53ac69958d728
2974 Author: Steve Frécinaux <code@istique.net>
2975 Date:   Wed Feb 9 18:37:33 2011 +0100
2976
2977     Do not bind gobject_get_data() and gobject_set_data()
2978
2979     They will basically cause a crash if misused, and you can always use a
2980     python member attribute instead.
2981
2982     https://bugzilla.gnome.org/show_bug.cgi?id=641944
2983
2984     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
2985
2986  gi/_gobject/pygobject.c |   40 ----------------------------------------
2987  1 file changed, 40 deletions(-)
2988
2989 commit 2a5a33a9c9c170830c98c2e32fa8dcea3c35f2e6
2990 Author: Martin Pitt <martinpitt@gnome.org>
2991 Date:   Tue Apr 3 22:26:34 2012 +0200
2992
2993     Add test case for multiple GLib.MainLoop instances
2994
2995     Commit 832f16f9 fixed a lockup with multiple GLib.MainLoops. Add
2996     corresponding
2997     test case.
2998
2999     https://bugzilla.gnome.org/show_bug.cgi?id=663068
3000
3001  tests/test_mainloop.py |   25 ++++++++++++++++++++++++-
3002  1 file changed, 24 insertions(+), 1 deletion(-)
3003
3004 commit d03696c1aaa7e66f8f16554cf4a4b97addb5aea1
3005 Author: John (J5) Palmieri <johnp@redhat.com>
3006 Date:   Tue Feb 21 15:13:42 2012 +0100
3007
3008     Add a ccallback type which is used to invoke callbacks passed to
3009     a vfunc
3010
3011     Used when overriding methods like gtk_container_forall wich pass in a
3012     callback that needs to be executed on internal children:
3013         def do_forall(self, callback, userdata):
3014             callback(self.custom_child, userdata)
3015
3016     https://bugzilla.gnome.org/show_bug.cgi?id=644926
3017
3018     Co-authored-by: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
3019     Co-authored-by: Simon Schampijer <simon@laptop.org>
3020
3021     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
3022
3023  gi/Makefile.am                |    2 +
3024  gi/gimodule.c                 |    1 +
3025  gi/module.py                  |    5 +++
3026  gi/pygi-argument.c            |   12 +----
3027  gi/pygi-cache.c               |   28 ++++++++++--
3028  gi/pygi-cache.h               |    9 ++--
3029  gi/pygi-ccallback.c           |  100
3030  +++++++++++++++++++++++++++++++++++++++++
3031  gi/pygi-ccallback.h           |   41 +++++++++++++++++
3032  gi/pygi-closure.c             |   50 ++++++++++++++++++++-
3033  gi/pygi-invoke-state-struct.h |    2 +
3034  gi/pygi-invoke.c              |   73 +++++++++++++++++++++---------
3035  gi/pygi-invoke.h              |    3 ++
3036  gi/pygi-private.h             |    1 +
3037  gi/pygi.h                     |   10 +++++
3038  tests/test_gi.py              |   16 +++++++
3039  15 files changed, 312 insertions(+), 41 deletions(-)
3040
3041 commit db7e1d078db16b6f11dee51aa97525c451346632
3042 Author: Alberto Mardegan <alberto.mardegan@canonical.com>
3043 Date:   Tue Mar 27 17:34:48 2012 +0200
3044
3045     Regression test: marshalling GValues in GHashTable
3046
3047     https://bugzilla.gnome.org/show_bug.cgi?id=668903
3048
3049     Signed-off-by: Martin Pitt <martinpitt@gnome.org>
3050
3051  tests/test_everything.py |   19 +++++++++++++++++++
3052  1 file changed, 19 insertions(+)
3053
3054 commit 7c0017c30129a8db391f902ed592782200d69c64
3055 Author: Martin Pitt <martin.pitt@ubuntu.com>
3056 Date:   Mon Mar 26 17:55:41 2012 +0200
3057
3058     Bump version to 3.3.1
3059
3060     3.2.x is built from the pygobject-3-2 branch now, and 3.2.0 is
3061     released. So
3062     continue with 3.3.x on master.
3063
3064  configure.ac |    4 ++--
3065  1 file changed, 2 insertions(+), 2 deletions(-)
3066
3067 commit 8309f305e5ce508fc5f6411c8153bea2cee5f741
3068 Author: Martin Pitt <martin.pitt@ubuntu.com>
3069 Date:   Mon Mar 26 17:51:37 2012 +0200
3070
3071     Update .gitignore
3072
3073     - Ignore *.o, backup files, and generated Makefiles in all
3074     subdirectories
3075     - Ignore *.pyc files.
3076     - Do not ignore .gitignore, we actually want to track this.
3077
3078  .gitignore |   61
3079  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3080  1 file changed, 61 insertions(+)
3081
3082 commit 81de788a72b40acd2f857718d78bdeea01d12eb1
3083 Author: Martin Pitt <martin.pitt@ubuntu.com>
3084 Date:   Mon Mar 26 17:45:08 2012 +0200
3085
3086     Fix "distcheck" and tests with out-of-tree builds
3087
3088     - Symlink *.py files from srcdir into builddir during build, as
3089     Python does not
3090       accept the extensions and modules in different paths.
3091     - "make clean" should remove *.pyc files
3092     - tests/runtests.py: Look for tests in srcdir, not in builddir
3093
3094  Makefile.am               |    6 ++++--
3095  gi/Makefile.am            |   13 +++++++++++--
3096  gi/_glib/Makefile.am      |   12 ++++++++++--
3097  gi/_gobject/Makefile.am   |   12 ++++++++++--
3098  gi/overrides/Makefile.am  |   10 ++++++++++
3099  gi/repository/Makefile.am |   11 +++++++++++
3100  tests/runtests.py         |    6 ++++--
3101  7 files changed, 60 insertions(+), 10 deletions(-)
3102
3103 commit f83d95e6fff572bda659a48e309b4524dafa4e83
3104 Author: Johan Dahlin <johan@gnome.org>
3105 Date:   Thu Mar 22 11:14:03 2012 -0300
3106
3107     Add a pep8 check to the makefile
3108
3109     Also reorganize the pyflakes check, since target dependencies do not
3110     take the exit status of the shell command into account.
3111
3112     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3113
3114  tests/Makefile.am |    9 ++++-----
3115  1 file changed, 4 insertions(+), 5 deletions(-)
3116
3117 commit d1f5474c6c50163aefe660e0689dc7f30e6cd48b
3118 Author: Johan Dahlin <johan@gnome.org>
3119 Date:   Thu Mar 22 10:56:59 2012 -0300
3120
3121     PEP8: Remaining whitespace fixes
3122
3123     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3124
3125  demos/gtk-demo/demos/Icon View/iconviewedit.py |    7 +++---
3126  demos/gtk-demo/demos/Tree View/liststore.py    |   28
3127  ++++++++++++------------
3128  demos/gtk-demo/demos/appwindow.py              |   10 ++++-----
3129  demos/gtk-demo/demos/rotatedtext.py            |    2 +-
3130  examples/cairo-demo.py                         |    4 ++--
3131  tests/test_gi.py                               |   12 +++++-----
3132  tests/test_overrides.py                        |    2 +-
3133  7 files changed, 32 insertions(+), 33 deletions(-)
3134
3135 commit 032fcce2bf6070a9001cbb780e90403051e303b1
3136 Author: Johan Dahlin <johan@gnome.org>
3137 Date:   Thu Mar 22 10:56:03 2012 -0300
3138
3139     PEP8: Add spaces before #
3140
3141     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3142
3143  demos/gtk-demo/demos/drawingarea.py |    6 +++---
3144  demos/gtk-demo/demos/images.py      |   10 +++++-----
3145  demos/gtk-demo/demos/rotatedtext.py |    2 +-
3146  gi/__init__.py                      |    2 +-
3147  gi/_glib/option.py                  |    2 +-
3148  gi/_gobject/__init__.py             |    2 +-
3149  gi/overrides/GLib.py                |   12 ++++++------
3150  gi/types.py                         |    4 ++--
3151  tests/runtests.py                   |    2 +-
3152  tests/test_gdbus.py                 |    4 ++--
3153  10 files changed, 23 insertions(+), 23 deletions(-)
3154
3155 commit 6a58edbf11c612e9a14347b1556d1e0dd2ec1823
3156 Author: Johan Dahlin <johan@gnome.org>
3157 Date:   Thu Mar 22 10:52:05 2012 -0300
3158
3159     PEP8: Add missing whitespace after : and ,
3160
3161     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3162
3163  demos/gtk-demo/demos/Tree View/liststore.py |    2 +-
3164  demos/gtk-demo/demos/appwindow.py           |    2 +-
3165  tests/test_everything.py                    |   23
3166  +++++++++--------------
3167  tests/test_gi.py                            |    2 +-
3168  tests/test_overrides.py                     |    2 +-
3169  5 files changed, 13 insertions(+), 18 deletions(-)
3170
3171 commit a8d361e66b2a0e09cfa5dbade4725074b0cc2fd1
3172 Author: Johan Dahlin <johan@gnome.org>
3173 Date:   Thu Mar 22 10:49:52 2012 -0300
3174
3175     PEP8: Remove too whitespace before }
3176
3177     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3178
3179  tests/test_overrides.py |    2 +-
3180  1 file changed, 1 insertion(+), 1 deletion(-)
3181
3182 commit 2b8eb9fa5b9ca454d7130b3eec15a982fee1bdc9
3183 Author: Johan Dahlin <johan@gnome.org>
3184 Date:   Thu Mar 22 10:49:27 2012 -0300
3185
3186     PEP8: Remove too many blank lines
3187
3188     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3189
3190  demos/gtk-demo/demos/rotatedtext.py |    1 -
3191  tests/test_overrides.py             |    1 -
3192  2 files changed, 2 deletions(-)
3193
3194 commit 03e597cb8f3b075efae556ee51a598695a883ad3
3195 Author: Johan Dahlin <johan@gnome.org>
3196 Date:   Thu Mar 22 10:48:59 2012 -0300
3197
3198     PEP8: Fix whitespace around operators
3199
3200     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3201
3202  demos/gtk-demo/demos/images.py |    2 +-
3203  examples/cairo-demo.py         |    8 ++++----
3204  tests/test_gi.py               |    4 ++--
3205  tests/test_overrides.py        |    8 ++++----
3206  tests/test_properties.py       |   14 +++++++-------
3207  tests/test_signal.py           |    2 +-
3208  6 files changed, 19 insertions(+), 19 deletions(-)
3209
3210 commit 21aeb19107b718293116e51ecd6479d4d7198b8f
3211 Author: Johan Dahlin <johan@gnome.org>
3212 Date:   Thu Mar 22 10:46:17 2012 -0300
3213
3214     PEP8: Remove whitespace before (
3215
3216     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3217
3218  demos/gtk-demo/demos/Entry/entry_buffer.py     |    2 +-
3219  demos/gtk-demo/demos/Entry/entry_completion.py |    2 +-
3220  demos/gtk-demo/demos/Entry/search_entry.py     |   12 ++---
3221  demos/gtk-demo/demos/Icon View/iconviewedit.py |    4 +-
3222  demos/gtk-demo/demos/Tree View/liststore.py    |    2 +-
3223  demos/gtk-demo/demos/dialogs.py                |   12 ++---
3224  demos/gtk-demo/demos/pickers.py                |    8 +--
3225  demos/gtk-demo/demos/pixbuf.py                 |    4 +-
3226  demos/gtk-demo/demos/printing.py               |    8 +--
3227  demos/gtk-demo/demos/rotatedtext.py            |    2 +-
3228  demos/gtk-demo/gtk-demo.py                     |    4 +-
3229  gi/module.py                                   |    4 +-
3230  gi/overrides/Pango.py                          |    2 +-
3231  gi/pygtkcompat.py                              |    4 +-
3232  tests/test_everything.py                       |    4 +-
3233  tests/test_overrides.py                        |   62
3234  ++++++++++++------------
3235  16 files changed, 68 insertions(+), 68 deletions(-)
3236
3237 commit b04d209930ab01bae6563b0d714aec829739bdc6
3238 Author: Johan Dahlin <johan@gnome.org>
3239 Date:   Thu Mar 22 10:40:46 2012 -0300
3240
3241     PEP8: Remove whitespace around {}
3242
3243     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3244
3245  tests/test_signal.py |   20 ++++++++++----------
3246  1 file changed, 10 insertions(+), 10 deletions(-)
3247
3248 commit 725483a5dc36739dc7836716b5d6d48091564bf8
3249 Author: Johan Dahlin <johan@gnome.org>
3250 Date:   Thu Mar 22 10:38:59 2012 -0300
3251
3252     PEP8: run via --fix from craigds fork
3253
3254     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3255
3256  demos/gtk-demo/demos/Entry/entry_buffer.py       |    1 +
3257  demos/gtk-demo/demos/Entry/entry_completion.py   |    1 +
3258  demos/gtk-demo/demos/Entry/search_entry.py       |    3 +-
3259  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    1 +
3260  demos/gtk-demo/demos/Icon View/iconviewedit.py   |    2 +
3261  demos/gtk-demo/demos/Tree View/liststore.py      |    3 ++
3262  demos/gtk-demo/demos/appwindow.py                |   13 ++++-
3263  demos/gtk-demo/demos/assistant.py                |    1 +
3264  demos/gtk-demo/demos/builder.py                  |    1 +
3265  demos/gtk-demo/demos/button_box.py               |    1 +
3266  demos/gtk-demo/demos/clipboard.py                |    2 +-
3267  demos/gtk-demo/demos/colorselector.py            |    1 +
3268  demos/gtk-demo/demos/combobox.py                 |    4 +-
3269  demos/gtk-demo/demos/dialogs.py                  |    2 +
3270  demos/gtk-demo/demos/drawingarea.py              |    1 +
3271  demos/gtk-demo/demos/expander.py                 |    4 +-
3272  demos/gtk-demo/demos/images.py                   |   10 ++--
3273  demos/gtk-demo/demos/infobars.py                 |    2 +
3274  demos/gtk-demo/demos/links.py                    |    2 +
3275  demos/gtk-demo/demos/menus.py                    |    2 +
3276  demos/gtk-demo/demos/pickers.py                  |    2 +
3277  demos/gtk-demo/demos/pixbuf.py                   |    2 +
3278  demos/gtk-demo/demos/printing.py                 |    5 +-
3279  demos/gtk-demo/demos/rotatedtext.py              |    4 +-
3280  demos/gtk-demo/demos/test.py                     |    1 +
3281  demos/gtk-demo/gtk-demo.py                       |    9 ++--
3282  examples/cairo-demo.py                           |   57
3283  +++++++++++++---------
3284  examples/option.py                               |    1 -
3285  examples/properties.py                           |    1 +
3286  examples/signal.py                               |    4 ++
3287  gi/__init__.py                                   |    2 +
3288  gi/_glib/option.py                               |    4 +-
3289  gi/_gobject/__init__.py                          |    1 +
3290  gi/_gobject/propertyhelper.py                    |    5 +-
3291  gi/module.py                                     |    3 ++
3292  gi/overrides/GIMarshallingTests.py               |    2 +
3293  gi/overrides/GLib.py                             |   12 +++--
3294  gi/overrides/Gdk.py                              |    9 ++++
3295  gi/overrides/Gio.py                              |    4 ++
3296  gi/overrides/Gtk.py                              |   56
3297  +++++++++++++++++++--
3298  gi/overrides/Pango.py                            |    2 +
3299  gi/overrides/__init__.py                         |    5 +-
3300  gi/pygtkcompat.py                                |   16 ++++--
3301  gi/types.py                                      |    4 ++
3302  tests/test_everything.py                         |   30 ++++++++----
3303  tests/test_gdbus.py                              |    1 +
3304  tests/test_gi.py                                 |   30 ++++++------
3305  tests/test_gobject.py                            |    3 +-
3306  tests/test_mainloop.py                           |    1 +
3307  tests/test_option.py                             |    1 +
3308  tests/test_overrides.py                          |   55
3309  +++++++++++----------
3310  tests/test_properties.py                         |   11 ++++-
3311  tests/test_signal.py                             |   32 +++++++++++-
3312  tests/test_source.py                             |    1 +
3313  tests/test_subprocess.py                         |    1 +
3314  tests/test_thread.py                             |    1 +
3315  tests/test_uris.py                               |    1 +
3316  tests/testmodule.py                              |    1 +
3317  58 files changed, 326 insertions(+), 111 deletions(-)
3318
3319 commit 917275d4aa81db39ccaca34fa514032fb80a3187
3320 Author: Johan Dahlin <johan@gnome.org>
3321 Date:   Thu Mar 22 10:33:29 2012 -0300
3322
3323     PEP8: Remove spaces around = for keyword arguments
3324
3325     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3326
3327  demos/gtk-demo/demos/appwindow.py     |    8 ++++----
3328  demos/gtk-demo/demos/colorselector.py |    4 ++--
3329  demos/gtk-demo/gtk-demo.py            |   24 ++++++++++++------------
3330  examples/option.py                    |    4 ++--
3331  gi/_glib/option.py                    |    2 +-
3332  gi/overrides/Gtk.py                   |    2 +-
3333  tests/test_gi.py                      |   26 +++++++++++++-------------
3334  tests/test_option.py                  |    2 +-
3335  tests/test_overrides.py               |    8 ++++----
3336  9 files changed, 40 insertions(+), 40 deletions(-)
3337
3338 commit 0c85656f95d3cb31becff10bbee7faae7b0b875b
3339 Author: Johan Dahlin <johan@gnome.org>
3340 Date:   Thu Mar 22 10:28:28 2012 -0300
3341
3342     PEP8: Remove trailing ;
3343
3344     https://bugzilla.gnome.org/show_bug.cgi?id=672627
3345
3346  demos/gtk-demo/demos/appwindow.py |    4 ++--
3347  demos/gtk-demo/demos/dialogs.py   |   30 +++++++++++++++---------------
3348  demos/gtk-demo/demos/links.py     |    2 +-
3349  demos/gtk-demo/demos/pixbuf.py    |    2 +-
3350  demos/gtk-demo/demos/printing.py  |    8 ++++----
3351  gi/overrides/Gtk.py               |    4 ++--
3352  tests/test_everything.py          |   22 +++++++++++-----------
3353  tests/test_gi.py                  |    2 +-
3354  tests/test_overrides.py           |    8 ++++----
3355  9 files changed, 41 insertions(+), 41 deletions(-)
3356
3357 commit 32cc594ab6dfbd4843f3db5ec8338d31ad5df6c6
3358 Author: Johan Dahlin <johan@gnome.org>
3359 Date:   Thu Mar 22 10:24:40 2012 -0300
3360
3361     Remove all tabs and fix indentation
3362
3363     By running the whole source tree via the indent.py script found
3364     in the Python distribution.
3365
3366  demos/gtk-demo/demos/Entry/search_entry.py     |    4 +-
3367  demos/gtk-demo/demos/Icon View/iconviewedit.py |   41 +++----
3368  demos/gtk-demo/demos/Tree View/liststore.py    |    8 +-
3369  demos/gtk-demo/demos/appwindow.py              |   18 +--
3370  demos/gtk-demo/demos/dialogs.py                |   26 ++--
3371  demos/gtk-demo/demos/expander.py               |    6 +-
3372  demos/gtk-demo/demos/images.py                 |    2 +-
3373  demos/gtk-demo/demos/links.py                  |    2 +-
3374  demos/gtk-demo/demos/rotatedtext.py            |   20 ++--
3375  gi/_glib/option.py                             |    2 +-
3376  gi/_gobject/constants.py                       |    1 -
3377  gi/importer.py                                 |    1 -
3378  gi/module.py                                   |   10 +-
3379  gi/overrides/GLib.py                           |   11 +-
3380  gi/overrides/Gdk.py                            |   30 ++---
3381  gi/overrides/Gio.py                            |    4 +-
3382  gi/overrides/Gtk.py                            |  150
3383  ++++++++++++------------
3384  gi/overrides/Pango.py                          |    1 -
3385  gi/overrides/__init__.py                       |   10 +-
3386  gi/pygtkcompat.py                              |    2 +-
3387  tests/compathelper.py                          |    2 +-
3388  tests/runtests.py                              |   19 ++-
3389  tests/test_everything.py                       |   22 ++--
3390  tests/test_gdbus.py                            |   11 +-
3391  tests/test_gi.py                               |   38 +++---
3392  tests/test_gobject.py                          |    2 +-
3393  tests/test_interface.py                        |    1 -
3394  tests/test_option.py                           |    1 -
3395  tests/test_overrides.py                        |   78 ++++++------
3396  tests/test_properties.py                       |    2 +-
3397  tests/test_uris.py                             |    1 -
3398  31 files changed, 255 insertions(+), 271 deletions(-)
3399
3400 commit c375e3136f0f48eb8a6717c0053155db088b329d
3401 Author: Martin Pitt <martin.pitt@ubuntu.com>
3402 Date:   Thu Mar 22 10:32:43 2012 +0100
3403
3404     tests: Replace deprecated Python API
3405
3406     failIf â†’ assertFalse, failUnless â†’ assertTrue
3407
3408     Caught by the previous commit of making deprecations fatal.
3409
3410  tests/test_option.py      |   10 +++----
3411  tests/test_overrides.py   |   66
3412  ++++++++++++++++++++++-----------------------
3413  tests/test_properties.py  |   14 +++++-----
3414  tests/test_pygtkcompat.py |   18 ++++++-------
3415  tests/test_signal.py      |    4 +--
3416  5 files changed, 56 insertions(+), 56 deletions(-)
3417
3418 commit 32525e565cc48454cdacbc44ad3fd751b81cb7e3
3419 Author: Martin Pitt <martin.pitt@ubuntu.com>
3420 Date:   Thu Mar 22 10:31:22 2012 +0100
3421
3422     Fail tests if they use or encounter deprecations
3423
3424  tests/Makefile.am |    2 +-
3425  1 file changed, 1 insertion(+), 1 deletion(-)
3426
3427 commit 65762243a34af014950527c323a51a29d40fb3e1
3428 Author: Martin Pitt <martin.pitt@ubuntu.com>
3429 Date:   Thu Mar 22 10:15:16 2012 +0100
3430
3431     Do not run tests in two phases any more
3432
3433     As we dropped the static bindings a while ago, there is no need any
3434     more to run
3435     the tests in two phases (static/GI). Now just run them all in one go,
3436     simplifying tests/Makefile.am.
3437
3438     As this changes the order of the tests, defining $GSETTINGS_SCHEMA_DIR
3439     now
3440     needs to happen even further, so move it from tests/test_overrides.py
3441     to
3442     tests/runtests.py.
3443
3444  tests/Makefile.am       |   33 ++++++++++++---------------------
3445  tests/runtests.py       |    7 +++++++
3446  tests/test_overrides.py |    6 ------
3447  3 files changed, 19 insertions(+), 27 deletions(-)
3448
3449 commit 3b4ae83a0ece8e3aed1de5452e2acd32841e629a
3450 Author: Martin Pitt <martin.pitt@ubuntu.com>
3451 Date:   Thu Mar 22 09:58:21 2012 +0100
3452
3453     test_overrides: Find local gsettings schema with current glib
3454
3455     With current glib, gsettings now fails to find the gschemas.compiled
3456     during the
3457     tests. Move the setting of $GSETTINGS_SCHEMA_DIR before the module
3458     import,
3459     which makes this work again.
3460
3461  tests/test_overrides.py |    9 +++++----
3462  1 file changed, 5 insertions(+), 4 deletions(-)
3463
3464 commit 927f7877ffa5e16c4cabcecbc05656ee0ec6a167
3465 Author: Paolo Borelli <pborelli@gnome.org>
3466 Date:   Wed Mar 21 21:09:24 2012 +0100
3467
3468     Add GtkComboBoxEntry compatibility
3469
3470     This widget has been removed in Gtk+ 3, add a small wrapper to the
3471     compat module to make at least basic pygtk programs that use it work.
3472
3473     https://bugzilla.gnome.org/show_bug.cgi?id=672589
3474
3475  gi/pygtkcompat.py         |   19 +++++++++++++++++++
3476  tests/test_pygtkcompat.py |   22 ++++++++++++++++++++++
3477  2 files changed, 41 insertions(+)
3478
3479 commit b322d6a1f6d44bace4eefb98558cfe94a73a727c
3480 Author: Johan Dahlin <johan@gnome.org>
3481 Date:   Wed Mar 21 16:01:35 2012 -0300
3482
3483     Correct review comments from Martin
3484
3485     https://bugzilla.gnome.org/show_bug.cgi?id=672578
3486
3487  tests/test_everything.py  |    4 ++--
3488  tests/test_pygtkcompat.py |   18 ++++++++++++++++++
3489  2 files changed, 20 insertions(+), 2 deletions(-)
3490
3491 commit c8bc6ae10cfe8b2eff4204ec2175907a6eb0585a
3492 Author: Johan Dahlin <johan@gnome.org>
3493 Date:   Wed Mar 21 14:45:53 2012 -0300
3494
3495     Correct pyflakes warnings/errors
3496
3497     And add a target to make check that runs pyflakes.
3498
3499     https://bugzilla.gnome.org/show_bug.cgi?id=672578
3500
3501  demos/gtk-demo/demos/Entry/entry_buffer.py       |    2 +-
3502  demos/gtk-demo/demos/Entry/entry_completion.py   |    2 +-
3503  demos/gtk-demo/demos/Entry/search_entry.py       |   12 +-
3504  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    2 +-
3505  demos/gtk-demo/demos/Icon View/iconviewedit.py   |    2 +-
3506  demos/gtk-demo/demos/Tree View/liststore.py      |    3 +-
3507  demos/gtk-demo/demos/appwindow.py                |   13 +-
3508  demos/gtk-demo/demos/assistant.py                |    4 +-
3509  demos/gtk-demo/demos/builder.py                  |    4 +-
3510  demos/gtk-demo/demos/button_box.py               |    2 +-
3511  demos/gtk-demo/demos/clipboard.py                |    2 +-
3512  demos/gtk-demo/demos/colorselector.py            |    2 +-
3513  demos/gtk-demo/demos/combobox.py                 |    4 +-
3514  demos/gtk-demo/demos/dialogs.py                  |    4 +-
3515  demos/gtk-demo/demos/drawingarea.py              |    2 +-
3516  demos/gtk-demo/demos/expander.py                 |    4 +-
3517  demos/gtk-demo/demos/images.py                   |    8 +-
3518  demos/gtk-demo/demos/infobars.py                 |    2 +-
3519  demos/gtk-demo/demos/links.py                    |    2 +-
3520  demos/gtk-demo/demos/menus.py                    |    5 +-
3521  demos/gtk-demo/demos/pickers.py                  |    2 +-
3522  demos/gtk-demo/demos/pixbuf.py                   |    2 +-
3523  demos/gtk-demo/demos/printing.py                 |    3 +-
3524  demos/gtk-demo/demos/rotatedtext.py              |    6 +-
3525  demos/gtk-demo/gtk-demo.py                       |    9 +-
3526  examples/cairo-demo.py                           |    2 +-
3527  gi/__init__.py                                   |    4 +
3528  gi/_glib/__init__.py                             |  101 ++++++++++-
3529  gi/_glib/option.py                               |    1 +
3530  gi/_gobject/__init__.py                          |  203
3531  +++++++++++++++++++---
3532  gi/_gobject/constants.py                         |    2 -
3533  gi/_gobject/propertyhelper.py                    |    4 +-
3534  gi/importer.py                                   |    2 +-
3535  gi/module.py                                     |    1 -
3536  gi/overrides/Gtk.py                              |    1 -
3537  gi/overrides/__init__.py                         |    1 -
3538  gi/pygtkcompat.py                                |    2 +
3539  gi/types.py                                      |    3 +
3540  tests/Makefile.am                                |    5 +
3541  tests/test_everything.py                         |    6 +-
3542  tests/test_gi.py                                 |    8 +-
3543  tests/test_option.py                             |   10 +-
3544  tests/test_overrides.py                          |   30 ++--
3545  tests/test_properties.py                         |   12 +-
3546  tests/test_pygtkcompat.py                        |    4 -
3547  tests/test_signal.py                             |    4 +-
3548  tests/test_source.py                             |    6 +-
3549  47 files changed, 377 insertions(+), 138 deletions(-)
3550
3551 commit 39650906559fcc39b4be406fa7e25c4788d349a3
3552 Author: Martin Pitt <martin.pitt@ubuntu.com>
3553 Date:   Wed Mar 21 16:59:33 2012 +0100
3554
3555     Make tests fail on CRITICAL logs, too, and apply to all tests
3556
3557     Instead of setting warnings/criticals to fatal in individual test
3558     modules, do
3559     it in runtests.py, so that it applies to all tests.
3560
3561     We currently have some tests which are known to generate CRITICALs
3562     (now marked
3563     with FIXME), and some WARNINGs (as they test behaviour with known-bad
3564     values).
3565     For these, warnings/criticals are now explicitly permitted.
3566
3567  tests/runtests.py        |    1 +
3568  tests/test_gi.py         |    7 ++++++-
3569  tests/test_overrides.py  |   14 +++++++-------
3570  tests/test_properties.py |   36 +++++++++++++++++++++---------------
3571  4 files changed, 35 insertions(+), 23 deletions(-)
3572
3573 commit efcb4b0b32c4dda06c3eeec83802fc0f302f0d27
3574 Author: Alberto Mardegan <alberto.mardegan@canonical.com>
3575 Date:   Tue Mar 20 14:55:07 2012 +0400
3576
3577     Support marshalling GI_TYPE_TAG_INTERFACE
3578
3579     Marshalling of interfaces got broken with commit
3580     7746d2188ac4933c2c9011d84525d1e62fc18953.
3581
3582     Also, do not abort on unsupported types, but log a critical failure
3583     and
3584     continue.
3585
3586     https://bugzilla.gnome.org/show_bug.cgi?id=668903
3587
3588  gi/pygi-marshal-from-py.c |    3 ++-
3589  gi/pygi-marshal-to-py.c   |    3 ++-
3590  2 files changed, 4 insertions(+), 2 deletions(-)
3591
3592 commit 8d85d6639778ec6364235071d272d67e7aae49ae
3593 Author: Martin Pitt <martin.pitt@ubuntu.com>
3594 Date:   Wed Mar 21 14:34:36 2012 +0100
3595
3596     Fix warnings on None values in added tree/list store rows
3597
3598     Commit bf8c95836e1c changed the List/TreeStore overrides to use
3599     insert_with_valuesv(), but supplied all columns instead of just
3600     those which are
3601     not None. With this, None values cause warnings like
3602
3603     (runtests.py:12375): Gtk-WARNING **:
3604     /build/buildd/gtk+3.0-3.3.20/./gtk/gtkliststore.c:851: Unable to
3605     convert from (null) to gboolean
3606
3607     Update the tests to make warnings fatal, to catch this better.
3608
3609     Change _convert_row() to skip the None entries and return the list
3610     of not-None
3611     columns, and use the latter instead of a simple range(n_columns). This
3612     matches
3613     the behaviour before bf8c95836e1c, where columns with None values
3614     were skipped
3615     as well.
3616
3617     https://bugzilla.gnome.org/show_bug.cgi?id=672463
3618
3619  gi/overrides/Gtk.py     |   26 ++++++++++++++------------
3620  tests/test_overrides.py |    5 +++++
3621  2 files changed, 19 insertions(+), 12 deletions(-)
3622
3623 commit 38aecc481741fd3a319a76a0ec8bf5329a483876
3624 Author: Martin Pitt <martin.pitt@ubuntu.com>
3625 Date:   Wed Mar 21 15:21:02 2012 +0100
3626
3627     pygtkcompat test: Properly clean up PixbufLoader
3628
3629     Tests currently give
3630
3631     (runtests.py:15072): GdkPixbuf-WARNING **: GdkPixbufLoader finalized
3632     without calling gdk_pixbuf_loader_close() - this is not allowed. You
3633     must explicitly end the data stream to the loader before dropping
3634     the last reference.
3635
3636     Fix this by calling close().
3637
3638  tests/test_pygtkcompat.py |    3 ++-
3639  1 file changed, 2 insertions(+), 1 deletion(-)
3640
3641 commit 5e0e5e72a4436badd09f0aa07f62960afcdca8c6
3642 Author: Martin Pitt <martin.pitt@ubuntu.com>
3643 Date:   Mon Mar 19 16:58:22 2012 +0100
3644
3645     post-release bump
3646
3647     Use 3.1.93 for now, this will most likely become 3.2.0 as it is.
3648
3649  configure.ac |    2 +-
3650  1 file changed, 1 insertion(+), 1 deletion(-)
3651
3652 commit 88924e399d7ccf7af2e9a78720e0c508cd6080d8
3653 Author: Martin Pitt <martin.pitt@ubuntu.com>
3654 Date:   Mon Mar 19 16:41:17 2012 +0100
3655
3656     Release 3.1.92
3657
3658  NEWS |   46 ++++++++++++++++++++++++++++++++++++++++++++++
3659  1 file changed, 46 insertions(+)
3660
3661 commit b41e6139befb984c0b78bcefe2630ab1393b4b40
3662 Author: Martin Pitt <martin.pitt@ubuntu.com>
3663 Date:   Mon Mar 19 16:14:54 2012 +0100
3664
3665     README: Update current maintainers
3666
3667     Also update Martin's email address.
3668
3669  README         |   10 ++++++----
3670  pygobject.doap |    2 +-
3671  2 files changed, 7 insertions(+), 5 deletions(-)
3672
3673 commit 45e27ba7e447552057a2950fc768c63ff2e6612e
3674 Author: Martin Pitt <martin.pitt@ubuntu.com>
3675 Date:   Mon Mar 19 16:11:22 2012 +0100
3676
3677     Bump version to 3.1.92, in sync with GNOME
3678
3679  configure.ac |    2 +-
3680  1 file changed, 1 insertion(+), 1 deletion(-)
3681
3682 commit 77d358f8c5f524259249ea686899e3a4da05562e
3683 Author: Johan Dahlin <johan@gnome.org>
3684 Date:   Mon Mar 19 11:54:07 2012 -0300
3685
3686     Correct Gtk.TreePath.__iter__ to work with Python 3
3687
3688  gi/overrides/Gtk.py |    2 +-
3689  1 file changed, 1 insertion(+), 1 deletion(-)
3690
3691 commit 1f18bcb37bdc42368ad9a07c7f348f736c2f665d
3692 Author: Martin Pitt <martin.pitt@ubuntu.com>
3693 Date:   Mon Mar 19 15:54:13 2012 +0100
3694
3695     Fix pygtkcompat.py to work with Python 3
3696
3697  gi/pygtkcompat.py |   20 +++++++++++++++-----
3698  1 file changed, 15 insertions(+), 5 deletions(-)
3699
3700 commit 96a9f92da801989464fbcedf6d849819f6dbea64
3701 Author: Martin Pitt <martin.pitt@ubuntu.com>
3702 Date:   Mon Mar 19 15:32:22 2012 +0100
3703
3704     Fix test_everything.TestSignals.test_object_param_signal test case
3705
3706     The callback gets two arguments, not one. This short-circuited
3707     the actual
3708     assertions. Fix the arguments and update the refcount check, as it
3709     is not
3710     exactly two at the moment.
3711
3712  tests/test_everything.py |    4 ++--
3713  1 file changed, 2 insertions(+), 2 deletions(-)
3714
3715 commit ba00afb1e50759b2b321f16e05a15946053cdafa
3716 Author: Johan Dahlin <johan@gnome.org>
3717 Date:   Mon Mar 19 10:58:09 2012 -0300
3718
3719     pygtkcompat: Remove first argument for get_origin()
3720
3721  gi/pygtkcompat.py         |    5 +++++
3722  tests/test_pygtkcompat.py |    5 +++++
3723  2 files changed, 10 insertions(+)
3724
3725 commit 65499246a862ce6a82bc3b0cc74fe8ff82dde687
3726 Author: Johan Dahlin <johan@gnome.org>
3727 Date:   Fri Mar 16 16:08:44 2012 -0300
3728
3729     GtkViewport: Add a default values for the adjustment constructor
3730     parameters
3731
3732     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3733
3734  gi/overrides/Gtk.py     |   10 ++++++++++
3735  tests/test_overrides.py |   11 +++++++++++
3736  2 files changed, 21 insertions(+)
3737
3738 commit 43c761d9f35252dcb58b9cf2278016d841eea4ec
3739 Author: Johan Dahlin <johan@gnome.org>
3740 Date:   Fri Mar 16 16:08:23 2012 -0300
3741
3742     GtkIconSet: Add a default value for the pixbuf constructor parameter
3743
3744     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3745
3746  gi/overrides/Gtk.py     |   11 +++++++++++
3747  tests/test_overrides.py |    6 ++++++
3748  2 files changed, 17 insertions(+)
3749
3750 commit 116d3712251b1b8aa2d4f4a9e40e22f5b9fcbe4f
3751 Author: Johan Dahlin <johan@gnome.org>
3752 Date:   Fri Mar 16 16:07:30 2012 -0300
3753
3754     PangoLayout: Add a default value for set_markup()
3755
3756     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3757
3758  gi/overrides/Pango.py   |    3 +++
3759  tests/test_overrides.py |    4 ++++
3760  2 files changed, 7 insertions(+)
3761
3762 commit a3ca47b086b7fcf084282be788c5d737dde847ac
3763 Author: Johan Dahlin <johan@gnome.org>
3764 Date:   Fri Mar 16 16:06:37 2012 -0300
3765
3766     Gtk[HV]Scrollbar: Add a default value for the adjustment constructor
3767     parameter
3768
3769     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3770
3771  gi/overrides/Gtk.py     |   15 +++++++++++++++
3772  tests/test_overrides.py |   14 ++++++++++++++
3773  2 files changed, 29 insertions(+)
3774
3775 commit 458dab08c78cb730dd95bcd67af20a0d73a3af2f
3776 Author: Johan Dahlin <johan@gnome.org>
3777 Date:   Fri Mar 16 16:06:12 2012 -0300
3778
3779     GtkToolButton: Add a default value for the stock_id constructor
3780     parameter
3781
3782     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3783
3784  gi/overrides/Gtk.py     |   10 ++++++++++
3785  tests/test_overrides.py |    9 ++++++++-
3786  2 files changed, 18 insertions(+), 1 deletion(-)
3787
3788 commit 2f7789a5a1f55ec38c5ff0f96bc5c9023679a333
3789 Author: Johan Dahlin <johan@gnome.org>
3790 Date:   Fri Mar 16 16:05:55 2012 -0300
3791
3792     GtkIconView: Add a default value for the model constructor parameter
3793
3794     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3795
3796  gi/overrides/Gtk.py     |    3 +++
3797  tests/test_overrides.py |   11 +++++++++++
3798  2 files changed, 14 insertions(+)
3799
3800 commit 2dd9dadd1bd92c3324e9de209ba8205a9d4106d6
3801 Author: Johan Dahlin <johan@gnome.org>
3802 Date:   Thu Mar 15 15:22:46 2012 -0300
3803
3804     Add a default value for column in Gtk.TreeView.get_cell_area()
3805
3806     https://bugzilla.gnome.org/show_bug.cgi?id=672260
3807
3808  gi/overrides/Gtk.py     |    5 +++++
3809  tests/test_overrides.py |    3 +++
3810  2 files changed, 8 insertions(+)
3811
3812 commit bf8c95836e1cc1e1629937cbc69ea3027fb82746
3813 Author: Martin Pitt <martin.pitt@ubuntu.com>
3814 Date:   Thu Mar 15 09:48:10 2012 +0100
3815
3816     Atomic inserts in Gtk.{List,Tree}Store overrides
3817
3818     Gtk.{List,Tree}Store's overrides provide append(), insert()
3819     etc. methods which
3820     take an optional data row array. If this is given, use
3821     insert_with_valuesv()
3822     instead of creating a new iter and then filling it with data. The
3823     latter sent a
3824     row-added signal, at which time the row was still empty, and a
3825     subsequent
3826     row-changed signal. With this we only get a single row-added
3827     signal with
3828     complete row data.
3829
3830     Note that this does not change insert_{before,after}(), as there is no
3831     counterpart of insert_with_valuesv() which takes a TreeIter instead
3832     of a
3833     position. For those you will still get two signals, and have to deal
3834     with None
3835     values.
3836
3837     https://bugzilla.gnome.org/show_bug.cgi?id=671610
3838
3839  gi/overrides/Gtk.py     |   81
3840  +++++++++++++++++++++++++++++------------------
3841  tests/test_overrides.py |   74
3842  +++++++++++++++++++++++++++++++++++++++++++
3843  2 files changed, 124 insertions(+), 31 deletions(-)
3844
3845 commit f7db4eaf8148f2dd8bf1718152a1dcae509470c7
3846 Author: Martin Pitt <martin.pitt@ubuntu.com>
3847 Date:   Sun Mar 18 16:07:26 2012 +0100
3848
3849     Fix Gtk.Button constructor to accept use_stock parameter
3850
3851     Thanks to kalanzun@googlemail.com!
3852
3853     https://bugzilla.gnome.org/show_bug.cgi?id=672318
3854
3855     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
3856
3857  gi/overrides/Gtk.py     |    4 +---
3858  tests/test_overrides.py |    6 ++++++
3859  2 files changed, 7 insertions(+), 3 deletions(-)
3860
3861 commit 466337cf2fd091738eeab12c10d250a9d0827284
3862 Author: Johan Dahlin <johan@gnome.org>
3863 Date:   Fri Mar 16 16:55:47 2012 -0300
3864
3865     Correct bad rebase, remove duplicate Window
3866
3867  gi/overrides/Gtk.py |    7 -------
3868  1 file changed, 7 deletions(-)
3869
3870 commit c60d5ee3c88bd8e1c68ea97f079947cf79d5bb7d
3871 Author: Johan Dahlin <johan@gnome.org>
3872 Date:   Thu Mar 15 15:42:28 2012 -0300
3873
3874     Add a PyGTK compatibility layer
3875
3876     This module tries quite a bit harder to maintain compatibility
3877     with PyGTK, module names, enums, flags and some API.
3878
3879     https://bugzilla.gnome.org/show_bug.cgi?id=653462
3880
3881  gi/Makefile.am            |    3 +-
3882  gi/pygtkcompat.py         |  421
3883  +++++++++++++++++++++++++++++++++++++++++++++
3884  tests/Makefile.am         |    3 +-
3885  tests/test_pygtkcompat.py |   77 +++++++++
3886  4 files changed, 502 insertions(+), 2 deletions(-)
3887
3888 commit 680a2e04ac4f80ad16e820d3f753519477c988aa
3889 Author: Johan Dahlin <johan@gnome.org>
3890 Date:   Wed Mar 14 15:20:53 2012 -0300
3891
3892     Add bw-compatible arguments to Gtk.Adjustment
3893
3894     The argument used to be called page/step_incr, if they
3895     are found map them to the existing properties for extra
3896     compatibility.
3897
3898     https://bugzilla.gnome.org/show_bug.cgi?id=672087
3899
3900  gi/overrides/Gtk.py |    8 +++++++-
3901  1 file changed, 7 insertions(+), 1 deletion(-)
3902
3903 commit fbd21ee7176bc1b70547ea464b512c8ffd674187
3904 Author: Johan Dahlin <johan@gnome.org>
3905 Date:   Wed Mar 14 17:13:04 2012 -0300
3906
3907     GtkTreePath: make it iterable
3908
3909     https://bugzilla.gnome.org/show_bug.cgi?id=672093
3910
3911  gi/overrides/Gtk.py     |    3 +++
3912  tests/test_overrides.py |    2 ++
3913  2 files changed, 5 insertions(+)
3914
3915 commit a7b08cb75541612c78d123b1d968be7874e3c481
3916 Author: Johan Dahlin <johan@gnome.org>
3917 Date:   Wed Mar 14 13:32:31 2012 -0300
3918
3919     Add a default argument to TreeModelFilter.set_visible_func()
3920
3921     https://bugzilla.gnome.org/show_bug.cgi?id=672081
3922
3923  gi/overrides/Gtk.py |   14 ++++++++++++++
3924  1 file changed, 14 insertions(+)
3925
3926 commit 02950cabb38b1b3c9378c42c069eefdbccbce17d
3927 Author: Johan Dahlin <johan@gnome.org>
3928 Date:   Wed Mar 14 13:31:41 2012 -0300
3929
3930     Add a default argument to Gtk.TreeView.set_cursor
3931
3932     And also make sure that the path is a Gtk.TreePath.
3933
3934     https://bugzilla.gnome.org/show_bug.cgi?id=672081
3935
3936  gi/overrides/Gtk.py     |    4 ++++
3937  tests/test_overrides.py |   10 ++++++++++
3938  2 files changed, 14 insertions(+)
3939
3940 commit 7245bd0ae3f6243c79fa8543a0ed1e50e5015844
3941 Author: Johan Dahlin <johan@gnome.org>
3942 Date:   Wed Mar 14 13:31:06 2012 -0300
3943
3944     Add a default argument to Pango.Context.get_metrics()
3945
3946     https://bugzilla.gnome.org/show_bug.cgi?id=672081
3947
3948  gi/overrides/Pango.py |    9 +++++++++
3949  1 file changed, 9 insertions(+)
3950
3951 commit bc1fd8814df6c1e85b586d0fb943c89f7e2b78b5
3952 Author: Martin Pitt <martin.pitt@ubuntu.com>
3953 Date:   Fri Mar 16 13:27:56 2012 +0100
3954
3955     Fix double-freeing GValues in arrays
3956
3957     When marshalling a GValue array to C, the GValue items are copied
3958     into a C
3959     GValue array, not a C GValue pointer
3960     array. _pygi_marshal_from_py_array()
3961     already calls the cleanup_func for the original item;
3962     _pygi_marshal_cleanup_from_py_array() must not do it again, as this
3963     would try
3964     to g_slice_free the array item.
3965
3966     https://bugzilla.gnome.org/show_bug.cgi?id=672224
3967
3968  gi/pygi-marshal-from-py.c |    7 ++++++-
3969  1 file changed, 6 insertions(+), 1 deletion(-)
3970
3971 commit a906b7d1947ba905f959d3f738eb6c29b02f96e7
3972 Author: Simon Feltman <s.feltman@gmail.com>
3973 Date:   Fri Mar 16 00:29:31 2012 -0700
3974
3975     Renamed "property" class to "Property"
3976
3977     Renamed to match the rest of the class names in GObject and also
3978     not clobber the builtin python property.
3979
3980     Keep the old "property" identifier for backwards compatibility
3981     for now.
3982
3983     https://bugzilla.gnome.org/show_bug.cgi?id=672168
3984
3985     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
3986
3987  examples/properties.py        |    6 +--
3988  gi/_gobject/__init__.py       |    7 +--
3989  gi/_gobject/propertyhelper.py |   12 +++---
3990  tests/test_interface.py       |    4 +-
3991  tests/test_properties.py      |   94
3992  ++++++++++++++++++++---------------------
3993  5 files changed, 62 insertions(+), 61 deletions(-)
3994
3995 commit d7d28d717e38c0546529b09b8b571a5cc631c5b5
3996 Author: Martin Pitt <martin.pitt@ubuntu.com>
3997 Date:   Wed Mar 14 22:52:47 2012 +0100
3998
3999     Fix Python to C marshalling of GValue arrays
4000
4001     For GValues we cannot just copy the GValue memory in
4002     _pygi_marshal_from_py_array(), as the from_py_cleanup() function
4003     clears and
4004     releases the GValue and with it its v_pointer. Use g_value_copy()
4005     to copy by
4006     value instead.
4007
4008     This uncovered another bug in _pygi_marshal_cleanup_from_py_array():
4009     It always
4010     assumed that C arrays contained pointers, but this is not the case
4011     for GValue
4012     arrays: these are actual struct arrays, not struct pointer arrays
4013     (cf. their
4014     construction in _pygi_marshal_from_py_array()). Check if an array
4015     contains
4016     pointers or values and compute the correct array item pointer for
4017     both cases.
4018
4019     Also add a corresponding test case for marshalling GValue arrays
4020     from C back to
4021     Python, which works fine.
4022
4023     https://bugzilla.gnome.org/show_bug.cgi?id=672065
4024
4025  gi/pygi-marshal-cleanup.c |   19 ++++++++++++++-----
4026  gi/pygi-marshal-from-py.c |   13 ++++++++++++-
4027  tests/test_gi.py          |    8 ++++++++
4028  3 files changed, 34 insertions(+), 6 deletions(-)
4029
4030 commit 27ac9c1de6487035b18ef4511c155d251cb6d39d
4031 Author: Johan Dahlin <johan@gnome.org>
4032 Date:   Fri Mar 16 09:59:57 2012 +0100
4033
4034     Correct the Gtk.Window hierarchy
4035
4036     We need to make sure that all Gtk.Dialog subclasses inherit from
4037     the overridden Window class. For that to be done automaticly we need
4038     to create the Window class before the Dialog class.
4039
4040     Now when it's inherited properly we need to avoid calling the Window
4041     constructor twice as it passes in a construct-only parameter. So add
4042     **kwargs to the Window constructor to allow us to pass in any kind
4043     of GObject property to it and refactor the Dialog subclasses to pass
4044     in all properties to the same constructor.
4045
4046     Also adds a bunch of tests to make sure that the hiearchy is correct.
4047
4048     https://bugzilla.gnome.org/show_bug.cgi?id=672158
4049
4050     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4051
4052  gi/overrides/Gtk.py     |   56
4053  +++++++++++++++++++++++------------------------
4054  tests/test_overrides.py |   35 +++++++++++++++++++++++++++--
4055  2 files changed, 61 insertions(+), 30 deletions(-)
4056
4057 commit 77ab27ab8a580d98f76730f075e083e1e870f55e
4058 Author: simon <simon@gerty>
4059 Date:   Tue Mar 13 01:41:53 2012 -0700
4060
4061     Renamed getter/setter instance attributes to fget/fset respectively.
4062
4063     The python 'property' class allows for decoration of methods using
4064     .getter and .setter. These were added as methods to the
4065     GObject.property
4066     class to match that of the python property class and allow for
4067     decoratored
4068     setter methods.
4069
4070     In addition, __call__ was added to allow an instantiated decorator
4071     with
4072     args to also decorate a method:
4073
4074     class C(GObject.GObject):
4075         _value = 0
4076         @GObject.property(type=int, default=0)
4077         def propInt(self):
4078             return self._value
4079         @propInt.setter
4080         def propInt(self, value):
4081             self._value = value
4082
4083     https://bugzilla.gnome.org/show_bug.cgi?id=586181
4084
4085     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4086
4087  gi/_gobject/__init__.py       |   10 +++----
4088  gi/_gobject/propertyhelper.py |   59
4089  ++++++++++++++++++++++++++++++-----------
4090  tests/test_properties.py      |   41 ++++++++++++++++++++++++++++
4091  3 files changed, 89 insertions(+), 21 deletions(-)
4092
4093 commit 174a61fb3149c07dab5cc35e64825922cdefcb95
4094 Author: Johan Dahlin <johan@gnome.org>
4095 Date:   Tue Mar 13 17:10:13 2012 -0300
4096
4097     Add Gtk.Arrow/Gtk.Window constructor override
4098
4099     Adds argument that makes them compatible with PyGTK.
4100
4101     https://bugzilla.gnome.org/show_bug.cgi?id=672045
4102
4103  gi/overrides/Gtk.py |   17 +++++++++++++++++
4104  1 file changed, 17 insertions(+)
4105
4106 commit 7746d2188ac4933c2c9011d84525d1e62fc18953
4107 Author: Michel Dänzer <michel@daenzer.net>
4108 Date:   Fri Mar 9 12:26:53 2012 +0100
4109
4110     Fix marshalling to/from Python to work on big endian machines.
4111
4112     https://bugzilla.gnome.org/show_bug.cgi?id=668903
4113
4114     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4115
4116  gi/pygi-argument.c        |   25 ++++++++++++++++---------
4117  gi/pygi-marshal-from-py.c |   32 +++++++++++++++++++++++++-------
4118  gi/pygi-marshal-to-py.c   |   19 +++++++++++++++++++
4119  3 files changed, 60 insertions(+), 16 deletions(-)
4120
4121 commit 0591cc6f160ae6e9d8c3970934ae105ef340d7d3
4122 Author: Michel Dänzer <michel@daenzer.net>
4123 Date:   Thu Mar 8 12:21:28 2012 +0100
4124
4125     Use gi_cclosure_marshal_generic instead of duplicating it.
4126
4127     Bump gobject-introspection dependency to ensure that we have the
4128     corresponding
4129     changes in g-i.
4130
4131     https://bugzilla.gnome.org/show_bug.cgi?id=668903
4132
4133     Signed-off-by: Michel Dänzer <michel@daenzer.net>
4134     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4135
4136  configure.ac                 |    3 +-
4137  gi/_gobject/Makefile.am      |    7 +-
4138  gi/_gobject/ffi-marshaller.c |  194
4139  ------------------------------------------
4140  gi/_gobject/ffi-marshaller.h |   31 -------
4141  gi/_gobject/gobjectmodule.c  |   12 +--
4142  5 files changed, 4 insertions(+), 243 deletions(-)
4143
4144 commit 8ca828825a2c47080055c5f986979aac8da9a93f
4145 Author: René Stadler <rene.stadler@collabora.co.uk>
4146 Date:   Mon Mar 5 21:10:55 2012 +0100
4147
4148     Override Gtk.TreeView.get_visible_range to fix return
4149
4150     Just like IconView.
4151
4152     https://bugzilla.gnome.org/show_bug.cgi?id=671409
4153
4154  gi/overrides/Gtk.py |    5 +++++
4155  1 file changed, 5 insertions(+)
4156
4157 commit 4824ceaa77b59788325a2c1ee0f994d4e74d7a1c
4158 Author: Paolo Borelli <pborelli@gnome.org>
4159 Date:   Sun Mar 4 16:41:18 2012 +0100
4160
4161     Plug memory leak in _is_union_member
4162
4163     When we found the member, unref the objects before breaking out of the
4164     loop.
4165
4166  gi/pygi-marshal-from-py.c |    9 +++------
4167  1 file changed, 3 insertions(+), 6 deletions(-)
4168
4169 commit c6ae29ac157978a61b11cc2de9e8485d8a175105
4170 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4171 Date:   Tue Feb 21 15:37:18 2012 +0100
4172
4173     tests: Split TestInterfaces into separate tests
4174
4175  tests/test_gi.py |   36 +++++++++++++++++++-----------------
4176  1 file changed, 19 insertions(+), 17 deletions(-)
4177
4178 commit de3299818ae5fdf1c7abbe05a36bfd5cdface7b8
4179 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4180 Date:   Mon Feb 20 19:37:32 2012 +0100
4181
4182     Post release version bump to 3.1.2
4183
4184  configure.ac |    2 +-
4185  1 file changed, 1 insertion(+), 1 deletion(-)
4186
4187 commit fd020e783c0dacea3320225b4ddd57d6a0fce7ea
4188 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4189 Date:   Mon Feb 20 19:33:56 2012 +0100
4190
4191     Prepare 3.1.1 release
4192
4193  NEWS |   18 ++++++++++++++++++
4194  1 file changed, 18 insertions(+)
4195
4196 commit 99485d96811667ef7a7a393b68b7361733157d61
4197 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4198 Date:   Sat Feb 18 00:38:05 2012 +0100
4199
4200     Don't use C99 style
4201
4202  gi/pygi-cache.c |    3 ++-
4203  1 file changed, 2 insertions(+), 1 deletion(-)
4204
4205 commit 0739c39f6282d95fc17ee406fa1151d074b0450d
4206 Author: Martin Pitt <martin.pitt@ubuntu.com>
4207 Date:   Thu Feb 16 16:42:53 2012 +0100
4208
4209     Add test for GPtrArray with transfer full
4210
4211     This complements the already existing test for a "transfer container"
4212     return
4213     array. We can't verify the internal refcount as these arrays get
4214     marshalled
4215     internally, but at least we can verify that it does not crash due to
4216     double-free.
4217
4218  tests/test_everything.py |   10 +++++++++-
4219  1 file changed, 9 insertions(+), 1 deletion(-)
4220
4221 commit 087a104f66793a981a0c02f1c7ab9cc1cf659da3
4222 Author: Martin Pitt <martin.pitt@ubuntu.com>
4223 Date:   Wed Feb 15 13:36:39 2012 +0100
4224
4225     Drop obsolete g_thread_init()
4226
4227     Not necessary any more since glib 2.24, and we depend on 2.31.
4228
4229  gi/_glib/pyglib.c |    3 ---
4230  1 file changed, 3 deletions(-)
4231
4232 commit 66fb610e45912a7def29e5848577d280ef55643a
4233 Author: Martin Pitt <martin.pitt@ubuntu.com>
4234 Date:   Wed Feb 15 13:35:33 2012 +0100
4235
4236     Fix deprecated g_source_get_current_time()
4237
4238     Use g_get_real_time() instead as recommended by the
4239     documentation. This also
4240     simplifies the code.
4241
4242  gi/_glib/pygsource.c |    4 +---
4243  1 file changed, 1 insertion(+), 3 deletions(-)
4244
4245 commit 18342edded05d3d9cccf648ed92bc1cac95c51eb
4246 Author: Martin Pitt <martin.pitt@ubuntu.com>
4247 Date:   Wed Feb 15 13:31:23 2012 +0100
4248
4249     Fix deprecated g_value_[gs]et_char()
4250
4251     Replace with _schar(). We depend on glib >= 2.31 already.
4252
4253  gi/_gobject/ffi-marshaller.c |    2 +-
4254  gi/_gobject/pygtype.c        |    6 +++---
4255  gi/pygi-argument.c           |    2 +-
4256  3 files changed, 5 insertions(+), 5 deletions(-)
4257
4258 commit 3dfb8dcbe7cf09dc170433fc48d3273c6ea9448e
4259 Author: Simon Schampijer <simon@schampijer.de>
4260 Date:   Thu Feb 2 19:06:01 2012 +0100
4261
4262     Make pygiconvert.sh correctly convert gtk.gdk.x11_*
4263
4264     Looking at the gir file gtk.gdk.x11_* should get converted to
4265     GdkX11.x11_*. Fixing pygiconvert.sh to do so.
4266
4267  pygi-convert.sh |    2 +-
4268  1 file changed, 1 insertion(+), 1 deletion(-)
4269
4270 commit 3af5016978df598d5fd1c225cc49bb2c04dc4e35
4271 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4272 Date:   Fri Feb 10 13:29:41 2012 +0100
4273
4274     Raise required glib version to 2.31 because of g_value_(get|set)_schar
4275
4276     Commit ee62df4d2fc0cc63c2f29d3ad9b47b875dbd5f89 introduced both calls
4277
4278  configure.ac |    6 +++---
4279  1 file changed, 3 insertions(+), 3 deletions(-)
4280
4281 commit 50c3b1bad3ea79750649f4b48fce0adbfaba5268
4282 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
4283 Date:   Fri Feb 10 09:28:36 2012 +0100
4284
4285     Fix cset_first typo
4286
4287     https://bugzilla.gnome.org/show_bug.cgi?id=649267
4288
4289  gi/_gobject/pygparamspec.c |    2 +-
4290  1 file changed, 1 insertion(+), 1 deletion(-)
4291
4292 commit 6ab542fb3ec1031922ba65664d77bbaac0df453e
4293 Author: Bastian Winkler <buz@netbuz.org>
4294 Date:   Mon Nov 14 14:41:08 2011 +0100
4295
4296     pygi-convert: Handle Clutter and Cogl
4297
4298     https://bugzilla.gnome.org/show_bug.cgi?id=664496
4299
4300  pygi-convert.sh |   76
4301  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
4302  1 file changed, 76 insertions(+)
4303
4304 commit 4aeb27efc43e131de5d0bc0f60dca7c1d34c3d45
4305 Author: Cédric Krier <cedric.krier@b2ck.com>
4306 Date:   Fri Feb 10 09:04:18 2012 +0100
4307
4308     Provide access to gpointer struct values
4309
4310     https://bugzilla.gnome.org/show_bug.cgi?id=668356
4311
4312     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4313
4314  gi/pygi-argument.c       |    3 ++-
4315  gi/pygi-info.c           |   13 +++++++++++++
4316  tests/test_everything.py |   21 +++++++++++++++++++++
4317  3 files changed, 36 insertions(+), 1 deletion(-)
4318
4319 commit 5c0b20cc1a261cb7430a5251dffe60da698033b5
4320 Author: Paolo Borelli <pborelli@gnome.org>
4321 Date:   Thu Feb 9 18:15:42 2012 +0100
4322
4323     Add some GType tests
4324
4325     Use what was recently added in g-i
4326
4327  tests/test_gi.py |   17 +++++++++++++++--
4328  1 file changed, 15 insertions(+), 2 deletions(-)
4329
4330 commit ea7778f6f37a6fc38f88d89d4b6cae8be0ed9753
4331 Author: Paolo Borelli <pborelli@gnome.org>
4332 Date:   Thu Feb 9 18:14:52 2012 +0100
4333
4334     Split GStrv and array variant tests in their own classes
4335
4336     Also tidy up the spacing a bit
4337
4338  tests/test_gi.py |   29 +++++++++++++++++++++++------
4339  1 file changed, 23 insertions(+), 6 deletions(-)
4340
4341 commit db7f9be319d3cf52aef300fbac60cabb7ff57276
4342 Author: Paolo Borelli <pborelli@gnome.org>
4343 Date:   Wed Feb 8 22:23:30 2012 +0100
4344
4345     Add unit test for builder's connect_after
4346
4347  tests/test_overrides.py |    8 ++++++++
4348  1 file changed, 8 insertions(+)
4349
4350 commit 671f9b0dd73ac41a84caf9d1f04cec351bc01b47
4351 Author: Ryan Lortie <desrt@desrt.ca>
4352 Date:   Wed Feb 8 16:06:22 2012 -0500
4353
4354     fix GtkBuilder signal connection 'after' logic
4355
4356     All GtkBuilder signals are presently being connected 'after', ignoring
4357     what is specified in the builder XML.  This is due to an obvious logic
4358     error.
4359
4360     https://bugzilla.gnome.org/show_bug.cgi?id=669705
4361
4362  gi/overrides/Gtk.py |    2 +-
4363  1 file changed, 1 insertion(+), 1 deletion(-)
4364
4365 commit 1d23d8006be98b77a0134fddd23b76df05e489fa
4366 Author: Patrick Welche <prlw1@cam.ac.uk>
4367 Date:   Tue Feb 7 11:49:58 2012 +0000
4368
4369     test(1) uses '=' to test if strings are identical
4370
4371     https://bugzilla.gnome.org/show_bug.cgi?id=669598
4372
4373  m4/python.m4 |    6 +++---
4374  1 file changed, 3 insertions(+), 3 deletions(-)
4375
4376 commit 945fd18e531c2131440af93dcd89f6c63abbfd7c
4377 Author: Ryan Lortie <desrt@desrt.ca>
4378 Date:   Tue Feb 7 13:42:19 2012 -0500
4379
4380     pygspawn: improve error checking
4381
4382     gspawn 'argv' and 'envp' parameters expect sequences of strings.  This
4383     is enforced by checking that the passed argument is a sequence
4384     and that
4385     each item returned from it is a string.
4386
4387     We do now, however, verify that each item can be successfully
4388     taken from
4389     the sequence.  'os.environ' is an example of an object that passes
4390     PySequence_Check() but fails to return objects from PySequence_ITEM().
4391
4392     Add a simple NULL check to avoid the crash.
4393
4394     https://bugzilla.gnome.org/show_bug.cgi?id=669594
4395
4396  gi/_glib/pygspawn.c |    4 ++--
4397  1 file changed, 2 insertions(+), 2 deletions(-)
4398
4399 commit 8fc969c45d6d720400dc6c9ef391d0ca93f14b5a
4400 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4401 Date:   Mon Feb 6 19:15:53 2012 +0100
4402
4403     Post release version bump to 3.1.1
4404
4405  configure.ac |    2 +-
4406  1 file changed, 1 insertion(+), 1 deletion(-)
4407
4408 commit f76b2fe6d37be76bf129ee2adee90b2cc0eee56e
4409 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4410 Date:   Mon Feb 6 19:11:52 2012 +0100
4411
4412     Prepare 3.1.0 release
4413
4414  NEWS |   34 ++++++++++++++++++++++++++++++++++
4415  1 file changed, 34 insertions(+)
4416
4417 commit c09d0dffc5a570d5ae4df1ae07b2e5594c3ca1bf
4418 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4419 Date:   Mon Feb 6 19:04:41 2012 +0100
4420
4421     Updated DOAP file to only include people currently actively working
4422     on the project
4423
4424     Removed obsolete MAINTAINERS file
4425
4426  MAINTAINERS    |   19 -------------------
4427  pygobject.doap |   44 +++++++++++++++-----------------------------
4428  2 files changed, 15 insertions(+), 48 deletions(-)
4429
4430 commit 0285e107be581c4d594127dc06cd05df1f02fb3f
4431 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4432 Date:   Mon Feb 6 18:57:01 2012 +0100
4433
4434     Revert "Convert all strings to utf-8 encoding when retrieving from
4435     TreeModel"
4436
4437     This reverts commit 654711d0f940d7480d0f1cdb25a3dc9996f7a706.
4438
4439     Due to this commit breaking backwards compatability, we decided to
4440     revert this change
4441
4442  gi/overrides/Gtk.py     |   15 ---------------
4443  tests/compathelper.py   |    2 --
4444  tests/test_overrides.py |   31 +------------------------------
4445  3 files changed, 1 insertion(+), 47 deletions(-)
4446
4447 commit 0e921cd26ed5a6e3bc6ef5f553e8b22b862d72a6
4448 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4449 Date:   Sun Feb 5 13:47:10 2012 +0100
4450
4451     tests: Fixed issues with python3
4452
4453  tests/test_gi.py |    9 ++++++---
4454  1 file changed, 6 insertions(+), 3 deletions(-)
4455
4456 commit ee62df4d2fc0cc63c2f29d3ad9b47b875dbd5f89
4457 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4458 Date:   Sun Feb 5 11:59:51 2012 +0100
4459
4460     Properly distinguish between different integer types for properties
4461
4462     https://bugzilla.gnome.org/show_bug.cgi?id=664150
4463
4464  gi/pygi-property.c |   48 ++++++++++++++++++++++++++++++++++++----
4465  tests/test_gi.py   |   62
4466  ++++++++++++++++++++++++++++++++++++++++++++++++++++
4467  2 files changed, 106 insertions(+), 4 deletions(-)
4468
4469 commit c329bf2aee8d75ce452638db75e09197ff2b9b65
4470 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4471 Date:   Sun Feb 5 11:46:21 2012 +0100
4472
4473     Distinguish between GArray and GPtrArray when cleaning up
4474
4475     This fixes a crash in test_gi.TestGPtrArray and makes sure
4476     memory is free'd correctly
4477
4478     https://bugzilla.gnome.org/show_bug.cgi?id=669393
4479
4480  gi/pygi-marshal-cleanup.c |   32 +++++++++++++++++++++++---------
4481  1 file changed, 23 insertions(+), 9 deletions(-)
4482
4483 commit 4ea37c606f67df843788261b2c8acd6bac4c1e0c
4484 Author: Paolo Borelli <pborelli@gnome.org>
4485 Date:   Sun Feb 5 18:51:53 2012 +0100
4486
4487     Add null_gerror_callback unit test
4488
4489     This models the case where the callback is successful and does not set
4490     an error.
4491
4492     https://bugzilla.gnome.org/show_bug.cgi?id=669415
4493
4494  tests/test_everything.py |    9 +++++++++
4495  1 file changed, 9 insertions(+)
4496
4497 commit a41984780ee49dcf02c718ca1be87bba747472e5
4498 Author: Martin Pitt <martin.pitt@ubuntu.com>
4499 Date:   Mon Feb 6 09:34:28 2012 +0100
4500
4501     pyglib_error_check: Re-add missing NULL check
4502
4503     Commit adcfe96d49b09bc accidentally dropped the check if *error is
4504     NULL, i. e.
4505     any error is actually set. Due to that, pyglib_error_check()
4506     always returned
4507     TRUE. Reintroduce the check.
4508
4509     Thanks to Alberto Mardegan for spotting this!
4510
4511     https://bugzilla.gnome.org/show_bug.cgi?id=669415
4512
4513  gi/_glib/pyglib.c |    2 ++
4514  1 file changed, 2 insertions(+)
4515
4516 commit 2c797c17913999379e277788d5e4cce8d68cebb0
4517 Author: Michael Culbertson <michael.culbertson@gmail.com>
4518 Date:   Sat Feb 4 16:11:34 2012 +0100
4519
4520     Add tests/runtests-windows.py to source tarball
4521
4522     https://bugzilla.gnome.org/show_bug.cgi?id=663288
4523
4524  tests/Makefile.am |    1 +
4525  1 file changed, 1 insertion(+)
4526
4527 commit d6a899cdf70e978534326155e3fad75a705f4b20
4528 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4529 Date:   Sat Feb 4 15:55:55 2012 +0100
4530
4531     Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag,
4532     even when unused
4533
4534     https://bugzilla.gnome.org/show_bug.cgi?id=665553
4535
4536  gi/overrides/Gtk.py |    6 ++----
4537  1 file changed, 2 insertions(+), 4 deletions(-)
4538
4539 commit 534ec71c575a279ff1c05da20a8858bb1145b4d0
4540 Author: Nirbheek Chauhan <nirbheek@gentoo.org>
4541 Date:   Sat Feb 4 15:42:36 2012 +0100
4542
4543     Fix bool() operations on GLib.Variant objects
4544
4545     Defines __nonzero__ (python2) and __bool__ (python3) for GLib.Variant
4546
4547     Also adds some tests for boolean comparisons.
4548
4549     https://bugzilla.gnome.org/show_bug.cgi?id=647723
4550
4551  gi/overrides/GLib.py    |   18 ++++++++++++++++++
4552  tests/test_overrides.py |   45
4553  +++++++++++++++++++++++++++++++++++++++++++++
4554  2 files changed, 63 insertions(+)
4555
4556 commit 8d6a127df5dd1e5f26faeba8f977074b4496b24f
4557 Author: Nirbheek Chauhan <nirbheek@gentoo.org>
4558 Date:   Sat Feb 4 15:41:08 2012 +0100
4559
4560     Fix hash() and __eq__() for GLib.Variant objects
4561
4562     Define __hash__, __eq__, __ne__ for GLib.Variant so that objects can
4563     be used in sets, dicts, and can be compared using == and != easily.
4564
4565     Also adds some tests for this.
4566
4567     https://bugzilla.gnome.org/show_bug.cgi?id=647725
4568
4569  gi/overrides/GLib.py    |   23 +++++++++++++++++++
4570  tests/test_overrides.py |   56
4571  +++++++++++++++++++++++++++++++++++++++++++++++
4572  2 files changed, 79 insertions(+)
4573
4574 commit f82404034be042bf2026bbb7f1e33b11d6e17a6f
4575 Author: Martin Pitt <martin.pitt@ubuntu.com>
4576 Date:   Wed Jan 25 07:01:06 2012 +0100
4577
4578     Fix method names of callback tests
4579
4580     Change test_everything.TestCallbacks.* test names from camelCase
4581     to the
4582     standard PEP-8 underscore_style. This is now consistent with all
4583     other test
4584     case names.
4585
4586  tests/test_everything.py |   30 +++++++++++++++---------------
4587  1 file changed, 15 insertions(+), 15 deletions(-)
4588
4589 commit e37ee78fbf0aa72159a40da4165a26bea065faf1
4590 Author: Will Thompson <will.thompson@collabora.co.uk>
4591 Date:   Mon Jan 23 13:10:30 2012 +0000
4592
4593     Cairo: add missing braces around array-of-struct definition
4594
4595     This triggered a -Wmissing-braces warning.
4596
4597     https://bugzilla.gnome.org/show_bug.cgi?id=668497
4598
4599  gi/pygi-foreign-cairo.c |    2 +-
4600  1 file changed, 1 insertion(+), 1 deletion(-)
4601
4602 commit db24865d6b60351d72f5b8f47103d6d0a6c63b2e
4603 Author: Will Thompson <will.thompson@collabora.co.uk>
4604 Date:   Mon Jan 23 13:06:41 2012 +0000
4605
4606     g_instance_init: cast to PyGObject * as needed
4607
4608     This squashes a compiler warning.
4609
4610     https://bugzilla.gnome.org/show_bug.cgi?id=668497
4611
4612  gi/_gobject/gobjectmodule.c |    2 +-
4613  1 file changed, 1 insertion(+), 1 deletion(-)
4614
4615 commit a8408cfd68cd5e7cdb0b8a83e107d9a0d828e4bd
4616 Author: Will Thompson <will.thompson@collabora.co.uk>
4617 Date:   Mon Jan 23 13:01:27 2012 +0000
4618
4619     Fix a few set-but-not-used warnings.
4620
4621     In a couple of cases, the variable in question was set to a value
4622     spelled out again later in the function.
4623
4624     The 'sequence_cache' variable is re-declared five lines below.
4625
4626     The return value of 'read' was previously completely ignored. The
4627     'gssize ret' variable was in fact added to squash an unused-result
4628     warning.
4629
4630     https://bugzilla.gnome.org/show_bug.cgi?id=668497
4631
4632  gi/_glib/pygiochannel.c   |    2 +-
4633  gi/_glib/pygmainloop.c    |    3 +--
4634  gi/_gobject/pygobject.c   |    2 +-
4635  gi/pygi-marshal-cleanup.c |    2 --
4636  4 files changed, 3 insertions(+), 6 deletions(-)
4637
4638 commit 29a30490ed51e347e8f57d2bf9af69400734eee8
4639 Author: Stefano Facchini <stefano.facchini@gmail.com>
4640 Date:   Thu Jan 19 18:09:07 2012 +0100
4641
4642     pygmainloop: allow for extra arguments in 'quit' method
4643
4644     To allow for the common syntax:
4645
4646         object.connect('signal-name', main_loop.quit)
4647
4648     https://bugzilla.gnome.org/show_bug.cgi?id=668288
4649
4650  gi/_glib/pygmainloop.c |    4 ++--
4651  1 file changed, 2 insertions(+), 2 deletions(-)
4652
4653 commit 557a61c12c01137a0d7c679c4b053973df09d445
4654 Author: Alexandre Rostovtsev <tetromino@gentoo.org>
4655 Date:   Mon Dec 26 00:44:56 2011 -0500
4656
4657     Fix bytearray test compatibility with python3
4658
4659     https://bugs.gentoo.org/show_bug.cgi?id=321879
4660
4661     https://bugzilla.gnome.org/show_bug.cgi?id=666852
4662
4663  tests/test_gi.py |    4 ++--
4664  1 file changed, 2 insertions(+), 2 deletions(-)
4665
4666 commit d69e5b3c7bdb9113382fd125c256b12bff4c24d2
4667 Author: Alberto Mardegan <mardy@users.sourceforge.net>
4668 Date:   Mon Jan 23 12:37:26 2012 +0200
4669
4670     Respect transfer-type when demarshalling GErrors
4671
4672     The marshaller previously ignored "transfer full" on GError*
4673     arguments, causing
4674     crashes due to double-freeing them. This causes the
4675     testCallbackUserdata() test
4676     case to crash after the previous GError/GHashTable marshalling fix.
4677
4678     https://bugzilla.gnome.org/show_bug.cgi?id=666270
4679
4680  gi/pygi-argument.c |   12 +++++++++++-
4681  1 file changed, 11 insertions(+), 1 deletion(-)
4682
4683 commit 77f32d9110bfeb6dad8457f565b4c70b5998fef6
4684 Author: Alberto Mardegan <mardy@users.sourceforge.net>
4685 Date:   Thu Dec 15 16:12:01 2011 +0200
4686
4687     Support GHashTable and GError as callback/closure arguments
4688
4689     Marshalling of these types from C is already implemented, let's
4690     take it
4691     into use for calbacks and closures too.
4692
4693     Add corresponding test cases.
4694
4695     https://bugzilla.gnome.org/show_bug.cgi?id=666270
4696
4697     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4698
4699  gi/pygi-closure.c        |    2 ++
4700  tests/test_everything.py |   35 +++++++++++++++++++++++++++++++++++
4701  2 files changed, 37 insertions(+)
4702
4703 commit 4b9dc03d0e49e9a1f4bf0f2df503bdff00d13a2b
4704 Author: Will Thompson <will.thompson@collabora.co.uk>
4705 Date:   Mon Jan 23 13:56:02 2012 +0000
4706
4707     Don't leak when marshalling GErrors to C
4708
4709     Python-land GLib.GErrors are supposed to have three attributes:
4710     "message", "domain" and "code". If those attributes are missing,
4711     or they
4712     have the wrong types, the C GError is filled in with a message
4713     describing the error. The present-but-ill-typed code paths did not
4714     DECREF the ill-typed values.
4715
4716     https://bugzilla.gnome.org/show_bug.cgi?id=666098
4717
4718  gi/_glib/pyglib.c |    3 +++
4719  1 file changed, 3 insertions(+)
4720
4721 commit adcfe96d49b09bcc550653d73de196610fd5144d
4722 Author: Will Thompson <will.thompson@collabora.co.uk>
4723 Date:   Fri Jan 20 16:20:10 2012 +0000
4724
4725     Support functions which return GError
4726
4727     GStreamer has the following method:
4728
4729       void gst_message_parse_error (
4730           GstMessage *message,
4731           GError **error,
4732           gchar **debug_message);
4733
4734     With this patch, we marshal the GError out parameter as a
4735     GObject.GError
4736     exception, but return it rather than throwing it. The test cases cover
4737     two variations on the theme of the function above (one with (transfer
4738     full), as in GStreamer, and another with (transfer none)) as well as a
4739     function with return type GError *.
4740
4741     https://bugzilla.gnome.org/show_bug.cgi?id=666098
4742
4743  gi/_glib/pyglib.c       |   46
4744  +++++++++++++++++++++++++++++++++++-----------
4745  gi/_glib/pyglib.h       |    1 +
4746  gi/pygi-marshal-to-py.c |   16 +++++++++++++---
4747  tests/test_gi.py        |   32 ++++++++++++++++++++++++++++++++
4748  4 files changed, 81 insertions(+), 14 deletions(-)
4749
4750 commit 09f003729eac9d553a208c343c2a14d253b77d9a
4751 Author: Alberto Mardegan <mardy@users.sourceforge.net>
4752 Date:   Mon Jan 23 12:42:21 2012 +0200
4753
4754     Fix indentation of _pygi_argument_to_object()
4755
4756     Side issue in https://bugzilla.gnome.org/show_bug.cgi?id=666270
4757
4758     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
4759
4760  gi/pygi-argument.c |   26 +++++++++++++-------------
4761  1 file changed, 13 insertions(+), 13 deletions(-)
4762
4763 commit c71c010be01d706f90bc200194325fd82f4071b2
4764 Author: Paolo Borelli <pborelli@gnome.org>
4765 Date:   Sat Jan 14 14:24:23 2012 +0100
4766
4767     Avoid C99 syntax.
4768
4769  gi/gimodule.c |   10 ++++++----
4770  1 file changed, 6 insertions(+), 4 deletions(-)
4771
4772 commit c299d058c22385ececaec64c872d1dd1bc1ae17a
4773 Author: Paolo Borelli <pborelli@gnome.org>
4774 Date:   Fri Jan 6 13:39:31 2012 +0100
4775
4776     Connect to first action of a radio group.
4777
4778  gi/overrides/Gtk.py |    4 ++--
4779  1 file changed, 2 insertions(+), 2 deletions(-)
4780
4781 commit dee2f179037902a3883bd0e61ff1c350e1fd8a4f
4782 Author: Paolo Borelli <pborelli@gnome.org>
4783 Date:   Wed Jan 4 16:40:51 2012 +0100
4784
4785     Use g_slist_free_full in pygi-closure.
4786
4787  gi/pygi-closure.c |    3 +--
4788  1 file changed, 1 insertion(+), 2 deletions(-)
4789
4790 commit 2bee4207ab6f07dc9c0952affe72f0e304cfb624
4791 Author: Paolo Borelli <pborelli@gnome.org>
4792 Date:   Wed Jan 4 15:24:13 2012 +0100
4793
4794     Avoid O(n^2) behavior when marshalling lists
4795
4796     Appending requires walking the list every time: just prepend and
4797     reverse
4798     the list at the end.
4799
4800     https://bugzilla.gnome.org/show_bug.cgi?id=667261
4801
4802  gi/pygi-marshal-from-py.c |    8 ++++----
4803  1 file changed, 4 insertions(+), 4 deletions(-)
4804
4805 commit d68455e99b1a9ebba31209b17a11317b1958678b
4806 Author: Paolo Borelli <pborelli@gnome.org>
4807 Date:   Tue Jan 3 16:57:40 2012 +0100
4808
4809     Handle NULL as a valid case of a char** array
4810
4811     Treat NULL as an empty array and add the corresponding testcase
4812
4813  gi/pygi-marshal-to-py.c |    9 +++++----
4814  tests/test_gi.py        |    3 +++
4815  2 files changed, 8 insertions(+), 4 deletions(-)
4816
4817 commit e3451b8e6018bb76e9992fb6af24a71725de5cfd
4818 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4819 Date:   Fri Dec 23 12:01:43 2011 +0100
4820
4821     Branching, bump version to 3.1.0
4822
4823  configure.ac |    4 ++--
4824  1 file changed, 2 insertions(+), 2 deletions(-)
4825
4826 commit 8d1a36cc73f5f4df091ecb289c8a7b38ec2ab605
4827 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4828 Date:   Mon Dec 12 18:35:30 2011 +0100
4829
4830     Add notes about branching to HACKING
4831
4832  HACKING |   10 ++++++++++
4833  1 file changed, 10 insertions(+)
4834
4835 commit 00030bc6f0fb961c716ed692144cd8e4bb9be7d0
4836 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4837 Date:   Sat Dec 10 12:51:45 2011 +0100
4838
4839     Fixed bug where GObject.property did not respect minimum and maximum
4840     values
4841
4842     https://bugzilla.gnome.org/show_bug.cgi?id=664864
4843
4844  gi/_gobject/propertyhelper.py |    2 +-
4845  tests/test_properties.py      |   31 +++++++++++++++++++++++++++++++
4846  2 files changed, 32 insertions(+), 1 deletion(-)
4847
4848 commit 7b78abc6c399abd0daa4c11c644d107e1bb7b452
4849 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4850 Date:   Mon Dec 12 17:00:24 2011 +0100
4851
4852     Remove mention of removed option --enable-docs
4853
4854  HACKING |    2 +-
4855  1 file changed, 1 insertion(+), 1 deletion(-)
4856
4857 commit 4cba52f5b5e79b7b6212cb0795e8976a9da9f21d
4858 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4859 Date:   Mon Dec 12 17:00:03 2011 +0100
4860
4861     Fix sebp's name in NEWS
4862
4863  NEWS |    2 +-
4864  1 file changed, 1 insertion(+), 1 deletion(-)
4865
4866 commit 8c95981d0ba224a577f87998030c384b3dae3d80
4867 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4868 Date:   Mon Dec 12 16:20:09 2011 +0100
4869
4870     Release 3.0.3
4871
4872  NEWS |   15 +++++++++++++++
4873  1 file changed, 15 insertions(+)
4874
4875 commit 58e47fd28c5d75bb78042c8f9eb5aae84de9c64d
4876 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4877 Date:   Mon Dec 12 16:16:44 2011 +0100
4878
4879     Pre-release version bump
4880
4881  configure.ac |    2 +-
4882  1 file changed, 1 insertion(+), 1 deletion(-)
4883
4884 commit 884468d4816fc976c0c0c72651e7f81d13f3f78b
4885 Author: Manuel Quiñones <manuq@laptop.org>
4886 Date:   Thu Dec 1 11:50:38 2011 -0300
4887
4888     Convert all modifier constants to Gdk.ModifierType
4889
4890     Signed-off-by: Manuel Quiñones <manuq@laptop.org>
4891
4892  pygi-convert.sh |   14 ++++++++++++++
4893  1 file changed, 14 insertions(+)
4894
4895 commit 654711d0f940d7480d0f1cdb25a3dc9996f7a706
4896 Author: Sebastian Pölsterl <sebp@k-d-w.org>
4897 Date:   Tue Nov 8 12:38:12 2011 +0100
4898
4899     Convert all strings to utf-8 encoding when retrieving from TreeModel
4900
4901     https://bugzilla.gnome.org/show_bug.cgi?id=663610
4902
4903  gi/overrides/Gtk.py     |   15 +++++++++++++++
4904  tests/compathelper.py   |    2 ++
4905  tests/test_overrides.py |   31 ++++++++++++++++++++++++++++++-
4906  3 files changed, 47 insertions(+), 1 deletion(-)
4907
4908 commit 4f637212f13b197a95c824967a58496b9e3b877c
4909 Author: John (J5) Palmieri <johnp@redhat.com>
4910 Date:   Wed Nov 2 14:51:24 2011 -0400
4911
4912     add test for bytearray variants
4913
4914  tests/test_gi.py |    4 ++++
4915  1 file changed, 4 insertions(+)
4916
4917 commit 20ca3f129d6cc662285cce8c732b55596016aefa
4918 Author: John (J5) Palmieri <johnp@redhat.com>
4919 Date:   Wed Nov 2 14:50:42 2011 -0400
4920
4921     handle NULL arrays correctly for each array type
4922
4923  gi/pygi-marshal-to-py.c |   11 ++++++-----
4924  1 file changed, 6 insertions(+), 5 deletions(-)
4925
4926 commit ce2f780bffe44b1d4de617dcbce4b90c58b03c18
4927 Author: John (J5) Palmieri <johnp@redhat.com>
4928 Date:   Wed Nov 2 14:17:21 2011 -0400
4929
4930     Revert "Revert "Fix array termination and size calculation""
4931
4932     This reverts commit cfda820e8d9604c5ef2ad1161c22b20080d5daf4.
4933
4934  gi/pygi-marshal-from-py.c |    6 +++++-
4935  gi/pygi-marshal-to-py.c   |    8 +++++++-
4936  2 files changed, 12 insertions(+), 2 deletions(-)
4937
4938 commit 832f16f96815adc22cc3acbeb3fa969631795a29
4939 Author: Owen W. Taylor <otaylor@fishsoup.net>
4940 Date:   Sun Oct 30 18:08:57 2011 -0400
4941
4942     pygmainloop: avoid lockups if multiple glib.MainLoop exist
4943
4944     If multiple glib.MainLoop() sources exist, then we will add multiple
4945     watches, and when python writes a byte to the wakeup pipe, all of the
4946     sources will try to read it; only one will succeed and the others
4947     will block. Set both ends of the pipe nonblocking to avoid this.
4948
4949     https://bugzilla.gnome.org/show_bug.cgi?id=663068
4950
4951  gi/_glib/pygmainloop.c |    5 ++++-
4952  1 file changed, 4 insertions(+), 1 deletion(-)
4953
4954 commit 2fd3aa9d4ca0906a5e609845ee500ba72e358f94
4955 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4956 Date:   Sat Oct 29 15:08:03 2011 +0200
4957
4958     Properly chain up to the class that implements a given vfunc.
4959
4960     https://bugzilla.gnome.org/show_bug.cgi?id=662994
4961
4962  gi/types.py      |   22 +++++++++++++---------
4963  tests/test_gi.py |   20 ++++++++++----------
4964  2 files changed, 23 insertions(+), 19 deletions(-)
4965
4966 commit cfda820e8d9604c5ef2ad1161c22b20080d5daf4
4967 Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
4968 Date:   Wed Nov 2 14:54:21 2011 +0100
4969
4970     Revert "Fix array termination and size calculation"
4971
4972     This reverts commit eef35b2df8023ffff2d195ee16c084f5cfcb6ba3.
4973
4974  gi/pygi-marshal-from-py.c |    6 +-----
4975  gi/pygi-marshal-to-py.c   |    8 +-------
4976  2 files changed, 2 insertions(+), 12 deletions(-)
4977
4978 commit eef35b2df8023ffff2d195ee16c084f5cfcb6ba3
4979 Author: Holger Berndt <hb@gnome.org>
4980 Date:   Sun Oct 30 16:36:32 2011 +0100
4981
4982     Fix array termination and size calculation
4983
4984     When creating an array of element type uint8 and setting it directly
4985     with
4986     memcpy(), make sure that zero-termination is respected.
4987
4988     When calculating the length of a zero-terminated array of type uint8,
4989     fall back to strlen() instead of g_strv_length().
4990
4991     https://bugzilla.gnome.org/show_bug.cgi?id=662550
4992
4993  gi/pygi-marshal-from-py.c |    6 +++++-
4994  gi/pygi-marshal-to-py.c   |    8 +++++++-
4995  2 files changed, 12 insertions(+), 2 deletions(-)
4996
4997 commit 4c1d9f01b8fa6702f73b290180f934250e179caa
4998 Author: Daniel Drake <dsd@laptop.org>
4999 Date:   Sun Oct 30 09:20:45 2011 +0000
5000
5001     pygi-convert: fix for Pango.Alignment
5002
5003  pygi-convert.sh |    1 +
5004  1 file changed, 1 insertion(+)
5005
5006 commit e3abd76096cc9f335681c7225f452c286b9c59e2
5007 Author: Daniel Drake <dsd@laptop.org>
5008 Date:   Sun Oct 30 07:06:57 2011 +0000
5009
5010     pygi-convert: fix for Gtk.Orientation
5011
5012  pygi-convert.sh |    1 +
5013  1 file changed, 1 insertion(+)
5014
5015 commit 52b82c5f78ef3755388457fa9440c36ccd2dfbbf
5016 Author: Martin Pitt <martin.pitt@ubuntu.com>
5017 Date:   Thu Oct 27 07:16:24 2011 +0200
5018
5019     Add tests for calling closures
5020
5021     Add checks for correct handling of closure calls.
5022     Regress.test_closure_one_arg() is working fine and should continue
5023     to do so.
5024     Regress.test_closure_variant() is known to not work yet, so mark
5025     this as EXFAIL
5026     for now. (See https://bugzilla.gnome.org/show_bug.cgi?id=656554)
5027
5028  tests/test_everything.py |   24 ++++++++++++++++++++++++
5029  1 file changed, 24 insertions(+)
5030
5031 commit c7aa0e79dfb4c1092c51ae1464b8414083b4f3fc
5032 Author: Mikkel Kamstrup Erlandsen <mikkel.kamstrup@canonical.com>
5033 Date:   Tue Oct 4 12:28:26 2011 +0200
5034
5035     fix marshaling of arrays of GVariants
5036
5037     Add unit tests for marshaling of arrays of variants with all
5038     transfer modes. Requires latest gobject-introspection.
5039
5040     Plug potential leaks of GArray data members
5041
5042     Fix calling of wrong cleanup_from_py for arrays
5043
5044     Simplify and fix logic for cleaning up arrays both in from_py()
5045     and to_py() code paths.
5046
5047     https://bugzilla.gnome.org/show_bug.cgi?id=638915
5048
5049     Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
5050
5051  gi/pygi-cache.c           |    2 +-
5052  gi/pygi-marshal-cleanup.c |   81
5053  +++++++++++++++++++++++++++++----------------
5054  gi/pygi-marshal-from-py.c |   10 ++++--
5055  gi/pygi-marshal-to-py.c   |   13 ++++++--
5056  tests/test_gi.py          |   14 +++++++-
5057  5 files changed, 85 insertions(+), 35 deletions(-)
5058
5059 commit c2ec4d8eb46ae2e6ee4372b2a4f9d5df0e5d82f3
5060 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5061 Date:   Sat Oct 22 00:20:57 2011 +0200
5062
5063     Release 3.0.2
5064
5065  NEWS |    8 ++++++++
5066  1 file changed, 8 insertions(+)
5067
5068 commit 5c24760b797e985721f7fe51d52252e4dd54a417
5069 Author: Martin Pitt <martin.pitt@ubuntu.com>
5070 Date:   Fri Oct 21 17:31:41 2011 +0200
5071
5072     Fix "Returns: (skip)" method calls without (out) arguments
5073
5074     When we have a method call with a skipped return value, but no
5075     other out
5076     arguments, we previously returned NULL to Python, which causes
5077     "SystemError:
5078     error return without exception set". Return None instead.
5079
5080     https://bugzilla.gnome.org/show_bug.cgi?id=662383
5081
5082  gi/pygi-invoke.c         |   10 ++++++++++
5083  tests/test_everything.py |    8 ++++++++
5084  2 files changed, 18 insertions(+)
5085
5086 commit 585222915dc98b0e375de3db4771466278a32e81
5087 Author: John (J5) Palmieri <johnp@redhat.com>
5088 Date:   Tue Oct 18 00:39:16 2011 -0400
5089
5090     Do union member checks for unions that are parameters
5091
5092     * before we were only doing checks if the union was an instance
5093
5094     https://bugzilla.gnome.org/show_bug.cgi?id=661673
5095
5096  gi/pygi-marshal-from-py.c |  121
5097  +++++++++++++++++++++++++--------------------
5098  1 file changed, 68 insertions(+), 53 deletions(-)
5099
5100 commit 8deaec6b9abd87f02060c9feec773d4693e89028
5101 Author: Martin Pitt <martin.pitt@ubuntu.com>
5102 Date:   Wed Oct 19 14:35:11 2011 +0200
5103
5104     Gdk overrides: Unbreak for Gdk-2.0
5105
5106     Fix regression from commit 31db3ed: Gdk 2.0 did not yet have
5107     atom_intern(), so
5108     only do this for Gdk >= 3.0.
5109
5110     https://launchpad.net/bugs/875399
5111
5112  gi/overrides/Gdk.py |   95
5113  ++++++++++++++++++++++++++-------------------------
5114  1 file changed, 48 insertions(+), 47 deletions(-)
5115
5116 commit f395fb131caf7ca550acd17138d8061926ef4f92
5117 Author: John (J5) Palmieri <johnp@redhat.com>
5118 Date:   Fri Oct 14 17:19:45 2011 -0400
5119
5120     unit test for checking ref count of object param in signals
5121
5122     https://bugzilla.gnome.org/show_bug.cgi?id=661359
5123
5124  tests/test_everything.py |   11 +++++++++++
5125  1 file changed, 11 insertions(+)
5126
5127 commit 611f58b99851328653af4930f188c33eccaa9f6f
5128 Author: John (J5) Palmieri <johnp@redhat.com>
5129 Date:   Fri Oct 14 16:42:32 2011 -0400
5130
5131     when converting an object with transfer none, make sure the wrapper
5132     owns a ref
5133
5134     https://bugzilla.gnome.org/show_bug.cgi?id=661359
5135
5136  gi/pygi-argument.c |   10 ++++++++++
5137  1 file changed, 10 insertions(+)
5138
5139 commit 0f1eb9fa0e7aa5e7c22dabc709c0dfb469e404f1
5140 Author: Timo Vanwynsberghe <timovwb@gmail.com>
5141 Date:   Tue Oct 4 11:13:43 2011 +0200
5142
5143     Allow GBoxed types as property
5144
5145     Add the GBoxed type as valid type to the gobject property helper
5146     https://bugzilla.gnome.org/show_bug.cgi?id=660798
5147
5148  gi/_gobject/propertyhelper.py |    5 +++--
5149  1 file changed, 3 insertions(+), 2 deletions(-)
5150
5151 commit bef8d385117dd0295c9ba7567710d76fc2bb729a
5152 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5153 Date:   Mon Oct 10 11:24:42 2011 +0200
5154
5155     Add tests for boxed properties.
5156
5157  tests/test_properties.py |   20 ++++++++++++++++++--
5158  1 file changed, 18 insertions(+), 2 deletions(-)
5159
5160 commit 77123ffeb1585837033848f4d5a90cfa63fdaee0
5161 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5162 Date:   Fri Sep 30 20:21:07 2011 +0200
5163
5164     Post release bump version
5165
5166  configure.ac |    2 +-
5167  1 file changed, 1 insertion(+), 1 deletion(-)
5168
5169 commit f5ccfec0a1bc4c999bfa49d75383ea06d3a068c4
5170 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5171 Date:   Fri Sep 30 20:19:46 2011 +0200
5172
5173     Release 3.0.1
5174
5175  NEWS         |    5 +++++
5176  configure.ac |    2 +-
5177  2 files changed, 6 insertions(+), 1 deletion(-)
5178
5179 commit 56ac9339eb1d6950623dc4d8c3b9972874e7fa86
5180 Author: John (J5) Palmieri <johnp@redhat.com>
5181 Date:   Thu Sep 22 19:03:20 2011 -0400
5182
5183     when checking instances union members are same type as parent
5184
5185     * this is so we can support sending Gdk.Event members in place of
5186       the Event union into methods
5187     * we only support this if the union member has a type of GI_INTERFACE
5188     for now
5189
5190     https://bugzilla.gnome.org/show_bug.cgi?id=659879
5191
5192  gi/pygi-marshal-from-py.c |   60
5193  ++++++++++++++++++++++++++++++++++++++++++---
5194  1 file changed, 56 insertions(+), 4 deletions(-)
5195
5196 commit 311a4f8035a95b41bc3c0a836c32b7a5bf2d9959
5197 Author: John (J5) Palmieri <johnp@redhat.com>
5198 Date:   Wed Sep 21 21:50:48 2011 -0400
5199
5200     add a floating flag to pygobjects
5201
5202     * this allows us to correctly refcount when custom gobjects are
5203     instantiated
5204       via g_object_new
5205
5206  gi/_gobject/gobjectmodule.c     |    5 +++++
5207  gi/_gobject/pygobject-private.h |    3 +++
5208  gi/_gobject/pygobject.c         |   27 ++++++++++++++++++++++++++-
5209  gi/_gobject/pygobject.h         |    3 ++-
5210  4 files changed, 36 insertions(+), 2 deletions(-)
5211
5212 commit d2d29ae5845217254b9336fd8629f369cb119b25
5213 Author: John (J5) Palmieri <johnp@redhat.com>
5214 Date:   Wed Sep 21 21:13:22 2011 -0400
5215
5216     Revert "Fix refcount bug by not creating python wrapper during
5217     gobject init stage"
5218
5219     This reverts commit f6fa5dd8f39af1b8a52d7600d257400b0983e8c5.
5220
5221  gi/_gobject/gobjectmodule.c |   32 +++++++++++++++++---------------
5222  1 file changed, 17 insertions(+), 15 deletions(-)
5223
5224 commit a24c10b779f2a1b0425d56d03d59c393389cad98
5225 Author: John (J5) Palmieri <johnp@redhat.com>
5226 Date:   Wed Sep 21 21:10:00 2011 -0400
5227
5228     make sure to commit the NEWS file
5229
5230  NEWS |    4 ++++
5231  1 file changed, 4 insertions(+)
5232
5233 commit 2eed2940c9be099fb6305288d895265e6b35d3d2
5234 Author: John (J5) Palmieri <johnp@redhat.com>
5235 Date:   Mon Sep 19 13:19:57 2011 -0400
5236
5237     prep for 3.0 release
5238
5239  configure.ac |    6 +++---
5240  1 file changed, 3 insertions(+), 3 deletions(-)
5241
5242 commit fbd58b70c2c3c1128f95a87eb4cc8313b6a401b8
5243 Author: John (J5) Palmieri <johnp@redhat.com>
5244 Date:   Fri Sep 16 14:19:15 2011 -0400
5245
5246     up version required of gobject-introspection to 1.29.0
5247
5248  configure.ac |    2 +-
5249  1 file changed, 1 insertion(+), 1 deletion(-)
5250
5251 commit 225f21117b6b3546989abe22538c784291e86b2a
5252 Author: John (J5) Palmieri <johnp@redhat.com>
5253 Date:   Fri Sep 16 12:26:10 2011 -0400
5254
5255     fix most warnings
5256
5257     * remove some unused vars
5258     * correctly cast vars
5259     * handle deprecated enums in switch statments by using default:
5260     * unused wanrings still remain in some places
5261
5262  gi/pygi-argument.c        |    2 +-
5263  gi/pygi-cache.c           |    7 ++-----
5264  gi/pygi-info.c            |    6 ++++++
5265  gi/pygi-invoke.c          |    2 +-
5266  gi/pygi-marshal-from-py.c |   17 +++++++++--------
5267  gi/pygi-marshal-to-py.c   |    3 +--
5268  6 files changed, 20 insertions(+), 17 deletions(-)
5269
5270 commit 9a70f01288e1b049206d25d67938907f1b38a490
5271 Author: John (J5) Palmieri <johnp@redhat.com>
5272 Date:   Fri Sep 16 12:24:38 2011 -0400
5273
5274     post release bump
5275
5276  configure.ac |    2 +-
5277  1 file changed, 1 insertion(+), 1 deletion(-)
5278
5279 commit 3ec4020205e909ee4400650434f9ae7b89c2bde8
5280 Author: John (J5) Palmieri <johnp@redhat.com>
5281 Date:   Thu Sep 15 18:12:01 2011 -0400
5282
5283     edit HACKING file to show correct tag format
5284
5285  HACKING |    2 +-
5286  1 file changed, 1 insertion(+), 1 deletion(-)
5287
5288 commit 2e864fd05bc0adf48df9f65ab72785ebb1d0d3f0
5289 Author: John (J5) Palmieri <johnp@redhat.com>
5290 Date:   Thu Sep 15 18:10:33 2011 -0400
5291
5292     update NEWS file to prep for release
5293
5294  NEWS |   35 +++++++++++++++++++++++++++++++++++
5295  1 file changed, 35 insertions(+)
5296
5297 commit 0da687fa699aba4f42c42a924d6754e2bd47df50
5298 Author: John (J5) Palmieri <johnp@redhat.com>
5299 Date:   Thu Sep 15 17:59:31 2011 -0400
5300
5301     fix typo s/lenth/length
5302
5303  gi/overrides/Gtk.py |    2 +-
5304  1 file changed, 1 insertion(+), 1 deletion(-)
5305
5306 commit 0e4861abaff64d8e7e8d1aeedf9dd1e80de8aab2
5307 Author: John (J5) Palmieri <johnp@redhat.com>
5308 Date:   Thu Sep 15 17:48:58 2011 -0400
5309
5310     fix typo in docstring
5311
5312  gi/_gobject/propertyhelper.py |    2 +-
5313  1 file changed, 1 insertion(+), 1 deletion(-)
5314
5315 commit e7fcc326d64def610e5a1003cf6c7ca97023814d
5316 Author: John (J5) Palmieri <johnp@redhat.com>
5317 Date:   Thu Sep 15 17:46:46 2011 -0400
5318
5319     do not pass in len(str) to the length argument of
5320     gtk_test_buffer_insert* apis
5321
5322     * in python 3 len(str) returns the number of characters while
5323     the length
5324       parameter is expecting the number of bytes.  It also excepts -1
5325       for null
5326       terminated string.  Since all of our strings are null terminated,
5327       just
5328       set length to that.
5329
5330  gi/overrides/Gtk.py |    6 ++----
5331  1 file changed, 2 insertions(+), 4 deletions(-)
5332
5333 commit 6f380153afb3390f7da9f4b8befb1c4ee224da17
5334 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5335 Date:   Mon Sep 12 21:07:20 2011 +0200
5336
5337     Switch tarball compression format to tar.xz only.
5338
5339     See
5340     http://mail.gnome.org/archives/gnome-announce-list/2011-September/msg00031.html
5341     for more information.
5342
5343     https://bugzilla.gnome.org/show_bug.cgi?id=659140
5344
5345  configure.ac |    2 +-
5346  1 file changed, 1 insertion(+), 1 deletion(-)
5347
5348 commit 11c45ac6dcb6ffad766d03bfc77f45a6d703a90d
5349 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5350 Date:   Thu Sep 15 14:18:57 2011 +0200
5351
5352     Remove pygtk_version attribute from internal gi._gobject module.
5353
5354     This used to be provided for backwards compatibility with older PyGTK
5355     versions. As PyGObject3 no longer provides support for static bindings
5356     like PyGTK, the pygtk_version attribute has become obsolete.
5357
5358     https://bugzilla.gnome.org/show_bug.cgi?id=659142
5359
5360  gi/_gobject/gobjectmodule.c |    4 ----
5361  gi/_gobject/pygobject.h     |    2 --
5362  2 files changed, 6 deletions(-)
5363
5364 commit 7e48fd6dfd86b7082c3fd35d25d9693c56c9665a
5365 Author: John (J5) Palmieri <johnp@redhat.com>
5366 Date:   Thu Sep 15 15:52:18 2011 -0400
5367
5368     remove overridesdir from the .pc file and add it to the gi module
5369
5370     * having the variable in the .pc file caused issues parallel
5371     installing
5372       for different versions of python
5373     * putting it into the module allows us to give the correct directory
5374       based on which version of python you run the script from
5375     * access the var as such:
5376         import gi
5377         installdir = gi._overridesdir
5378
5379  gi/__init__.py      |    2 ++
5380  pygobject-3.0.pc.in |   10 +++++++++-
5381  2 files changed, 11 insertions(+), 1 deletion(-)
5382
5383 commit beea7072a5a989be47a755ac46647380d4dbd6b4
5384 Author: John (J5) Palmieri <johnp@redhat.com>
5385 Date:   Thu Sep 15 00:11:09 2011 -0400
5386
5387     fix tests to correctly construct a dummy Gtk.TargetEntry
5388
5389     * structs are sometimes a pain in gi.  Simply constructing them
5390     using the
5391        the standard constructor (e.g. Gtk.TargetEntry()) will malloc
5392        the struct
5393        but not correctly initialize the fields which can cause a crash.
5394      * tests didn't crash before because they were sending in bogus
5395      data that
5396        somehow did not trigger the issue
5397      * now with the C struct array marshallers doing the right thing,
5398      the incorrect
5399        use of TargetEntry was causing a crash
5400
5401     https://bugzilla.gnome.org/show_bug.cgi?id=627236
5402
5403  tests/test_overrides.py |    4 ++--
5404  1 file changed, 2 insertions(+), 2 deletions(-)
5405
5406 commit 46ba7f04ef3df08e07ddda5c10f0c98bec5fa183
5407 Author: John (J5) Palmieri <johnp@redhat.com>
5408 Date:   Thu Sep 15 00:08:31 2011 -0400
5409
5410     we now assume that C arrays of structs are flat so memcpy them
5411     when marshalling
5412
5413     * there is no way in GI to tell if a C array is flat or an array
5414     of pointers
5415       so we assume that all arrays of simple structs and gvalues are
5416       flat and
5417       all arrays of objects and boxed structs are pointer arrays.
5418     * this will be removed once GI gets the ability to annotate level
5419     of indirection
5420       for arrays
5421     https://bugzilla.gnome.org/show_bug.cgi?id=627236
5422
5423  gi/pygi-marshal-from-py.c |   35 ++++++++++++++++++++++++++++++++---
5424  tests/test_gi.py          |   29 +++++++++++++++++++++++++++++
5425  2 files changed, 61 insertions(+), 3 deletions(-)
5426
5427 commit e30a41592baa942188574e5c9f99572963e2e387
5428 Author: John (J5) Palmieri <johnp@redhat.com>
5429 Date:   Thu Sep 15 00:02:34 2011 -0400
5430
5431     only update the arg counts once if child arg comes before parent arg
5432
5433     * if the child arg comes before the parent arg we need to update the
5434        argument counts and take the child arg out of the marshalling lists
5435        since it is handled by the parent
5436      * when two parents reference the same child arg as is the case with
5437        two arrays which have a single length argument we only want
5438        to update
5439        the count once
5440      * to do this we introduce the PYGI_META_ARG_CHILD_NEEDS_UPDATE
5441      meta type
5442        and only do the count update if this is set
5443      * APIs should keep in mind that this take extra processing so
5444      child args
5445        should really come after their parents
5446
5447     https://bugzilla.gnome.org/show_bug.cgi?id=627236
5448
5449  gi/pygi-cache.c |   30 ++++++++++++++++++++----------
5450  gi/pygi-cache.h |    9 +++++++--
5451  2 files changed, 27 insertions(+), 12 deletions(-)
5452
5453 commit f6fa5dd8f39af1b8a52d7600d257400b0983e8c5
5454 Author: John (J5) Palmieri <johnp@redhat.com>
5455 Date:   Wed Sep 14 20:26:15 2011 -0400
5456
5457     Fix refcount bug by not creating python wrapper during gobject
5458     init stage
5459
5460     * This only applys to python subclasses of GObject which are
5461     instantiated
5462        using GObject.new
5463      * Because we were creating the wrapper when the gobject is
5464      initialized
5465        and then again calling pygobject_new_full the wrapper would get
5466        ref'ed twice.
5467      * we could not simply Py_DECREF the wrapper due to the fact that
5468        non-subclassed objects (e.g. GObject.Object) instantiated via
5469        new do not run the same initialization code and would not have the
5470        extra ref
5471      * solution was to simply not create the wrapper during initialization
5472        because if it doesn't exist when pygobject_new_full is called
5473        it gets created and registered there
5474      * move the call to __init__ into pyg_object_new
5475
5476     https://bugzilla.gnome.org/show_bug.cgi?id=657403
5477
5478  gi/_gobject/gobjectmodule.c |   32 +++++++++++++++-----------------
5479  1 file changed, 15 insertions(+), 17 deletions(-)
5480
5481 commit 61b64a65beee9011f8e4ed20f0a83e6630ba154f
5482 Author: John (J5) Palmieri <johnp@redhat.com>
5483 Date:   Tue Sep 13 18:08:04 2011 -0400
5484
5485     don't destroy just created wrapper when object is created via
5486     g_object_new
5487
5488     https://bugzilla.gnome.org/show_bug.cgi?id=657403
5489
5490  gi/_gobject/gobjectmodule.c |    2 +-
5491  1 file changed, 1 insertion(+), 1 deletion(-)
5492
5493 commit 93e12cc2eb7e7f2c18971da86e9c9452d3f566b7
5494 Author: Steve Frécinaux <code@istique.net>
5495 Date:   Fri Aug 26 11:22:09 2011 +0200
5496
5497     Remove deprecated API from pygobject.h
5498
5499     https://bugzilla.gnome.org/show_bug.cgi?id=657416
5500
5501  gi/_gobject/pygobject.h |   19 +------------------
5502  1 file changed, 1 insertion(+), 18 deletions(-)
5503
5504 commit e1c71092af6e2cffa36248519adfceac1874051d
5505 Author: Marcin Owsiany <marcin@owsiany.pl>
5506 Date:   Wed Aug 31 09:43:28 2011 +0100
5507
5508     Convert gtk.TRUE/FALSE to Python True/False.
5509
5510     https://bugzilla.gnome.org/show_bug.cgi?id=657785
5511
5512  pygi-convert.sh |    2 ++
5513  1 file changed, 2 insertions(+)
5514
5515 commit 3ace5c2e2268285a5dcb39889fcb2a71bc1063bd
5516 Author: Steve Frécinaux <code@istique.net>
5517 Date:   Fri Sep 2 08:37:15 2011 +0200
5518
5519     Drop legacy __gobject_init__ method of GObject.Object.
5520
5521     This method was used in gobject initialization at some point, but now
5522     using GObject.__init__() is sufficient, so let's not keep this old
5523     method around and let people misuse it.
5524
5525     https://bugzilla.gnome.org/show_bug.cgi?id=658032
5526
5527  examples/signal.py      |    2 --
5528  gi/_gobject/pygobject.c |   11 -----------
5529  2 files changed, 13 deletions(-)
5530
5531 commit fcd457d1d1d8a813acb2ebfe5ee0e9aab2c9c88c
5532 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5533 Date:   Tue Sep 13 12:05:30 2011 +0200
5534
5535     AM_CHECK_PYTHON_LIBS does not work for lib64
5536
5537     But on Windows, Python extension modules need to be explicitly
5538     linked to libpython.
5539
5540     https://bugzilla.gnome.org/show_bug.cgi?id=658856
5541
5542  configure.ac            |    4 +++-
5543  gi/Makefile.am          |    9 ++++++---
5544  gi/_glib/Makefile.am    |   10 ++++++++--
5545  gi/_gobject/Makefile.am |    8 +++++++-
5546  4 files changed, 24 insertions(+), 7 deletions(-)
5547
5548 commit 863c087911203a8f3ebaa8e77622a3437a7cd320
5549 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5550 Date:   Mon Sep 12 23:03:05 2011 +0200
5551
5552     Remove common_ldflags from Makefile.am as it is no longer used.
5553
5554     https://bugzilla.gnome.org/show_bug.cgi?id=658856
5555
5556  Makefile.am |    6 ------
5557  1 file changed, 6 deletions(-)
5558
5559 commit 24b920f9922e367bdb8b3e56c2f61e0c8f5cdb66
5560 Author: John (J5) Palmieri <johnp@redhat.com>
5561 Date:   Tue Sep 13 16:20:48 2011 -0400
5562
5563     cast params for PyObject_IsInstance to suppress warnings
5564
5565  gi/_gobject/pygobject-private.h |    4 ++--
5566  1 file changed, 2 insertions(+), 2 deletions(-)
5567
5568 commit 861369ec59b17f67151813dc2e87c6e86126b954
5569 Author: John (J5) Palmieri <johnp@redhat.com>
5570 Date:   Tue Sep 13 16:04:31 2011 -0400
5571
5572     check if object is actually a PyGFlag before trying to access g_type
5573
5574      * we are lucky this bit of code worked for as long as it did but when
5575        checking if an object is a PyGFlag we can't just rely on looking
5576        at the g_type field because if a regular gobject is passed in
5577        as is the case when you compare a long to a gflag, the gobject
5578        will not have a g_type field.  Accessing a non-existant field
5579        could at best give you a false positive and at worse read
5580        memory beyond the bounds of the actual structure passed in
5581
5582  gi/_gobject/pygobject-private.h |    4 ++--
5583  1 file changed, 2 insertions(+), 2 deletions(-)
5584
5585 commit eea93e89fb064253bd8903c8b453daf4b3c87c2c
5586 Author: John (J5) Palmieri <johnp@redhat.com>
5587 Date:   Tue Sep 13 16:03:02 2011 -0400
5588
5589     fix regression - add instance type checks since Py3 no longer does
5590     this for us
5591
5592  gi/pygi-marshal-from-py.c |   21 +++++++++++++++++++--
5593  1 file changed, 19 insertions(+), 2 deletions(-)
5594
5595 commit a4e4318b50a24a688e32579273fbcfa51d1b422a
5596 Author: John (J5) Palmieri <johnp@redhat.com>
5597 Date:   Fri Sep 2 18:39:51 2011 -0400
5598
5599     refactor in/out marshalling to be to_py/from_py
5600
5601     * in/out make sense from a C perspective but when you get to the
5602        python layers it makes more sense to label them as to_py and
5603        from_py to denote which way we are marshalling
5604      * this helps clear up the difference between callbacks which
5605        call into python and invoked functions which call into C
5606      * in the callback case we marshal in values to Python objects
5607        and out values to C types but in the invoke case we do the
5608        reverse.  Dealing with to_py/from_py makes the code much more
5609        resuable and consistant
5610
5611     https://bugzilla.gnome.org/show_bug.cgi?id=658362
5612
5613  gi/Makefile.am            |    8 +-
5614  gi/pygi-cache.c           |  673 ++++++++++-----------
5615  gi/pygi-cache.h           |   62 +-
5616  gi/pygi-invoke.c          |  144 ++---
5617  gi/pygi-marshal-cleanup.c |  168 +++---
5618  gi/pygi-marshal-cleanup.h |  128 ++--
5619  gi/pygi-marshal-from-py.c | 1412
5620  +++++++++++++++++++++++++++++++++++++++++++++
5621  gi/pygi-marshal-from-py.h |  186 ++++++
5622  gi/pygi-marshal-in.c      | 1412
5623  ---------------------------------------------
5624  gi/pygi-marshal-in.h      |  186 ------
5625  gi/pygi-marshal-out.c     |  768 ------------------------
5626  gi/pygi-marshal-out.h     |  144 -----
5627  gi/pygi-marshal-to-py.c   |  768 ++++++++++++++++++++++++
5628  gi/pygi-marshal-to-py.h   |  144 +++++
5629  14 files changed, 3122 insertions(+), 3081 deletions(-)
5630
5631 commit 45b0fcff9e948c65a3903c32a3957802034c5e47
5632 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5633 Date:   Fri Sep 9 16:50:25 2011 +0200
5634
5635     Examples: fix cairo-demo.py imports
5636
5637  examples/cairo-demo.py |    6 +++---
5638  1 file changed, 3 insertions(+), 3 deletions(-)
5639
5640 commit 3ca19fc13e6024fd04851e6f269020a92b09fa17
5641 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5642 Date:   Fri Sep 9 15:08:27 2011 +0200
5643
5644     Fix paths and add missing overridesdir variable used in uninstalled
5645     pkgconfig file
5646
5647     https://bugzilla.gnome.org/show_bug.cgi?id=658654
5648
5649  pygobject-3.0-uninstalled.pc.in |   14 +++++++-------
5650  1 file changed, 7 insertions(+), 7 deletions(-)
5651
5652 commit 6e773175b9d2f46b3df5075ec952a8c5aff3c607
5653 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5654 Date:   Fri Sep 9 15:08:04 2011 +0200
5655
5656     Remove no longer used variables from pkgconfig files
5657
5658     https://bugzilla.gnome.org/show_bug.cgi?id=658654
5659
5660  pygobject-3.0-uninstalled.pc.in |    6 ------
5661  pygobject-3.0.pc.in             |    5 +----
5662  2 files changed, 1 insertion(+), 10 deletions(-)
5663
5664 commit 81d388780311311d8dc4a027a59d114edf9a00fc
5665 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5666 Date:   Fri Sep 9 14:57:58 2011 +0200
5667
5668     docs/Makefile.am and m4/python.m4: Python3 portability fixes
5669
5670     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5671
5672  docs/Makefile.am |    2 +-
5673  m4/python.m4     |    2 +-
5674  2 files changed, 2 insertions(+), 2 deletions(-)
5675
5676 commit 7e692ee061406e48e4862b98a0829650b1d6d585
5677 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5678 Date:   Fri Sep 9 14:57:46 2011 +0200
5679
5680     Refactor and clean Makefile.am files
5681
5682     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5683
5684  Makefile.am               |    2 -
5685  gi/Makefile.am            |   81 ++++++++++++++++++++++--------------
5686  gi/_glib/Makefile.am      |  100
5687  +++++++++++++++++++++++++++++----------------
5688  gi/_gobject/Makefile.am   |   85 ++++++++++++++++++++------------------
5689  gi/overrides/Makefile.am  |    4 +-
5690  gi/repository/Makefile.am |    4 +-
5691  6 files changed, 162 insertions(+), 114 deletions(-)
5692
5693 commit 3dd59b07d1f4a93ee1f65d6a64e1afb6f5e84232
5694 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5695 Date:   Fri Sep 9 14:57:36 2011 +0200
5696
5697     Remove all PLATFORM_VERSION = 2.0 traces
5698
5699     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5700
5701  gi/Makefile.am            |    2 --
5702  gi/overrides/Makefile.am  |    1 -
5703  gi/repository/Makefile.am |    1 -
5704  3 files changed, 4 deletions(-)
5705
5706 commit db1e484bfa157967de55ee2e0e18a82b8e388b61
5707 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5708 Date:   Fri Sep 9 14:57:25 2011 +0200
5709
5710     Remove gi/tests/ directory as all the tests now live in tests/
5711
5712     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5713
5714  gi/tests/Makefile.am |   24 ------------------------
5715  gi/tests/runtests.py |   21 ---------------------
5716  2 files changed, 45 deletions(-)
5717
5718 commit b0ecbf00138ef1147e478ebf3c66f0e9b3f85dfc
5719 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5720 Date:   Fri Sep 9 14:55:25 2011 +0200
5721
5722     autogen.sh: Use autoreconf instead of a custom script and honor
5723     ACLOCAL_FLAGS
5724
5725     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5726
5727  Makefile.am |    2 +-
5728  autogen.sh  |   95
5729  +++++++----------------------------------------------------
5730  2 files changed, 12 insertions(+), 85 deletions(-)
5731
5732 commit 4671f5397003f376f00830e3fd1c214de594619f
5733 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5734 Date:   Fri Sep 9 14:55:01 2011 +0200
5735
5736     use improved python.m4 macros to search for Python headers and libs
5737
5738     https://bugzilla.gnome.org/show_bug.cgi?id=658652
5739
5740  configure.ac |    3 ++-
5741  m4/python.m4 |   47 +++++++++++++++++++++++++++++++++++++----------
5742  2 files changed, 39 insertions(+), 11 deletions(-)
5743
5744 commit 2c9fd09da196d35db968bff4ae63fcce2d891e69
5745 Author: Javier Jardón <jjardon@gnome.org>
5746 Date:   Fri Sep 9 15:38:22 2011 +0100
5747
5748     Make maintiner mode enabled by default
5749
5750     See
5751     http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
5752
5753  configure.ac |    2 +-
5754  1 file changed, 1 insertion(+), 1 deletion(-)
5755
5756 commit b24dcb415406668931e02a1f669ef9861bb3a660
5757 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5758 Date:   Wed Aug 24 09:58:10 2011 +0200
5759
5760     Disable documentation for now since they are completely wrong for GI.
5761
5762     https://bugzilla.gnome.org/show_bug.cgi?id=657054
5763
5764  Makefile.am  |    2 +-
5765  configure.ac |   25 -------------------------
5766  2 files changed, 1 insertion(+), 26 deletions(-)
5767
5768 commit ecea2358a379c8ff44dff2f8f9c30a9092af1681
5769 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5770 Date:   Wed Sep 7 10:38:28 2011 +0200
5771
5772     Fix documentation installation directory
5773
5774     https://bugzilla.gnome.org/show_bug.cgi?id=657054
5775
5776  docs/Makefile.am |    5 +++--
5777  1 file changed, 3 insertions(+), 2 deletions(-)
5778
5779 commit 8d3125c8ce9890c70400dd8a3ac273b590fe6a31
5780 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5781 Date:   Tue Sep 6 22:22:11 2011 +0200
5782
5783     Remove distutils based build system.
5784
5785     The only reason this might be brought back to life again is when
5786     the whole stack can be built with Visual Studio (including
5787     gobject-introspection) again. Building with MinGW/MSYS can now
5788     be done with the usual autogen.sh/configure/make/make install dance.
5789
5790     https://bugzilla.gnome.org/show_bug.cgi?id=657054
5791
5792  MANIFEST.in              |    7 -
5793  Makefile.am              |   25 +--
5794  README.win32             |   21 --
5795  dsextras.py              |  509
5796  ----------------------------------------------
5797  pygobject_postinstall.py |    9 -
5798  setup.py                 |  351 --------------------------------
5799  6 files changed, 7 insertions(+), 915 deletions(-)
5800
5801 commit b82d916635aa0b732840548088a3fcfcb2e41bc4
5802 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5803 Date:   Wed Sep 7 10:40:36 2011 +0200
5804
5805     [gtk-demo] Fix syntax highlighter encoding issue
5806
5807     With Python 3, Gtk.TextBuffer.get_text returns a str (not bytes), with
5808     Python 2 however we get a str (not unicode). So with Python 2 the
5809     tokenizer returned bogus data when ran over a demo that contains real
5810     UTF-8 codepoints (like rotatedtext.py for example).
5811
5812     This patch thus fixes the "Gtk-CRITICAL **:
5813     gtk_text_iter_set_line_offset:
5814     assertion `char_on_line <= chars_in_line` failed" assertions when
5815     selecting
5816     the rotated text demo in the treeview.
5817
5818  demos/gtk-demo/gtk-demo.py |    3 +++
5819  1 file changed, 3 insertions(+)
5820
5821 commit 31db3ed3d233bd495c3a2f99b3fa51031bfa30c6
5822 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5823 Date:   Tue Sep 6 22:13:54 2011 +0200
5824
5825     overrides: add constants for atoms
5826
5827  gi/overrides/Gdk.py |   49
5828  +++++++++++++++++++++++++++++++++++++++++++++++++
5829  1 file changed, 49 insertions(+)
5830
5831 commit 81861bc2d664eb38d46e5c38ff755d436f040f63
5832 Author: Steve Frécinaux <code@istique.net>
5833 Date:   Wed Aug 31 14:18:56 2011 +0200
5834
5835     Drop pygobject_construct() from public API.
5836
5837     These functions were introduced in 2005 because python objects
5838     could not
5839     "just" be instantiated using g_object_new(), but this is not true
5840     anymore since the introduction of new-style constructors. Hence
5841     this API
5842     has no reason to be there anymore.
5843
5844     Nowadays, people who want to construct GObjects defined in python
5845     should
5846     just use g_object_new().
5847
5848     https://bugzilla.gnome.org/show_bug.cgi?id=657814
5849
5850  gi/_gobject/gobjectmodule.c     |  118
5851  +++++++++------------------------------
5852  gi/_gobject/pygobject-private.h |    3 -
5853  gi/_gobject/pygobject.h         |    8 ---
5854  3 files changed, 26 insertions(+), 103 deletions(-)
5855
5856 commit c4c55a98ccf9e39ed0d10ed49b66a76dc7d7c509
5857 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5858 Date:   Wed Aug 31 18:00:44 2011 +0200
5859
5860     post release version bump
5861
5862  configure.ac |    2 +-
5863  1 file changed, 1 insertion(+), 1 deletion(-)
5864
5865 commit ac5a0f46242abdd3cd98ec5f9f2bf8e5b05f3845
5866 Author: Ignacio Casal Quinteiro <icq@gnome.org>
5867 Date:   Wed Aug 31 17:58:37 2011 +0200
5868
5869     Release 2.90.3
5870
5871  NEWS |   12 ++++++++++++
5872  1 file changed, 12 insertions(+)
5873
5874 commit 429569abddada5a3bad554de707ddf35b349936e
5875 Author: John (J5) Palmieri <johnp@redhat.com>
5876 Date:   Thu Aug 25 13:57:53 2011 -0400
5877
5878     support skip annotation for return values
5879
5880     * this is used for things like skiping gboolean returns that are
5881       useful is C but useless in python
5882
5883     * cleans up after skipped returns that are also marked transfer
5884       full
5885     https://bugzilla.gnome.org/show_bug.cgi?id=650135
5886
5887  gi/pygi-cache.c          |    1 +
5888  gi/pygi-cache.h          |    1 +
5889  gi/pygi-invoke.c         |   48
5890  +++++++++++++++++++++++++++++-----------------
5891  tests/test_everything.py |    8 ++++++++
5892  4 files changed, 40 insertions(+), 18 deletions(-)
5893
5894 commit 7a234b185b131f3eb6a6e8a8c717ddf4d508b15e
5895 Author: Xavier Claessens <xclaesse@gmail.com>
5896 Date:   Tue Aug 2 12:05:12 2011 +0200
5897
5898     Test GPtrArray regression
5899
5900  tests/test_everything.py |    3 +++
5901  1 file changed, 3 insertions(+)
5902
5903 commit 42fc9fa437102c882844a0e70a081ab08de92658
5904 Author: Steve Frécinaux <code@istique.net>
5905 Date:   Fri Aug 26 10:53:43 2011 +0200
5906
5907     Drop support for old constructor style.
5908
5909     Bindings don't write their own constructors anymore, and the old style
5910     has been deprecated for ages, so let's just drop them now and make
5911     pygobject simpler.
5912
5913     https://bugzilla.gnome.org/show_bug.cgi?id=657413
5914
5915  gi/_gobject/gobjectmodule.c     |   20 --------------------
5916  gi/_gobject/pygobject-private.h |    1 -
5917  gi/_gobject/pygobject.c         |    1 -
5918  gi/_gobject/pygobject.h         |    2 --
5919  gi/gimodule.c                   |   28 ----------------------------
5920  gi/types.py                     |    2 --
5921  tests/testhelpermodule.c        |    5 -----
5922  7 files changed, 59 deletions(-)
5923
5924 commit 3961a405e1bddef22e1a5a0c7aa3ae55e4ec09ad
5925 Author: Steve Frécinaux <code@istique.net>
5926 Date:   Fri Aug 26 10:45:59 2011 +0200
5927
5928     Drop support for sink functions.
5929
5930     Sink functions were meant to deal with floating references in a custom
5931     way. They are not useful anymore with the dynamic bindings.
5932
5933     https://bugzilla.gnome.org/show_bug.cgi?id=642233
5934
5935  gi/_gobject/gobjectmodule.c |    1 -
5936  gi/_gobject/pygobject.c     |   53 --------------------------------------
5937  gi/_gobject/pygobject.h     |    4 ---
5938  tests/test-floating.c       |   59
5939  +++++++------------------------------------
5940  tests/test-floating.h       |   42 ++++++++----------------------
5941  tests/test_gobject.py       |   13 +++-------
5942  tests/testhelpermodule.c    |   32 +++++++----------------
5943  7 files changed, 32 insertions(+), 172 deletions(-)
5944
5945 commit 631d8ef879a13492945a3e30b3df9863a4ba2f44
5946 Author: Mike Gorse <mgorse@novell.com>
5947 Date:   Wed Aug 24 17:30:09 2011 -0500
5948
5949     Reinstate copying of in-line structs in arrays
5950
5951     For arrays of in-line, non-boxed structures with (transfer full),
5952     _pygi_marshal_free_out_array eventually gets called and frees
5953     the array
5954     data, so we should copy it (IE, BGO#653588).
5955
5956     https://bugzilla.gnome.org/show_bug.cgi?id=657120
5957
5958  gi/pygi-marshal-out.c |    8 +++++++-
5959  1 file changed, 7 insertions(+), 1 deletion(-)
5960
5961 commit f38511f251602e18551c04617cc2e2d42e812e1e
5962 Author: John (J5) Palmieri <johnp@redhat.com>
5963 Date:   Tue Aug 23 14:18:43 2011 -0400
5964
5965     fix inline struct array handling
5966
5967     * we now assume any non-boxed structs are inline in an array since
5968     there is
5969        no way to check in GI and this is the most common use for an
5970        array of
5971        non-boxed structs
5972
5973     https://bugzilla.gnome.org/show_bug.cgi?id=657120
5974
5975  gi/pygi-marshal-out.c |   23 +++++++++--------------
5976  tests/test_gi.py      |    8 ++++++++
5977  2 files changed, 17 insertions(+), 14 deletions(-)
5978
5979 commit d92846a5446b0dd2e69c813f56224a1966ab1a33
5980 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5981 Date:   Tue Aug 23 11:30:41 2011 +0200
5982
5983     [gtk-demo] printing.py: set print and error dialog transient parent
5984
5985  demos/gtk-demo/demos/printing.py |    8 ++++----
5986  1 file changed, 4 insertions(+), 4 deletions(-)
5987
5988 commit 1aebc1565752840075027b9452fe2a67217bf53b
5989 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
5990 Date:   Tue Aug 23 11:28:05 2011 +0200
5991
5992     [gtk-demo] printing.py: exit Gtk mainloop when done and correctly
5993     handle printing errors
5994
5995  demos/gtk-demo/demos/printing.py |   14 ++++++++++----
5996  1 file changed, 10 insertions(+), 4 deletions(-)
5997
5998 commit 1f9e4486c5b84209ce0038887738fc16a4ef7da3
5999 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6000 Date:   Tue Aug 23 08:05:43 2011 +0200
6001
6002     [gtk-demo] show "activated" demo's in italic font in the TreeView
6003
6004  demos/gtk-demo/gtk-demo.py |    7 +++++--
6005  1 file changed, 5 insertions(+), 2 deletions(-)
6006
6007 commit 971d063f7a36e13ef6621db7002b00af52f6292a
6008 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6009 Date:   Mon Aug 22 14:52:28 2011 +0200
6010
6011     [gtk-demo] source colorizer: Python3 does not have the BACKQUOTE
6012     token, so simply remove it
6013
6014  demos/gtk-demo/gtk-demo.py |    5 +----
6015  1 file changed, 1 insertion(+), 4 deletions(-)
6016
6017 commit c2979a37d6d505095b6e55789150a6498d95819d
6018 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6019 Date:   Mon Aug 22 14:22:18 2011 +0200
6020
6021     [gtk-demo] In Python3, GLib.file_get_contents returns a bytes object
6022     but Gtk.TextBuffer.insert expects a string.
6023
6024     Fixed by using codes.open() as hinted in
6025     http://docs.python.org/dev/howto/pyporting.html#text-files
6026     section "If pre-2.6 compatibility is needed" (because configure.ac
6027     is still happy with Python 2.5.2).
6028
6029  demos/gtk-demo/gtk-demo.py |    6 +++++-
6030  1 file changed, 5 insertions(+), 1 deletion(-)
6031
6032 commit 9ea56535f35abbea4cd977dea4c89247e4b01694
6033 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6034 Date:   Mon Aug 22 12:30:24 2011 +0200
6035
6036     [gtk-demo] images.py: fix 'Insensitive 'button mnenomic
6037
6038  demos/gtk-demo/demos/images.py |    2 +-
6039  1 file changed, 1 insertion(+), 1 deletion(-)
6040
6041 commit 7829dae1cdb8697a19c2b5e158ef0e08f6c2558b
6042 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6043 Date:   Mon Aug 22 10:38:04 2011 +0200
6044
6045     [gtk-demo] printing.py: fix Pango.EllipsizeType > Pango.EllipsizeMode
6046     & get_pixel_size
6047
6048  demos/gtk-demo/demos/printing.py |    4 ++--
6049  1 file changed, 2 insertions(+), 2 deletions(-)
6050
6051 commit 07f0274301d77d9bf62b49a14b059d9a52afb445
6052 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6053 Date:   Mon Aug 22 10:37:08 2011 +0200
6054
6055     [gtk-demo] printing.py: fix text file loading
6056
6057  demos/gtk-demo/demos/printing.py |   32 ++++++++++++++++----------------
6058  1 file changed, 16 insertions(+), 16 deletions(-)
6059
6060 commit 135148a4c35aac1d132b0b8fa3adbf1fdcdb3a24
6061 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6062 Date:   Mon Aug 22 10:20:35 2011 +0200
6063
6064     [gtk-demo] pixbuf.py: fix image loading
6065
6066  demos/gtk-demo/demos/pixbuf.py |   25 +++++++++++--------------
6067  1 file changed, 11 insertions(+), 14 deletions(-)
6068
6069 commit a93cae2c80e30a408f86e7e6c4d15a538011a189
6070 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6071 Date:   Mon Aug 22 10:10:02 2011 +0200
6072
6073     [gtk-demo] images.py: fix logo loading
6074
6075  demos/gtk-demo/demos/images.py |   70
6076  +++++++++++++++++-----------------------
6077  1 file changed, 29 insertions(+), 41 deletions(-)
6078
6079 commit eddc0824e0e4c156fca5de05bdeb600c534d4b24
6080 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6081 Date:   Wed Aug 24 12:19:21 2011 +0200
6082
6083     [gtk-demo] appwindow.py: set AboutDialog parent
6084
6085  demos/gtk-demo/demos/appwindow.py |    7 +++----
6086  1 file changed, 3 insertions(+), 4 deletions(-)
6087
6088 commit 7fe10a5b33148b1f029f3d34f76b7f880c1c2e7a
6089 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6090 Date:   Mon Aug 22 07:58:25 2011 +0200
6091
6092     [gtk-demo] appwindow.py: fix logo loading
6093
6094  demos/gtk-demo/demos/appwindow.py |   10 +++-------
6095  1 file changed, 3 insertions(+), 7 deletions(-)
6096
6097 commit 62fda288c1c37167c589e8e9d49ed625f770a98a
6098 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6099 Date:   Mon Aug 22 07:57:31 2011 +0200
6100
6101     [gtk-demo] appwindow.py: fix callback signatures
6102
6103  demos/gtk-demo/demos/appwindow.py |    6 +++---
6104  1 file changed, 3 insertions(+), 3 deletions(-)
6105
6106 commit 87e9ab4d3a0aac4f4710aa0f8af0a1736f781ad9
6107 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6108 Date:   Mon Aug 22 07:48:28 2011 +0200
6109
6110     [gtk-demo] fix glib vs GLib usage
6111
6112  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    2 +-
6113  demos/gtk-demo/demos/appwindow.py                |    2 +-
6114  2 files changed, 2 insertions(+), 2 deletions(-)
6115
6116 commit d29cad6976a80862e1fc590d3e7d190e8a234866
6117 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6118 Date:   Wed Aug 24 12:19:02 2011 +0200
6119
6120     [gtk-demo] iconviewedit.py: fix for Gdk.color_parse API breakage
6121     caused by improved GDK overrides
6122
6123  demos/gtk-demo/demos/Icon View/iconviewedit.py |    6 +++---
6124  1 file changed, 3 insertions(+), 3 deletions(-)
6125
6126 commit f29d3a85a275a39e8481484779264b0dea1160ab
6127 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6128 Date:   Mon Aug 22 07:25:32 2011 +0200
6129
6130     [gtk-demo] optimize source colorizer by only preparing iters for
6131     known colorized tokens
6132
6133  demos/gtk-demo/gtk-demo.py |   20 +++++++++++++++-----
6134  1 file changed, 15 insertions(+), 5 deletions(-)
6135
6136 commit ecd1eb00b19733da3f2e3d7935792378f34cab19
6137 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6138 Date:   Fri Aug 19 18:31:20 2011 +0200
6139
6140     [gtk-demo] small formatting fixes
6141
6142  demos/gtk-demo/demos/Entry/entry_buffer.py       |    1 +
6143  demos/gtk-demo/demos/Entry/entry_completion.py   |    1 +
6144  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    8 ++++----
6145  demos/gtk-demo/demos/assistant.py                |    1 +
6146  demos/gtk-demo/demos/builder.py                  |    4 +++-
6147  demos/gtk-demo/demos/button_box.py               |    1 +
6148  demos/gtk-demo/demos/clipboard.py                |    1 +
6149  demos/gtk-demo/demos/colorselector.py            |    1 +
6150  demos/gtk-demo/demos/combobox.py                 |    1 +
6151  demos/gtk-demo/demos/drawingarea.py              |    4 +++-
6152  demos/gtk-demo/demos/test.py                     |    2 ++
6153  11 files changed, 19 insertions(+), 6 deletions(-)
6154
6155 commit c42cb4da399ff5732f4ca732b85134de796a60fa
6156 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6157 Date:   Fri Aug 19 18:30:50 2011 +0200
6158
6159     [gtk-demo] remove "is_fully_bound" from demos
6160
6161  demos/gtk-demo/demos/Entry/entry_buffer.py     |    2 --
6162  demos/gtk-demo/demos/Entry/entry_completion.py |    2 --
6163  demos/gtk-demo/demos/appwindow.py              |    3 ---
6164  demos/gtk-demo/demos/assistant.py              |    2 --
6165  demos/gtk-demo/demos/builder.py                |    2 --
6166  demos/gtk-demo/demos/button_box.py             |    2 --
6167  demos/gtk-demo/demos/clipboard.py              |    2 --
6168  demos/gtk-demo/demos/colorselector.py          |    2 --
6169  demos/gtk-demo/demos/combobox.py               |    2 --
6170  demos/gtk-demo/demos/drawingarea.py            |    2 --
6171  demos/gtk-demo/demos/test.py                   |    1 -
6172  11 files changed, 22 deletions(-)
6173
6174 commit cad6a62c63f455f0b1315465a9cd71c0f02b12a5
6175 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6176 Date:   Fri Aug 19 18:26:31 2011 +0200
6177
6178     [gtk-demo] add source colorizer loosely based on PyGTK's pygtk-demo
6179     and GTK+'s gtk-demo code
6180
6181  demos/gtk-demo/gtk-demo.py |  116
6182  ++++++++++++++++++++++++++++++++++++++------
6183  1 file changed, 101 insertions(+), 15 deletions(-)
6184
6185 commit 250c36f4a8352ff1b31c1c85b156d3e803d4b8ef
6186 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6187 Date:   Fri Aug 19 15:08:15 2011 +0200
6188
6189     [gtk-demo] remove C-isms
6190
6191  demos/gtk-demo/gtk-demo.py |   28 ++++++++++++++--------------
6192  1 file changed, 14 insertions(+), 14 deletions(-)
6193
6194 commit cf35fe8e259e786d0fa21b08b1f5c64c9bb0a84e
6195 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6196 Date:   Fri Aug 19 14:54:39 2011 +0200
6197
6198     [gtk-demo] fix text on info tab to be more like GTK+'s gtk-demo
6199
6200  demos/gtk-demo/gtk-demo.py |    4 ++--
6201  1 file changed, 2 insertions(+), 2 deletions(-)
6202
6203 commit 241827208e25c72a990d8edd95a3b879470d6409
6204 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6205 Date:   Fri Aug 19 14:40:56 2011 +0200
6206
6207     [gtk-demo] remove duplicate storage of demos by only storing them
6208     in a TreeStore subclass
6209
6210     This also moves demos loading code into the TreeStore subclass and
6211     demo loading code into the Demo class
6212
6213  demos/gtk-demo/gtk-demo.py |  151
6214  ++++++++++++++++++++------------------------
6215  1 file changed, 70 insertions(+), 81 deletions(-)
6216
6217 commit 58797c355a08a35375988881a17958bb42ad54bb
6218 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6219 Date:   Fri Aug 19 14:40:00 2011 +0200
6220
6221     [gtk-demo] make GtkDemoApp a Gtk.Window subclass and adapt main()
6222     to demonstrate the GLib.MainLoop
6223
6224  demos/gtk-demo/gtk-demo.py |   43
6225  ++++++++++++++++++++++++++-----------------
6226  1 file changed, 26 insertions(+), 17 deletions(-)
6227
6228 commit 1e4fc1ea54527cff78f6c633db39e9a0bd3c64d2
6229 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6230 Date:   Fri Aug 19 11:46:17 2011 +0200
6231
6232     [gtk-demo] correctly load demo code when cwd != demos/gtk-demo/
6233
6234  demos/gtk-demo/gtk-demo.py |   39 +++++++++++++++++++++++----------------
6235  1 file changed, 23 insertions(+), 16 deletions(-)
6236
6237 commit 6ffc999fbd4c9990fb5bde53ddd46d139b53245e
6238 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6239 Date:   Fri Aug 19 11:02:35 2011 +0200
6240
6241     [gtk-demo] drawingarea: fix labels
6242
6243  demos/gtk-demo/demos/drawingarea.py |    4 ++--
6244  1 file changed, 2 insertions(+), 2 deletions(-)
6245
6246 commit 9fd3986affe11cbc5a816adcccdc56d0592f3618
6247 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6248 Date:   Fri Aug 19 09:57:31 2011 +0200
6249
6250     [gtk-demo] fix imports
6251
6252  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    6 ++++--
6253  demos/gtk-demo/demos/appwindow.py                |    9 ++++++---
6254  demos/gtk-demo/gtk-demo.py                       |    8 ++++----
6255  3 files changed, 14 insertions(+), 9 deletions(-)
6256
6257 commit 9f314babfdee3b82799e00ea003972b0bbe6a8d5
6258 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
6259 Date:   Fri Aug 19 10:07:14 2011 +0200
6260
6261     [gtk-demo] fix shebang
6262
6263  demos/gtk-demo/gtk-demo.py |    2 +-
6264  1 file changed, 1 insertion(+), 1 deletion(-)
6265
6266 commit 01142060ae7d71a8a1f7d3e9bbc6f52e65f01c8d
6267 Author: Sebastian Pölsterl <sebp@k-d-w.org>
6268 Date:   Fri Aug 19 12:27:04 2011 +0200
6269
6270     Added support for __setitem__ to TreeModel and support for slices
6271     to TreeModelRow
6272
6273     https://bugzilla.gnome.org/show_bug.cgi?id=656891
6274
6275  gi/overrides/Gtk.py     |   26 +++++++++++++++++++--
6276  tests/test_overrides.py |   57
6277  +++++++++++++++++++++++++++++++++++++++++++++++
6278  2 files changed, 81 insertions(+), 2 deletions(-)
6279
6280 commit d6da96c65b2ed3cda238886990a624fbc31f6987
6281 Author: Olav Vitters <olav@vitters.nl>
6282 Date:   Wed Aug 24 16:31:12 2011 +0200
6283
6284     Convert ACCEL_* constants into Gtk.AccelFlags.
6285
6286  pygi-convert.sh |    1 +
6287  1 file changed, 1 insertion(+)
6288
6289 commit 0841d41698302abb5d987849a5874252564ed428
6290 Author: Olav Vitters <olav@vitters.nl>
6291 Date:   Wed Aug 24 16:22:17 2011 +0200
6292
6293     Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition
6294
6295  pygi-convert.sh |    1 +
6296  1 file changed, 1 insertion(+)
6297
6298 commit 37b0d0f9dc3d485829cae6e50da369fdea91a2d1
6299 Author: John (J5) Palmieri <johnp@redhat.com>
6300 Date:   Thu Aug 18 14:06:32 2011 -0400
6301
6302     post commit version bump
6303
6304  configure.ac |    2 +-
6305  1 file changed, 1 insertion(+), 1 deletion(-)
6306
6307 commit e51efc50835a14e0418cc27cc928c52d1aa6a3cf
6308 Author: John (J5) Palmieri <johnp@redhat.com>
6309 Date:   Thu Aug 18 14:02:30 2011 -0400
6310
6311     release 2.90.2
6312
6313  NEWS |   10 ++++++++++
6314  1 file changed, 10 insertions(+)
6315
6316 commit 74c727b53fcf64f465ee77b5a1ea04a69ca90968
6317 Author: John (J5) Palmieri <johnp@redhat.com>
6318 Date:   Thu Aug 18 13:50:51 2011 -0400
6319
6320     remove tests that were removed from gi
6321
6322  tests/test_gi.py |   11 -----------
6323  1 file changed, 11 deletions(-)
6324
6325 commit 11ea24dd30d8eeca11c8433c6bd75b06e52ae1ef
6326 Author: John (J5) Palmieri <johnp@redhat.com>
6327 Date:   Thu Aug 18 13:48:57 2011 -0400
6328
6329     don't calculate item_size using is_pointer
6330
6331      * is_pointer is poorly defined and cacluating item_size for
6332        arrays causes a crash in the tests because of this
6333      * disregaurd is_pointer when cacluating item sizes
6334
6335  gi/pygi-info.c |    8 ++------
6336  1 file changed, 2 insertions(+), 6 deletions(-)
6337
6338 commit 493b4a21dd162d78cf572b548b58ba6a9ff22971
6339 Author: Timo Vanwynsberghe <timovwb@gmail.com>
6340 Date:   Wed Jul 6 01:50:31 2011 +0200
6341
6342     Updated signal example to use GObject introspection
6343
6344     https://bugzilla.gnome.org/show_bug.cgi?id=654162
6345
6346  examples/signal.py |    9 ++++-----
6347  1 file changed, 4 insertions(+), 5 deletions(-)
6348
6349 commit 0332010e704e253380e993874eab9dd122e59a7e
6350 Author: Timo Vanwynsberghe <timovwb@gmail.com>
6351 Date:   Wed Jul 6 01:54:50 2011 +0200
6352
6353     Updated properties example to use GObject introspection
6354
6355     https://bugzilla.gnome.org/show_bug.cgi?id=654162
6356
6357  examples/properties.py |   14 +++++++-------
6358  1 file changed, 7 insertions(+), 7 deletions(-)
6359
6360 commit c39f4555ebd703651eca6f978ed9870655b737f0
6361 Author: Martin Pitt <martin.pitt@ubuntu.com>
6362 Date:   Fri Aug 12 22:55:02 2011 +0200
6363
6364     Add override for GLib.Variant.split_signature()
6365
6366     This is useful for e. g. iterating over method parameters which are
6367     passed as a
6368     single Variant. In particular we will need it for automatically
6369     generating
6370     introspection XML for exported DBus server objects.
6371
6372  gi/overrides/GLib.py    |   50
6373  +++++++++++++++++++++++++++++++++++++++++++++++
6374  tests/test_overrides.py |   22 +++++++++++++++++++++
6375  2 files changed, 72 insertions(+)
6376
6377 commit 735f98d83c1c19df7457aa32a378e8c80cf2831f
6378 Author: Timo Vanwynsberghe <timovwb@gmail.com>
6379 Date:   Mon Aug 15 18:58:31 2011 +0200
6380
6381     [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0
6382
6383     https://bugzilla.gnome.org/show_bug.cgi?id=654001
6384
6385  pygi-convert.sh |    2 ++
6386  1 file changed, 2 insertions(+)
6387
6388 commit d0a96a0a75f2bc969522abce2d326ef440cf143a
6389 Author: Ignacio Casal Quinteiro <icq@gnome.org>
6390 Date:   Mon Aug 15 13:12:49 2011 +0200
6391
6392     Install pygobject.h again.
6393
6394     This is needed by libpeas.
6395
6396  gi/_gobject/Makefile.am         |    5 ++++-
6397  pygobject-3.0-uninstalled.pc.in |    4 ++--
6398  pygobject-3.0.pc.in             |    6 +++---
6399  3 files changed, 9 insertions(+), 6 deletions(-)
6400
6401 commit 081dc2eb03b677eac9f08d3ad05deecc7c51554c
6402 Author: John (J5) Palmieri <johnp@redhat.com>
6403 Date:   Sun Aug 14 11:20:15 2011 -0400
6404
6405     update the doap file
6406
6407  pygobject.doap |   26 ++++++++++++++------------
6408  1 file changed, 14 insertions(+), 12 deletions(-)
6409
6410 commit 762a36d2343bc39a502507d600fd1b9db9649dae
6411 Author: John (J5) Palmieri <johnp@redhat.com>
6412 Date:   Sun Aug 14 11:13:25 2011 -0400
6413
6414     prerelease bump
6415
6416  configure.ac |    2 +-
6417  1 file changed, 1 insertion(+), 1 deletion(-)
6418
6419 commit d3f85a61ec4b1a1d04838f73dc8d862258150048
6420 Author: John (J5) Palmieri <johnp@redhat.com>
6421 Date:   Sun Aug 14 10:13:37 2011 -0400
6422
6423     get things ready for release
6424
6425  NEWS |  194
6426  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6427  1 file changed, 194 insertions(+)
6428
6429 commit ffd057649380d4249c1c52e1225e3646f3994bc6
6430 Author: John (J5) Palmieri <johnp@redhat.com>
6431 Date:   Sun Aug 14 05:26:18 2011 -0400
6432
6433     pass exta keywords to the Box constructor
6434
6435  gi/overrides/Gtk.py |    4 ++--
6436  1 file changed, 2 insertions(+), 2 deletions(-)
6437
6438 commit cadbd4142bd0045368b5123d4b0a1876bdd5d798
6439 Author: John (J5) Palmieri <johnp@redhat.com>
6440 Date:   Sat Aug 13 11:03:07 2011 -0400
6441
6442     add (Tree|List)Store set method override
6443
6444  gi/overrides/Gtk.py     |   50 +++++++++++++++++++++++
6445  tests/test_overrides.py |  102
6446  +++++++++++++++++++++++++++++++++++++++++++++--
6447  2 files changed, 149 insertions(+), 3 deletions(-)
6448
6449 commit 9ee9b22bd95e44bd2eca26e7bf3b0a9a988700c5
6450 Author: John (J5) Palmieri <johnp@redhat.com>
6451 Date:   Sat Aug 13 09:19:29 2011 -0400
6452
6453     add test for object arrays
6454
6455  tests/test_everything.py |    6 ++++++
6456  1 file changed, 6 insertions(+)
6457
6458 commit c9d9ffd0380878792cbdb13dec4e53be897e5fbc
6459 Author: John (J5) Palmieri <johnp@redhat.com>
6460 Date:   Sat Aug 13 08:46:18 2011 -0400
6461
6462     only support C pointer arrays for structs and objects
6463
6464     * There is no way to know if an array of structs or objects are
6465     pointer arrays
6466       or flat arrays.  Since pointer arrays are the most useful and
6467       prevelant
6468       it has been decided to only support those arrays
6469
6470  gi/pygi-marshal-out.c |    2 +-
6471  tests/test_gi.py      |    8 --------
6472  2 files changed, 1 insertion(+), 9 deletions(-)
6473
6474 commit b12379de1790b72d51883bf7b63c892639a892e7
6475 Author: John (J5) Palmieri <johnp@redhat.com>
6476 Date:   Sat Aug 13 06:31:52 2011 -0400
6477
6478     revert Gtk.Window override because it causes issues with subclasses
6479
6480  gi/overrides/Gtk.py |    9 ---------
6481  1 file changed, 9 deletions(-)
6482
6483 commit 3e64a62d6d7f9e9d2820aad54187ef9c34710a1f
6484 Author: Jonathan Matthew <jonathan@d14n.org>
6485 Date:   Thu Apr 7 21:05:32 2011 +1000
6486
6487     take GIL in _pygi_invoke_closure_free (bug #647016)
6488
6489  gi/pygi-closure.c |    3 +++
6490  1 file changed, 3 insertions(+)
6491
6492 commit f8de9b8615f5dc30f492781d792aef5fc1e9ab73
6493 Author: Johan Dahlin <jdahlin@litl.com>
6494 Date:   Mon Jun 27 00:41:24 2011 -0300
6495
6496     Add a default parameter to GtkTreeModel.filter_new
6497
6498     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6499
6500  gi/overrides/Gtk.py |    3 +++
6501  1 file changed, 3 insertions(+)
6502
6503 commit 583d0b3c6b53712128d7c2d5f075000a2a76ae5f
6504 Author: Johan Dahlin <jdahlin@litl.com>
6505 Date:   Mon Jun 27 00:40:12 2011 -0300
6506
6507     Add vbox/action_area properties
6508
6509     Accessing vbox/action_area directly creates segmentation fault,
6510     avoid that by mapping the fields to their getters for PyGTK
6511     API compatibility
6512
6513     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6514
6515  gi/overrides/Gtk.py |    3 +++
6516  1 file changed, 3 insertions(+)
6517
6518 commit 017fdfc1dd06259006719e02ffa48883cee01ffd
6519 Author: Johan Dahlin <jdahlin@litl.com>
6520 Date:   Mon Jun 27 00:39:41 2011 -0300
6521
6522     Add a couple of constructors
6523
6524     This is for PyGTK compatibility, so that gtk.HBox(True, 2) etc
6525     works.
6526
6527     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6528
6529  gi/overrides/Gtk.py |   40 ++++++++++++++++++++++++++++++++++++++++
6530  1 file changed, 40 insertions(+)
6531
6532 commit af8bc9d5cdba48a7ee728ccb7ea9039df3ecceba
6533 Author: Johan Dahlin <jdahlin@litl.com>
6534 Date:   Mon Jun 27 00:38:30 2011 -0300
6535
6536     Do not always pass in user_data to callbacks.
6537
6538     This keeps API compatibility with PyGTK and avoids sending
6539     in user_data if it's None.
6540
6541     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6542
6543  gi/overrides/Gtk.py |   15 ++++++++++++---
6544  1 file changed, 12 insertions(+), 3 deletions(-)
6545
6546 commit 7914d814350af1a18bdeda64f049c8e9a68d1d18
6547 Author: Johan Dahlin <jdahlin@litl.com>
6548 Date:   Mon Jun 27 00:38:20 2011 -0300
6549
6550     Add a default detail value for Widget.render_icon
6551
6552     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6553
6554  gi/overrides/Gtk.py |    3 +++
6555  1 file changed, 3 insertions(+)
6556
6557 commit 5b1c875269b7979caae97e84919a690a34d92f29
6558 Author: Johan Dahlin <jdahlin@litl.com>
6559 Date:   Mon Jun 27 00:36:20 2011 -0300
6560
6561     Add an override for Gdk.color_parse()
6562
6563     Change Gdk.color_parse() to not return a tuple, instead just
6564     return the created color or None if it wasn't possible to parse
6565     the name into a color.
6566
6567     This keeps compatibility with PyGTK but breaks the current API.
6568
6569     https://bugzilla.gnome.org/show_bug.cgi?id=653462
6570
6571  gi/overrides/Gdk.py |    8 ++++++++
6572  1 file changed, 8 insertions(+)
6573
6574 commit 187a2932bbf1e724f759ff3ed3392fc7341c6aa8
6575 Author: Laszlo Pandy <lpandy@src.gnome.org>
6576 Date:   Mon Aug 8 12:06:18 2011 +0200
6577
6578     Support function calling with keyword arguments in invoke.
6579
6580     https://bugzilla.gnome.org/show_bug.cgi?id=625596
6581
6582  gi/pygi-cache.c          |   39 +++++++++++
6583  gi/pygi-cache.h          |    4 ++
6584  gi/pygi-invoke.c         |  162
6585  ++++++++++++++++++++++++++++++++++++++++++++--
6586  gi/types.py              |   12 ++--
6587  tests/test_everything.py |    2 +-
6588  tests/test_gi.py         |   58 +++++++++++++++++
6589  6 files changed, 265 insertions(+), 12 deletions(-)
6590
6591 commit e5df32ffbf37481dbb6a70c4d4e7b7b9778c5549
6592 Author: John (J5) Palmieri <johnp@redhat.com>
6593 Date:   Sat Aug 13 04:13:28 2011 -0400
6594
6595     remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN
6596
6597  gi/pygi-info.c |    5 -----
6598  1 file changed, 5 deletions(-)
6599
6600 commit 745001178fc72be5626c7211366d694f41162987
6601 Author: Martin Pitt <martin.pitt@ubuntu.com>
6602 Date:   Thu Aug 11 15:11:42 2011 +0200
6603
6604     Fix gobject vs. gi.repository warning
6605
6606     Check the warning earlier and fix the operator, so that it actually
6607     works. Also
6608     update the warning to explain how to fix the problem.
6609
6610  gi/_gobject/__init__.py |    8 ++++----
6611  1 file changed, 4 insertions(+), 4 deletions(-)
6612
6613 commit 25d2d05cba05414cd4551e0e06f6286a9b97a509
6614 Author: John (J5) Palmieri <johnp@redhat.com>
6615 Date:   Fri Jul 22 15:46:31 2011 -0400
6616
6617     make GObject and GLib able to take overrides
6618
6619     * derive directly from DynamicModule instead of InterfaceModule
6620
6621     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6622
6623  gi/importer.py |   11 +++---
6624  gi/module.py   |  118
6625  ++++++++++++++++++++++++++++----------------------------
6626  2 files changed, 64 insertions(+), 65 deletions(-)
6627
6628 commit 698b2284e29c0f699198cf6a22eeb0e399daba6e
6629 Author: John (J5) Palmieri <johnp@redhat.com>
6630 Date:   Fri Jul 22 15:45:09 2011 -0400
6631
6632     avoid dependency issue by importing the internal gobject
6633
6634     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6635
6636  gi/__init__.py |    2 +-
6637  1 file changed, 1 insertion(+), 1 deletion(-)
6638
6639 commit 7b068ebe59884ebd9aeb4425dc80cdff73a66fb1
6640 Author: John (J5) Palmieri <johnp@redhat.com>
6641 Date:   Fri Jul 22 14:13:02 2011 -0400
6642
6643     fix tests to use the new GLib module
6644
6645     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6646
6647  tests/test_mainloop.py   |    7 +++----
6648  tests/test_option.py     |    3 ++-
6649  tests/test_source.py     |   24 +++++++++++-------------
6650  tests/test_subprocess.py |   12 +++++-------
6651  tests/test_thread.py     |   10 ++++------
6652  tests/test_uris.py       |    4 ++--
6653  6 files changed, 27 insertions(+), 33 deletions(-)
6654
6655 commit 191ef79315f8a5641699536fde58da18e23ef904
6656 Author: John (J5) Palmieri <johnp@redhat.com>
6657 Date:   Fri Jul 22 14:11:53 2011 -0400
6658
6659     add DynamicGLibModule which works like DynamicGObjectModule
6660
6661     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6662
6663  gi/importer.py |    7 +++++--
6664  gi/module.py   |   32 +++++++++++++++++++++++++++++---
6665  2 files changed, 34 insertions(+), 5 deletions(-)
6666
6667 commit fbd4a8263260c187211799454c08b1e55e2cb998
6668 Author: John (J5) Palmieri <johnp@redhat.com>
6669 Date:   Fri Jul 22 12:27:41 2011 -0400
6670
6671     refactor, add objects and types to the correct internal module
6672
6673     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6674
6675  gi/_glib/pygiochannel.c     |   38 +++++++++++++++++++-------------------
6676  gi/_glib/pygmaincontext.c   |    2 +-
6677  gi/_glib/pygmainloop.c      |    4 ++--
6678  gi/_glib/pygoptioncontext.c |    4 ++--
6679  gi/_glib/pygoptiongroup.c   |    4 ++--
6680  gi/_glib/pygsource.c        |   14 +++++++-------
6681  gi/_glib/pygspawn.c         |   14 +++++++-------
6682  7 files changed, 40 insertions(+), 40 deletions(-)
6683
6684 commit 7431b49a161df9178c55b814d3adff992ac2d722
6685 Author: John (J5) Palmieri <johnp@redhat.com>
6686 Date:   Fri Jul 22 12:26:32 2011 -0400
6687
6688     rename the pyglib shared library so we don't load the old one
6689
6690     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6691
6692  gi/Makefile.am          |    2 +-
6693  gi/_glib/Makefile.am    |   10 +++++-----
6694  gi/_gobject/Makefile.am |    2 +-
6695  3 files changed, 7 insertions(+), 7 deletions(-)
6696
6697 commit b8700451acd4a19b59b64fc8641fca748d2189e2
6698 Author: John (J5) Palmieri <johnp@redhat.com>
6699 Date:   Fri Jul 22 11:20:09 2011 -0400
6700
6701     refactor tests to only use PyGObject 3 syntax
6702
6703     * for PyGObject 3 we want to discourage the use of legacy
6704        interfaces
6705      * Using interfaces like from gi.repository import GObject makes
6706        sure that the internal _gobject module is loaded and not
6707        PyGObject 2's gobject module which would cause the application
6708        to not work correctly
6709
6710     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6711
6712  tests/runtests-windows.py |    4 +-
6713  tests/test_gdbus.py       |   12 ++---
6714  tests/test_gi.py          |    4 +-
6715  tests/test_gobject.py     |   31 ++++++------
6716  tests/test_interface.py   |   16 +++---
6717  tests/test_mainloop.py    |    3 +-
6718  tests/test_overrides.py   |    8 +--
6719  tests/test_properties.py  |  124
6720  ++++++++++++++++++++++-----------------------
6721  tests/test_signal.py      |   98 +++++++++++++++++------------------
6722  tests/test_source.py      |    5 +-
6723  tests/test_subprocess.py  |    3 +-
6724  tests/test_thread.py      |    5 +-
6725  tests/test_unknown.py     |    8 +--
6726  tests/testhelpermodule.c  |    2 +-
6727  tests/testmodule.py       |   10 ++--
6728  15 files changed, 169 insertions(+), 164 deletions(-)
6729
6730 commit c980dae21468fe073cc8782608148c346bb90ad7
6731 Author: John (J5) Palmieri <johnp@redhat.com>
6732 Date:   Fri Jul 22 11:16:00 2011 -0400
6733
6734     refactor the internal _glib module to import correct modules
6735
6736     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6737
6738  gi/_glib/__init__.py  |    3 ++-
6739  gi/_glib/glibmodule.c |   10 +++++-----
6740  gi/_glib/option.py    |    4 ++--
6741  gi/_glib/pyglib.c     |   18 +++++++++---------
6742  4 files changed, 18 insertions(+), 17 deletions(-)
6743
6744 commit 65ac35cca8d24f4c133991e1c6ac02f49416a9a4
6745 Author: John (J5) Palmieri <johnp@redhat.com>
6746 Date:   Fri Jul 22 11:10:46 2011 -0400
6747
6748     refactor to use the new internal _glib and _gobject modules
6749
6750     * use relative imports instead of aboslute
6751      * fix the C imports to import the internal _gobject libs
6752      * add a check to see if the PyGObject 2 gobject module
6753        was already imported
6754
6755     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6756
6757  gi/_gobject/__init__.py       |   20 +++++++++++++-------
6758  gi/_gobject/constants.py      |    3 +--
6759  gi/_gobject/gobjectmodule.c   |    2 +-
6760  gi/_gobject/propertyhelper.py |   11 +++++------
6761  gi/_gobject/pygobject.c       |   16 ++++++++--------
6762  gi/_gobject/pygobject.h       |    2 +-
6763  6 files changed, 29 insertions(+), 25 deletions(-)
6764
6765 commit 59ed1289f76bc287443b3974710ea0da3e2cc8cc
6766 Author: John (J5) Palmieri <johnp@redhat.com>
6767 Date:   Fri Jul 22 11:07:10 2011 -0400
6768
6769     refactor gi module to import and use internal _gobject module
6770
6771     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6772
6773  gi/importer.py           |    2 --
6774  gi/module.py             |   31 ++++++++++++++++---------------
6775  gi/overrides/Gtk.py      |    2 +-
6776  gi/overrides/__init__.py |    6 +++---
6777  gi/pygobject-external.h  |    2 +-
6778  gi/types.py              |   12 ++++++------
6779  6 files changed, 27 insertions(+), 28 deletions(-)
6780
6781 commit 6b9d738d78c6ac45d49f00402c89356887555069
6782 Author: John (J5) Palmieri <johnp@redhat.com>
6783 Date:   Fri Jul 22 11:02:49 2011 -0400
6784
6785     move the static bits internal to gi and refactor build files
6786
6787     * the glib module now becomes the gi._glib module
6788     * the gobject module now becomes the gi._gobject module
6789     * we do this so we can install in parallel with PyGObject 2
6790
6791     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6792
6793  Makefile.am                     |    2 +-
6794  configure.ac                    |    6 +-
6795  gi/Makefile.am                  |    8 +-
6796  gi/_glib/Makefile.am            |   58 +
6797  gi/_glib/__init__.py            |   25 +
6798  gi/_glib/glibmodule.c           |  969 ++++++++++++++
6799  gi/_glib/option.py              |  358 ++++++
6800  gi/_glib/pygiochannel.c         |  764 ++++++++++++
6801  gi/_glib/pygiochannel.h         |   29 +
6802  gi/_glib/pyglib-private.h       |   49 +
6803  gi/_glib/pyglib-python-compat.h |  245 ++++
6804  gi/_glib/pyglib.c               |  633 ++++++++++
6805  gi/_glib/pyglib.h               |   83 ++
6806  gi/_glib/pygmaincontext.c       |  126 ++
6807  gi/_glib/pygmaincontext.h       |   40 +
6808  gi/_glib/pygmainloop.c          |  360 ++++++
6809  gi/_glib/pygmainloop.h          |   36 +
6810  gi/_glib/pygoptioncontext.c     |  337 +++++
6811  gi/_glib/pygoptioncontext.h     |   39 +
6812  gi/_glib/pygoptiongroup.c       |  298 +++++
6813  gi/_glib/pygoptiongroup.h       |   42 +
6814  gi/_glib/pygsource.c            |  725 +++++++++++
6815  gi/_glib/pygsource.h            |   39 +
6816  gi/_glib/pygspawn.c             |  264 ++++
6817  gi/_glib/pygspawn.h             |   32 +
6818  gi/_gobject/Makefile.am         |   71 ++
6819  gi/_gobject/__init__.py         |  117 ++
6820  gi/_gobject/constants.py        |   83 ++
6821  gi/_gobject/ffi-marshaller.c    |  194 +++
6822  gi/_gobject/ffi-marshaller.h    |   31 +
6823  gi/_gobject/gobjectmodule.c     | 2638
6824  +++++++++++++++++++++++++++++++++++++++
6825  gi/_gobject/propertyhelper.py   |  312 +++++
6826  gi/_gobject/pygboxed.c          |  234 ++++
6827  gi/_gobject/pygboxed.h          |   27 +
6828  gi/_gobject/pygenum.c           |  366 ++++++
6829  gi/_gobject/pygenum.h           |   27 +
6830  gi/_gobject/pygflags.c          |  485 +++++++
6831  gi/_gobject/pygflags.h          |   27 +
6832  gi/_gobject/pyginterface.c      |  122 ++
6833  gi/_gobject/pyginterface.h      |   40 +
6834  gi/_gobject/pygobject-private.h |  241 ++++
6835  gi/_gobject/pygobject.c         | 2397
6836  +++++++++++++++++++++++++++++++++++
6837  gi/_gobject/pygobject.h         |  667 ++++++++++
6838  gi/_gobject/pygparamspec.c      |  404 ++++++
6839  gi/_gobject/pygparamspec.h      |   31 +
6840  gi/_gobject/pygpointer.c        |  198 +++
6841  gi/_gobject/pygpointer.h        |   27 +
6842  gi/_gobject/pygtype.c           | 1844 +++++++++++++++++++++++++++
6843  gi/_gobject/pygtype.h           |   28 +
6844  glib/Makefile.am                |   61 -
6845  glib/__init__.py                |   25 -
6846  glib/glibmodule.c               |  969 --------------
6847  glib/option.py                  |  358 ------
6848  glib/pygiochannel.c             |  764 ------------
6849  glib/pygiochannel.h             |   29 -
6850  glib/pyglib-private.h           |   49 -
6851  glib/pyglib-python-compat.h     |  245 ----
6852  glib/pyglib.c                   |  633 ----------
6853  glib/pyglib.h                   |   83 --
6854  glib/pygmaincontext.c           |  126 --
6855  glib/pygmaincontext.h           |   40 -
6856  glib/pygmainloop.c              |  360 ------
6857  glib/pygmainloop.h              |   36 -
6858  glib/pygoptioncontext.c         |  337 -----
6859  glib/pygoptioncontext.h         |   39 -
6860  glib/pygoptiongroup.c           |  298 -----
6861  glib/pygoptiongroup.h           |   42 -
6862  glib/pygsource.c                |  725 -----------
6863  glib/pygsource.h                |   39 -
6864  glib/pygspawn.c                 |  264 ----
6865  glib/pygspawn.h                 |   32 -
6866  gobject/Makefile.am             |   73 --
6867  gobject/__init__.py             |  117 --
6868  gobject/constants.py            |   83 --
6869  gobject/ffi-marshaller.c        |  194 ---
6870  gobject/ffi-marshaller.h        |   31 -
6871  gobject/gobjectmodule.c         | 2638
6872  ---------------------------------------
6873  gobject/propertyhelper.py       |  312 -----
6874  gobject/pygboxed.c              |  234 ----
6875  gobject/pygboxed.h              |   27 -
6876  gobject/pygenum.c               |  366 ------
6877  gobject/pygenum.h               |   27 -
6878  gobject/pygflags.c              |  485 -------
6879  gobject/pygflags.h              |   27 -
6880  gobject/pyginterface.c          |  122 --
6881  gobject/pyginterface.h          |   40 -
6882  gobject/pygobject-private.h     |  241 ----
6883  gobject/pygobject.c             | 2397
6884  -----------------------------------
6885  gobject/pygobject.h             |  667 ----------
6886  gobject/pygparamspec.c          |  404 ------
6887  gobject/pygparamspec.h          |   31 -
6888  gobject/pygpointer.c            |  198 ---
6889  gobject/pygpointer.h            |   27 -
6890  gobject/pygtype.c               | 1844 ---------------------------
6891  gobject/pygtype.h               |   28 -
6892  tests/Makefile.am               |    2 +-
6893  96 files changed, 16172 insertions(+), 16175 deletions(-)
6894
6895 commit f0d2ddcf7e61c36f79a9adf8ccc53bf3db9349d3
6896 Author: John (J5) Palmieri <johnp@redhat.com>
6897 Date:   Mon Jul 18 18:46:31 2011 -0400
6898
6899     remove pygtk.py
6900
6901     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6902
6903  Makefile.am |    5 ----
6904  pygtk.py    |   95
6905  -----------------------------------------------------------
6906  2 files changed, 100 deletions(-)
6907
6908 commit 75e9f7d80d9224c05e6063b88479f1baee48c489
6909 Author: John (J5) Palmieri <johnp@redhat.com>
6910 Date:   Mon Jul 18 18:41:41 2011 -0400
6911
6912     introspection is no longer optional
6913
6914     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6915
6916  Makefile.am         |    8 +-------
6917  configure.ac        |   43 +++++++++++++++++--------------------------
6918  gi/pygi.h           |   37 -------------------------------------
6919  gobject/Makefile.am |    5 +----
6920  tests/Makefile.am   |    7 +------
6921  5 files changed, 20 insertions(+), 80 deletions(-)
6922
6923 commit d862168d6a82edd59547d39f5b0ab8279b1e511c
6924 Author: John (J5) Palmieri <johnp@redhat.com>
6925 Date:   Mon Jul 18 18:28:50 2011 -0400
6926
6927     up platform version to 3.0
6928
6929     https://bugzilla.gnome.org/show_bug.cgi?id=642048
6930
6931  Makefile.am                     |    2 +-
6932  configure.ac                    |    4 ++--
6933  pygobject-2.0-uninstalled.pc.in |   18 ------------------
6934  pygobject-2.0.pc.in             |   22 ----------------------
6935  pygobject-3.0-uninstalled.pc.in |   18 ++++++++++++++++++
6936  pygobject-3.0.pc.in             |   22 ++++++++++++++++++++++
6937  6 files changed, 43 insertions(+), 43 deletions(-)
6938
6939 commit 5189b360ccddbbaee267ce857968fbf1aafdd07a
6940 Author: Martin Pitt <martin.pitt@ubuntu.com>
6941 Date:   Thu Aug 11 09:53:15 2011 +0200
6942
6943     [gi] Handle GVariants from callback return values
6944
6945     Callbacks still use GIArgument, add missing GVariant support for
6946     return types.
6947
6948  gi/pygi-argument.c |    6 ++++--
6949  1 file changed, 4 insertions(+), 2 deletions(-)
6950
6951 commit 18a240cc492d2e5ebe2709a0d7155e27c8ff9e63
6952 Author: Martin Pitt <martin.pitt@ubuntu.com>
6953 Date:   Wed Aug 10 14:11:10 2011 +0200
6954
6955     Handle GVariants for callback arguments
6956
6957     Callbacks still use GIArgument, add missing GVariant support. This
6958     is the
6959     equivalent of what commit 9d5604220bd56 did for pygi_marshall_*().
6960
6961  gi/pygi-argument.c |    7 +++++++
6962  1 file changed, 7 insertions(+)
6963
6964 commit aa820d6ce2fee83e61e3e9de7c6b7d2452e2847d
6965 Author: Laszlo Pandy <lpandy@src.gnome.org>
6966 Date:   Mon Aug 8 01:58:10 2011 +0200
6967
6968     [gi] Fix crash: check return value of
6969     _invoke_state_init_from_callable_cache() before continuing.
6970
6971  gi/pygi-invoke.c |    4 +++-
6972  1 file changed, 3 insertions(+), 1 deletion(-)
6973
6974 commit eaad9f3c71cedfe28ff2d2bb05ea6c64e323715f
6975 Author: Laszlo Pandy <lpandy@src.gnome.org>
6976 Date:   Fri Aug 5 21:03:33 2011 +0200
6977
6978     [gi] Pass gtype as first parameter to vfuncs (instead of using
6979     kwargs).
6980
6981  gi/pygi-invoke.c |   32 ++++++++++++++++++--------------
6982  gi/types.py      |    2 +-
6983  2 files changed, 19 insertions(+), 15 deletions(-)
6984
6985 commit 76edfd0d5776f61c92c84fd9fb8dcc246c580e93
6986 Author: John (J5) Palmieri <johnp@redhat.com>
6987 Date:   Mon Jul 18 18:21:51 2011 -0400
6988
6989     remove codegen
6990
6991  Makefile.am                      |    2 +-
6992  codegen/Makefile.am              |   33 -
6993  codegen/README.defs              |  351 --------
6994  codegen/__init__.py              |   16 -
6995  codegen/argtypes.py              | 1043 -----------------------
6996  codegen/code-coverage.py         |   44 -
6997  codegen/codegen.py               | 1722
6998  --------------------------------------
6999  codegen/createdefs.py            |   17 -
7000  codegen/definitions.py           |  575 -------------
7001  codegen/defsconvert.py           |  132 ---
7002  codegen/defsgen.py               |  737 ----------------
7003  codegen/defsparser.py            |  153 ----
7004  codegen/docextract.py            |  461 ----------
7005  codegen/docextract_to_xml.py     |  142 ----
7006  codegen/docgen.py                |  766 -----------------
7007  codegen/h2def.py                 |  631 --------------
7008  codegen/mergedefs.py             |   26 -
7009  codegen/missingdefs.py           |   17 -
7010  codegen/mkskel.py                |   89 --
7011  codegen/override.py              |  285 -------
7012  codegen/pygobject-codegen-2.0.in |   11 -
7013  codegen/reversewrapper.py        |  912 --------------------
7014  codegen/scanvirtuals.py          |   54 --
7015  codegen/scmexpr.py               |  143 ----
7016  configure.ac                     |    5 -
7017  pygobject-2.0-uninstalled.pc.in  |    1 -
7018  pygobject-2.0.pc.in              |    1 -
7019  27 files changed, 1 insertion(+), 8368 deletions(-)
7020
7021 commit bf284c7c47c3e52ab4d8700327a170903e9ebad2
7022 Author: John (J5) Palmieri <johnp@redhat.com>
7023 Date:   Mon Jul 18 11:04:58 2011 -0400
7024
7025     remove some left over ifdefs to complete merge of the invoke-rewrite
7026     branch
7027
7028  gi/pygi-cache.h   |    2 --
7029  gi/pygi-info.c    |    2 --
7030  gi/pygi-private.h |    5 +----
7031  gi/pygi.h         |    2 --
7032  4 files changed, 1 insertion(+), 10 deletions(-)
7033
7034 commit 8c653ec3033fab47c4bb4071b5732a349357141f
7035 Author: John (J5) Palmieri <johnp@redhat.com>
7036 Date:   Mon Jul 18 10:59:45 2011 -0400
7037
7038     rename pygi-invoke-ng to pygi-invoke
7039
7040  gi/Makefile.am      |    3 +-
7041  gi/pygi-invoke-ng.c |  464
7042  ---------------------------------------------------
7043  gi/pygi-invoke.c    |  464
7044  +++++++++++++++++++++++++++++++++++++++++++++++++++
7045  3 files changed, 466 insertions(+), 465 deletions(-)
7046
7047 commit 62d59fa2c2b31d7a3cac8996d58234d4b13bb19f
7048 Author: John (J5) Palmieri <johnp@redhat.com>
7049 Date:   Mon Jul 18 10:56:36 2011 -0400
7050
7051     make invoke-ng the only invoker
7052
7053  configure.ac     |   11 -
7054  gi/Makefile.am   |   10 +-
7055  gi/pygi-invoke.c | 1030
7056  ------------------------------------------------------
7057  3 files changed, 1 insertion(+), 1050 deletions(-)
7058
7059 commit 2937cfe5bb7122dd3783c7919294d6a34a3dfc05
7060 Merge: 519e556 917ea2d
7061 Author: John (J5) Palmieri <johnp@redhat.com>
7062 Date:   Mon Jul 18 10:45:18 2011 -0400
7063
7064     Merge branch 'master' into invoke-rewrite
7065
7066 commit 519e556dc1e5874e1668bad93043fb9258c7ee79
7067 Merge: bab7e88 38cca3c
7068 Author: John (J5) Palmieri <johnp@redhat.com>
7069 Date:   Mon Jul 18 10:37:20 2011 -0400
7070
7071     Merge branch 'master' into invoke-rewrite
7072
7073 commit bab7e88251bffcd360186c6dedc26be8eb077084
7074 Author: John (J5) Palmieri <johnp@redhat.com>
7075 Date:   Mon Jul 18 10:35:10 2011 -0400
7076
7077     split the marshalling routines into two source files
7078
7079     * update copy and paste copyright info to list the correct owner
7080
7081  gi/Makefile.am        |    6 +-
7082  gi/pygi-cache.c       |    3 +-
7083  gi/pygi-marshal-in.c  | 1412 ++++++++++++++++++++++++++++++++
7084  gi/pygi-marshal-in.h  |  186 +++++
7085  gi/pygi-marshal-out.c |  767 ++++++++++++++++++
7086  gi/pygi-marshal-out.h |  144 ++++
7087  gi/pygi-marshal.c     | 2145
7088  -------------------------------------------------
7089  gi/pygi-marshal.h     |  303 -------
7090  8 files changed, 2515 insertions(+), 2451 deletions(-)
7091
7092 commit 917ea2dfa2d097e563233145003a66b3e4423287
7093 Author: Martin Pitt <martin.pitt@ubuntu.com>
7094 Date:   Thu Jul 14 11:21:10 2011 +0200
7095
7096     Ship tests/te_ST@nouppera in release tarballs for tests to succeed
7097
7098  tests/Makefile.am |    1 +
7099  1 file changed, 1 insertion(+)
7100
7101 commit e024e832ab9c82d3e299cc6e1cb427de44f2d16e
7102 Author: John (J5) Palmieri <johnp@redhat.com>
7103 Date:   Wed Jul 13 15:43:02 2011 -0400
7104
7105     [invoke] break out caller_allocates allocating into its own function
7106
7107  gi/pygi-invoke-ng.c |   78
7108  ++++++++++++++++++++++++++++++++-------------------
7109  1 file changed, 49 insertions(+), 29 deletions(-)
7110
7111 commit fc8b8ce768ac780f7ed9edc63b70dd35194153c0
7112 Author: John (J5) Palmieri <johnp@redhat.com>
7113 Date:   Wed Jul 13 15:42:26 2011 -0400
7114
7115     [invoke] missed a bit when removing constructor_class usage
7116
7117  gi/pygi-invoke-ng.c |    2 +-
7118  1 file changed, 1 insertion(+), 1 deletion(-)
7119
7120 commit c94bcf4ae7e36f90c356c89712b00609f9f849bd
7121 Author: John (J5) Palmieri <johnp@redhat.com>
7122 Date:   Wed Jul 13 15:16:17 2011 -0400
7123
7124     [invoke] don't hold on to the constructor class, just add a TODO
7125
7126  gi/pygi-invoke-ng.c           |   11 +++++------
7127  gi/pygi-invoke-state-struct.h |    1 -
7128  2 files changed, 5 insertions(+), 7 deletions(-)
7129
7130 commit c11d3195f324ea41e86e3da7ff99b55425c2faec
7131 Author: Martin Pitt <martin.pitt@ubuntu.com>
7132 Date:   Wed Jul 13 10:40:25 2011 +0200
7133
7134     [gi] Port test_properties from static gio to GI Gio
7135
7136     As we ripped out the static gio bindings a while ago, this test case
7137     was using
7138     the system installed gio bindings with Python 2, and now fails
7139     completely with
7140     Python 3. Rewrite it to use gi.repository.Gio.
7141
7142  tests/test_properties.py |   38 +++++++++++++++++++-------------------
7143  1 file changed, 19 insertions(+), 19 deletions(-)
7144
7145 commit 8f89ff24fcac627ce15ca93038711fded1a7c5ed
7146 Author: Martin Pitt <martin.pitt@ubuntu.com>
7147 Date:   Wed Jul 13 08:42:22 2011 +0200
7148
7149     [python3] Fix maketrans import
7150
7151     Python3 moved the maketrans() function from the string module to a
7152     str method.
7153     This unbreaks gi/module.py for Python 3 again.
7154
7155  gi/module.py |    8 ++++++--
7156  1 file changed, 6 insertions(+), 2 deletions(-)
7157
7158 commit 20aea4b052126fa0bface3e6e0dccfd77f9505b1
7159 Author: John (J5) Palmieri <johnp@redhat.com>
7160 Date:   Fri Jul 8 14:39:22 2011 -0400
7161
7162     [caching] remove all inline compiler flags
7163
7164  gi/pygi-cache.c |   96
7165  +++++++++++++++++++++++++++----------------------------
7166  1 file changed, 48 insertions(+), 48 deletions(-)
7167
7168 commit bf7bb79b66ad406063fb443e7452d830c55986ef
7169 Author: John (J5) Palmieri <johnp@redhat.com>
7170 Date:   Fri Jul 8 14:35:20 2011 -0400
7171
7172     [caching] refactor function names to be less confusing
7173
7174  gi/pygi-cache.c |  307
7175  +++++++++++++++++++++++++++----------------------------
7176  1 file changed, 150 insertions(+), 157 deletions(-)
7177
7178 commit c167a9345b01c070bd5a84b4a4b3a53baf9e217d
7179 Author: John (J5) Palmieri <johnp@redhat.com>
7180 Date:   Fri Jul 8 11:24:09 2011 -0400
7181
7182     [overrides] deprecate the use of type keyword MessageDialog
7183     constructor
7184
7185     * pygtk used type to determine the "type" of message dialog to
7186     display but we
7187       use the proper property name "message_type" since we should not be
7188       overriding a reserved word
7189     * to keep compat with pygtk we check the kwds hash for the key
7190     'type' and
7191       assign it to message_type while throwing a deprecation warning
7192     * also add a deprication warning when trying to use the depricated
7193     NO_SEPARATOR
7194       flag
7195
7196  gi/overrides/Gtk.py |   13 ++++++++-----
7197  1 file changed, 8 insertions(+), 5 deletions(-)
7198
7199 commit 367e4ededd4a45125157050bcc9e4e685fd4a82d
7200 Author: Martin Pitt <martin.pitt@ubuntu.com>
7201 Date:   Fri Jul 8 10:15:53 2011 +0200
7202
7203     gdbus tests: Fix hang if test case fails
7204
7205     In the TestGDBusClient.test_native_calls_async() test case, the main
7206     loop was
7207     never quit when the call failed.
7208
7209  tests/test_gdbus.py |    6 ++++--
7210  1 file changed, 4 insertions(+), 2 deletions(-)
7211
7212 commit 11b578400cbf9f7c270b662a5e8953ccd466e5ef
7213 Author: John (J5) Palmieri <johnp@redhat.com>
7214 Date:   Thu Jul 7 19:30:11 2011 -0400
7215
7216     use an enum instead of booleans to denote function type
7217
7218  gi/pygi-cache.c     |   85
7219  +++++++++++++++++++++++++++++----------------------
7220  gi/pygi-cache.h     |   18 ++++++++---
7221  gi/pygi-invoke-ng.c |    8 ++---
7222  3 files changed, 67 insertions(+), 44 deletions(-)
7223
7224 commit 10e31005baec26f61c0f8fca2b5c0337b0be6c70
7225 Author: John (J5) Palmieri <johnp@redhat.com>
7226 Date:   Thu Jul 7 15:18:03 2011 -0400
7227
7228     rename aux arguments to child arguments to make their purpose clearer
7229
7230  gi/pygi-cache.c     |   64
7231  +++++++++++++++++++++++++--------------------------
7232  gi/pygi-cache.h     |   29 +++++++++++++++--------
7233  gi/pygi-invoke-ng.c |   10 ++++----
7234  gi/pygi-marshal.c   |   12 +++++-----
7235  4 files changed, 63 insertions(+), 52 deletions(-)
7236
7237 commit b4ad91c40f713ebdc278ce40b011e4adf9ddbbd7
7238 Author: Timo Vanwynsberghe <timovwb@gmail.com>
7239 Date:   Thu Jul 7 10:59:08 2011 +0200
7240
7241     Fixed the cairo example
7242
7243     https://bugzilla.gnome.org/show_bug.cgi?id=653844
7244
7245  examples/cairo-demo.py |    6 ++----
7246  1 file changed, 2 insertions(+), 4 deletions(-)
7247
7248 commit a606bab1ddc605167f2e9dc7c46c8f929fdce23b
7249 Author: Adam Dingle <adam@yorba.org>
7250 Date:   Tue Jul 5 14:28:20 2011 -0700
7251
7252     Add override binding for Gtk.ListStore.prepend().
7253
7254     https://bugzilla.gnome.org/show_bug.cgi?id=654056
7255
7256  gi/overrides/Gtk.py     |    8 ++++++++
7257  tests/test_overrides.py |   13 ++++++++++++-
7258  2 files changed, 20 insertions(+), 1 deletion(-)
7259
7260 commit fc5c869486c7f6929e285ea7a86623ec41ecd9bd
7261 Author: Martin Pitt <martin.pitt@ubuntu.com>
7262 Date:   Thu Jul 7 13:39:19 2011 +0200
7263
7264     Fix crash in Gtk.TextIter overrides
7265
7266     With commit 17cd0fb3 Gtk.TextIter.{forward,backward}_search()
7267     returns undefined
7268     pointers when the search was unsuccessful. Actually check the
7269     "success" return
7270     value; if it is False return None, just like PyGTK used to.
7271
7272     Thanks to Michael Vogt for discovering this and writing the test case!
7273
7274     Test case:
7275
7276     -------------- 8< -----------------
7277     from gi.repository import Gtk
7278
7279     win = Gtk.Window.new(Gtk.WindowType.TOPLEVEL)
7280     textview = Gtk.TextView()
7281     buffer = textview.get_buffer()
7282     buffer.set_text("hello world")
7283     win.add(textview)
7284
7285     win.show_all()
7286
7287     iter = buffer.get_start_iter()
7288     end = buffer.get_end_iter()
7289     ret = iter.forward_search("foo",
7290                               Gtk.TextSearchFlags.VISIBLE_ONLY,
7291                                                     end)
7292     print "this is my return value"
7293     print ret
7294     print "now I crash"
7295     print ret[0].get_offset()
7296
7297     Gtk.main()
7298     -------------- 8< -----------------
7299
7300  gi/overrides/Gtk.py |   10 ++++++++--
7301  1 file changed, 8 insertions(+), 2 deletions(-)
7302
7303 commit 5c04fc5b2ca7e262c052426d5863d69d0c4a24da
7304 Author: John (J5) Palmieri <johnp@redhat.com>
7305 Date:   Tue Jul 5 15:57:23 2011 -0400
7306
7307     use gssize instead of int for arg indexes
7308
7309  gi/pygi-cache.c           |   24 ++++++++++++------------
7310  gi/pygi-cache.h           |    6 +++---
7311  gi/pygi-invoke-ng.c       |    6 +++---
7312  gi/pygi-marshal-cleanup.c |    6 +++---
7313  4 files changed, 21 insertions(+), 21 deletions(-)
7314
7315 commit ecc09749c34cd4eabf47cc722d768b042dc0be9f
7316 Author: John (J5) Palmieri <johnp@redhat.com>
7317 Date:   Tue Jul 5 14:17:30 2011 -0400
7318
7319     [cache] remove refrence to default value as it is not implemented yet
7320
7321  gi/pygi-cache.h |    1 -
7322  1 file changed, 1 deletion(-)
7323
7324 commit 433e0fb259047d8c81e5949a31abb5e0feefd27b
7325 Author: Sebastian Pölsterl <sebp@k-d-w.org>
7326 Date:   Thu May 12 18:53:06 2011 +0200
7327
7328     Handle arguments that are flags correctly
7329
7330     https://bugzilla.gnome.org/show_bug.cgi?id=647581
7331
7332  gi/pygi-argument.c |    2 ++
7333  1 file changed, 2 insertions(+)
7334
7335 commit 38cca3c14e79fbc383e3fc65a120bee03714b99f
7336 Author: John (J5) Palmieri <johnp@redhat.com>
7337 Date:   Fri Jul 1 05:19:15 2011 -0400
7338
7339     correctly initialize the _gi_cairo_functions array to be zero filled
7340
7341  gi/pygi-foreign-cairo.c |    2 +-
7342  1 file changed, 1 insertion(+), 1 deletion(-)
7343
7344 commit 9ae43fdbcc547eb1e3c61bf9545da40555b2e2c6
7345 Author: John (J5) Palmieri <johnp@redhat.com>
7346 Date:   Fri Jul 1 05:19:15 2011 -0400
7347
7348     correctly initialize the _gi_cairo_functions array to be zero filled
7349
7350  gi/pygi-foreign-cairo.c |    2 +-
7351  1 file changed, 1 insertion(+), 1 deletion(-)
7352
7353 commit d3ee40b36b1718e6fb4544dbe07e291138ea1eb9
7354 Author: John (J5) Palmieri <johnp@redhat.com>
7355 Date:   Wed Jun 29 18:14:40 2011 -0400
7356
7357     pass in the address of the gerror, not the gerror itself
7358
7359  gi/pygi-argument.c |    2 +-
7360  1 file changed, 1 insertion(+), 1 deletion(-)
7361
7362 commit 49dc98eb9339ea64355cd752ca000c79da56f3a2
7363 Author: John (J5) Palmieri <johnp@redhat.com>
7364 Date:   Wed Jun 29 18:01:44 2011 -0400
7365
7366     [gi] handle marshalling gerrors arguments for signals
7367
7368  gi/pygi-argument.c |   18 ++++++++++++++++--
7369  1 file changed, 16 insertions(+), 2 deletions(-)
7370
7371 commit db9419fcef628e9ffee10591156007ea9c0bc1f0
7372 Author: John (J5) Palmieri <johnp@redhat.com>
7373 Date:   Wed Jun 29 12:12:29 2011 -0400
7374
7375     [gi-invoke-ng] fix NULL check to check before we access the cache
7376     struct
7377
7378  gi/pygi-cache.c |    6 +++---
7379  1 file changed, 3 insertions(+), 3 deletions(-)
7380
7381 commit 9027e1a20fd06df5c26edcec1893ef0814ec938a
7382 Author: John (J5) Palmieri <johnp@redhat.com>
7383 Date:   Tue Jun 28 18:21:55 2011 -0400
7384
7385     [gi-tests] add test for PyGObject->PyObject TreeModel storage
7386
7387       * make sure we can store a custom GObject as a PyObject inside of
7388       a TreeModel
7389
7390  tests/test_overrides.py |   26 +++++++++++++++-----------
7391  1 file changed, 15 insertions(+), 11 deletions(-)
7392
7393 commit b6842e4b2a28733e143d4022864041ca82e91f7a
7394 Author: John (J5) Palmieri <johnp@redhat.com>
7395 Date:   Tue Jun 28 18:13:38 2011 -0400
7396
7397     [gtk-overrides] special case TreeModel columns of PYGOBJECT types
7398
7399      * box the PYGOBJECT in a GValue so we can store PyGObjects in a
7400      TreeModel row
7401
7402  gi/overrides/Gtk.py |    7 ++++---
7403  gobject/pygtype.c   |    7 ++++---
7404  2 files changed, 8 insertions(+), 6 deletions(-)
7405
7406 commit 7fc9d45860210fd9d333fd3769c6cf93a6a20eb6
7407 Author: John (J5) Palmieri <johnp@redhat.com>
7408 Date:   Tue Jun 28 17:32:29 2011 -0400
7409
7410     [gi-invoke-ng] copy structs when transfer is full for array
7411
7412  gi/pygi-marshal.c |   21 ++++++++++++++++++---
7413  1 file changed, 18 insertions(+), 3 deletions(-)
7414
7415 commit 8d60c0bc7b327aa757a8727f1146f02cc0b78af8
7416 Author: John (J5) Palmieri <johnp@redhat.com>
7417 Date:   Tue Jun 28 13:54:48 2011 -0400
7418
7419     [gtk-override] print warning if user imports Gtk 2.0
7420
7421      * this is needed because people file bugs not realizing they are
7422      importing 2.0
7423        which is not supported
7424
7425  gi/overrides/Gtk.py |   12 ++++++++++++
7426  1 file changed, 12 insertions(+)
7427
7428 commit 7c589c0c1de1a786e00685afd5292b6fb1f93ed3
7429 Author: John (J5) Palmieri <johnp@redhat.com>
7430 Date:   Tue Jun 28 13:08:49 2011 -0400
7431
7432     [gtk-overrides] allow the message_type keyword to be used for
7433     MessageDialogs
7434
7435      * for pygtk compat we use the type keyword for message type but
7436      we prefer
7437        the use of message_type because it is more descriptive and does
7438        not clash
7439        with a python reserved word
7440      * if you passed message_type into a MessageDialog constructor you
7441      would get
7442        an error because we also convert type to message_type when
7443        calling the
7444        parent constructor
7445      * this patch looks to see if message_type was passed in as a
7446      keyword and
7447        assigns it to type while removing message_type from the keywords
7448        dict
7449        to avoid name clashing
7450
7451  gi/overrides/Gtk.py |    5 +++++
7452  1 file changed, 5 insertions(+)
7453
7454 commit 2aa12267bee91aa696633a0cea2a0accae09250a
7455 Author: Johan Dahlin <jdahlin@litl.com>
7456 Date:   Mon Jun 27 10:56:20 2011 -0300
7457
7458     Add support for enums in gobject.property
7459
7460     https://bugzilla.gnome.org/show_bug.cgi?id=653488
7461
7462  gobject/propertyhelper.py |   23 ++++++++++++++++-------
7463  tests/test_properties.py  |   40 ++++++++++++++++++++++++++++++++++++----
7464  2 files changed, 52 insertions(+), 11 deletions(-)
7465
7466 commit dc62e67b447ef526a6f2d1aa8648ad101d95024b
7467 Author: Johan Dahlin <jdahlin@litl.com>
7468 Date:   Mon Jun 27 10:56:20 2011 -0300
7469
7470     Add support for enums in gobject.property
7471
7472     https://bugzilla.gnome.org/show_bug.cgi?id=653488
7473
7474  gobject/propertyhelper.py |   23 ++++++++++++++++-------
7475  tests/test_properties.py  |   40 ++++++++++++++++++++++++++++++++++++----
7476  2 files changed, 52 insertions(+), 11 deletions(-)
7477
7478 commit 50cfccb5801c1b9a0a42ffe2826cd245f21fd88d
7479 Author: John (J5) Palmieri <johnp@redhat.com>
7480 Date:   Fri Jun 24 14:17:24 2011 -0400
7481
7482     [gi-invoke-ng] use g_slice for allocating GValues that are caller
7483     allocated
7484
7485  gi/pygi-invoke-ng.c       |    2 ++
7486  gi/pygi-marshal-cleanup.c |    2 ++
7487  2 files changed, 4 insertions(+)
7488
7489 commit eff65cd2ce490296865441c3c78b7846f380459c
7490 Author: John (J5) Palmieri <johnp@redhat.com>
7491 Date:   Fri Jun 24 11:49:05 2011 -0400
7492
7493     [gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling
7494     integers
7495
7496  gi/pygi-marshal.c |   56
7497  +++++++++++++++++++++++++++++++++++++++++------------
7498  1 file changed, 44 insertions(+), 12 deletions(-)
7499
7500 commit 05ed688d54e3ff04e961b60d0b5d3ed0b97c771d
7501 Author: John (J5) Palmieri <johnp@redhat.com>
7502 Date:   Wed Jun 22 12:26:39 2011 -0400
7503
7504     [gi-invoke-ng] only cache caller allocates for interfaces as some
7505     API are broken
7506
7507  gi/pygi-cache.c |    6 ++++--
7508  1 file changed, 4 insertions(+), 2 deletions(-)
7509
7510 commit 4fd957a5de364c0588168dee15e1e61d4f12e173
7511 Author: John (J5) Palmieri <johnp@redhat.com>
7512 Date:   Fri Jun 17 17:07:56 2011 -0400
7513
7514     [gi-invoke-ng] handle in pointer array marshalling
7515
7516  gi/pygi-marshal.c |   28 ++++++++++++++++++++++------
7517  1 file changed, 22 insertions(+), 6 deletions(-)
7518
7519 commit df3911ad2ce83af9bf9679ed1b221847b23ba2de
7520 Author: Alex Eftimie <alex@eftimie.ro>
7521 Date:   Fri Jun 10 08:44:04 2011 +0300
7522
7523     Adding GPtrArray tests
7524
7525  tests/test_gi.py |   43 ++++++++++++++++++++++++++++++++++++++++++-
7526  1 file changed, 42 insertions(+), 1 deletion(-)
7527
7528 commit e32c2be53175014399d89e1e85c9afc6e53c94be
7529 Author: John (J5) Palmieri <johnp@redhat.com>
7530 Date:   Fri Jun 17 11:32:28 2011 -0400
7531
7532     [gi-invoke-ng] fix array element offset calculations
7533
7534     * use pointer arithmetic to calculate based on element size instead of
7535       relying on the size of GIArgument
7536     * special case GPtrArrays
7537
7538  gi/pygi-marshal.c |   27 +++++++++------------------
7539  1 file changed, 9 insertions(+), 18 deletions(-)
7540
7541 commit 6e8dc28cb261cafbfed40fc0797a0dd5f91f497b
7542 Author: John (J5) Palmieri <johnp@redhat.com>
7543 Date:   Wed Jun 15 12:46:03 2011 -0400
7544
7545     [gi] don't clean up arguments that weren't yet processed during in
7546     arg failure
7547
7548  gi/pygi-marshal-cleanup.c |    2 +-
7549  1 file changed, 1 insertion(+), 1 deletion(-)
7550
7551 commit af7c93ea98b7f492eef265e58c8b3c878805524f
7552 Author: John (J5) Palmieri <johnp@redhat.com>
7553 Date:   Wed Jun 15 12:06:47 2011 -0400
7554
7555     [gi-overrides] use new instead of init when constructing a
7556     GLib.VariantBuilder
7557
7558     * init is now skipped in the gir
7559
7560  gi/overrides/GLib.py    |   18 ++++++++----------
7561  tests/test_overrides.py |    6 ++----
7562  2 files changed, 10 insertions(+), 14 deletions(-)
7563
7564 commit c6112307f29f9a850e6e9efa5f55d5d4a363c6b0
7565 Author: John (J5) Palmieri <johnp@redhat.com>
7566 Date:   Wed Jun 15 11:42:45 2011 -0400
7567
7568     [gi-invoke-ng] actual code to import overrides
7569
7570  gi/pygi-cache.c |    7 +------
7571  1 file changed, 1 insertion(+), 6 deletions(-)
7572
7573 commit 902575d857beffb14e56821ea8a52f705385f6bb
7574 Author: John (J5) Palmieri <johnp@redhat.com>
7575 Date:   Wed Jun 15 11:25:10 2011 -0400
7576
7577     [gi-invoke-ng] import pytypes so we get overrides
7578
7579  gi/pygi-marshal.c |    4 +++-
7580  1 file changed, 3 insertions(+), 1 deletion(-)
7581
7582 commit 9d5604220bd56ae2708e9b74122c14208e0a30b4
7583 Author: John (J5) Palmieri <johnp@redhat.com>
7584 Date:   Tue Jun 14 16:13:37 2011 -0400
7585
7586     [gi-invoke-ng] handle gvariants now that they are not foreign
7587
7588  gi/pygi-marshal.c |    7 ++++++-
7589  1 file changed, 6 insertions(+), 1 deletion(-)
7590
7591 commit c1f5651062687e800a52b5d8d16c88c0acde2934
7592 Author: John (J5) Palmieri <johnp@redhat.com>
7593 Date:   Tue Jun 14 16:12:43 2011 -0400
7594
7595     [gi-invoke-ng] do not try to clean up NULL arguments
7596
7597  gi/pygi-marshal-cleanup.c |   24 ++++++++++++++++--------
7598  1 file changed, 16 insertions(+), 8 deletions(-)
7599
7600 commit fbf5382fbc1aed49ed491d2255d616a1643a45fc
7601 Merge: 499b68d 1491f62
7602 Author: John (J5) Palmieri <johnp@redhat.com>
7603 Date:   Mon Jun 13 17:28:23 2011 -0400
7604
7605     Merge branch 'master' into invoke-rewrite
7606
7607 commit 499b68d6c9040cffc6e43dc87789d68446564a92
7608 Merge: 4c9bced 426c710
7609 Author: John (J5) Palmieri <johnp@redhat.com>
7610 Date:   Mon Jun 13 17:26:37 2011 -0400
7611
7612     Merge branch 'master' into invoke-rewrite
7613
7614 commit 1491f6225b9906bd369b5a42e6369ab6884736b7
7615 Author: Ignacio Casal Quinteiro <icq@gnome.org>
7616 Date:   Fri Jun 10 14:01:32 2011 +0200
7617
7618     closure: avoid double free crash
7619
7620  gi/pygi-closure.c |   12 ++++--------
7621  1 file changed, 4 insertions(+), 8 deletions(-)
7622
7623 commit 929f4236f2b8601e7960a4a7b0a860d976ad83c6
7624 Author: Jason Siefken <siefkenj@gmail.com>
7625 Date:   Fri Jun 3 23:11:17 2011 -0700
7626
7627     Added __eq__ method for Gdk.Color and Gdk.RGBA
7628
7629     Call Gdk.Color.equal and Gdk.RGBA.equal when
7630     == equality testing is used.
7631
7632  gi/overrides/Gdk.py     |    6 ++++++
7633  tests/test_overrides.py |    4 ++++
7634  2 files changed, 10 insertions(+)
7635
7636 commit dff5961ba229c7c34bd7b0a18a446b56bbe39e3a
7637 Author: Ignacio Casal Quinteiro <icq@gnome.org>
7638 Date:   Wed Jun 8 19:13:48 2011 +0200
7639
7640     closure: Check the out arg is not null. Fixes bug #651812
7641
7642  gi/pygi-closure.c |    3 +++
7643  1 file changed, 3 insertions(+)
7644
7645 commit d7d178206bfbb0858556fcfd6c9ca8eefda3fdf5
7646 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
7647 Date:   Wed Jun 8 09:47:20 2011 +0200
7648
7649     Use constants instead of literals
7650
7651  tests/test_overrides.py |    8 ++++----
7652  1 file changed, 4 insertions(+), 4 deletions(-)
7653
7654 commit fe386a0ad548a23e30e9cb947bfa2198fb48ef29
7655 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
7656 Date:   Mon Jun 6 19:07:22 2011 +0200
7657
7658     GVariant has now a GType, take that into account
7659
7660     https://bugzilla.gnome.org/show_bug.cgi?id=647509
7661
7662  gi/pygi-argument.c |    8 ++++----
7663  gi/pygi-invoke.c   |   20 +++++++++++++-------
7664  2 files changed, 17 insertions(+), 11 deletions(-)
7665
7666 commit bd7b8d96a7420522c1fdc127ef8cfb7d6e8a1b31
7667 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
7668 Date:   Mon Jun 6 19:05:07 2011 +0200
7669
7670     GVariantType is a boxed struct
7671
7672     https://bugzilla.gnome.org/show_bug.cgi?id=647509
7673
7674  gi/gimodule.c |    2 +-
7675  1 file changed, 1 insertion(+), 1 deletion(-)
7676
7677 commit 2d73012e5dbcc45a5782a6c119dfb272c14b5a61
7678 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
7679 Date:   Mon Jun 6 17:38:21 2011 +0200
7680
7681     Use _gi.Struct to wrap fundamentals
7682
7683     https://bugzilla.gnome.org/show_bug.cgi?id=647509
7684
7685  gi/module.py |    4 +++-
7686  1 file changed, 3 insertions(+), 1 deletion(-)
7687
7688 commit d82e6c8d1d9f2fc48fdcc15b7d2a97e4f24cf3bf
7689 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
7690 Date:   Mon Jun 6 17:24:28 2011 +0200
7691
7692     Merge gi/HACKING into /HACKING
7693
7694  HACKING    |   16 ++++++++++++++++
7695  gi/HACKING |   26 --------------------------
7696  2 files changed, 16 insertions(+), 26 deletions(-)
7697
7698 commit 92aca4416a7930e5870b8d1a4016bae8140462ee
7699 Author: Daniel Drake <dsd@laptop.org>
7700 Date:   Fri Jun 3 16:59:15 2011 +0100
7701
7702     Fix GC-related crash during PyGObject deallocation
7703
7704     Python-2.7.1's GC source has the following comment:
7705
7706             /* Python's cyclic gc should never see an incoming refcount
7707              * of 0:  if something decref'ed to 0, it should have been
7708              * deallocated immediately at that time.
7709              * Possible cause (if the assert triggers):  a tp_dealloc
7710              * routine left a gc-aware object tracked during its teardown
7711              * phase, and did something-- or allowed something to
7712              happen --
7713              * that called back into Python.  gc can trigger then, and may
7714              * see the still-tracked dying object.  Before this assert
7715              * was added, such mistakes went on to allow gc to try to
7716              * delete the object again.  In a debug build, that caused
7717              * a mysterious segfault, when _Py_ForgetReference tried
7718              * to remove the object from the doubly-linked list of all
7719              * objects a second time.  In a release build, an actual
7720              * double deallocation occurred, which leads to corruption
7721              * of the allocator's internal bookkeeping pointers.  That's
7722              * so serious that maybe this should be a release-build
7723              * check instead of an assert?
7724              */
7725
7726     As shown in a backtrace at
7727     https://bugzilla.redhat.com/show_bug.cgi?id=640972 , pygobject
7728     is making
7729     this exact mistake. Before untracking its object, pygobject_dealloc
7730     calls PyObject_ClearWeakRefs() which can call back into python, create
7731     new allocations, and trigger the GC.
7732
7733     This is causing Sugar (based on pygobject2 + pygtk2 static bindings)
7734     to
7735     crash on a regular basis while interacting with widgets or launching
7736     applications.
7737
7738     Fix this by untracking the object early. Also fix the same issue
7739     spotted
7740     in the GSource wrapper.
7741
7742     Thanks to Bernie Innocenti for initial diagnosis.
7743
7744  glib/pygsource.c    |    6 ++++--
7745  gobject/pygobject.c |    8 +++++++-
7746  2 files changed, 11 insertions(+), 3 deletions(-)
7747
7748 commit 4c9bcedb4e11ad66a4b86174e2425c7afcafc473
7749 Author: John (J5) Palmieri <johnp@redhat.com>
7750 Date:   Tue May 31 16:59:41 2011 -0400
7751
7752     [gi-invoke-ng] enable invoke-ng by default
7753
7754  configure.ac |    8 ++++----
7755  1 file changed, 4 insertions(+), 4 deletions(-)
7756
7757 commit 2e4cfb85a55ff205e263591d573ee5ecf0ffff3e
7758 Author: John (J5) Palmieri <johnp@redhat.com>
7759 Date:   Tue May 31 16:37:21 2011 -0400
7760
7761     [gi-invoke-ng] add code to clean up when input values fail to marshal
7762
7763  gi/pygi-marshal-cleanup.c |   30 +++++++++++++++++++++++++-----
7764  1 file changed, 25 insertions(+), 5 deletions(-)
7765
7766 commit 508b1b6ca1b143f1e123a3ddb83e8ce146758dfc
7767 Author: John (J5) Palmieri <johnp@redhat.com>
7768 Date:   Tue May 31 16:01:03 2011 -0400
7769
7770     [gi-invoke-ng] add hash cleanup routines
7771
7772  gi/pygi-cache.c           |    2 ++
7773  gi/pygi-marshal-cleanup.c |   64
7774  +++++++++++++++++++++++++++++++++++++++++++++
7775  gi/pygi-marshal-cleanup.h |   10 +++++--
7776  3 files changed, 74 insertions(+), 2 deletions(-)
7777
7778 commit 1954c75b94a74259b4e5d28f5ff8d76aa4610832
7779 Author: John (J5) Palmieri <johnp@redhat.com>
7780 Date:   Tue May 31 14:47:30 2011 -0400
7781
7782     [gi-invoke-ng] handle arrays with transfers of GI_TRANSFER_CONTAINER
7783
7784  gi/pygi-marshal-cleanup.c |    3 ++-
7785  1 file changed, 2 insertions(+), 1 deletion(-)
7786
7787 commit b626c46b4a95602c7bf1278c2a39aacb7f5027d9
7788 Author: John (J5) Palmieri <johnp@redhat.com>
7789 Date:   Tue May 31 14:40:49 2011 -0400
7790
7791     [gi-invoke-ng] add list cleanup routines
7792
7793  gi/pygi-cache.c           |    8 ++---
7794  gi/pygi-marshal-cleanup.c |   84
7795  +++++++++++++++++++++++++++++++++++++++++++++
7796  gi/pygi-marshal-cleanup.h |    8 +++++
7797  3 files changed, 96 insertions(+), 4 deletions(-)
7798
7799 commit 2e542c327cd52c1f77af28905557dd25c64175d8
7800 Author: John (J5) Palmieri <johnp@redhat.com>
7801 Date:   Thu May 26 16:10:13 2011 -0400
7802
7803     indentation fix
7804
7805  gi/pygi-marshal.c |    8 ++++----
7806  1 file changed, 4 insertions(+), 4 deletions(-)
7807
7808 commit 601aec11c49e821fe97dd30a2187fe3c75844712
7809 Author: John (J5) Palmieri <johnp@redhat.com>
7810 Date:   Thu May 26 16:09:38 2011 -0400
7811
7812     [gi-invoke-ng] add out array cleanup
7813
7814  gi/pygi-cache.c           |    2 +-
7815  gi/pygi-marshal-cleanup.c |   24 ++++++++++++++++++++++++
7816  gi/pygi-marshal.c         |   37 +++++++++++++++++++++++++++++++------
7817  3 files changed, 56 insertions(+), 7 deletions(-)
7818
7819 commit e9ad4428b769f8c9ace1cdc973c684de84fb1a5e
7820 Author: John (J5) Palmieri <johnp@redhat.com>
7821 Date:   Thu May 26 13:22:38 2011 -0400
7822
7823     [gi-invoke-ng] do not allocate null terminator for garray
7824
7825     * We are simply setting our own array so we don't want any allocate
7826     null byte
7827
7828  gi/pygi-marshal.c |    2 +-
7829  1 file changed, 1 insertion(+), 1 deletion(-)
7830
7831 commit a986b2b8e5ee37f2a330f5aabc85c73ebb0de508
7832 Author: John (J5) Palmieri <johnp@redhat.com>
7833 Date:   Thu May 26 13:21:55 2011 -0400
7834
7835     [gi-invoke-ng] add array cleanup for in arrays
7836
7837  gi/pygi-cache.c           |    2 +-
7838  gi/pygi-marshal-cleanup.c |   72
7839  ++++++++++++++++++++++++++++++++++++++++++++-
7840  gi/pygi-marshal-cleanup.h |    9 ++++++
7841  gi/pygi-marshal.c         |   13 ++++++--
7842  4 files changed, 91 insertions(+), 5 deletions(-)
7843
7844 commit 990c60805c8ef718eb29e2e1b24f057552c6159e
7845 Author: John (J5) Palmieri <johnp@redhat.com>
7846 Date:   Mon May 23 17:06:30 2011 -0400
7847
7848     [gi-invoke-ng] remove remaining bits of the invoke stage state machine
7849
7850  gi/pygi-invoke-ng.c           |    7 +------
7851  gi/pygi-invoke-state-struct.h |   14 --------------
7852  2 files changed, 1 insertion(+), 20 deletions(-)
7853
7854 commit dbbcf4a0e76fb572d85843ee31c3798df5cd5cc5
7855 Author: John (J5) Palmieri <johnp@redhat.com>
7856 Date:   Mon May 23 16:59:57 2011 -0400
7857
7858     [gi-invoke-ng] revamp cleanup framework to be orthogonal to cache
7859     setup
7860
7861     * cleanup now has symmetry with setup so there are now in and out
7862     cleanups
7863       for each type that needs to be cleaned up
7864     * no longer use state machine but instead call different cleanup
7865     functions at
7866       different stages of invoke, making it easier to understand what
7867       happens at
7868       each stage
7869
7870  gi/pygi-cache.c               |   19 ++-
7871  gi/pygi-cache.h               |    7 +-
7872  gi/pygi-invoke-ng.c           |   10 +-
7873  gi/pygi-invoke-state-struct.h |    2 +
7874  gi/pygi-marshal-cleanup.c     |  301
7875  ++++++++++++++++-------------------------
7876  gi/pygi-marshal-cleanup.h     |   45 +++---
7877  gi/pygi-marshal.c             |   15 +-
7878  7 files changed, 174 insertions(+), 225 deletions(-)
7879
7880 commit 198714dc4585f7463f38929f1ca4e4b60a27dadb
7881 Author: John (J5) Palmieri <johnp@redhat.com>
7882 Date:   Thu May 12 17:29:20 2011 -0400
7883
7884     [gi-invoke-ng] stub out a cleaner way of cleaning up after ourselves
7885
7886     * The state machine concept of cleaning up was getting a bit messy.
7887       It was like we took a big bowl of spaghetti code and dumped it.
7888     * Now we call specific cleanup functions at the point of failure (or
7889       successful completion of a marshalling stage)
7890
7891  gi/pygi-invoke-ng.c       |   59 ++++++++++++++++++++++++++++++-------
7892  gi/pygi-marshal-cleanup.c |   72
7893  +++++++++++++++++++++++++++++++++++++++++++++
7894  gi/pygi-marshal-cleanup.h |   14 +++++++++
7895  3 files changed, 135 insertions(+), 10 deletions(-)
7896
7897 commit c1389dadbf35afee3f28d90ef637efd8c1f071a5
7898 Author: José Alburquerque <jaalburqu@svn.gnome.org>
7899 Date:   Thu May 12 11:53:40 2011 -0400
7900
7901     Doc Extractor: Correct the logic of the --no-since option.
7902
7903         * codegen/docextract.py (process_final_sections): If the
7904         --no-since
7905         option has been specified and a "Since:" is encountered during the
7906         processing of the final sections, simply don't append the
7907         "Since: ..."
7908         instead of reading the next line.  This preserves the logical
7909         flow of
7910         processing.
7911
7912  codegen/docextract.py |    4 ++--
7913  1 file changed, 2 insertions(+), 2 deletions(-)
7914
7915 commit 303d8e8ab9e60cb554de7fc0e8592cd9b2c50843
7916 Author: José Alburquerque <jaalburqu@svn.gnome.org>
7917 Date:   Mon May 9 17:32:09 2011 -0400
7918
7919     Doc Extractor: Add a --no-since option.
7920
7921         * codegen/docextract.py:
7922         * codegen/docextract_to_xml.py: Modified so that if a --no-since
7923         option is specified at the command line, the "Since: ..." portion
7924         of
7925         the gtkdoc function block is omitted.  This is useful for C++
7926         modules
7927         such as gstreamermm where this information would not be useful
7928         as long
7929         as the C API is still unstable.
7930
7931  codegen/docextract.py        |   15 ++++++++++++++-
7932  codegen/docextract_to_xml.py |    9 ++++++---
7933  2 files changed, 20 insertions(+), 4 deletions(-)
7934
7935 commit 4f615c6e300d6f2d7551b640efa301060206ab58
7936 Author: John (J5) Palmieri <johnp@redhat.com>
7937 Date:   Thu May 5 14:04:34 2011 -0400
7938
7939     [gi-invoke-ng] tweek cleanup routines
7940
7941  gi/pygi-cache.c           |    5 +++
7942  gi/pygi-marshal-cleanup.c |   87
7943  ++++++++++++++++++++++++++++++++++-----------
7944  gi/pygi-marshal-cleanup.h |    6 ++--
7945  gi/pygi-marshal.c         |   11 ++----
7946  4 files changed, 76 insertions(+), 33 deletions(-)
7947
7948 commit 63c7f17c224821cb7136d06e8ef87eab7291848d
7949 Author: Martin Pitt <martin.pitt@ubuntu.com>
7950 Date:   Mon May 2 15:49:52 2011 +0200
7951
7952     Fix symbol names to be locale independent
7953
7954     We currently use upper() to present enum values, which are usually
7955     defined in
7956     lower case in the typelib, in upper cases. However, upper() is locale
7957     dependent, so that e. g. in tr_TR.UTF-8, "invalid" becomes "iNVALiD"
7958     because Turkish has some extra variants of "i".
7959
7960     Use a local ASCII-only translate() call instead to avoid this. Thanks
7961     to Nils
7962     Philippsen for the idea!
7963
7964     This also adds a test locale "te_ST@nouppera" which defines
7965     toupper('a') == 'a'.
7966     Run the Enum tests under this locale to reproduce the bug and verify
7967     the fix.
7968
7969     https://bugzilla.gnome.org/show_bug.cgi?id=649165
7970
7971  gi/module.py         |    9 ++++++++-
7972  tests/te_ST@nouppera |   50
7973  ++++++++++++++++++++++++++++++++++++++++++++++++++
7974  tests/test_gi.py     |   30 ++++++++++++++++++++++++++++++
7975  3 files changed, 88 insertions(+), 1 deletion(-)
7976
7977 commit b5e150da76c3d4de1a75f58d03c3a761e9005a63
7978 Author: Martin Pitt <martin.pitt@ubuntu.com>
7979 Date:   Wed May 4 08:35:27 2011 +0200
7980
7981     [gi] pygi-convert.sh: Convert gtk.gdk.CROSSHAIR
7982
7983  pygi-convert.sh |    1 +
7984  1 file changed, 1 insertion(+)
7985
7986 commit fcc5ea201ab25da6db94ea8a37364a1d3c4d7c65
7987 Author: John (J5) Palmieri <johnp@redhat.com>
7988 Date:   Fri Apr 29 17:41:08 2011 -0400
7989
7990     [gi-invoke-ng] handle filename cleanup with the utf8 cleanup function
7991
7992  gi/pygi-cache.c |    2 ++
7993  1 file changed, 2 insertions(+)
7994
7995 commit dbe8c4fabc8ac19415a3be0e854d3a54c2317e0b
7996 Author: John (J5) Palmieri <johnp@redhat.com>
7997 Date:   Fri Apr 29 17:40:13 2011 -0400
7998
7999     [gi-invoke-ng] handle caller allocates cleanup
8000
8001  gi/pygi-invoke-ng.c       |    5 ++-
8002  gi/pygi-marshal-cleanup.c |  104
8003  ++++++++++++++++++++++++++++++++++++---------
8004  gi/pygi-marshal-cleanup.h |    7 +--
8005  3 files changed, 90 insertions(+), 26 deletions(-)
8006
8007 commit cdbf57f3b1f041a06cf545a5557424f701ed1ec7
8008 Author: John (J5) Palmieri <johnp@redhat.com>
8009 Date:   Thu Apr 28 19:16:02 2011 -0400
8010
8011     [gi-invoke-ng] refactor the cleanup code and add utf8 cleanup as
8012     initial test
8013
8014  gi/pygi-cache.c               |   15 ++----------
8015  gi/pygi-invoke-ng.c           |    8 +++----
8016  gi/pygi-invoke-state-struct.h |    2 ++
8017  gi/pygi-marshal-cleanup.c     |   51
8018  ++++++++++++++++++++++++++++++++++++++++-
8019  gi/pygi-marshal-cleanup.h     |    3 +++
8020  5 files changed, 60 insertions(+), 19 deletions(-)
8021
8022 commit d1f1f4ccc55f9ecab73b7c0ee78762c4039b2c79
8023 Author: John (J5) Palmieri <johnp@redhat.com>
8024 Date:   Wed Apr 27 15:47:19 2011 -0400
8025
8026     use PyCapsule when importing pycairo/require pycairo 1.10.0 for
8027     python3 builds
8028
8029     * PyCObject is deprecated and pycairo 1.10.0 is first release to
8030     fix this issue
8031
8032  configure.ac            |   15 +++++++++++----
8033  gi/pygi-foreign-cairo.c |    2 +-
8034  2 files changed, 12 insertions(+), 5 deletions(-)
8035
8036 commit 83b7823a510b0b391560c6deaf9d15d8303c7b14
8037 Author: Ignacio Casal Quinteiro <icq@gnome.org>
8038 Date:   Thu Apr 21 16:52:20 2011 +0200
8039
8040     [python3] fix build. PYcairo_IMPORT doesn't exists anymore
8041
8042  gi/pygi-foreign-cairo.c |    7 ++++++-
8043  1 file changed, 6 insertions(+), 1 deletion(-)
8044
8045 commit 3e933784df423757e591d703614cb700adb0bbe0
8046 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8047 Date:   Mon Apr 18 18:36:25 2011 +0200
8048
8049     Updated DOAP file
8050
8051  pygobject.doap |   15 +++++++++++++++
8052  1 file changed, 15 insertions(+)
8053
8054 commit 399d06b4b20685eb38acfd7e43226e06737ab7d2
8055 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8056 Date:   Sat Apr 16 16:02:05 2011 +0200
8057
8058     [gi] Don't create variant twice
8059
8060  gi/overrides/GLib.py |    2 +-
8061  1 file changed, 1 insertion(+), 1 deletion(-)
8062
8063 commit 8d8a84ea23d28d25851c5870f261c020d762cef4
8064 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8065 Date:   Fri Apr 15 16:14:43 2011 +0200
8066
8067     pygi-convert.sh: Make sure the uppercase GObject module is imported
8068     instead of the lowercase
8069
8070     https://bugzilla.gnome.org/show_bug.cgi?id=647736
8071
8072  pygi-convert.sh |    1 +
8073  1 file changed, 1 insertion(+)
8074
8075 commit 3b51d6426d0f59b2dd7e0dcdcded4bed43d6b9d8
8076 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8077 Date:   Fri Apr 15 15:58:53 2011 +0200
8078
8079     [gi] Removed hack to avoid using GLib.Variant.new_variant.
8080
8081     The bug in the annotations of GLib is fixed now.
8082     https://bugzilla.gnome.org/show_bug.cgi?id=639952
8083     https://bugzilla.gnome.org/show_bug.cgi?id=647796
8084
8085  gi/overrides/GLib.py |   14 +-------------
8086  1 file changed, 1 insertion(+), 13 deletions(-)
8087
8088 commit bb4dce14ba666969815d4e56adbc38f0ac4f7ff7
8089 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8090 Date:   Fri Apr 15 15:58:31 2011 +0200
8091
8092     [gi] Added additional test case for GVariant handling
8093
8094  tests/test_overrides.py |   15 +++++++++++++++
8095  1 file changed, 15 insertions(+)
8096
8097 commit 138df2778543409752e229a09828a805f68a420d
8098 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8099 Date:   Mon Apr 11 18:34:31 2011 +0200
8100
8101     [gi] Added support for GVariant arguments
8102
8103     This is required in order for the "g-signal" signal of GDBusProxy
8104     to work properly and thus to properly receive DBus signals with any
8105     type of argument.
8106
8107     https://bugzilla.gnome.org/show_bug.cgi?id=647477
8108
8109  gi/pygi-argument.c |    2 ++
8110  1 file changed, 2 insertions(+)
8111
8112 commit 985f239d891c7697d76ccecb797b189669ae6ee1
8113 Author: John (J5) Palmieri <johnp@redhat.com>
8114 Date:   Tue Mar 22 18:46:28 2011 -0400
8115
8116     fix static ABI for setting string gvalues from python objects
8117
8118      * the static bindings used to be able to set a string gvalue to
8119      any python
8120        object that implemented __str__, for instance when setting a
8121        treemodel column
8122      * this restores that code while still keeping unicode and python 3
8123        compatability
8124
8125  gobject/pygtype.c        |   28 +++++++++++++++++++---------
8126  tests/test_properties.py |    8 ++++++++
8127  2 files changed, 27 insertions(+), 9 deletions(-)
8128
8129 commit 58cfc3cd1152b4448b56a6ff597f954d8450b83e
8130 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8131 Date:   Tue Mar 22 20:47:51 2011 +0100
8132
8133     dsextras.py: ensure eol characters are preserved when writing template
8134     files (so \n does not become \r\n)
8135
8136  dsextras.py |    2 +-
8137  1 file changed, 1 insertion(+), 1 deletion(-)
8138
8139 commit 629d267478982c426ba61a639d5c9603fed856e6
8140 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8141 Date:   Tue Mar 22 11:35:44 2011 +0100
8142
8143     dsextras.py: remove \r as wel as \n character
8144
8145  dsextras.py |    2 +-
8146  1 file changed, 1 insertion(+), 1 deletion(-)
8147
8148 commit 426c7109d4c0dbf0d56cc075f97f33b3451f79a8
8149 Author: John (J5) Palmieri <johnp@redhat.com>
8150 Date:   Wed Apr 27 15:47:19 2011 -0400
8151
8152     use PyCapsule when importing pycairo/require pycairo 1.10.0 for
8153     python3 builds
8154
8155     * PyCObject is deprecated and pycairo 1.10.0 is first release to
8156     fix this issue
8157
8158  configure.ac            |   15 +++++++++++----
8159  gi/pygi-foreign-cairo.c |    2 +-
8160  2 files changed, 12 insertions(+), 5 deletions(-)
8161
8162 commit 4e5833d0c2fe548617e5ea510f05920fd0caf73b
8163 Author: Ignacio Casal Quinteiro <icq@gnome.org>
8164 Date:   Thu Apr 21 16:52:20 2011 +0200
8165
8166     [python3] fix build. PYcairo_IMPORT doesn't exists anymore
8167
8168  gi/pygi-foreign-cairo.c |    7 ++++++-
8169  1 file changed, 6 insertions(+), 1 deletion(-)
8170
8171 commit 91ec337359720839862d3f5a8a0ea98f760a0752
8172 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8173 Date:   Mon Apr 18 18:36:25 2011 +0200
8174
8175     Updated DOAP file
8176
8177  pygobject.doap |   15 +++++++++++++++
8178  1 file changed, 15 insertions(+)
8179
8180 commit 05c766044c83340c44564d0097514bfc1d1d9df7
8181 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8182 Date:   Sat Apr 16 16:02:05 2011 +0200
8183
8184     [gi] Don't create variant twice
8185
8186  gi/overrides/GLib.py |    2 +-
8187  1 file changed, 1 insertion(+), 1 deletion(-)
8188
8189 commit eb8f212e3687af30407cf01fcdfbf530257bcddb
8190 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8191 Date:   Fri Apr 15 16:14:43 2011 +0200
8192
8193     pygi-convert.sh: Make sure the uppercase GObject module is imported
8194     instead of the lowercase
8195
8196     https://bugzilla.gnome.org/show_bug.cgi?id=647736
8197
8198  pygi-convert.sh |    1 +
8199  1 file changed, 1 insertion(+)
8200
8201 commit af31729573de24161ee90563e5738187c749783c
8202 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8203 Date:   Fri Apr 15 15:58:53 2011 +0200
8204
8205     [gi] Removed hack to avoid using GLib.Variant.new_variant.
8206
8207     The bug in the annotations of GLib is fixed now.
8208     https://bugzilla.gnome.org/show_bug.cgi?id=639952
8209     https://bugzilla.gnome.org/show_bug.cgi?id=647796
8210
8211  gi/overrides/GLib.py |   14 +-------------
8212  1 file changed, 1 insertion(+), 13 deletions(-)
8213
8214 commit 070f6688be4afb926656038dcceac4c8b8ed97c7
8215 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8216 Date:   Fri Apr 15 15:58:31 2011 +0200
8217
8218     [gi] Added additional test case for GVariant handling
8219
8220  tests/test_overrides.py |   15 +++++++++++++++
8221  1 file changed, 15 insertions(+)
8222
8223 commit 65aa040e86d94ee6bb227a2bce09668b60208027
8224 Author: John (J5) Palmieri <johnp@redhat.com>
8225 Date:   Tue Apr 12 14:51:35 2011 -0400
8226
8227     [gi-invoke-ng] fix prototype
8228
8229  gi/pygi-cache.h |    2 +-
8230  1 file changed, 1 insertion(+), 1 deletion(-)
8231
8232 commit 12aa4e6376366ca9d758434f6544c9c70a1e5df8
8233 Author: John (J5) Palmieri <johnp@redhat.com>
8234 Date:   Tue Apr 12 14:48:16 2011 -0400
8235
8236     [gi-invoke-ng] create new framework for cleaning up args
8237
8238     * we now have a state machine so we know what point in the marshalling
8239     process
8240       we are and which args need to be cleaned up
8241     * call the cleanup functions after invoking the gi callable, after
8242     marshalling
8243       the out parameters and at any time an error occures
8244
8245  gi/Makefile.am                |    4 +-
8246  gi/pygi-cache.c               |   25 +++++++------
8247  gi/pygi-cache.h               |    5 ++-
8248  gi/pygi-invoke-ng.c           |   34 ++++++++++++++---
8249  gi/pygi-invoke-state-struct.h |   13 +++++++
8250  gi/pygi-marshal-cleanup.c     |   81
8251  +++++++++++++++++++++++++++++++++++++++++
8252  gi/pygi-marshal-cleanup.h     |   43 ++++++++++++++++++++++
8253  gi/pygi-marshal.c             |    1 +
8254  8 files changed, 187 insertions(+), 19 deletions(-)
8255
8256 commit 0463295cd046bd6382ad9dc71ea1518858d63c5f
8257 Author: Sebastian Pölsterl <sebp@k-d-w.org>
8258 Date:   Mon Apr 11 18:34:31 2011 +0200
8259
8260     [gi] Added support for GVariant arguments
8261
8262     This is required in order for the "g-signal" signal of GDBusProxy
8263     to work properly and thus to properly receive DBus signals with any
8264     type of argument.
8265
8266     https://bugzilla.gnome.org/show_bug.cgi?id=647477
8267
8268  gi/pygi-argument.c |    2 ++
8269  1 file changed, 2 insertions(+)
8270
8271 commit 1d64c3d3db2ec17b9a48df55271f712db6c07060
8272 Author: John (J5) Palmieri <johnp@redhat.com>
8273 Date:   Wed Mar 30 16:40:31 2011 -0400
8274
8275     [gi-invoke-ng] fix marshal header that is no longer part of
8276     pygi-arguments.h
8277
8278  gi/pygi-marshal.h |    8 ++++----
8279  1 file changed, 4 insertions(+), 4 deletions(-)
8280
8281 commit 3580cd1c7222022ebeef3476f9e609c8045f12a3
8282 Author: John (J5) Palmieri <johnp@redhat.com>
8283 Date:   Wed Mar 30 15:53:13 2011 -0400
8284
8285     [gi-invoke-ng] code style space fixes
8286
8287  gi/pygi-cache.c     |  420 +++++++++++++++++++-------------------
8288  gi/pygi-invoke-ng.c |  145 +++++++------
8289  gi/pygi-marshal.c   |  565
8290  ++++++++++++++++++++++++++-------------------------
8291  3 files changed, 566 insertions(+), 564 deletions(-)
8292
8293 commit 81662fcd09f112bfffcdc5b7f01a5537b84cd9d4
8294 Author: John (J5) Palmieri <johnp@redhat.com>
8295 Date:   Tue Mar 29 16:54:44 2011 -0400
8296
8297     [gi-invoke-ng] don't decref value taken from a dict as it is borrowed
8298
8299  gi/pygi-invoke-ng.c |    1 -
8300  1 file changed, 1 deletion(-)
8301
8302 commit a456fc0adc1f8a0754bf59cde8924f905bfc7dc1
8303 Author: John (J5) Palmieri <johnp@redhat.com>
8304 Date:   Tue Mar 29 15:23:06 2011 -0400
8305
8306     [gi-invoke-ng] return None when appropriate so we don't crash
8307
8308  gi/pygi-marshal.c |   18 +++++++++++++++++-
8309  1 file changed, 17 insertions(+), 1 deletion(-)
8310
8311 commit e8c8c37e5587dc7ff62519df336988a12e6f5d0a
8312 Author: John (J5) Palmieri <johnp@redhat.com>
8313 Date:   Tue Mar 29 15:21:41 2011 -0400
8314
8315     [gi-invoke-ng] fix aux value caching
8316
8317  gi/pygi-cache.c |   15 ++++++++++-----
8318  1 file changed, 10 insertions(+), 5 deletions(-)
8319
8320 commit 4e4c1847c713a4eb4ab34d04488e94dac24d9167
8321 Author: John (J5) Palmieri <johnp@redhat.com>
8322 Date:   Mon Mar 28 20:25:46 2011 -0400
8323
8324     [gi-invoke-ng] backport handling flags with no gtype
8325
8326  gi/pygi-marshal.c |   25 ++++++++++++++++++++++++-
8327  1 file changed, 24 insertions(+), 1 deletion(-)
8328
8329 commit fd76423e655b3711e1ffbf9b61ea4e2c94040234
8330 Author: John (J5) Palmieri <johnp@redhat.com>
8331 Date:   Mon Mar 28 18:32:00 2011 -0400
8332
8333     [gi-invoke-ng] backport raw gvalue handling
8334
8335  gi/pygi-marshal.c |   23 ++++++++++++++++++-----
8336  1 file changed, 18 insertions(+), 5 deletions(-)
8337
8338 commit 507b5051c83f70ceae79e0fa693c86e5cbb9f442
8339 Author: John (J5) Palmieri <johnp@redhat.com>
8340 Date:   Mon Mar 28 18:30:31 2011 -0400
8341
8342     [gi-invoke-ng] marshal instances seperately since they differ slightly
8343     from other args
8344
8345  gi/pygi-cache.c   |    2 +-
8346  gi/pygi-marshal.c |   38 ++++++++++++++++++++++++++++++++++++++
8347  2 files changed, 39 insertions(+), 1 deletion(-)
8348
8349 commit 726a27c0e74ace3ff23d9cc4d393ae53e57f1fac
8350 Author: John (J5) Palmieri <johnp@redhat.com>
8351 Date:   Mon Mar 28 18:26:09 2011 -0400
8352
8353     [gi-invoke-ng] refactor FunctionCache to be more generic CallableCache
8354
8355  gi/pygi-cache.c     |  392
8356  ++++++++++++++++++++++++++-------------------------
8357  gi/pygi-cache.h     |   12 +-
8358  gi/pygi-info.c      |    2 +-
8359  gi/pygi-invoke-ng.c |   40 +++---
8360  gi/pygi-marshal.c   |  140 +++++++++---------
8361  gi/pygi-marshal.h   |  159 +++++++++------------
8362  gi/pygi.h           |    2 +-
8363  7 files changed, 362 insertions(+), 385 deletions(-)
8364
8365 commit 3d5d9ff5c18a850650992bdd52e8e4c722b23396
8366 Author: John (J5) Palmieri <johnp@redhat.com>
8367 Date:   Mon Mar 28 15:01:12 2011 -0400
8368
8369     [gi-invoke-rewrite] backport glib error handling
8370
8371  gi/pygi-invoke-ng.c |   14 ++++++--------
8372  1 file changed, 6 insertions(+), 8 deletions(-)
8373
8374 commit 37b14b28a5f2aec16ac7f321efbf07e1403e9531
8375 Author: John (J5) Palmieri <johnp@redhat.com>
8376 Date:   Fri Mar 25 18:48:42 2011 -0400
8377
8378     [gi-invoke-ng] backport closure passing from invoke
8379
8380  gi/pygi-marshal.c |   13 ++++++++++---
8381  1 file changed, 10 insertions(+), 3 deletions(-)
8382
8383 commit cf7f97eabc9c49773c2916929b8c43ef453d0652
8384 Author: John (J5) Palmieri <johnp@redhat.com>
8385 Date:   Fri Mar 25 18:47:36 2011 -0400
8386
8387     [gi-invoke-ng] handle vfuncs and fix cosntrutors
8388
8389  gi/pygi-cache.c               |    9 +++++++
8390  gi/pygi-cache.h               |    2 ++
8391  gi/pygi-invoke-ng.c           |   56
8392  ++++++++++++++++++++++++++++++-----------
8393  gi/pygi-invoke-state-struct.h |    2 ++
8394  4 files changed, 55 insertions(+), 14 deletions(-)
8395
8396 commit af2ce400fcf771ee6c9bc01aecfb59467be5a0ce
8397 Author: John (J5) Palmieri <johnp@redhat.com>
8398 Date:   Fri Mar 25 18:39:06 2011 -0400
8399
8400     [gi-invoke-ng] handle foreign types correctly
8401
8402  gi/pygi-cache.c   |   22 ++++++----------------
8403  gi/pygi-marshal.c |    3 +++
8404  2 files changed, 9 insertions(+), 16 deletions(-)
8405
8406 commit 482553ae5d863ca523be3bd1eededa5d02a4f87e
8407 Author: John (J5) Palmieri <johnp@redhat.com>
8408 Date:   Fri Mar 25 13:14:01 2011 -0400
8409
8410     [gi] remove the class parameter from the argument list of constructors
8411
8412      * constructors pass in their class to be constructed.  Since we
8413      use GI
8414        and g_object_new to do the construction we ignore this for now but
8415        keep it around in the state for future use.
8416
8417  gi/pygi-invoke-ng.c           |   46
8418  +++++++++++++++++++++++++++++++++++------
8419  gi/pygi-invoke-state-struct.h |    1 +
8420  2 files changed, 41 insertions(+), 6 deletions(-)
8421
8422 commit 0534eb0e843cdf09611143da184052f7e549e4dc
8423 Author: John (J5) Palmieri <johnp@redhat.com>
8424 Date:   Tue Mar 22 18:46:28 2011 -0400
8425
8426     fix static ABI for setting string gvalues from python objects
8427
8428      * the static bindings used to be able to set a string gvalue to
8429      any python
8430        object that implemented __str__, for instance when setting a
8431        treemodel column
8432      * this restores that code while still keeping unicode and python 3
8433        compatability
8434
8435  gobject/pygtype.c        |   28 +++++++++++++++++++---------
8436  tests/test_properties.py |    8 ++++++++
8437  2 files changed, 27 insertions(+), 9 deletions(-)
8438
8439 commit 5f0e130026a663a57ed1317e0fa0e1f78f9e6e0a
8440 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8441 Date:   Tue Mar 22 20:47:51 2011 +0100
8442
8443     dsextras.py: ensure eol characters are preserved when writing template
8444     files (so \n does not become \r\n)
8445
8446  dsextras.py |    2 +-
8447  1 file changed, 1 insertion(+), 1 deletion(-)
8448
8449 commit 62a6274105003ef386ddfe9ef38e8afa8c43d124
8450 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8451 Date:   Tue Mar 22 11:35:44 2011 +0100
8452
8453     dsextras.py: remove \r as wel as \n character
8454
8455  dsextras.py |    2 +-
8456  1 file changed, 1 insertion(+), 1 deletion(-)
8457
8458 commit 86c436978c933f6ebe17627abe98325ce66f6baa
8459 Author: John (J5) Palmieri <johnp@redhat.com>
8460 Date:   Tue Mar 22 16:13:58 2011 -0400
8461
8462     [gi] make new invoke-ng codepath compile correctly
8463
8464  configure.ac        |    4 +
8465  gi/Makefile.am      |    5 +-
8466  gi/pygi-cache.c     |    2 +-
8467  gi/pygi-invoke-ng.c |  841 ----------------------
8468  gi/pygi-marshal.c   | 1962
8469  +--------------------------------------------------
8470  gi/pygi-private.h   |    4 +-
8471  6 files changed, 9 insertions(+), 2809 deletions(-)
8472
8473 commit 35619fec43f4df85edf5456f3fc9733b16f2ba90
8474 Author: John (J5) Palmieri <johnp@redhat.com>
8475 Date:   Tue Mar 22 15:40:02 2011 -0400
8476
8477     [gi] conditionalize invoke code paths
8478
8479  configure.ac      |    7 +++++++
8480  gi/Makefile.am    |   20 +++++++++++++++-----
8481  gi/pygi-cache.h   |    2 ++
8482  gi/pygi-info.c    |    4 +++-
8483  gi/pygi-private.h |    9 +++++++--
8484  gi/pygi.h         |    4 +++-
8485  6 files changed, 37 insertions(+), 9 deletions(-)
8486
8487 commit 83c51bd2bb6ca24ce610c04cff1527bcd2689d90
8488 Author: John (J5) Palmieri <johnp@redhat.com>
8489 Date:   Tue Mar 22 15:37:24 2011 -0400
8490
8491     [gi] revert back to the type.py from master
8492
8493  gi/types.py |   21 +++++++++++++++------
8494  1 file changed, 15 insertions(+), 6 deletions(-)
8495
8496 commit cb30d00d1c92e73d9bfb08cc7b600a5aa70f2fc0
8497 Author: John (J5) Palmieri <johnp@redhat.com>
8498 Date:   Tue Mar 22 14:46:29 2011 -0400
8499
8500     [gi] revert pygi-argument.h and move the invoke-ng code to
8501     pygi-marshal.h
8502
8503  gi/pygi-argument.h |  268 +----------------------------------------
8504  gi/pygi-marshal.h  |  336
8505  ++++++++++++++++++++++++++++++++++++++++++++++++++++
8506  2 files changed, 337 insertions(+), 267 deletions(-)
8507
8508 commit 17cb714cfdaf45b6d7dd627b0189bd24e6578f74
8509 Merge: 7332a1b 01596a9
8510 Author: John (J5) Palmieri <johnp@redhat.com>
8511 Date:   Tue Mar 22 13:34:36 2011 -0400
8512
8513     Merge branch 'master' into invoke-rewrite
8514
8515     Conflicts:
8516         gi/Makefile.am
8517         gi/pygi-argument.c
8518         gi/pygi-foreign-cairo.c
8519         gi/pygi-foreign-gvariant.c
8520         gi/pygi-foreign-gvariant.h
8521         gi/pygi-foreign.c
8522         gi/pygi-foreign.h
8523         gi/pygi-private.h
8524         gi/pygi.h
8525
8526 commit 01596a9b7cc0ceef3904da5b96939140ee0732fd
8527 Author: John (J5) Palmieri <johnp@redhat.com>
8528 Date:   Tue Mar 22 13:20:54 2011 -0400
8529
8530     [gi] foreign types now take interface infos instead of type infos
8531
8532      * this is a prep for the invoke-rewrite branch
8533      * when marshalling foreign structs we may not have the type info but
8534        we will always have the interface info to pass
8535      * this simplifies the code because we were simply converting the
8536        type info back to an interface info anyway so there is less
8537        refcounting to keep track of
8538      * also fixes a bug where we were leaking PyNone ref counts
8539
8540  gi/pygi-argument.c         |    4 ++--
8541  gi/pygi-foreign-cairo.c    |   16 ++++++++--------
8542  gi/pygi-foreign-gvariant.c |   12 ++++++------
8543  gi/pygi-foreign.c          |   32 +++++++++++++-------------------
8544  gi/pygi-foreign.h          |    8 ++++----
8545  gi/pygi-invoke.c           |    6 +++---
8546  gi/pygi.h                  |   12 ++++++------
8547  7 files changed, 42 insertions(+), 48 deletions(-)
8548
8549 commit fbabc1fdafa1dcbd1f6aaea7b821bd1c64a546ab
8550 Author: Martin Pitt <martin.pitt@ubuntu.com>
8551 Date:   Tue Mar 22 15:04:01 2011 +0100
8552
8553     Fix GSchema tests for separate build tree
8554
8555     When using a separate build tree, the compiled GSettings schema will
8556     be in the
8557     build tree, but as the test scripts are only in the source tree they
8558     won't find
8559     the compiled schema. Pass the build dir as environment variable and
8560     prefer it
8561     over test_overrides.py's directory.
8562
8563  tests/Makefile.am       |    3 ++-
8564  tests/test_overrides.py |    4 +++-
8565  2 files changed, 5 insertions(+), 2 deletions(-)
8566
8567 commit 7332a1b99775519fdc5500cab6628b713e946a8c
8568 Author: John (J5) Palmieri <johnp@redhat.com>
8569 Date:   Mon Mar 21 19:03:29 2011 -0400
8570
8571     [gi] start of merge from master
8572
8573     * move some of the modified files that will cause merge conflicts
8574     to their
8575       own, nonconflicting files
8576     * copy the old files out of master
8577
8578  gi/pygi-argument.c  | 2101 +++------------------------
8579  gi/pygi-invoke-ng.c | 1179 ++++++++++++++++
8580  gi/pygi-invoke.c    |  421 ++----
8581  gi/pygi-marshal.c   | 3916
8582  +++++++++++++++++++++++++++++++++++++++++++++++++++
8583  4 files changed, 5389 insertions(+), 2228 deletions(-)
8584
8585 commit 62b49dae97441953452d097cb1751df14302547a
8586 Author: John (J5) Palmieri <johnp@redhat.com>
8587 Date:   Wed Mar 16 17:34:18 2011 -0400
8588
8589     [gi] marshal raw closures
8590
8591     * before we were able to marshal python callables into methods
8592     that took
8593       GClosures but we had no way to take a GClosure returned from one
8594       method and pass it to another - this enables that usecase
8595
8596     https://bugzilla.gnome.org/show_bug.cgi?id=644757
8597
8598  gi/pygi-argument.c |   17 ++++++++++-------
8599  tests/test_gi.py   |    4 ++++
8600  2 files changed, 14 insertions(+), 7 deletions(-)
8601
8602 commit 1e70957c5470a0f4bceba38ca66a4e4274fdc8d8
8603 Author: John Stowers <john.stowers@gmail.com>
8604 Date:   Sun Mar 6 23:41:01 2011 +1300
8605
8606     pygi-convert.sh add GObject.xxx and webkit
8607
8608     https://bugzilla.gnome.org/show_bug.cgi?id=644347
8609
8610  pygi-convert.sh |    7 +++++++
8611  1 file changed, 7 insertions(+)
8612
8613 commit 2292673c96e7973a0732ca15bbd5b0bf7a9c7dcf
8614 Author: John Stowers <john.stowers@gmail.com>
8615 Date:   Sun Mar 6 23:41:30 2011 +1300
8616
8617     pygi-convert.sh remove gobject tests, GObject works now
8618
8619     https://bugzilla.gnome.org/show_bug.cgi?id=644347
8620
8621  pygi-convert.sh |   28 ----------------------------
8622  1 file changed, 28 deletions(-)
8623
8624 commit d26e5cc45f277f6b7edb32aa416520bb53bff9c2
8625 Author: John (J5) Palmieri <johnp@redhat.com>
8626 Date:   Fri Mar 11 14:09:02 2011 -0500
8627
8628     [gi-demos] add pickers demo
8629
8630  demos/gtk-demo/demos/pickers.py |   74
8631  +++++++++++++++++++++++++++++++++++++++
8632  1 file changed, 74 insertions(+)
8633
8634 commit b8d926a458ed7d7e92719e41b5bc1c36f68882b3
8635 Author: John (J5) Palmieri <johnp@redhat.com>
8636 Date:   Thu Mar 10 18:12:50 2011 -0500
8637
8638     [gi-demos] add menu demo
8639
8640  demos/gtk-demo/demos/menus.py |  122
8641  +++++++++++++++++++++++++++++++++++++++++
8642  1 file changed, 122 insertions(+)
8643
8644 commit 9baec8ed1c5d99c1677a75eaa1d38912f41f0b2d
8645 Author: John (J5) Palmieri <johnp@redhat.com>
8646 Date:   Wed Mar 9 13:02:50 2011 -0500
8647
8648     [gi-overrides] fix exception block so it works in Python 2.5
8649
8650  gi/overrides/Gio.py |    5 ++++-
8651  1 file changed, 4 insertions(+), 1 deletion(-)
8652
8653 commit 5ac534ac3ceee3cc19fe2297e3cd009817ed726f
8654 Author: Martin Pitt <martin.pitt@ubuntu.com>
8655 Date:   Mon Mar 21 13:19:58 2011 +0100
8656
8657     Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES"
8658
8659     This reverts commit fc7d7f7f153d57ff3866b7bfd5e6479d702cc4d9.
8660
8661     This introduces additional libpython dependencies, which breaks
8662     distributions
8663     which support multiple Python versions, and also causes the python
8664     interpreter
8665     to be in memory twice in some cases.
8666
8667     https://bugzilla.gnome.org/show_bug.cgi?id=620215
8668
8669  gi/Makefile.am    |    4 +---
8670  glib/Makefile.am  |    2 +-
8671  m4/python.m4      |    7 ++-----
8672  tests/Makefile.am |    2 +-
8673  4 files changed, 5 insertions(+), 10 deletions(-)
8674
8675 commit cd01f8ce1373f28b1427dd847bef44f747f1e6b3
8676 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8677 Date:   Fri Mar 18 17:06:08 2011 +0100
8678
8679     setup.py: fix user_access_control option
8680
8681  setup.py |    2 +-
8682  1 file changed, 1 insertion(+), 1 deletion(-)
8683
8684 commit 2da60baec4f43c41f43527cbfde4e21e0eea728c
8685 Author: Martin Pitt <martin.pitt@ubuntu.com>
8686 Date:   Wed Mar 16 10:22:35 2011 +0100
8687
8688     [gi] Respect the MessageType for Gtk.MessageDialog
8689
8690     Don't just ignore the type argument, actually pass it on. Thanks
8691     to Tualatrix
8692     Chou for spotting this!
8693
8694  gi/overrides/Gtk.py |    1 +
8695  1 file changed, 1 insertion(+)
8696
8697 commit 029a79d1af1e0998aa6bc88ce1c1f48ce0ccd2a0
8698 Author: Martin Pitt <martin.pitt@ubuntu.com>
8699 Date:   Tue Mar 15 10:22:39 2011 +0100
8700
8701     [gi] Do not require signature for D-BUS methods without arguments
8702
8703     Calling methods on DBusProxy objects usually requires specifying
8704     the signature
8705     as first argument. However, if the D-BUS method does not take any
8706     arguments,
8707     specifying the empty '()' signature does not give any additional
8708     information,
8709     so allow the caller to just call the proxy method without any
8710     arguments.
8711
8712     Also ensure that passing a non-string signature raises a
8713     comprehensible
8714     exception, instead of crashing deep in the GVariant leaf constructor.
8715
8716     https://bugzilla.gnome.org/show_bug.cgi?id=644260
8717
8718  gi/overrides/Gio.py |   16 +++++++++++++++-
8719  tests/test_gdbus.py |   13 +++++++++++++
8720  2 files changed, 28 insertions(+), 1 deletion(-)
8721
8722 commit 5bf66ce79267b25bcc80251f9170498fa1d765f6
8723 Author: John Stowers <john.stowers@gmail.com>
8724 Date:   Sun Mar 6 23:05:33 2011 +1300
8725
8726     [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be None
8727
8728     https://bugzilla.gnome.org/show_bug.cgi?id=644343
8729
8730  gi/overrides/Gtk.py |    2 ++
8731  1 file changed, 2 insertions(+)
8732
8733 commit 8e4f86e17a1de533a93b0748fd8de3cbfa70ba62
8734 Author: John Stowers <john.stowers@gmail.com>
8735 Date:   Sun Mar 6 17:48:04 2011 +1300
8736
8737     [gi-demos] dont try and run demos that represent directories
8738
8739  demos/gtk-demo/gtk-demo.py |    3 ++-
8740  1 file changed, 2 insertions(+), 1 deletion(-)
8741
8742 commit 097e5efab29d3d2d91d0b9fc75bf00219e9b7810
8743 Author: John (J5) Palmieri <johnp@redhat.com>
8744 Date:   Mon Mar 7 18:09:18 2011 -0500
8745
8746     [gi-demos] some python 3 compat fixes
8747
8748  demos/gtk-demo/demos/Icon View/iconviewbasics.py |    6 ++++++
8749  demos/gtk-demo/demos/Tree View/liststore.py      |    2 +-
8750  demos/gtk-demo/demos/rotatedtext.py              |    4 ++--
8751  demos/gtk-demo/gtk-demo.py                       |    4 ++--
8752  4 files changed, 11 insertions(+), 5 deletions(-)
8753
8754 commit fd5d5ef3abc947d3c6066eea6378514f87b7f0ce
8755 Author: John (J5) Palmieri <johnp@redhat.com>
8756 Date:   Tue Feb 22 15:07:40 2011 -0500
8757
8758     [gi-demos] add liststore demo
8759
8760  demos/gtk-demo/demos/Tree View/liststore.py |  205
8761  +++++++++++++++++++++++++++
8762  1 file changed, 205 insertions(+)
8763
8764 commit 09de5cf99474fc8a34b5f4a61cede1fb47353ebb
8765 Author: John (J5) Palmieri <johnp@redhat.com>
8766 Date:   Mon Mar 7 18:08:40 2011 -0500
8767
8768     [gi-demos] catch the correct error class
8769
8770  demos/gtk-demo/demos/images.py |   11 ++++++-----
8771  1 file changed, 6 insertions(+), 5 deletions(-)
8772
8773 commit 7284d2d4622978fc9ddfd00f2714b3a572b7ab56
8774 Author: Steve Frécinaux <code@istique.net>
8775 Date:   Sun Mar 6 21:18:36 2011 +0100
8776
8777     Do not leak python references when using the gobject.property()
8778     helper.
8779
8780     Since this helper was storing plain references in a long-lived
8781     dict, the
8782     refcount for the instances would never drop to zero, and so they would
8783     never get finalized.
8784
8785     https://bugzilla.gnome.org/show_bug.cgi?id=644039
8786
8787  gobject/propertyhelper.py |    5 ++---
8788  tests/test_properties.py  |   23 +++++++++++++++++++++++
8789  2 files changed, 25 insertions(+), 3 deletions(-)
8790
8791 commit 618dbb0ee15b47e5e7cb16a34ffce0937d7fa26d
8792 Author: John (J5) Palmieri <johnp@redhat.com>
8793 Date:   Fri Mar 4 12:25:49 2011 -0500
8794
8795     handle uchar as bytes, not strings in python 3
8796
8797     * This worked in Python2 because bytes and strings are equivilant
8798     and the macro
8799       PYGLIB_PyString_FromStringAndSize evaluated to a PyString
8800     * In Python 3 PYGLIB_PyString_FromStringAndSize evaluates to
8801     a PyUnicode
8802     * PYGLIB_PyBytes_FromStringAndSize evaluates to a PyString in Python 2
8803       and a PyBytes object in Python 3
8804
8805  gobject/pygtype.c |    2 +-
8806  1 file changed, 1 insertion(+), 1 deletion(-)
8807
8808 commit 7e9483ff75b7a63ddda0fa9a9847f9f22ad71240
8809 Author: John (J5) Palmieri <johnp@redhat.com>
8810 Date:   Fri Mar 4 12:24:35 2011 -0500
8811
8812     [gi-overrides] handle unichar gvalues when setting treemodels
8813
8814  gi/overrides/Gtk.py |   10 ++++++++++
8815  1 file changed, 10 insertions(+)
8816
8817 commit 6367bffa006e94dc667d7008fccad8d47d8d3646
8818 Author: John (J5) Palmieri <johnp@redhat.com>
8819 Date:   Fri Mar 4 11:43:51 2011 -0500
8820
8821     [gi-overrides] special case python 2 keywords that crept in
8822
8823  gi/overrides/Gtk.py     |    6 +++++-
8824  tests/test_overrides.py |    8 ++++----
8825  2 files changed, 9 insertions(+), 5 deletions(-)
8826
8827 commit 83b0f8a37d5f3236780d87a1ca466c5e44ae2bc0
8828 Author: John (J5) Palmieri <johnp@redhat.com>
8829 Date:   Fri Mar 4 11:10:16 2011 -0500
8830
8831     check for the py3 _thread module in configure.ac if thread is
8832     not found
8833
8834  configure.ac |    6 +++++-
8835  1 file changed, 5 insertions(+), 1 deletion(-)
8836
8837 commit 4645af87d3c587f535404867dab56608719e5c7b
8838 Author: John (J5) Palmieri <johnp@redhat.com>
8839 Date:   Fri Mar 4 00:39:23 2011 -0500
8840
8841     [gi-demos] add iconview demo
8842
8843  demos/gtk-demo/demos/Icon View/iconviewbasics.py |  212
8844  ++++++++++++++++++++++
8845  1 file changed, 212 insertions(+)
8846
8847 commit 761dcb516a04f7a89b3c7d68e88fff23055e2a80
8848 Author: John (J5) Palmieri <johnp@redhat.com>
8849 Date:   Thu Mar 3 18:39:16 2011 -0500
8850
8851     [gi] wrap the keyword argument in a dict so we don't break Python 2.5
8852
8853     * python < 2.6 does not allow sending in keyword litterals after
8854     sending in
8855       *args.  You can only send in **kwds.
8856
8857  gi/types.py |    2 +-
8858  1 file changed, 1 insertion(+), 1 deletion(-)
8859
8860 commit f9604e90af12a1b9dbe7d7f311308e87cd0ed7dd
8861 Author: John (J5) Palmieri <johnp@redhat.com>
8862 Date:   Thu Mar 3 18:30:40 2011 -0500
8863
8864     [gi-demos] add the combobox with string ids section to the demos
8865
8866  demos/gtk-demo/demos/combobox.py |   49
8867  +++++++++++++++++++++++++++++++++++++-
8868  1 file changed, 48 insertions(+), 1 deletion(-)
8869
8870 commit b70f4daf071cf77a4561b57f5521eb928f66d1ce
8871 Author: John (J5) Palmieri <johnp@redhat.com>
8872 Date:   Thu Mar 3 16:47:51 2011 -0500
8873
8874     [gi-overrides] add an override for Gdk.RGBA
8875
8876  gi/overrides/Gdk.py     |   18 ++++++++++++++++++
8877  tests/test_overrides.py |   10 ++++++++++
8878  2 files changed, 28 insertions(+)
8879
8880 commit ee2b63f60f350332ed21927721ed9ddff3a8034e
8881 Author: John (J5) Palmieri <johnp@redhat.com>
8882 Date:   Thu Mar 3 16:10:17 2011 -0500
8883
8884     [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+
8885     master
8886
8887  demos/gtk-demo/demos/Entry/search_entry.py |   23 +++++++++--------------
8888  1 file changed, 9 insertions(+), 14 deletions(-)
8889
8890 commit cd046e4c355706ead5f512b810a2a48317f8c32e
8891 Author: John (J5) Palmieri <johnp@redhat.com>
8892 Date:   Wed Mar 2 18:13:43 2011 -0500
8893
8894     [gi-demos] add search entry demo
8895
8896  demos/gtk-demo/demos/Entry/search_entry.py |  257
8897  ++++++++++++++++++++++++++++
8898  1 file changed, 257 insertions(+)
8899
8900 commit d5ddaa92e6349c2f52b67317326060973cb69661
8901 Author: John (J5) Palmieri <johnp@redhat.com>
8902 Date:   Wed Mar 2 15:37:27 2011 -0500
8903
8904     [gi] wrap map in a list for Python 3 compat
8905
8906  gi/types.py |    2 +-
8907  1 file changed, 1 insertion(+), 1 deletion(-)
8908
8909 commit 3e5ab72a2e1fa2d8c4c2864137c6251f264ff4af
8910 Author: John (J5) Palmieri <johnp@redhat.com>
8911 Date:   Tue Mar 1 14:52:00 2011 -0500
8912
8913     [gi-demos] fix up the validation combobox
8914
8915  demos/gtk-demo/demos/combobox.py |   21 +++++++++++++++------
8916  1 file changed, 15 insertions(+), 6 deletions(-)
8917
8918 commit 08af5f99f0838b3584f6a3b210d0a0304811e8ff
8919 Author: John (J5) Palmieri <johnp@redhat.com>
8920 Date:   Tue Mar 1 12:31:35 2011 -0500
8921
8922     add overridesdir variable in the .pc file for 3rd party overrides
8923
8924  pygobject-2.0.pc.in |    1 +
8925  1 file changed, 1 insertion(+)
8926
8927 commit 4a6b14a92a687a2311516b2c16c355216b5270a7
8928 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
8929 Date:   Fri Feb 11 17:14:11 2011 +0100
8930
8931     setup.py: Set bdist_wininst user-access-control property
8932
8933  setup.py |    3 ++-
8934  1 file changed, 2 insertions(+), 1 deletion(-)
8935
8936 commit ad3ab659b83cb985730e19a83651da319d4bcb9c
8937 Author: Martin Pitt <martin.pitt@ubuntu.com>
8938 Date:   Wed Mar 2 16:29:00 2011 +0100
8939
8940     Fix uninitialized variable in gi.require_version()
8941
8942  gi/__init__.py |    3 ++-
8943  1 file changed, 2 insertions(+), 1 deletion(-)
8944
8945 commit 6e7606ee8830f6f51b777f41f6df2f6ea1784e89
8946 Author: Martin Pitt <martin.pitt@ubuntu.com>
8947 Date:   Tue Mar 1 23:26:07 2011 +0100
8948
8949     Run tests with LC_MESSAGES="C"
8950
8951     Some tests, such as tests/test_gdbus.py check parts of error messages
8952     or other
8953     visible strings. Ensure that these do not get translated in the
8954     test suite.
8955
8956  tests/runtests.py |    2 ++
8957  1 file changed, 2 insertions(+)
8958
8959 commit 0461e05174637ae02f34029b85ba217d5ae48c53
8960 Author: John (J5) Palmieri <johnp@redhat.com>
8961 Date:   Mon Feb 28 18:21:43 2011 -0500
8962
8963     [gi-overrides] override Gtk.stock_lookup to not return success
8964
8965  demos/gtk-demo/demos/combobox.py |    2 +-
8966  gi/overrides/Gtk.py              |    9 +++++++++
8967  2 files changed, 10 insertions(+), 1 deletion(-)
8968
8969 commit 40decf3501823004a6e4d3acbbf204c4d4d0a7ec
8970 Author: John (J5) Palmieri <johnp@redhat.com>
8971 Date:   Mon Feb 28 14:16:00 2011 -0500
8972
8973     update NEWS to reflect changes in the 2.27.91 release (PYGOBJECT_2_28
8974     branch)
8975
8976  NEWS |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
8977  1 file changed, 50 insertions(+)
8978
8979 commit c2d5122b8e3cf51ec52418f90f1788895b842b6a
8980 Author: John (J5) Palmieri <johnp@redhat.com>
8981 Date:   Mon Feb 28 14:08:05 2011 -0500
8982
8983     [gi-tests] use Gdk.test_simulate_button instead of emitting event
8984     ourselves
8985
8986      * this function is available specifically so we can test events so
8987      use this
8988        instead of creating our own button press event
8989
8990  tests/test_overrides.py |    9 +++++----
8991  1 file changed, 5 insertions(+), 4 deletions(-)
8992
8993 commit 1be1a2ea2787dffeb71ab4a38233fb71e761bd21
8994 Author: Laszlo Pandy <lpandy@src.gnome.org>
8995 Date:   Thu Feb 24 19:30:32 2011 +0100
8996
8997     [gi-tests] tests for EventButton override.
8998
8999      * John (J5) Palmieri - fixed up original patch so that we actually
9000        emit the event instead of just creating a Gdk.ButtonEvent object
9001
9002     https://bugzilla.gnome.org/show_bug.cgi?id=642554
9003
9004  tests/test_overrides.py |   21 +++++++++++++++++++++
9005  1 file changed, 21 insertions(+)
9006
9007 commit 99044a4860dd65c97f52b41b7cd3f216f4a97cd4
9008 Author: John (J5) Palmieri <johnp@redhat.com>
9009 Date:   Wed Feb 23 18:43:27 2011 -0500
9010
9011     [gi-overrides] Add event methods to all event union members
9012
9013     https://bugzilla.gnome.org/show_bug.cgi?id=642554
9014
9015  gi/overrides/Gdk.py |   70
9016  +++++++++++++++++++++++++++++++++++++++++++++++++++
9017  1 file changed, 70 insertions(+)
9018
9019 commit 6e30c69d38fd382414eb820097c297a80be547ac
9020 Author: John (J5) Palmieri <johnp@redhat.com>
9021 Date:   Wed Feb 23 14:14:16 2011 -0500
9022
9023     [gi] check to see if object is a member of a union when validating
9024     paramaters
9025
9026     * union members are not subclasses of the union they belong to so
9027     if an
9028        inteface requires you pass a union but you pass one of its members
9029        there will be a type error
9030      * this patch checks to see if the type you are passing is a member
9031      of the
9032        union and passes the checks if it is
9033      * this works in python 3 but in python 2 methods do their own
9034      isinstance
9035        check on the instance parameter (e.g. self) so we need to figure
9036        out how to override that for union methods
9037        (e.g. Gdk.Event.get_state)
9038
9039     https://bugzilla.gnome.org/show_bug.cgi?id=642554
9040
9041  gi/pygi-argument.c |   38 ++++++++++++++++++++++++++++++++++++++
9042  1 file changed, 38 insertions(+)
9043
9044 commit 525f21d1365c24488b768955362085bf82512dee
9045 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
9046 Date:   Wed Feb 16 09:44:12 2011 +0100
9047
9048     Skip interfaces when checking for conflicts in the MRO
9049
9050     https://bugzilla.gnome.org/show_bug.cgi?id=642437
9051
9052  gi/types.py             |   40 ++++++++++++++++++++++++++++++++++++++++
9053  gobject/gobjectmodule.c |    9 +++++++--
9054  tests/test_gi.py        |   16 ++++++++++++++++
9055  3 files changed, 63 insertions(+), 2 deletions(-)
9056
9057 commit da212024772a7a0c32f04f3589bfb24d2eb5706f
9058 Author: Laszlo Pandy <lpandy@src.gnome.org>
9059 Date:   Thu Feb 24 18:46:15 2011 +0100
9060
9061     [gi] Remove DyanmicModule.load() to _load() to prevent overriding
9062     GI attrs.
9063
9064  gi/importer.py |    2 +-
9065  gi/module.py   |    2 +-
9066  2 files changed, 2 insertions(+), 2 deletions(-)
9067
9068 commit 2ce6b58c7427cf67ba4f55731ba0a4c04703e495
9069 Author: Laszlo Pandy <lpandy@src.gnome.org>
9070 Date:   Wed Feb 23 12:05:03 2011 +0100
9071
9072     Test case with John's fix for crash with C arrays and a GError is set.
9073
9074     I have added a test case, and made a few fixes to John's patch,
9075     but the
9076     solution is the same his.
9077
9078     Workaround a bug when freeing C array types
9079
9080      * This is a hack and there is really no way around it without
9081      ripping out
9082         the current array handling code which spans between pygi-invoke.c
9083         and
9084         pygi-argument.c and completely rewriting it.
9085       * The is no time before our stable release
9086       * This patch trades a segfault for a leak in the very unusual
9087       case where
9088         an error occures inside an interface that takes one or more C
9089         arrays. Since
9090         we wrap C arrays in GArrays internally but have to unwrap them
9091         to send them
9092         to the introspected C function, there is a period of time where
9093         an error
9094         can occure with the C array in an unknown state (some being true
9095         C arrays
9096         and others still wrapped in a GArray)
9097       * This patch adds a c_arrays_are_wrapped state to signal that it
9098       is safe to
9099         free them.  However since c_arrays_are_wrapped can only track
9100         arrays
9101         as a group, not individually, if it is set to FALSE we can
9102         not assume
9103         that every array is a pure C array, so instead we will simply
9104         leak them
9105         to avoid incorrectly freeing one and causing a segfault.
9106       * This issue is fixed in the invoke rewrite branch as it treats
9107       C arrays and
9108         GArrays separately, however that branch is not yet ready to be
9109         merged and
9110         won't be until the next release.
9111
9112     https://bugzilla.gnome.org/show_bug.cgi?id=642708
9113
9114  gi/pygi-invoke.c |   54
9115  ++++++++++++++++++++++++++++++++++++++++++++++++++----
9116  tests/test_gi.py |    9 +++++++++
9117  2 files changed, 59 insertions(+), 4 deletions(-)
9118
9119 commit 702a89beca92cab6b0142829b20281b9245f28b8
9120 Author: John (J5) Palmieri <johnp@redhat.com>
9121 Date:   Wed Feb 23 15:11:59 2011 -0500
9122
9123     [gi-overrides] fix setting rows in treeview to accept None as a value
9124
9125      * as done in PyGTK None indicates the column should not be set
9126
9127  gi/overrides/Gtk.py     |    3 +++
9128  tests/test_overrides.py |   18 +++++++++++++-----
9129  2 files changed, 16 insertions(+), 5 deletions(-)
9130
9131 commit 498f0d9c903131aca5efe27ffaad7620e40f72ea
9132 Author: Laszlo Pandy <lpandy@src.gnome.org>
9133 Date:   Wed Feb 23 14:23:19 2011 +0100
9134
9135     [gi] Add value_name for enum and flags from introspection
9136     "c:identifier" (if attr is available).
9137
9138  gi/gimodule.c    |   22 ++++++++++++++++++----
9139  tests/test_gi.py |   36 ++++++++++++++++++++++++++++++++++++
9140  2 files changed, 54 insertions(+), 4 deletions(-)
9141
9142 commit 824aeb7fab17d6590e5babf2d1f64298f2d0e16b
9143 Author: Laszlo Pandy <lpandy@src.gnome.org>
9144 Date:   Wed Feb 23 11:40:55 2011 +0100
9145
9146     Fix flags with multiple names for the same value.
9147
9148     Flags constructs a dict __flags_values__ and uses it to cache
9149     instances. However some flags in Glib such as G_IO_FLAG_MASK and
9150     G_IO_FLAG_GET_MASK are aliases for the same int value, and will
9151     override each other's place in the dictionary.
9152
9153     The dict length check is not necessary. It only reduces the number
9154     of duplicate instances we keep, because if an instance is not
9155     found in the dict, a new one is created anyway.
9156
9157  gobject/pygflags.c |    2 +-
9158  1 file changed, 1 insertion(+), 1 deletion(-)
9159
9160 commit 3afbebeee486e14fd3f48552368903eb78f6b10c
9161 Author: Laszlo Pandy <lpandy@src.gnome.org>
9162 Date:   Tue Feb 22 21:37:33 2011 +0100
9163
9164     Don't force loading of DynamicModule until set in sys.modules
9165
9166     This fixes Tomeu's previous commit, which removed lazy loading.
9167     Forcing the loading of a module before it is installed in sys.modules
9168     prevents some overrides from being registered (namely Gtk.main_quit).
9169
9170     https://bugzilla.gnome.org/show_bug.cgi?id=642305
9171
9172  gi/importer.py |    2 +-
9173  1 file changed, 1 insertion(+), 1 deletion(-)
9174
9175 commit 2a9cbfb435b47dc646e2c6ffe630464b560229a6
9176 Author: John (J5) Palmieri <johnp@redhat.com>
9177 Date:   Mon Feb 21 17:20:57 2011 -0500
9178
9179     use GValue support to marshal GtkTreeModel values correctly
9180
9181     * needs patch from https://bugzilla.gnome.org/show_bug.cgi?id=642914
9182
9183     https://bugzilla.gnome.org/show_bug.cgi?id=642921
9184
9185  gi/overrides/Gtk.py     |   37 +++++++++++++++++---
9186  tests/test_overrides.py |   87
9187  ++++++++++++++++++++++++++++++++++++++++-------
9188  2 files changed, 107 insertions(+), 17 deletions(-)
9189
9190 commit 9e4ce7dc0f03ea407654c4af028122f57cbc4c5e
9191 Author: John (J5) Palmieri <johnp@redhat.com>
9192 Date:   Mon Feb 21 16:14:20 2011 -0500
9193
9194     [gi] pass raw GValues instead of trying to marshal them
9195
9196     * Right now GValues are transparent to the user but this leave us no
9197        way to describe fundimental types other than those supported
9198        directly
9199        by python (e.g. int, str, etc)
9200      * If an interface is expecting a uint or other GValue type a user
9201      can now use
9202        the raw GValue interfaces and expect paramaters that take
9203        GValues to
9204        marshal them correctly e.g.:
9205            value = GObject.Value()
9206            value.int(GObject.TYPE_UINT)
9207            value.set_uint(1234)
9208      * The objective here is to not for users to use this API but for
9209      overrides
9210        to be able to utilize them.  For instance in the TreeModel API
9211        we can
9212        get the expected type for a column and them create a GValue with
9213        the correct
9214        type so that he underlying python object is marshalled correctly.
9215
9216     https://bugzilla.gnome.org/show_bug.cgi?id=642914
9217
9218  gi/pygi-argument.c |   24 ++++++++++++++++++------
9219  tests/test_gi.py   |    9 ++++++++-
9220  2 files changed, 26 insertions(+), 7 deletions(-)
9221
9222 commit b458f6f3424a04f6ceece09d443009372d70544c
9223 Author: John (J5) Palmieri <johnp@redhat.com>
9224 Date:   Sat Feb 19 19:42:41 2011 -0500
9225
9226     [gi-demos] add icon view edit and drag-and-drop demo
9227
9228  demos/gtk-demo/demos/Icon View/iconviewedit.py |  101
9229  ++++++++++++++++++++++++
9230  1 file changed, 101 insertions(+)
9231
9232 commit 7b47289e25d1dd57ce15556ccfbb3ede1c4bfe8b
9233 Author: John (J5) Palmieri <johnp@redhat.com>
9234 Date:   Sat Feb 19 17:26:42 2011 -0500
9235
9236     [gi-demos] add info bars demo
9237
9238  demos/gtk-demo/demos/infobars.py |   99
9239  ++++++++++++++++++++++++++++++++++++++
9240  1 file changed, 99 insertions(+)
9241
9242 commit 76758efb6579752237a0dc4d56cf9518de6c6e55
9243 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
9244 Date:   Wed Feb 16 11:53:18 2011 +0100
9245
9246     Load typelibs at import time, add gi.require_version()
9247
9248     also adds Repository.get_loaded_namespaces()
9249
9250     https://bugzilla.gnome.org/show_bug.cgi?id=642305
9251
9252  gi/__init__.py       |   29 ++++++++++++++++++++++++++++-
9253  gi/importer.py       |    1 +
9254  gi/module.py         |   21 ++++-----------------
9255  gi/pygi-repository.c |   23 +++++++++++++++++++++++
9256  4 files changed, 56 insertions(+), 18 deletions(-)
9257
9258 commit 96f7d1aed732db09a74cd463ed894b7347dbcb15
9259 Author: Laszlo Pandy <lpandy@src.gnome.org>
9260 Date:   Sat Feb 19 23:11:25 2011 +0100
9261
9262     [gi] Register GType for non-GType enums and flags at runtime.
9263
9264     Note: rebuild of gobject-introspection is required for new tests.
9265
9266     Previously non-GType enums used a separate type implemented in
9267     Python, and non-GType flags had no implementation at all. This
9268     removes the separate type for enums, and registers a new GType at
9269     runtime if there isn't one.
9270
9271     This allows non-GType enums and flags to use the same Python type
9272     as GType enums and flags. This removes duplication of code, and
9273     make both kinds behave identically.
9274
9275     https://bugzilla.gnome.org/show_bug.cgi?id=642607
9276
9277  gi/gimodule.c      |  117
9278  ++++++++++++++++++++++++++++++++++++++++++++++++++++
9279  gi/module.py       |   24 +++++++----
9280  gi/pygi-info.c     |   15 +++++++
9281  gi/types.py        |   16 -------
9282  gobject/pygflags.c |   13 ++++--
9283  tests/test_gi.py   |   35 ++++++++++++++++
9284  6 files changed, 191 insertions(+), 29 deletions(-)
9285
9286 commit 63a60bcc20e724f96ea8d565ee0cf13a228b72b9
9287 Author: Martin Pitt <martin.pitt@ubuntu.com>
9288 Date:   Tue Feb 8 15:38:21 2011 +0100
9289
9290     [gi] Add Pythonic gdbus method invocation
9291
9292     Provide a wrapper for Gio.DBusProxy for calling D-Bus methods like
9293     on a normal
9294     Python object. This will handle the Python object <-> GVariant
9295     conversion, and
9296     optional keyword arguments for flags, timeout, and a result handler
9297     for
9298     asynchronous calls.
9299
9300     Require specifying the input argument signature as the first argument
9301     of each
9302     method call. This ensures that the types of e. g. integers are
9303     always correct,
9304     and avoids having to do expensive D-Bus introspection for each call.
9305
9306     https://bugzilla.gnome.org/show_bug.cgi?id=640181
9307
9308  gi/overrides/Gio.py |   99
9309  +++++++++++++++++++++++++++++++++++++++++++++++++
9310  tests/test_gdbus.py |  102
9311  ++++++++++++++++++++++++++++++++++++++++++++++++++-
9312  2 files changed, 199 insertions(+), 2 deletions(-)
9313
9314 commit ed5cdbb6f52bdbd13521a814516b15687955d6f7
9315 Author: Laszlo Pandy <lpandy@src.gnome.org>
9316 Date:   Fri Feb 18 22:48:59 2011 +0100
9317
9318     Skip GError out parameters in Python closure.
9319
9320     Python code should have never have to explicitely return a GError.
9321     Once we are able to marshal exceptions the Python code should
9322     throw an exception instead. Until then, set GError to NULL, and
9323     don't complain if a Python function doesn't return an arg for it.
9324
9325     https://bugzilla.gnome.org/show_bug.cgi?id=642715
9326
9327  gi/pygi-closure.c |    8 ++++++++
9328  1 file changed, 8 insertions(+)
9329
9330 commit 5a5ee3877e22939a697772a7f0630ef8cae3d52f
9331 Author: Laszlo Pandy <lpandy@src.gnome.org>
9332 Date:   Fri Feb 18 10:15:59 2011 +0100
9333
9334     Fix runtests.py to work with Python3 (print function syntax error).
9335
9336  tests/runtests.py |    2 +-
9337  1 file changed, 1 insertion(+), 1 deletion(-)
9338
9339 commit ad5d3fccff9433e2dadac89d731dac5cafb0eac3
9340 Author: John (J5) Palmieri <johnp@redhat.com>
9341 Date:   Thu Feb 17 19:46:49 2011 -0500
9342
9343     [gi-demos] added rotate text demo
9344
9345     * needs some Pango Attr fixes to be 100% done, See FIXME
9346
9347  demos/gtk-demo/demos/rotatedtext.py |  196
9348  +++++++++++++++++++++++++++++++++++
9349  1 file changed, 196 insertions(+)
9350
9351 commit 9ac11c3c3b1c0399c85ece57c0983ed60d419d7a
9352 Author: John (J5) Palmieri <johnp@redhat.com>
9353 Date:   Thu Feb 17 17:25:00 2011 -0500
9354
9355     [gi-demos] add images demo
9356
9357      * needs annotation fix from GdkPixbuf for ImageLoader to work
9358
9359  demos/gtk-demo/demos/images.py |  311
9360  ++++++++++++++++++++++++++++++++++++++++
9361  1 file changed, 311 insertions(+)
9362
9363 commit 13b06170b89b3468e6255be32af4833ffc675c9d
9364 Author: John (J5) Palmieri <johnp@redhat.com>
9365 Date:   Thu Feb 17 14:48:24 2011 -0500
9366
9367     [gi-demos] add pixbuf demo
9368
9369  demos/gtk-demo/demos/pixbuf.py |  183
9370  ++++++++++++++++++++++++++++++++++++++++
9371  1 file changed, 183 insertions(+)
9372
9373 commit 7abcfd5b4db99bb0f50c5a47d346a2de3836f994
9374 Author: John (J5) Palmieri <johnp@redhat.com>
9375 Date:   Thu Feb 17 14:47:12 2011 -0500
9376
9377     [gi-demos] remove fixmes from print demo, fixed in pango
9378
9379  demos/gtk-demo/demos/printing.py |   10 +++-------
9380  1 file changed, 3 insertions(+), 7 deletions(-)
9381
9382 commit 9b13f49356da7d71c69b82da2a59d92f456a6913
9383 Author: John (J5) Palmieri <johnp@redhat.com>
9384 Date:   Wed Feb 16 19:39:30 2011 -0500
9385
9386     [gi-demos] add printing demo
9387
9388     * needs some annotations for pango before it is 100% useful
9389
9390  demos/gtk-demo/demos/printing.py |  177
9391  ++++++++++++++++++++++++++++++++++++++
9392  1 file changed, 177 insertions(+)
9393
9394 commit 6025b62ee662af347e48b6752e6d5be74b4a8215
9395 Author: John (J5) Palmieri <johnp@redhat.com>
9396 Date:   Wed Feb 16 17:52:38 2011 -0500
9397
9398     [gi-overrides] add cursor overrides
9399
9400     https://bugzilla.gnome.org/show_bug.cgi?id=635947
9401
9402  gi/overrides/Gdk.py     |   41 +++++++++++++++++++++++++++++++++++++++++
9403  tests/test_overrides.py |   23 +++++++++++++++++++++++
9404  2 files changed, 64 insertions(+)
9405
9406 commit 03c0aa498470037ef2aa6a8233198ff521f8d42f
9407 Author: John (J5) Palmieri <johnp@redhat.com>
9408 Date:   Wed Feb 16 16:18:24 2011 -0500
9409
9410     [gi-demos] add the links demo
9411
9412  demos/gtk-demo/demos/links.py |   74
9413  +++++++++++++++++++++++++++++++++++++++++
9414  1 file changed, 74 insertions(+)
9415
9416 commit 79ecddf8d54b3f4f8b5ef05d302675152622c832
9417 Author: John (J5) Palmieri <johnp@redhat.com>
9418 Date:   Wed Feb 16 15:48:40 2011 -0500
9419
9420     [gi-demos] add expander demo
9421
9422  demos/gtk-demo/demos/expander.py |   60
9423  ++++++++++++++++++++++++++++++++++++++
9424  1 file changed, 60 insertions(+)
9425
9426 commit 76cdb13ab872f91f8384d26b0f2932087a746117
9427 Author: John (J5) Palmieri <johnp@redhat.com>
9428 Date:   Wed Feb 16 15:14:35 2011 -0500
9429
9430     [gi-overrides] use pop instead of del and add extra tests for
9431     Gtk.Table kwargs
9432
9433  gi/overrides/Gtk.py     |    6 ++----
9434  tests/test_overrides.py |    8 ++++++++
9435  2 files changed, 10 insertions(+), 4 deletions(-)
9436
9437 commit 6ef83c049735689c42f085ca9d7b8e1f251c410f
9438 Author: Laszlo Pandy <lpandy@src.gnome.org>
9439 Date:   Tue Feb 15 20:07:42 2011 +0100
9440
9441     [tests] Separate processes for GI and static binding tests.
9442
9443     Importing and using both static gobject bindings and
9444     introspection GObject bindings in the same process can cause
9445     conflicts with types which otherwise wouldn't be there.
9446
9447     This patch changes "make check" to call runtests.py twice -- once
9448     for each set of tests.
9449
9450     In the case of a test failure, runtests.py now sets the exit code
9451     so that make does not continue. Otherwise you might miss the
9452     failures from the first batch of tests in the scrollback.
9453
9454  tests/Makefile.am |   19 +++++++++++--------
9455  tests/runtests.py |    4 +++-
9456  2 files changed, 14 insertions(+), 9 deletions(-)
9457
9458 commit e0896b45f60f37097ec521f1bc38778383b78dd8
9459 Author: John (J5) Palmieri <johnp@redhat.com>
9460 Date:   Tue Feb 15 14:47:10 2011 -0500
9461
9462     [gi-demos] add dialogs demo
9463
9464  demos/gtk-demo/demos/dialogs.py |  153
9465  +++++++++++++++++++++++++++++++++++++++
9466  1 file changed, 153 insertions(+)
9467
9468 commit 2dea743e82f6b18697950c34f116b2d0f1d6b1dd
9469 Author: John (J5) Palmieri <johnp@redhat.com>
9470 Date:   Tue Feb 15 14:46:41 2011 -0500
9471
9472     [gi-overrides] fix typo in GtkTable constructor
9473
9474  gi/overrides/Gtk.py |    8 ++++----
9475  1 file changed, 4 insertions(+), 4 deletions(-)
9476
9477 commit 9c277e1782c5a9d672d91fabf5289c5415891682
9478 Author: John (J5) Palmieri <johnp@redhat.com>
9479 Date:   Tue Feb 15 13:26:38 2011 -0500
9480
9481     [gi-demos] keep popup menu from destroying itself by holding a ref
9482     in app class
9483
9484  demos/gtk-demo/demos/clipboard.py |    8 ++++----
9485  1 file changed, 4 insertions(+), 4 deletions(-)
9486
9487 commit 18800c4db0e1faea38fd84f635d26a7ded5d10de
9488 Author: John (J5) Palmieri <johnp@redhat.com>
9489 Date:   Tue Feb 15 13:25:13 2011 -0500
9490
9491     [gi-overrides] add a Gtk.Menu override for the popup method
9492
9493  gi/overrides/Gtk.py |    7 +++++++
9494  1 file changed, 7 insertions(+)
9495
9496 commit ad93386ba9f73ef4c3826544b3868cf03c01225e
9497 Author: John (J5) Palmieri <johnp@redhat.com>
9498 Date:   Tue Feb 15 13:24:33 2011 -0500
9499
9500     [gi-demos] fix the about dialog in appwindow demo
9501
9502  demos/gtk-demo/demos/appwindow.py |   22 +++++++++-------------
9503  1 file changed, 9 insertions(+), 13 deletions(-)
9504
9505 commit d0c45c80974f05b6adfd3bb01d785be268a53a98
9506 Author: John (J5) Palmieri <johnp@redhat.com>
9507 Date:   Tue Feb 15 11:21:13 2011 -0500
9508
9509     [gi-demos] fix clipboard demo so DnD works
9510
9511     * menu popups don't work because the API takes a callback without
9512     a destroy
9513       notify
9514
9515  demos/gtk-demo/demos/clipboard.py |   20 ++++++++++----------
9516  1 file changed, 10 insertions(+), 10 deletions(-)
9517
9518 commit 02d0327508234ab2e3b7dc6de506d70e6fcaaa17
9519 Author: John (J5) Palmieri <johnp@redhat.com>
9520 Date:   Tue Feb 15 10:18:53 2011 -0500
9521
9522     [gi-demos] fix clipboard demo to reflect new API
9523
9524  demos/gtk-demo/demos/clipboard.py |    6 +++---
9525  1 file changed, 3 insertions(+), 3 deletions(-)
9526
9527 commit aa006cad6990eff0cbb68fa9550e428f2bc96473
9528 Author: John (J5) Palmieri <johnp@redhat.com>
9529 Date:   Mon Feb 14 18:17:20 2011 -0500
9530
9531     [gi-demo] Fix color dialog demo to run with new draw, style and
9532     color apis
9533
9534  demos/gtk-demo/demos/colorselector.py |   44
9535  +++++++++++++--------------------
9536  1 file changed, 17 insertions(+), 27 deletions(-)
9537
9538 commit f94a96c53e9432ac085bd05acee7ebdd2803fbad
9539 Author: John (J5) Palmieri <johnp@redhat.com>
9540 Date:   Mon Feb 14 17:58:25 2011 -0500
9541
9542     [gi-demos] fix most of the combobox app
9543
9544     * Still having some issues with filtering the ComboBoxText widget
9545
9546  demos/gtk-demo/demos/combobox.py |   17 ++++++++---------
9547  1 file changed, 8 insertions(+), 9 deletions(-)
9548
9549 commit 3606eb20ad1651af621bf1aa429ec102082565eb
9550 Author: Laszlo Pandy <lpandy@src.gnome.org>
9551 Date:   Mon Feb 14 19:36:27 2011 +0100
9552
9553     Use PyGI type conversion (to fix foreign types) for signal callbacks.
9554
9555     First attempt at patch to fix foreign types in signal callbacks.
9556     Tests are not implemented yet.
9557
9558     https://bugzilla.gnome.org/show_bug.cgi?id=637601
9559
9560  gi/Makefile.am           |    2 +
9561  gi/gimodule.c            |    1 +
9562  gi/pygi-argument.c       |   91 +++++++++++++++++
9563  gi/pygi-argument.h       |    2 +
9564  gi/pygi-private.h        |    1 +
9565  gi/pygi-signal-closure.c |  245
9566  ++++++++++++++++++++++++++++++++++++++++++++++
9567  gi/pygi-signal-closure.h |   46 +++++++++
9568  gi/pygi.h                |   28 ++++++
9569  gobject/pygobject.c      |   24 ++++-
9570  9 files changed, 436 insertions(+), 4 deletions(-)
9571
9572 commit 2e39d5e8f96be2253acb2f34a0d0b5b9c9adb8ff
9573 Author: John (J5) Palmieri <johnp@redhat.com>
9574 Date:   Mon Feb 14 16:47:03 2011 -0500
9575
9576     [gi-demos] fix drawingarea app to use the new draw api
9577
9578  demos/gtk-demo/demos/drawingarea.py |  144
9579  ++++++++++++-----------------------
9580  1 file changed, 50 insertions(+), 94 deletions(-)
9581
9582 commit 8385afbbc5df295d9b7cd3b5d19c90faa1f7ea8e
9583 Author: John (J5) Palmieri <johnp@redhat.com>
9584 Date:   Mon Feb 14 16:43:35 2011 -0500
9585
9586     [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleInt
9587
9588     * note this is the introspected gobject-cairo boxed type not the
9589     static cairo
9590       bindings
9591     * we alias this so people do not get confused
9592
9593  gi/overrides/Gdk.py |    5 +++++
9594  1 file changed, 5 insertions(+)
9595
9596 commit d491c369e049ab726f09002af0462391d5c2f3ec
9597 Author: John (J5) Palmieri <johnp@redhat.com>
9598 Date:   Mon Feb 14 15:07:11 2011 -0500
9599
9600     [gi-overrides] let user set the proper property names in Gtk.Table
9601
9602     * the old override added a columns and rows parameters to the Table
9603     constuctor
9604       to be in sync with PyGtk.
9605     * The GTK properties are n_columns and n_rows
9606     * support both
9607
9608  gi/overrides/Gtk.py |    8 ++++++++
9609  1 file changed, 8 insertions(+)
9610
9611 commit 95bc2b2b025d659725d701c3b759c0c4d9681a36
9612 Author: John (J5) Palmieri <johnp@redhat.com>
9613 Date:   Mon Feb 14 15:06:38 2011 -0500
9614
9615     [gi-demos] get appwindow demo working again
9616
9617  demos/gtk-demo/demos/appwindow.py |   24 ++++--------------------
9618  1 file changed, 4 insertions(+), 20 deletions(-)
9619
9620 commit 015185f502c498c21cb108d3bb288c5b6dbf202f
9621 Author: John (J5) Palmieri <johnp@redhat.com>
9622 Date:   Mon Feb 14 15:05:44 2011 -0500
9623
9624     [gi-demos] fixed use of tree_iter_get
9625
9626  demos/gtk-demo/gtk-demo.py |    2 +-
9627  1 file changed, 1 insertion(+), 1 deletion(-)
9628
9629 commit 0c20977e4598e5447dd07c069e91226efacb1160
9630 Author: Simon van der Linden <svdlinden@gnome.org>
9631 Date:   Fri Feb 11 22:02:03 2011 +0100
9632
9633     Remove last GIO-related bits
9634
9635     https://bugzilla.gnome.org/show_bug.cgi?id=638899
9636
9637  PKG-INFO.in                     |    2 +-
9638  README                          |    3 +-
9639  configure.ac                    |    3 --
9640  examples/gio/directory-async.py |   33 -----------------
9641  examples/gio/downloader.py      |   77
9642  ---------------------------------------
9643  pygobject.doap                  |    2 +-
9644  6 files changed, 3 insertions(+), 117 deletions(-)
9645
9646 commit e4ebbd7de5570af1abf41bdf9469d4ce3edd48cb
9647 Author: Simon van der Linden <svdlinden@gnome.org>
9648 Date:   Fri Feb 11 18:38:27 2011 +0100
9649
9650     Remove GIO documentation
9651
9652     https://bugzilla.gnome.org/show_bug.cgi?id=638899
9653
9654  docs/Makefile.am                              |   82 +-
9655  docs/reference/pygio-appinfo.xml              |  894 -----
9656  docs/reference/pygio-applaunchcontext.xml     |  194 --
9657  docs/reference/pygio-asyncresult.xml          |  117 -
9658  docs/reference/pygio-bufferedinputstream.xml  |  461 ---
9659  docs/reference/pygio-bufferedoutputstream.xml |  275 --
9660  docs/reference/pygio-cancellable.xml          |  290 --
9661  docs/reference/pygio-classes.xml              |   47 -
9662  docs/reference/pygio-constants.xml            | 1540 ---------
9663  docs/reference/pygio-datainputstream.xml      |  799 -----
9664  docs/reference/pygio-dataoutputstream.xml     |  504 ---
9665  docs/reference/pygio-drive.xml                |  546 ---
9666  docs/reference/pygio-emblem.xml               |  232 --
9667  docs/reference/pygio-emblemedicon.xml         |  160 -
9668  docs/reference/pygio-file.xml                 | 4534
9669  -------------------------
9670  docs/reference/pygio-fileattributeinfo.xml    |   73 -
9671  docs/reference/pygio-fileenumerator.xml       |  488 ---
9672  docs/reference/pygio-fileicon.xml             |  109 -
9673  docs/reference/pygio-fileinfo.xml             |  346 --
9674  docs/reference/pygio-fileinputstream.xml      |  214 --
9675  docs/reference/pygio-filemonitor.xml          |  128 -
9676  docs/reference/pygio-fileoutputstream.xml     |  257 --
9677  docs/reference/pygio-filterinputstream.xml    |  152 -
9678  docs/reference/pygio-filteroutputstream.xml   |  152 -
9679  docs/reference/pygio-functions.xml            |  395 ---
9680  docs/reference/pygio-icon.xml                 |  217 --
9681  docs/reference/pygio-inputstream.xml          |  730 ----
9682  docs/reference/pygio-loadableicon.xml         |  198 --
9683  docs/reference/pygio-memoryinputstream.xml    |  151 -
9684  docs/reference/pygio-memoryoutputstream.xml   |  175 -
9685  docs/reference/pygio-mount.xml                |  962 ------
9686  docs/reference/pygio-mountoperation.xml       |  726 ----
9687  docs/reference/pygio-outputstream.xml         |  140 -
9688  docs/reference/pygio-seekable.xml             |  231 --
9689  docs/reference/pygio-simpleasyncresult.xml    |  317 --
9690  docs/reference/pygio-themedicon.xml           |  204 --
9691  docs/reference/pygio-unixinputstream.xml      |  202 --
9692  docs/reference/pygio-unixoutputstream.xml     |  202 --
9693  docs/reference/pygio-volume.xml               |  718 ----
9694  docs/reference/pygio-volumemonitor.xml        |  844 -----
9695  docs/reference/pygiounix-classes.xml          |   13 -
9696  docs/reference/pygobject-ref.xml              |    2 -
9697  42 files changed, 1 insertion(+), 19020 deletions(-)
9698
9699 commit abdebc7f6515f9658812c0355d8ad0892e5371e4
9700 Author: John (J5) Palmieri <johnp@redhat.com>
9701 Date:   Fri Feb 11 11:05:04 2011 -0500
9702
9703     bump version to reflect the master branch moving towards pygobject 3.0
9704
9705     * added NEWS file from branch pygobject-2-28
9706     * bump to 2.90.1
9707     * this branch will drop support for the static binding
9708     * use the pygobject-2-28 branch for static binding fixes
9709
9710  NEWS         |  289
9711  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9712  configure.ac |    4 +-
9713  2 files changed, 291 insertions(+), 2 deletions(-)
9714
9715 commit 16140237aa45b4f188923da9f95b9d2af971011b
9716 Author: John (J5) Palmieri <johnp@redhat.com>
9717 Date:   Thu Feb 10 16:46:08 2011 -0500
9718
9719     fix build to correctly use python-config
9720
9721  autogen.sh        |    3 +++
9722  configure.ac      |    6 ------
9723  m4/python.m4      |    9 +++++----
9724  tests/runtests.py |    1 +
9725  4 files changed, 9 insertions(+), 10 deletions(-)
9726
9727 commit c2079f415638ef892b1e51f25eaafa3e1621667f
9728 Author: Simon van der Linden <svdlinden@gnome.org>
9729 Date:   Thu Feb 10 22:26:00 2011 +0100
9730
9731     Add missing libraries to link against
9732
9733  glib/Makefile.am    |    2 +-
9734  gobject/Makefile.am |    1 +
9735  2 files changed, 2 insertions(+), 1 deletion(-)
9736
9737 commit 3cca62a9e7afd3d3d302c66f4fafe253f7743d4e
9738 Author: Steve Frécinaux <code@istique.net>
9739 Date:   Wed Jan 19 15:00:56 2011 +0100
9740
9741     Make runtests.py able to run command-line provided test files
9742
9743     With this patch we are now able to run ./runtests.py <somefile>, which
9744     is more friendly than defining an environment variable to run some
9745     specific tests.
9746
9747     https://bugzilla.gnome.org/show_bug.cgi?id=639948
9748
9749  tests/runtests.py |    9 +++++++++
9750  1 file changed, 9 insertions(+)
9751
9752 commit 14c4cf8e6edae893538680964380d543bde4a14d
9753 Author: Martin Pitt <martin.pitt@ubuntu.com>
9754 Date:   Wed Feb 9 11:34:59 2011 +0100
9755
9756     Run test suite under dbus-launch
9757
9758     When available, run the test suite in dbus-launch, so that the
9759     GDBus tests
9760     succeed even when building this in an environment without a running
9761     session
9762     D-BUS (such as distribution package builds).
9763
9764  tests/Makefile.am |    3 ++-
9765  1 file changed, 2 insertions(+), 1 deletion(-)
9766
9767 commit 0858f550e2b6f75e3f583f963f5952f5ddae4e0e
9768 Author: Martin Pitt <martin.pitt@ubuntu.com>
9769 Date:   Tue Feb 8 15:46:36 2011 +0100
9770
9771     Fix test_gdbus.py to be Python3 friendly
9772
9773     - TestCase.assert_() has been deprecated by assertTrue().
9774     - Exceptions don't have a message attribute any more, use str(e)
9775
9776  tests/test_gdbus.py |   34 +++++++++++++++-------------------
9777  1 file changed, 15 insertions(+), 19 deletions(-)
9778
9779 commit b7f32e4cca0cef201489b55653f96ac64a8f9ab9
9780 Author: Martin Pitt <martin.pitt@ubuntu.com>
9781 Date:   Sat Jan 29 12:20:50 2011 +0100
9782
9783     [gi] Provide comfortable GSettings API
9784
9785     Make Gio.Settings behave like a dictionary, with transparent
9786     conversion from/to
9787     GVariants. Also provide a more comfortable constructor.
9788
9789     https://bugzilla.gnome.org/show_bug.cgi?id=640838
9790
9791  gi/overrides/Gio.py              |   54 ++++++++++++++++++++++++++++
9792  tests/org.gnome.test.gschema.xml |    9 +++++
9793  tests/test_overrides.py          |   73
9794  ++++++++++++++++++++++++++++++--------
9795  3 files changed, 122 insertions(+), 14 deletions(-)
9796
9797 commit 8dad0eaed60a9de26e9a729a48a1f6bc74be486e
9798 Author: Laszlo Pandy <lpandy@src.gnome.org>
9799 Date:   Fri Feb 4 16:36:07 2011 +0100
9800
9801     Fix vfunc search bug when using GInterfaces and a do_* method.
9802
9803     If a class inherits from a GInterface, as well as implements a do_*
9804     method (which is not in a super class), all the base interfaces
9805     will be searched for an __info__ attribute. GInterface doesn't
9806     have one, causing an error on class creation.
9807
9808     https://bugzilla.gnome.org/show_bug.cgi?id=641493
9809
9810  gi/types.py      |    4 +++-
9811  tests/test_gi.py |    8 ++++++++
9812  2 files changed, 11 insertions(+), 1 deletion(-)
9813
9814 commit 2660be1f227be7a53092483bc9d8ead1bd1fb266
9815 Author: Laszlo Pandy <lpandy@src.gnome.org>
9816 Date:   Thu Feb 3 15:31:42 2011 +0100
9817
9818     [GI] Add tests for Gtk.Widget.drag_* methods.
9819
9820     Previously all the drag_* methods were accessible as Gtk.drag_*.
9821     Now that the (method) attribute has been included for these
9822     methods in Gtk+, this test checks that they are included as class
9823     methods when using pygobject introspection.
9824
9825     https://bugzilla.gnome.org/show_bug.cgi?id=639945
9826
9827  tests/test_overrides.py |   40 ++++++++++++++++++++++++++++++++++++++++
9828  1 file changed, 40 insertions(+)
9829
9830 commit d57500537014b3da624be33b40401ba289fa22b8
9831 Author: John (J5) Palmieri <johnp@redhat.com>
9832 Date:   Thu Feb 3 09:02:16 2011 -0500
9833
9834     [gi] make caller allocates work again
9835
9836  gi/pygi-cache.c  |   18 +++---------------
9837  gi/pygi-invoke.c |   37 ++++++++++++++++++++++++++++++++++---
9838  2 files changed, 37 insertions(+), 18 deletions(-)
9839
9840 commit 99d6e6c8d806e6f9e48c3c2380024fb3511d110a
9841 Author: John (J5) Palmieri <johnp@redhat.com>
9842 Date:   Wed Feb 2 19:27:40 2011 -0500
9843
9844     [gi] fix container object reffing
9845
9846  gi/pygi-argument.c |    7 +++----
9847  gi/pygi-cache.c    |   12 ++++--------
9848  2 files changed, 7 insertions(+), 12 deletions(-)
9849
9850 commit 09acaff29dfaabc77477cffca2c7137f68991e7f
9851 Author: Ignacio Casal Quinteiro <icq@gnome.org>
9852 Date:   Wed Feb 2 21:00:48 2011 +0100
9853
9854     [python 3] use the right syntaxis to raise exceptions
9855
9856  codegen/argtypes.py    |    8 ++++----
9857  codegen/definitions.py |   14 +++++++-------
9858  gi/overrides/Gtk.py    |    2 +-
9859  3 files changed, 12 insertions(+), 12 deletions(-)
9860
9861 commit 36094e5982d3e05d5662843b6d401f0974f5235f
9862 Author: Ignacio Casal Quinteiro <icq@gnome.org>
9863 Date:   Wed Feb 2 20:50:12 2011 +0100
9864
9865     [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init
9866
9867  tests/testhelpermodule.c |    6 +++---
9868  1 file changed, 3 insertions(+), 3 deletions(-)
9869
9870 commit c913c1789296310c2cf27554ce719d7f6e9c94cd
9871 Author: Ignacio Casal Quinteiro <icq@gnome.org>
9872 Date:   Wed Feb 2 20:37:21 2011 +0100
9873
9874     [gi] return PYGLIB_MODULE_ERROR_RETURN on error
9875
9876     This is to avoid some warnings when building with python 3
9877
9878  gi/gimodule.c |    6 +++---
9879  1 file changed, 3 insertions(+), 3 deletions(-)
9880
9881 commit 7bc4122897d9d05172a2bd5b56bded87e2afaec4
9882 Author: Steve Frécinaux <code@istique.net>
9883 Date:   Sat Jan 29 00:16:50 2011 +0100
9884
9885     Fix wrong refcount when calling introspected widget constructors
9886
9887     Introspected widget constructors, like Gtk.Button.new(), can return
9888     objects with a floating reference, which was then reffed by pygobject,
9889     resulting in two references, despite the object is not owned by
9890     anyone.
9891
9892     This patch uses ref_sink() when pygobject takes its own reference, to
9893     avoid adding that extra reference. Hence we now claim ownership on
9894     objects returned by constructors with transfer=none (which is the case
9895     for nearly all the widget constructors, despite the floating ref).
9896
9897     https://bugzilla.gnome.org/show_bug.cgi?id=640868
9898
9899  gobject/pygobject.c      |    4 +++-
9900  tests/test_everything.py |    9 ++++++++-
9901  2 files changed, 11 insertions(+), 2 deletions(-)
9902
9903 commit afeaaa126f7cd6556fb855ecd0facc174c0f946c
9904 Author: Simon Schampijer <simon@laptop.org>
9905 Date:   Wed Jan 19 16:19:46 2011 +0100
9906
9907     Gdk.Window: Map the standard constructor to the *new* constructor
9908
9909     Gdk.Window had to be made abstract
9910     (see c4a36d875235e0bf1e52dbf2fa14d08bfc8bd4ec in gtk),
9911     this override allows using the standard constructor
9912
9913     This commit adds as well a testcase.
9914
9915     https://bugzilla.gnome.org/show_bug.cgi?id=639936
9916
9917  gi/overrides/Gdk.py     |    6 ++++++
9918  tests/test_overrides.py |    8 ++++++++
9919  2 files changed, 14 insertions(+)
9920
9921 commit 4a67f45880433905de33632fe0c32a13b44c0b33
9922 Author: John (J5) Palmieri <johnp@redhat.com>
9923 Date:   Mon Jan 31 16:51:37 2011 -0500
9924
9925     [gi] handle hash being NULL
9926
9927  gi/pygi-argument.c |    6 ++++++
9928  1 file changed, 6 insertions(+)
9929
9930 commit 2fbfe410f4b4394a2018ada0e538585c1bec23ae
9931 Author: John (J5) Palmieri <johnp@redhat.com>
9932 Date:   Mon Jan 31 16:50:52 2011 -0500
9933
9934     [gi] handle the situation where an aux arg comes before its parent
9935
9936  gi/pygi-cache.c  |   70
9937  ++++++++++++++++++++++++++++++++++++++----------------
9938  gi/pygi-invoke.c |    2 +-
9939  2 files changed, 51 insertions(+), 21 deletions(-)
9940
9941 commit 858669f92c9907dd70b4966d6a8521ed122225be
9942 Author: Martin Pitt <martin.pitt@ubuntu.com>
9943 Date:   Mon Jan 31 17:38:52 2011 +0100
9944
9945     Ship tests/org.gnome.test.gschema.xml in dist tarballs
9946
9947  tests/Makefile.am |    3 ++-
9948  1 file changed, 2 insertions(+), 1 deletion(-)
9949
9950 commit 77d76df59606e470808085e977fb199cc76e8251
9951 Author: John (J5) Palmieri <johnp@redhat.com>
9952 Date:   Sun Jan 30 18:21:24 2011 -0500
9953
9954     [gi] allow caching and marshalling of ghash out
9955
9956  gi/pygi-argument.c |  155
9957  ++++++++++++++++++++++++++++++++++++++++++++++++----
9958  gi/pygi-cache.c    |   27 +++++----
9959  2 files changed, 162 insertions(+), 20 deletions(-)
9960
9961 commit bd66af67f248a3ca90d2fa2626605263c2392e16
9962 Author: John (J5) Palmieri <johnp@redhat.com>
9963 Date:   Sun Jan 30 17:06:44 2011 -0500
9964
9965     [gi] whitespace fixes
9966
9967  gi/pygi-cache.c |   60
9968  +++++++++++++++++++++++++++----------------------------
9969  1 file changed, 30 insertions(+), 30 deletions(-)
9970
9971 commit 1cdbd4be9b015f792c2c02afa5ac7e24edbdae86
9972 Author: John (J5) Palmieri <johnp@redhat.com>
9973 Date:   Sun Jan 30 17:04:13 2011 -0500
9974
9975     [gi] added ugly aux arg counters
9976
9977     * we need to simplify the ffi invoke so we can simply reference args
9978       at their position in the C parameter list
9979     * this works for now but is fragile if new aux values are added in
9980     the future
9981
9982  gi/pygi-argument.c |   12 ++++++++--
9983  gi/pygi-cache.c    |   66
9984  +++++++++++++++++++++++++++++++++++-----------------
9985  gi/pygi-cache.h    |    2 ++
9986  gi/pygi-invoke.c   |   12 +++++++---
9987  4 files changed, 66 insertions(+), 26 deletions(-)
9988
9989 commit c51447f4efde2ce4caf39c1ffac905ec428d1d64
9990 Author: John (J5) Palmieri <johnp@redhat.com>
9991 Date:   Sun Jan 30 11:30:54 2011 -0500
9992
9993     [gi] make inout marshalling work
9994
9995     * refactor cache generation so we can create caches and then fill
9996     in their
9997       values based on if they are in, out or inout
9998     * in invoke we order the pointers based on their direction
9999
10000  gi/pygi-cache.c  | 1445
10001  ++++++++++++++++++++++++++----------------------------
10002  gi/pygi-invoke.c |   19 +-
10003  2 files changed, 711 insertions(+), 753 deletions(-)
10004
10005 commit 2b185362de45f46ce0f0b8816499aef06ab1ad1e
10006 Author: John (J5) Palmieri <johnp@redhat.com>
10007 Date:   Sat Jan 29 13:49:36 2011 -0500
10008
10009     [gi] marshal arrays out
10010
10011  gi/pygi-argument.c |  101
10012  ++++++++++++++++++++++++++++++++++++++++++++++++++--
10013  1 file changed, 99 insertions(+), 2 deletions(-)
10014
10015 commit e62e7062d5cfd782eac64852f681c63e2776b8d4
10016 Author: John (J5) Palmieri <johnp@redhat.com>
10017 Date:   Sat Jan 29 13:48:23 2011 -0500
10018
10019     [gi] fix sequence caching to support out
10020
10021  gi/pygi-cache.c |  111
10022  +++++++++++++++++++++++++++++++++++++++++++------------
10023  1 file changed, 87 insertions(+), 24 deletions(-)
10024
10025 commit 69207910209ebfe450df616aeb8fa4cc2e7eccf3
10026 Author: Martin Pitt <martin.pitt@ubuntu.com>
10027 Date:   Fri Jan 28 17:14:19 2011 +0100
10028
10029     [gi] Add GSettings tests
10030
10031     Ryan Lortie proposed an override for more convenient GSettings access,
10032     so let's
10033     first make sure that the canonical GLib API works.
10034
10035  tests/Makefile.am                |    7 +++++--
10036  tests/org.gnome.test.gschema.xml |   16 ++++++++++++++++
10037  tests/test_overrides.py          |   31 +++++++++++++++++++++++++++++++
10038  3 files changed, 52 insertions(+), 2 deletions(-)
10039
10040 commit 488478a83640d50baee963337fcc870fec76b784
10041 Author: Martin Pitt <martin.pitt@ubuntu.com>
10042 Date:   Fri Jan 28 07:20:26 2011 +0100
10043
10044     [gi] Provide GtkTextBuffer.insert_with_tags_by_name()
10045
10046     Provide an actual insert_with_tags_by_name() instead of overloading
10047     insert_with_tags() to handle both types. This keeps the overrides
10048     consistent
10049     with the actual GTK API.
10050
10051  gi/overrides/Gtk.py     |   19 ++++++++++++++-----
10052  tests/test_overrides.py |    4 ++--
10053  2 files changed, 16 insertions(+), 7 deletions(-)
10054
10055 commit dace1a553793fb7fb054b60760f02c9e5cf00b38
10056 Author: Martin Pitt <martin.pitt@ubuntu.com>
10057 Date:   Thu Jan 27 13:37:18 2011 +0100
10058
10059     [gi] Support tag names in GtkTextBuffer.insert_with_tags()
10060
10061     Neither insert_with_tags() nor insert_with_tags_by_name() are
10062     introspectable
10063     due to using varargs. As both are useful, support both cases in
10064     the override.
10065
10066  gi/overrides/Gtk.py     |    5 +++++
10067  tests/test_overrides.py |    9 +++++++++
10068  2 files changed, 14 insertions(+)
10069
10070 commit 91d34124b2a5128e93e13c7fee8693d5edc4e9bb
10071 Author: Ignacio Casal Quinteiro <icq@gnome.org>
10072 Date:   Thu Jan 27 12:23:18 2011 +0100
10073
10074     Add MAINTAINERCLEANFILES
10075
10076     This var behaves like .gitignore and allows us to skip some specific
10077     files.
10078
10079  Makefile.am |   27 +++++++++++++++++++++++++++
10080  1 file changed, 27 insertions(+)
10081
10082 commit 8a98d26981ce68809a21c64cac4962e58c927905
10083 Author: Ignacio Casal Quinteiro <icq@gnome.org>
10084 Date:   Thu Jan 27 12:15:30 2011 +0100
10085
10086     Remove .gitignore files and use git.mk
10087
10088     git.mk is a script maintained in pango. From time to time we must
10089     check if it was updated and update it here.
10090
10091  .gitignore                |   46 -----------
10092  Makefile.am               |    2 +
10093  codegen/.gitignore        |    2 -
10094  codegen/Makefile.am       |    2 +
10095  docs/.gitignore           |    7 --
10096  docs/Makefile.am          |    2 +
10097  examples/Makefile.am      |    2 +
10098  gi/.gitignore             |   40 ---------
10099  gi/Makefile.am            |    2 +
10100  gi/overrides/Makefile.am  |    2 +
10101  gi/repository/Makefile.am |    2 +
10102  gi/tests/Makefile.am      |    2 +
10103  git.mk                    |  200
10104  +++++++++++++++++++++++++++++++++++++++++++++
10105  glib/Makefile.am          |    2 +
10106  gobject/.gitignore        |    3 -
10107  gobject/Makefile.am       |    2 +
10108  tests/.gitignore          |    2 -
10109  tests/Makefile.am         |    2 +
10110  18 files changed, 222 insertions(+), 100 deletions(-)
10111
10112 commit 331c42b63bc60a3b906fa21e1c0a7c1b9428f347
10113 Author: Martin Pitt <martin.pitt@ubuntu.com>
10114 Date:   Thu Jan 27 12:04:19 2011 +0100
10115
10116     pygi-convert.sh: Convert Pango.TabAlign.*
10117
10118  pygi-convert.sh |    1 +
10119  1 file changed, 1 insertion(+)
10120
10121 commit be1a2959fa0a3d8682e0e8aef389d73dacab0689
10122 Author: Martin Pitt <martin.pitt@ubuntu.com>
10123 Date:   Thu Jan 27 12:02:39 2011 +0100
10124
10125     pygi-convert.sh: Drop window -> get_window() conversion
10126
10127     It is doing more harm than good for projects which use things like
10128     self.window.
10129
10130  pygi-convert.sh |    1 -
10131  1 file changed, 1 deletion(-)
10132
10133 commit dd7deb4b658c56857c26b1a278a3d688f2ea6a2a
10134 Author: Martin Pitt <martin.pitt@ubuntu.com>
10135 Date:   Thu Jan 27 11:58:26 2011 +0100
10136
10137     pygi-convert.sh: Don't convert self.window assignments
10138
10139  pygi-convert.sh |    2 +-
10140  1 file changed, 1 insertion(+), 1 deletion(-)
10141
10142 commit 975341a26772966d4afc87a88a6a566d61237fa0
10143 Author: Steve Frécinaux <code@istique.net>
10144 Date:   Fri Jan 21 18:41:54 2011 +0100
10145
10146     Fix leaked python reference in python-defined subclasses
10147
10148     https://bugzilla.gnome.org/show_bug.cgi?id=640184
10149
10150  gobject/gobjectmodule.c |    1 +
10151  tests/test_gobject.py   |    4 ++++
10152  2 files changed, 5 insertions(+)
10153
10154 commit a59e2d58bdb3f31a4f415dbe14b7d9988ac28ce3
10155 Author: Steve Frécinaux <code@istique.net>
10156 Date:   Fri Jan 21 15:54:43 2011 +0100
10157
10158     Add some tests for the number of python refs held at creation time
10159
10160     https://bugzilla.gnome.org/show_bug.cgi?id=640184
10161
10162  tests/test_gobject.py |   21 +++++++++++++++++++++
10163  1 file changed, 21 insertions(+)
10164
10165 commit 7d70105eb324ea4b6a58c2d3fb3f2dda36e7ab33
10166 Author: Steve Frécinaux <code@istique.net>
10167 Date:   Fri Jan 21 17:24:49 2011 +0100
10168
10169     Factor out parameter marshalling from construction functions.
10170
10171     https://bugzilla.gnome.org/show_bug.cgi?id=640197
10172
10173  gobject/gobjectmodule.c     |   35 ++-------------------
10174  gobject/pygobject-private.h |    5 +++
10175  gobject/pygobject.c         |   71
10176  +++++++++++++++++++++++++------------------
10177  3 files changed, 50 insertions(+), 61 deletions(-)
10178
10179 commit a3e0cfe8924887ecd1e07cedd2cfb999c853ac62
10180 Author: John (J5) Palmieri <johnp@redhat.com>
10181 Date:   Wed Jan 26 15:34:24 2011 -0500
10182
10183     [gi] in python 3 an array of uint8 can be bytes but not string
10184
10185  tests/test_gi.py |    4 +++-
10186  1 file changed, 3 insertions(+), 1 deletion(-)
10187
10188 commit 843553ea958eddec185bb660851a310dc050a14b
10189 Author: John (J5) Palmieri <johnp@redhat.com>
10190 Date:   Wed Jan 26 15:30:06 2011 -0500
10191
10192     [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol
10193
10194  gi/overrides/Gio.py |    6 +++++-
10195  1 file changed, 5 insertions(+), 1 deletion(-)
10196
10197 commit 6ff357839feb39930a5f3175de3d0ed35f24d3f4
10198 Author: John (J5) Palmieri <johnp@redhat.com>
10199 Date:   Wed Jan 26 15:17:03 2011 -0500
10200
10201     [gi] python 3 fixes
10202
10203     Patches need to work in Python 3 - here are some of the issues I
10204     fixed up.
10205     Patch submitters should keep this in mind.  When I note to only
10206     use something
10207     in tests it means that there is a compat module that is only available
10208     to the
10209     tests.  Actuall code should either add the workaround to the top
10210     of their
10211     module or try not to have a distinction between things such as
10212     unicode and
10213     longs which no longer exist in Python 3
10214
10215     * use range instead of xrange - loss of performance in Python 2 but
10216     Python 3 i
10217       treats range similarly to python 2's xrange
10218     * use dict.items() instead of dict.iteritems() - same as the xrange
10219     issue
10220     * callable does not exist in 3.x, use hasattr(obj, '__call__') or
10221
10222           if sys.version_info > (3, 0):
10223               def callable(obj):
10224                   return hasattr(obj, '__call__')
10225
10226     * using unicode in tests is tricky, you can't use u'' even in
10227     a versioned
10228       conditional as python3's parser chokes on it. Do this in tests
10229       (and only i
10230       in tests):
10231
10232           from compathelper import _unicode
10233           unicode_string = _unicode('this is a unicode string')
10234
10235     * exception caching changed in 2.7, instead of except Exception,
10236     e we now use
10237       except Exception as e.  Do this to be compatible with older
10238       versions:
10239
10240           except Exception:
10241               etype, e = sys.exc_info()[:2]
10242
10243     * Unbound methods with an im_func attribute no longer exits in 3.x.
10244       Unbound methods are now just functions so class.method in 3.x is
10245       equivalent to class.method.im_func in 2.x.  If you have to go this
10246       low level do this:
10247
10248           func = class1.method
10249           if sys.version_info < (3,0):
10250               func = func.im_func
10251
10252     * all numbers are long in 3.x so 42L is invalid in 3.x.  In tests (and
10253       only in tests) do this:
10254
10255           from compathelper import _long
10256           l = _long(42)
10257
10258  gi/overrides/GLib.py    |   16 ++++++++--------
10259  gi/types.py             |    5 ++++-
10260  tests/compathelper.py   |   19 +++++++++++++++++++
10261  tests/test_gdbus.py     |   12 ++++++++----
10262  tests/test_gi.py        |   19 ++++++++++++-------
10263  tests/test_overrides.py |    8 +++++---
10264  6 files changed, 56 insertions(+), 23 deletions(-)
10265
10266 commit 832d662b9f90f5762bbf28b3cca73f947c1f83ce
10267 Author: John (J5) Palmieri <johnp@redhat.com>
10268 Date:   Wed Jan 26 14:00:08 2011 -0500
10269
10270     [gi] fix try/except blocks using depricated raise format
10271
10272  gi/overrides/GLib.py |    4 ++--
10273  gi/overrides/Gdk.py  |    2 +-
10274  2 files changed, 3 insertions(+), 3 deletions(-)
10275
10276 commit d3e30e240fed6ef1dd40fd29fd13dc2effc6c7b1
10277 Author: Martin Pitt <martin.pitt@ubuntu.com>
10278 Date:   Wed Jan 26 19:03:48 2011 +0100
10279
10280     [gi] Add docstring to GLib.Variant constructor
10281
10282  gi/overrides/GLib.py |   11 +++++++++++
10283  1 file changed, 11 insertions(+)
10284
10285 commit 963cd52fec26f7a4fb34414f8ac6662932ede322
10286 Author: Martin Pitt <martin.pitt@ubuntu.com>
10287 Date:   Wed Jan 26 18:45:38 2011 +0100
10288
10289     [gi] update gdbus test cases for previous GVariant change
10290
10291  tests/test_gdbus.py |    4 ++--
10292  1 file changed, 2 insertions(+), 2 deletions(-)
10293
10294 commit 27e3a6276ff5f2cdc03ddf69ee80d44c3bf2c094
10295 Author: Martin Pitt <martin.pitt@ubuntu.com>
10296 Date:   Wed Jan 26 18:39:17 2011 +0100
10297
10298     [gi] Accept only a single object in GLib.Variant constructor
10299
10300     We previously allowed flat arguments for tuple signatures, e. g.
10301
10302       GLib.Variant('(ii)', 1, 2)
10303
10304     However, that's not how GVariant is supposed to work. Remove the
10305     special case
10306     to handle flat argument lists, and only accept a single value, i. e.
10307
10308       GLib.Variant('(ii)', (1, 2))
10309
10310     Note that this breaks the current API, but as it is not used widely
10311     yet, let's
10312     better fix it now.
10313
10314     Thanks to Ryan Lortie for pointing this out!
10315
10316  gi/overrides/GLib.py    |   25 ++++++++++---------------
10317  tests/test_overrides.py |   32 +++++++++++++-------------------
10318  2 files changed, 23 insertions(+), 34 deletions(-)
10319
10320 commit b15e8e2c0c933d0f827a70280faf875ac383d81b
10321 Author: Laszlo Pandy <lpandy@src.gnome.org>
10322 Date:   Wed Jan 26 00:40:49 2011 +0100
10323
10324     Speed up _setup_native_vfuncs()
10325
10326     This changes _setup_native_vfuncs() to only install native
10327     vfunc wrappers from the current class on the current class.
10328     Native vfuncs will not be propogated up or down the class
10329     hierarchy as this is unnecessary and wastes CPU and memory.
10330
10331     Since the normal process in python to retrieve a method or
10332     attribute recurses to the base classes if an attribute is not
10333     found in the subclass, there is no need to setup all base class
10334     virtual functions on a subclass.
10335
10336     This patch removes the recursion in _setup_native_vfuncs()
10337     and lets Python find them in the base classes like a normal
10338     Python class would work. This significantly increases the speed
10339     of any class which is or inherits from a C class which includes
10340     virtual methods.
10341
10342     https://bugzilla.gnome.org/show_bug.cgi?id=640629
10343
10344  gi/types.py      |   26 +++++++++++++-------------
10345  tests/test_gi.py |   13 +++++++++++++
10346  2 files changed, 26 insertions(+), 13 deletions(-)
10347
10348 commit 569d42ac2f50fb706ef289ff631db743483f40ee
10349 Author: Laszlo Pandy <lpandy@src.gnome.org>
10350 Date:   Thu Jan 20 16:26:18 2011 +0100
10351
10352     Speed up class creation: rewrite _setup_vfuncs() to be much more
10353     efficient.
10354
10355     This patch rewrites the _setup_vfuncs() method to remove recursion and
10356     make the running time linear in the number of virtual functions to
10357     hook up
10358     (ie. methods starting with "do_") instead of linear in the number of
10359     virtual functions in the base class which could possibly be
10360     overridden.
10361
10362     Since most classes do not override all of the virtual functions in the
10363     base class (and many override none), this runs much faster.
10364
10365     It is possible to not recurse on all base classes because
10366     non-interface
10367     base classes will have the virtual function installed as an attribute.
10368     Thus getattr() can be called, which recurses to the base classes much
10369     faster than a custom implementation in Python. If the method cannot be
10370     found with getattr(), all interface bases classes are searched
10371     manually.
10372
10373     The function is_function_in_classes() has been deleted. Because of the
10374     above changes, it is not used anymore.
10375
10376     https://bugzilla.gnome.org/show_bug.cgi?id=640073
10377
10378  gi/types.py      |  104
10379  +++++++++++++++++++++++++++++++++---------------------
10380  tests/test_gi.py |   13 +++++++
10381  2 files changed, 77 insertions(+), 40 deletions(-)
10382
10383 commit 8f4e6536f3c2edf38a45632d1c23eb7c6681c3be
10384 Author: Sebastian Pölsterl <sebp@k-d-w.org>
10385 Date:   Mon Jan 24 19:23:19 2011 +0100
10386
10387     pygi-convert.sh: Convert gtk.UI_MANAGER_*
10388
10389  pygi-convert.sh |    1 +
10390  1 file changed, 1 insertion(+)
10391
10392 commit 1f473b5164407a178203eb8cc7f3c786e0d0e5c2
10393 Author: Sebastian Pölsterl <sebp@k-d-w.org>
10394 Date:   Fri Jan 21 18:41:54 2011 +0100
10395
10396     pygi-convert.sh: Convert gdk.GRAB_*
10397
10398  pygi-convert.sh |    1 +
10399  1 file changed, 1 insertion(+)
10400
10401 commit f5d0b7b9d189f65503c0bf66d8bda4186ca3223a
10402 Author: Ignacio Casal Quinteiro <icq@gnome.org>
10403 Date:   Fri Jan 21 16:45:07 2011 +0100
10404
10405     [gi] set the gtype GValue correctly
10406
10407  gi/pygi-property.c |    4 ++--
10408  1 file changed, 2 insertions(+), 2 deletions(-)
10409
10410 commit ce521011d7f6d7f082aaea76fa05c5af9f6e93f5
10411 Author: Ignacio Casal Quinteiro <icq@gnome.org>
10412 Date:   Fri Jan 21 16:20:23 2011 +0100
10413
10414     [gi] use the right argument type for callback
10415
10416  gi/pygi-foreign-cairo.c    |    8 ++++----
10417  gi/pygi-foreign-gvariant.c |    4 ++--
10418  gi/pygi-foreign-gvariant.h |    2 +-
10419  gi/pygi-foreign.c          |    2 +-
10420  gi/pygi.h                  |    2 +-
10421  5 files changed, 9 insertions(+), 9 deletions(-)
10422
10423 commit 9f101baaa63a75acf62f955cfc4b311ff0dd5464
10424 Author: John (J5) Palmieri <johnp@redhat.com>
10425 Date:   Fri Jan 21 09:23:54 2011 -0500
10426
10427     [gi] marshal out flags and enum
10428
10429  gi/pygi-argument.c |   14 +++++++++-----
10430  gi/pygi-cache.c    |   24 ++++++++++++------------
10431  2 files changed, 21 insertions(+), 17 deletions(-)
10432
10433 commit 4c93bdeae76830aa4029dfc86e32e6f277d5271d
10434 Author: John (J5) Palmieri <johnp@redhat.com>
10435 Date:   Fri Jan 21 08:18:37 2011 -0500
10436
10437     [gi] marshal unions
10438
10439  gi/pygi-cache.c |   27 +++++++++++++--------------
10440  1 file changed, 13 insertions(+), 14 deletions(-)
10441
10442 commit a060287d1a6d190acb9d344f08fd5662e3296da5
10443 Author: Martin Pitt <martin.pitt@ubuntu.com>
10444 Date:   Fri Jan 21 11:00:27 2011 +0100
10445
10446     [gi] Add test cases for GDBus client operations
10447
10448  tests/Makefile.am   |    1 +
10449  tests/test_gdbus.py |   94
10450  +++++++++++++++++++++++++++++++++++++++++++++++++++
10451  2 files changed, 95 insertions(+)
10452
10453 commit e7699d9af41f8c374326b8a4ec0939ef1426e386
10454 Author: John (J5) Palmieri <johnp@redhat.com>
10455 Date:   Fri Jan 21 04:28:15 2011 -0500
10456
10457     [gi] error out if the constructor returns NULL
10458
10459  gi/pygi-invoke.c |    7 +++++++
10460  1 file changed, 7 insertions(+)
10461
10462 commit 58ff2b2c38c1004861083ca88633be76767229f0
10463 Author: John (J5) Palmieri <johnp@redhat.com>
10464 Date:   Fri Jan 21 04:26:45 2011 -0500
10465
10466     [gi] throw error for caller allocates until we can write code to
10467     support it
10468
10469  gi/pygi-cache.c |   11 +++++++++++
10470  1 file changed, 11 insertions(+)
10471
10472 commit 5eb779439daa8bf1e86df689377dc10ef1430eab
10473 Author: John (J5) Palmieri <johnp@redhat.com>
10474 Date:   Fri Jan 21 04:26:11 2011 -0500
10475
10476     [gi] support struct out
10477
10478  gi/pygi-argument.c |   30 ++++++++++++++++++++++++++----
10479  gi/pygi-cache.c    |   15 ++-------------
10480  2 files changed, 28 insertions(+), 17 deletions(-)
10481
10482 commit 3133dc595adf44279397d30712c0f8595f0e1acc
10483 Author: John (J5) Palmieri <johnp@redhat.com>
10484 Date:   Fri Jan 21 04:22:06 2011 -0500
10485
10486     [gi] move to using type_info and interface_info instead of arg_info
10487
10488     * only arguments have arg_infos, not return types and instances so
10489       type_info is much better to pass.  In fact most API that took an
10490       arg_info simply converted it to a type_info
10491     * In the case of instances for methods we don't even have a type_info.
10492       Since all instances are interfaces, we also attach the
10493       interface_info
10494       to the interface cache
10495
10496  gi/pygi-argument.c         |   20 ++++----------------
10497  gi/pygi-cache.c            |   43
10498  ++++++++++++++++++++++++++++++++-----------
10499  gi/pygi-cache.h            |    4 +++-
10500  gi/pygi-foreign-cairo.c    |   24 ++++++++++++------------
10501  gi/pygi-foreign-gvariant.c |   11 +++++------
10502  gi/pygi-foreign-gvariant.h |   10 +++++-----
10503  gi/pygi-foreign.c          |   21 +++++++++------------
10504  gi/pygi-foreign.h          |    6 +++---
10505  gi/pygi.h                  |    8 ++++----
10506  9 files changed, 77 insertions(+), 70 deletions(-)
10507
10508 commit e97e28048efb966ecc1a03277d36cbaa81b8db7d
10509 Author: Martin Pitt <martin.pitt@ubuntu.com>
10510 Date:   Fri Jan 21 09:54:14 2011 +0100
10511
10512     [gi] Add Variant construction/unpack support for boxed Variants
10513
10514     Construction uses a GVariantBuilder for now, as the new_variant()
10515     constructor
10516     currently does not work (see
10517     https://bugzilla.gnome.org/show_bug.cgi?id=639952)
10518
10519  gi/overrides/GLib.py    |   18 +++++++++++++++++-
10520  tests/test_overrides.py |   26 ++++++++++++++++++++++++++
10521  2 files changed, 43 insertions(+), 1 deletion(-)
10522
10523 commit 71dd03261fc06b8180c14cd31b54d8e4b200be3a
10524 Merge: bc29600 bd002c7
10525 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
10526 Date:   Fri Jan 21 09:33:16 2011 +0100
10527
10528     Merge branch 'windows-setup-fixes'
10529
10530 commit bc29600a2a04c972ceab7ef8d3292e8633977591
10531 Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
10532 Date:   Thu Jan 20 19:48:23 2011 +0100
10533
10534     pygi-convert.sh: GdkPixbuf methods
10535
10536     GNOME bug #639880
10537
10538  pygi-convert.sh |    1 +
10539  1 file changed, 1 insertion(+)
10540
10541 commit d1b0fa501cc431baa530d96fb50f4c35590890ac
10542 Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
10543 Date:   Thu Jan 20 19:45:01 2011 +0100
10544
10545     pygi-convert.sh: Gdk.COLORSPACE_RGB
10546
10547     GNOME bug #639880
10548
10549  pygi-convert.sh |    1 +
10550  1 file changed, 1 insertion(+)
10551
10552 commit 6d8ff4d5bdda5480089543869535cc3ee83da2f5
10553 Author: Martin Pitt <martin.pitt@ubuntu.com>
10554 Date:   Wed Jan 19 11:41:11 2011 +0100
10555
10556     [gi] Support nested objects and empty sequences in GLib.Variant
10557     building
10558
10559     The GVariant constructor (in the overrides) previously did not
10560     support empty
10561     arrays/dictionaries or nested structures. Rewrite the VariantCreator
10562     class to
10563     be fully recursive and determine the element types of
10564     arrays/dictionaries.
10565
10566     This now also allows you to use actual tuples as input values for
10567     GVariant
10568     tuple types. Taking values from the flat argument list is still
10569     supported for
10570     convenience, though.
10571
10572     https://bugzilla.gnome.org/show_bug.cgi?id=639939
10573
10574  gi/overrides/GLib.py    |  229
10575  +++++++++++++++++++++++++----------------------
10576  tests/test_overrides.py |  159 ++++++++++++++++++++++++++++++--
10577  2 files changed, 273 insertions(+), 115 deletions(-)
10578
10579 commit ac095f5435f106e175fa3297cb273e63c85d2809
10580 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
10581 Date:   Thu Jan 20 15:55:45 2011 +0100
10582
10583     Uncomment test_gi.TestInterfaceClash
10584
10585  tests/test_gi.py |   22 +++++++++++-----------
10586  1 file changed, 11 insertions(+), 11 deletions(-)
10587
10588 commit 1239f3709ba257c404dda72b7067b77b19c240fa
10589 Author: John (J5) Palmieri <johnp@redhat.com>
10590 Date:   Thu Jan 20 09:05:02 2011 -0500
10591
10592     [gi] add support for enum and flags
10593
10594  gi/pygi-argument.c |  121
10595  +++++++++++++++++++++++++++++++++++++++++-----------
10596  gi/pygi-cache.c    |   30 +++++++------
10597  2 files changed, 111 insertions(+), 40 deletions(-)
10598
10599 commit f0a0b6c2eda89622de2b1e5ebb6a48103ad72a42
10600 Author: Steve Frécinaux <code@istique.net>
10601 Date:   Thu Jan 20 14:14:15 2011 +0100
10602
10603     Fix reference leaks for GInitiallyUnowned objects
10604
10605     References were leaked for GInitiallyUnowned objects which got their
10606     wrappers created several times, because someone else holds reference
10607     on it and it got out of python scope at some point.
10608
10609     https://bugzilla.gnome.org/show_bug.cgi?id=639949
10610
10611  gobject/gobjectmodule.c  |    2 ++
10612  gobject/pygobject.c      |   14 +++++------
10613  tests/test-floating.c    |   36 ++++++++++++++++++++++++++
10614  tests/test-floating.h    |   21 ++++++++++++++++
10615  tests/test_gobject.py    |   63
10616  ++++++++++++++++++++++++++++++++++++++++++++++
10617  tests/testhelpermodule.c |   50 ++++++++++++++++++++++++++++++++++++
10618  6 files changed, 179 insertions(+), 7 deletions(-)
10619
10620 commit cae2cf3d4fb049c94389bf8f84d7d97a544d7a3f
10621 Author: Steve Frécinaux <code@istique.net>
10622 Date:   Wed Jan 19 16:57:57 2011 +0100
10623
10624     Add tests for refcount of a GObject owned by a library
10625
10626     When the object is constructed, its refcount is 2 because the library
10627     refs it once. It should remain around until we ask the library to
10628     release its reference.
10629
10630     https://bugzilla.gnome.org/show_bug.cgi?id=639949
10631
10632  tests/test-floating.c    |   30 ++++++++++++++++++++++
10633  tests/test-floating.h    |   20 +++++++++++++++
10634  tests/test_gobject.py    |   62
10635  ++++++++++++++++++++++++++++++++++++++++++++++
10636  tests/testhelpermodule.c |   51 ++++++++++++++++++++++++++++++++++++++
10637  4 files changed, 163 insertions(+)
10638
10639 commit b6737b91938d527872eff1d645a205cacf94e15d
10640 Author: Steve Frécinaux <code@istique.net>
10641 Date:   Wed Jan 19 14:52:41 2011 +0100
10642
10643     Add a test to check for regular object reference count
10644
10645     https://bugzilla.gnome.org/show_bug.cgi?id=639949
10646
10647  tests/test_gobject.py |    8 +++++++-
10648  1 file changed, 7 insertions(+), 1 deletion(-)
10649
10650 commit 2b0f1ede820414ef1cfd6b37569fcb946d2031fc
10651 Author: Martin Pitt <martin.pitt@ubuntu.com>
10652 Date:   Thu Jan 20 14:15:52 2011 +0100
10653
10654     [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK
10655
10656     GTK master now landed a lot of annotation fixes which also correctly
10657     marks the
10658     array length argument of
10659     Gtk.TreeView.enable_model_drag_{source,dest}(). Thus
10660     drop the explicit array length argument from the call in the override.
10661
10662  gi/overrides/Gtk.py |    2 --
10663  1 file changed, 2 deletions(-)
10664
10665 commit b59edf4f0f7cab44033f9d704d476e10ee0d0c0a
10666 Author: Steve Frécinaux <code@istique.net>
10667 Date:   Wed Jan 19 18:04:10 2011 +0100
10668
10669     Fix a typo in a private symbol name.
10670
10671  gobject/gobjectmodule.c |    6 +++---
10672  1 file changed, 3 insertions(+), 3 deletions(-)
10673
10674 commit 6447688e283a8fb22de3ab68cbc06e34ad23d198
10675 Author: Martin Pitt <martin.pitt@ubuntu.com>
10676 Date:   Thu Jan 20 11:49:08 2011 +0100
10677
10678     pygi-convert.sh: Convert glib.source_remove()
10679
10680  pygi-convert.sh |    1 +
10681  1 file changed, 1 insertion(+)
10682
10683 commit 84ee8de4bc00a8f901926cc6386d73c12dbd0b0b
10684 Author: Martin Pitt <martin.pitt@ubuntu.com>
10685 Date:   Thu Jan 20 11:42:34 2011 +0100
10686
10687     Fix typo in previous commit to actually convert glib.GError
10688
10689  pygi-convert.sh |    2 +-
10690  1 file changed, 1 insertion(+), 1 deletion(-)
10691
10692 commit b238cb614338f46e6feb7935cca0a55c7a929418
10693 Author: Martin Pitt <martin.pitt@ubuntu.com>
10694 Date:   Thu Jan 20 11:40:14 2011 +0100
10695
10696     pygi-convert.sh: Move some glib bits which are better handled
10697     by gobject
10698
10699  pygi-convert.sh |    3 +++
10700  1 file changed, 3 insertions(+)
10701
10702 commit 21c09a7ee294b59abb3eca6f64f13bf5c8a2fa0e
10703 Author: Laszlo Pandy <lpandy@src.gnome.org>
10704 Date:   Wed Jan 19 12:00:02 2011 +0100
10705
10706     Modify override for Gtk.Adjustment to allow position or keyword
10707     arguments in __init__().
10708
10709     Previously passing no arguments was not working, because the default
10710     value for each parameter was None, and GObject.__init__() refuses to
10711     allow None for integer properties. This patch does not pass None up
10712     to GObject.__init__. Instead it does not pass the parameter at all,
10713     and uses the class's default values.
10714
10715     https://bugzilla.gnome.org/show_bug.cgi?id=639934
10716
10717  gi/overrides/Gtk.py     |   14 ++++++++++++--
10718  tests/test_overrides.py |   34 +++++++++++++++++++++++++++-------
10719  2 files changed, 39 insertions(+), 9 deletions(-)
10720
10721 commit d465e25297ad6589ff2cd0c00e11e8bd8ffe3f78
10722 Author: Martin Pitt <martin.pitt@ubuntu.com>
10723 Date:   Wed Jan 19 22:52:51 2011 +0100
10724
10725     [gi] Fix small typo in previous commit
10726
10727     The GVariant signature of the self test had a trailing 'i'. The
10728     current
10729     GVariant builder doesn't mind, but the new implementation proposed
10730     in bug
10731     639939 does.
10732
10733  tests/test_overrides.py |    2 +-
10734  1 file changed, 1 insertion(+), 1 deletion(-)
10735
10736 commit 2b8e1d0531dcb8f57dc9f2fddf25970bee3daa90
10737 Author: Martin Pitt <martin.pitt@ubuntu.com>
10738 Date:   Wed Jan 19 20:18:19 2011 +0100
10739
10740     [gi] Add pythonic iterator and indexing for string GVariants
10741
10742     This extends commit b1a98083c to also work for strings.
10743
10744  gi/overrides/GLib.py    |    8 +++++++-
10745  tests/test_overrides.py |   13 +++++++++++++
10746  2 files changed, 20 insertions(+), 1 deletion(-)
10747
10748 commit 8efd14c87b35072cdd039bf223f8ced8f51be9bb
10749 Author: John (J5) Palmieri <johnp@redhat.com>
10750 Date:   Wed Jan 19 14:08:03 2011 -0500
10751
10752     [gi] return NULL if out_marshaller fails
10753
10754  gi/pygi-invoke.c |    5 +++++
10755  1 file changed, 5 insertions(+)
10756
10757 commit 5b1db41d60204c8021f47f43b85dac126c389c8d
10758 Author: John (J5) Palmieri <johnp@redhat.com>
10759 Date:   Wed Jan 19 13:57:54 2011 -0500
10760
10761     [gi] fix some transfer issues and test case failures
10762
10763  gi/pygi-argument.c |    4 ++++
10764  gi/pygi-cache.c    |   11 ++++++++---
10765  gi/pygi-invoke.c   |   17 +++++++++--------
10766  3 files changed, 21 insertions(+), 11 deletions(-)
10767
10768 commit 7c2f48bb6d67ec9a1ee5ac03a5aee34b54c6ebdd
10769 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
10770 Date:   Wed Jan 19 18:09:23 2011 +0100
10771
10772     Construct structs using default API constructor
10773
10774     If the struct has something that looks like a default constructor,
10775     use it instead of trying to directly allocate it, as it will fail
10776     if the struct fields are not exposed.
10777
10778     https://bugzilla.gnome.org/show_bug.cgi?id=627444
10779
10780  gi/pygi-info.c |   37 +++++++++++++++++++++++++++++++++++++
10781  gi/types.py    |    7 +++++++
10782  2 files changed, 44 insertions(+)
10783
10784 commit db7300e173388d9557dcd2333781bfaa6b021605
10785 Author: Martin Pitt <martin.pitt@ubuntu.com>
10786 Date:   Wed Jan 19 18:54:39 2011 +0100
10787
10788     pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names
10789
10790  pygi-convert.sh |    2 ++
10791  1 file changed, 2 insertions(+)
10792
10793 commit 4c1d4faddf1c9cb233c484da3eadd8e31c231f70
10794 Author: Martin Pitt <martin.pitt@ubuntu.com>
10795 Date:   Wed Jan 19 18:43:29 2011 +0100
10796
10797     pygi-convert.sh: Handle .window attributes
10798
10799     In general, convert them to .get_window(). For some of them, prefer
10800     calling the
10801     GtkWidget methods instead.
10802
10803  pygi-convert.sh |    5 ++++-
10804  1 file changed, 4 insertions(+), 1 deletion(-)
10805
10806 commit b1049b947d073fb569ba900a4d5c8519482d831e
10807 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
10808 Date:   Wed Jan 19 17:35:09 2011 +0100
10809
10810     Also deal with foreign boxed structs
10811
10812     cairo.Context has been boxed and our tests started failing
10813
10814     https://bugzilla.gnome.org/show_bug.cgi?id=639967
10815
10816  gi/pygi-argument.c |    4 ++--
10817  1 file changed, 2 insertions(+), 2 deletions(-)
10818
10819 commit 25b69ae257a12b6dc97ed3f2f7ea54b166ddbba1
10820 Author: Laszlo Pandy <lpandy@src.gnome.org>
10821 Date:   Wed Jan 19 17:45:11 2011 +0100
10822
10823     [gi] Convert GErrors to GObject.GError exceptions, and throw them
10824     upon returning from calling the C function.
10825
10826     This changes gi to make use of pyglib_error_check() which already
10827     exists in pyglib.
10828
10829     The included tests make use of the other patch attached to this bug,
10830     to check that the right exception is thrown from the new function
10831     in GIMarshallingTests.
10832     two Gtk C functions.
10833
10834     https://bugzilla.gnome.org/show_bug.cgi?id=639834
10835
10836  gi/Makefile.am   |    3 ++-
10837  gi/pygi-invoke.c |   12 +++---------
10838  tests/test_gi.py |   10 ++++++++++
10839  3 files changed, 15 insertions(+), 10 deletions(-)
10840
10841 commit 18b84767db1d66e3d6f09067ab19ffd4b82539ca
10842 Author: John (J5) Palmieri <johnp@redhat.com>
10843 Date:   Wed Jan 19 12:05:45 2011 -0500
10844
10845     [gi] fix out marshalling for a couple of int types
10846
10847  gi/pygi-argument.c |    2 +-
10848  gi/pygi-cache.c    |    2 +-
10849  2 files changed, 2 insertions(+), 2 deletions(-)
10850
10851 commit c5d7c730008275b2c585b2609fc2ff5e051cce47
10852 Author: John (J5) Palmieri <johnp@redhat.com>
10853 Date:   Wed Jan 19 11:59:09 2011 -0500
10854
10855     [gi] fixed range checking and type conversion with unsigned and
10856     large numbers
10857
10858  gi/pygi-argument.c |   90
10859  +++++++++++++++++++++++++++++++++++++++++++---------
10860  gi/pygi-cache.c    |    2 +-
10861  2 files changed, 76 insertions(+), 16 deletions(-)
10862
10863 commit e6fcafc6179e963cbae7774e7ee50415bde2c523
10864 Author: Martin Pitt <martin.pitt@ubuntu.com>
10865 Date:   Wed Jan 19 17:03:06 2011 +0100
10866
10867     pygi-convert.sh: Don't convert glib -> GLib for now
10868
10869     This currently leads to a load of crashes, MemoryErrors, etc, as
10870     GLib is not
10871     very well introspectable, due to the low-level operations that
10872     it performs.
10873
10874     John Palmieri confirms that using the static "glib" binding is
10875     preferred for
10876     now, so disable the replacement rules.
10877
10878  pygi-convert.sh |   19 ++++++++++---------
10879  1 file changed, 10 insertions(+), 9 deletions(-)
10880
10881 commit 167261d556eab0d2e448c7ed28eef540a024ba1d
10882 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
10883 Date:   Wed Jan 19 16:47:08 2011 +0100
10884
10885     Link libregress.so to GIO_LIBS again
10886
10887  configure.ac |    5 +++++
10888  1 file changed, 5 insertions(+)
10889
10890 commit d143afa6da4f5b5f47be8df11fa41d7b47ab1794
10891 Author: Laszlo Pandy <lpandy@src.gnome.org>
10892 Date:   Wed Jan 19 16:14:42 2011 +0100
10893
10894     Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType.
10895
10896     This puts an underscore in front of 2BUTTON_PRESS and 3BUTTON_PRESS
10897     because in Python attributes starting with a numeral causes a
10898     syntax error.
10899
10900  gi/overrides/Gdk.py |    7 +++++--
10901  1 file changed, 5 insertions(+), 2 deletions(-)
10902
10903 commit 4f5d20966d4a8c649e5fae584039621edab178f3
10904 Author: John (J5) Palmieri <johnp@redhat.com>
10905 Date:   Wed Jan 19 10:02:40 2011 -0500
10906
10907     [gi] use correct format stings when setting errors
10908
10909  gi/pygi-argument.c |   12 ++++++------
10910  1 file changed, 6 insertions(+), 6 deletions(-)
10911
10912 commit 7f08fd5c33ee5c9907f5becbe2f21fb7122d6e19
10913 Author: John (J5) Palmieri <johnp@redhat.com>
10914 Date:   Wed Jan 19 09:45:09 2011 -0500
10915
10916     [gi] allow marshalling strings as None
10917
10918  gi/pygi-argument.c |    5 +++++
10919  1 file changed, 5 insertions(+)
10920
10921 commit 093242a9e125998cd07bf66fc4b2880f532a2e4d
10922 Author: John (J5) Palmieri <johnp@redhat.com>
10923 Date:   Wed Jan 19 09:41:56 2011 -0500
10924
10925     [gi] make error messages more detailed
10926
10927  gi/pygi-argument.c |    2 +-
10928  gi/pygi-cache.c    |   18 +++++++++---------
10929  2 files changed, 10 insertions(+), 10 deletions(-)
10930
10931 commit f0b17605ed2eb917b350654b070984beb553eae3
10932 Author: John (J5) Palmieri <johnp@redhat.com>
10933 Date:   Wed Jan 19 09:41:13 2011 -0500
10934
10935     [gi] allow marshalling None for hashes
10936
10937  gi/pygi-argument.c |    5 +++++
10938  1 file changed, 5 insertions(+)
10939
10940 commit 93f1b787ab8420300d1064c0237a0c2d8a2ac98f
10941 Author: John (J5) Palmieri <johnp@redhat.com>
10942 Date:   Wed Jan 19 09:40:37 2011 -0500
10943
10944     [gi] add marshalling to some out values
10945
10946  gi/pygi-argument.c |   50
10947  +++++++++++++++++++++++++++++++++++++++++---------
10948  1 file changed, 41 insertions(+), 9 deletions(-)
10949
10950 commit 614b6ca7f45c4acbee088fe74fecf279ed50cc0c
10951 Author: Sebastian Pölsterl <sebp@k-d-w.org>
10952 Date:   Wed Jan 19 15:27:33 2011 +0100
10953
10954     [gi] Fixed typo in exception
10955
10956  gi/overrides/Gtk.py |    2 +-
10957  1 file changed, 1 insertion(+), 1 deletion(-)
10958
10959 commit 5f16df31b5a5a9f45f702eee48c3a18899ea3f71
10960 Author: John (J5) Palmieri <johnp@redhat.com>
10961 Date:   Wed Jan 19 09:13:44 2011 -0500
10962
10963     [gi] fix marshalling structs
10964
10965  gi/pygi-argument.c |   47 +++++++++++++++++++++++++++++++++++------------
10966  gi/pygi-foreign.c  |   18 ++++++++++++------
10967  gi/pygi-foreign.h  |    8 ++++----
10968  3 files changed, 51 insertions(+), 22 deletions(-)
10969
10970 commit b2189424f9dd6d3a4a5b9792f0d5843fc27657d1
10971 Author: Sebastian Pölsterl <sebp@k-d-w.org>
10972 Date:   Wed Jan 19 15:12:25 2011 +0100
10973
10974     [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS
10975
10976  gi/overrides/Gdk.py |    4 ++--
10977  1 file changed, 2 insertions(+), 2 deletions(-)
10978
10979 commit 5eca5ff2c9509ec96158fe43b29f0fd951243efe
10980 Author: Martin Pitt <martin.pitt@ubuntu.com>
10981 Date:   Wed Jan 19 14:54:57 2011 +0100
10982
10983     Revert "Fix Pango FontDescription override"
10984
10985     According to
10986     http://library.gnome.org/devel/pango/1.28/pango-Fonts.html#pango-font-description-new
10987     the default constructor actually does take no arguments; we should
10988     actually fix
10989     the MemoryError. Add a test case for this.
10990
10991     Remove the FIXME though, as pango_font_description_from_string()
10992     is not a
10993     FontDescription constructor, but a static factory method.
10994
10995     Thanks to Paolo Borelli for pointing this out!
10996
10997     This reverts commit 8878c57676091c08e66bc6cbe735d898cb420582.
10998
10999  gi/overrides/Pango.py   |    5 ++++-
11000  tests/test_overrides.py |    5 +++++
11001  2 files changed, 9 insertions(+), 1 deletion(-)
11002
11003 commit 9e7b95b3676a1b502662523a9bd4ebe40ccb4845
11004 Author: Tony Young <rofflwaffls@gmail.com>
11005 Date:   Thu Dec 16 23:39:33 2010 +0000
11006
11007     Python iterator interface support for GFileEnumerator.
11008
11009  gi/overrides/Gio.py      |   41 +++++++++++++++++++++++++++++++++++++++++
11010  gi/overrides/Makefile.am |    1 +
11011  tests/test_overrides.py  |   20 ++++++++++++++++++++
11012  3 files changed, 62 insertions(+)
11013
11014 commit bca5834fc8fa342149e0eec7b396877a2abe6d33
11015 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
11016 Date:   Fri Jan 7 12:10:37 2011 +0100
11017
11018     Remove gio static bindings
11019
11020     https://bugzilla.gnome.org/show_bug.cgi?id=638899
11021
11022  Makefile.am                       |    2 +-
11023  configure.ac                      |   25 -
11024  gio/.gitignore                    |    3 -
11025  gio/Makefile.am                   |  117 -
11026  gio/__init__.py                   |   40 -
11027  gio/gappinfo.override             |  213 --
11028  gio/gapplaunchcontext.override    |   99 -
11029  gio/gbufferedinputstream.override |   70 -
11030  gio/gcancellable.override         |   38 -
11031  gio/gdatainputstream.override     |  250 --
11032  gio/gdrive.override               |  347 --
11033  gio/gfile.override                | 2215 -----------
11034  gio/gfileattribute.override       |  153 -
11035  gio/gfileenumerator.override      |  184 -
11036  gio/gfileinfo.override            |  121 -
11037  gio/gfileinputstream.override     |   68 -
11038  gio/gfileiostream.override        |   68 -
11039  gio/gfileoutputstream.override    |   68 -
11040  gio/gicon.override                |  310 --
11041  gio/ginputstream.override         |  344 --
11042  gio/gio-types.defs                |  807 ----
11043  gio/gio.defs                      | 7465
11044  -------------------------------------
11045  gio/gio.override                  |  409 --
11046  gio/giomodule.c                   |  208 --
11047  gio/giostream.override            |   68 -
11048  gio/gmemoryinputstream.override   |   91 -
11049  gio/gmemoryoutputstream.override  |   45 -
11050  gio/gmount.override               |  454 ---
11051  gio/goutputstream.override        |  292 --
11052  gio/gresolver.override            |  312 --
11053  gio/gsocket.override              |  575 ---
11054  gio/gvolume.override              |  237 --
11055  gio/gvolumemonitor.override       |   94 -
11056  gio/pygio-utils.c                 |  236 --
11057  gio/pygio-utils.h                 |   49 -
11058  gio/unix-types.defs               |   55 -
11059  gio/unix.defs                     |  475 ---
11060  gio/unix.override                 |   62 -
11061  gio/unixmodule.c                  |   52 -
11062  tests/Makefile.am                 |    9 -
11063  tests/runtests-windows.py         |    3 -
11064  tests/test_gcancellable.py        |   15 -
11065  tests/test_gicon.py               |  112 -
11066  tests/test_gio.py                 | 1138 ------
11067  tests/test_gresolver.py           |   68 -
11068  tests/test_gsocket.py             |  126 -
11069  46 files changed, 1 insertion(+), 18191 deletions(-)
11070
11071 commit 6ab3d8d286573289cf8e41eee31eb806621f6f43
11072 Author: John (J5) Palmieri <johnp@redhat.com>
11073 Date:   Wed Jan 19 07:56:16 2011 -0500
11074
11075     [gi] switch from using (*arg). to arg-> when referencing union
11076     memebers
11077
11078  gi/pygi-argument.c |   54
11079  ++++++++++++++++++++++++++--------------------------
11080  1 file changed, 27 insertions(+), 27 deletions(-)
11081
11082 commit 762ccb3d2620ea22023446b6ae79f3a111d8b56a
11083 Author: John (J5) Palmieri <johnp@redhat.com>
11084 Date:   Wed Jan 19 07:49:52 2011 -0500
11085
11086     [gi] return FALSE when setting errors in the marshaller
11087
11088  gi/pygi-argument.c |    3 ++-
11089  1 file changed, 2 insertions(+), 1 deletion(-)
11090
11091 commit cbaba6357937cbed3ebd34d2db1cdd59d37df118
11092 Author: John (J5) Palmieri <johnp@redhat.com>
11093 Date:   Wed Jan 19 07:14:18 2011 -0500
11094
11095     [gi] do arg counting in new invoke
11096
11097  gi/pygi-cache.c               |    2 ++
11098  gi/pygi-cache.h               |   14 ++++++++------
11099  gi/pygi-invoke-state-struct.h |    2 +-
11100  gi/pygi-invoke.c              |   20 +++++++++++++++++++-
11101  4 files changed, 30 insertions(+), 8 deletions(-)
11102
11103 commit f45033858bed70d7defec3f71f26aa5b3999d680
11104 Author: John (J5) Palmieri <johnp@redhat.com>
11105 Date:   Wed Jan 19 06:35:45 2011 -0500
11106
11107     [gi] set length for uint8 in arrays in new invoke marshaller
11108
11109  gi/pygi-argument.c |    1 +
11110  1 file changed, 1 insertion(+)
11111
11112 commit 09f7ca7e2378e6679002677ac3f4802f4cc7d9d5
11113 Author: Ignacio Casal Quinteiro <icq@gnome.org>
11114 Date:   Wed Jan 19 12:04:15 2011 +0100
11115
11116     [gi] set length when marshalling guint8 erases
11117
11118  gi/pygi-argument.c |    1 +
11119  tests/test_gi.py   |    4 ++++
11120  2 files changed, 5 insertions(+)
11121
11122 commit 22eee43e50a150ace80694213fb87be9f0c72f51
11123 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11124 Date:   Wed Jan 19 10:27:47 2011 +0100
11125
11126     Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf
11127
11128  pygi-convert.sh |    1 +
11129  1 file changed, 1 insertion(+)
11130
11131 commit a4b210d69c832629894090b7154ae194209b0c60
11132 Author: Arnaud Charlet <charlet@adacore.com>
11133 Date:   Tue Jan 18 18:31:29 2011 +0100
11134
11135     Disable calls to PyGILState_* when threads are disabled
11136
11137     Since threads may also be disabled in Python too, those symbols
11138     may not
11139     be resolved.
11140
11141     https://bugzilla.gnome.org/show_bug.cgi?id=374603
11142
11143  glib/pyglib.c               |   12 ++++++++++++
11144  gobject/pygobject-private.h |    6 ++++++
11145  2 files changed, 18 insertions(+)
11146
11147 commit 329afb6fb1b3c325a6a9de2b6aca91c64d51dd9f
11148 Author: John (J5) Palmieri <johnp@redhat.com>
11149 Date:   Tue Jan 18 12:31:57 2011 -0500
11150
11151     [gi] fix handling of garrays vs c arrays
11152
11153  gi/pygi-argument.c |    9 +++++++--
11154  gi/pygi-cache.c    |    2 ++
11155  gi/pygi-cache.h    |    1 +
11156  3 files changed, 10 insertions(+), 2 deletions(-)
11157
11158 commit a000627ec3904b9414ce375aec8d144fc0c26248
11159 Author: Martin Pitt <martin.pitt@ubuntu.com>
11160 Date:   Tue Jan 18 18:29:50 2011 +0100
11161
11162     pygi-convert.sh: Do not comment out set_cell_data_func() calls;
11163     these should be ported properly
11164
11165  pygi-convert.sh |    1 -
11166  1 file changed, 1 deletion(-)
11167
11168 commit 99ff4610fb5ece2fc8d2f9eba13e661968adf3f0
11169 Author: Martin Pitt <martin.pitt@ubuntu.com>
11170 Date:   Tue Jan 18 18:26:01 2011 +0100
11171
11172     pygi-convert.sh: Fix match for adding missing imports
11173
11174  pygi-convert.sh |    8 ++++----
11175  1 file changed, 4 insertions(+), 4 deletions(-)
11176
11177 commit 3aa95011fad67df20370e92bf25236a34d7d08d3
11178 Author: Martin Pitt <martin.pitt@ubuntu.com>
11179 Date:   Tue Jan 18 18:09:30 2011 +0100
11180
11181     pygi-convert.sh: Fix Gtk.Label handling to be idempotent
11182
11183     As we are not replacing line by line, but the whole file at once,
11184     this is a bit
11185     hackish unfortunately. We can't use a match test or a lookahead/behind
11186     assertion.
11187
11188  pygi-convert.sh |    5 +++--
11189  1 file changed, 3 insertions(+), 2 deletions(-)
11190
11191 commit f66051380c0432bf142774542ade2144adcd455e
11192 Author: John (J5) Palmieri <johnp@redhat.com>
11193 Date:   Tue Jan 18 11:44:27 2011 -0500
11194
11195     [gi] use correct union memeber when marshalling floats
11196
11197  gi/pygi-argument.c |    2 +-
11198  1 file changed, 1 insertion(+), 1 deletion(-)
11199
11200 commit 36bc1c17e7d4189059337cc6a73c64edd819ec12
11201 Author: Laszlo Pandy <lpandy@src.gnome.org>
11202 Date:   Tue Jan 18 17:29:52 2011 +0100
11203
11204     Remove trailing whitespace from gi/overrides/Gtk.py
11205
11206  gi/overrides/Gtk.py |   10 +++++-----
11207  1 file changed, 5 insertions(+), 5 deletions(-)
11208
11209 commit 1006df1929a667716c25e74b35b8f14643358732
11210 Author: John (J5) Palmieri <johnp@redhat.com>
11211 Date:   Tue Jan 18 11:24:06 2011 -0500
11212
11213     [gi] fix constructor invoking and add some support for interface
11214     out values
11215
11216     * constructors are now simplified and are treated like normal
11217     static methods
11218       which happen to return an instance
11219
11220  gi/pygi-argument.c |    8 ++--
11221  gi/pygi-cache.c    |  132
11222  ++++++++++++++++++++++++++++++++++++++++++++++++++--
11223  gi/pygi-invoke.c   |    9 ++--
11224  gi/types.py        |   21 +++------
11225  4 files changed, 142 insertions(+), 28 deletions(-)
11226
11227 commit 8878c57676091c08e66bc6cbe735d898cb420582
11228 Author: Martin Pitt <martin.pitt@ubuntu.com>
11229 Date:   Tue Jan 18 16:47:10 2011 +0100
11230
11231     Fix Pango FontDescription override
11232
11233     Trying to call __new__() on a record crashes with a MemoryError,
11234     so just call
11235     the intended static factory method for a None argument as well
11236     (which works
11237     just fine now).
11238
11239  gi/overrides/Pango.py |    7 +------
11240  1 file changed, 1 insertion(+), 6 deletions(-)
11241
11242 commit efbbe71634037fa100b17327389b883b259cca54
11243 Author: Martin Pitt <martin.pitt@ubuntu.com>
11244 Date:   Tue Jan 18 16:23:39 2011 +0100
11245
11246     tests: Respect existing $GI_TYPELIB_PATH
11247
11248     This allows us to run the test suite against local typelibs.
11249
11250  tests/Makefile.am |    2 +-
11251  1 file changed, 1 insertion(+), 1 deletion(-)
11252
11253 commit c96ca383350e5b9b079d9a86464922314939c006
11254 Author: John (J5) Palmieri <johnp@redhat.com>
11255 Date:   Tue Jan 18 07:16:40 2011 -0500
11256
11257     [gi] fix aux value offsets for methods and element size crashers
11258
11259     * if the callable is a method we need to add 1 to the aux index
11260       for in values so we grab the right argument cache
11261     * use _pygi_g_type_info_size instead of _pygi_g_type_tag_size to
11262       support all types
11263
11264  gi/pygi-cache.c |   42 ++++++++++++++++++++++++------------------
11265  1 file changed, 24 insertions(+), 18 deletions(-)
11266
11267 commit f56d85a7f39c2088bf9fd50b1b1e5b67c03104d3
11268 Merge: 84d6142 7d997b6
11269 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11270 Date:   Tue Jan 18 13:14:45 2011 +0100
11271
11272     Merge branch 'value'
11273
11274 commit 7d997b6fe88343776c4d67a9f3437ba0c4122da0
11275 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11276 Date:   Tue Jan 18 13:12:36 2011 +0100
11277
11278     GTK overrides: Do type conversion to column types of ListStore and
11279     TreeStore in set_value
11280
11281  gi/overrides/Gtk.py     |   28 ++++++++++++++++++----------
11282  tests/test_overrides.py |   12 +++++++++++-
11283  2 files changed, 29 insertions(+), 11 deletions(-)
11284
11285 commit 84d6142c14a7ebfb7284d3db52e14d3393f93905
11286 Author: Steve Frécinaux <code@istique.net>
11287 Date:   Mon Jan 17 18:57:58 2011 +0100
11288
11289     Always register a new GType when a GObject class is subclassed
11290
11291     This patch makes the GType <-> python mapping much more predictible,
11292     and fixes the bug caused by overriding methods without specifying a
11293     __gtype_name__ member in the subclass, and makes type_register useless
11294     for real :-)
11295
11296     It is still possible to provide an explicit __gtype_name__ member
11297     in the
11298     subclass as it allows having a predictible GType name, which is handy
11299     for some of our tests. There is also an explicit special case for
11300     overrides because we obviously do not want to register new GTypes for
11301     those ones as it would clearly defeat the purpose of overrides.
11302
11303     https://bugzilla.gnome.org/show_bug.cgi?id=543056
11304
11305  gobject/__init__.py |    6 +++---
11306  tests/test_gi.py    |   21 ++-------------------
11307  2 files changed, 5 insertions(+), 22 deletions(-)
11308
11309 commit 30750ccef31e6c864628f418fc00e8c573d29a1b
11310 Author: Simon van der Linden <svdlinden@gnome.org>
11311 Date:   Tue Jan 18 12:57:13 2011 +0100
11312
11313     Raise required versions of GLib and GObject-Introspection
11314
11315     https://bugzilla.gnome.org/show_bug.cgi?id=612126
11316
11317  configure.ac |    6 +++---
11318  1 file changed, 3 insertions(+), 3 deletions(-)
11319
11320 commit 761e98d32729f5894f4c75a54c65ed11329dc9d5
11321 Author: Martin Pitt <martin.pitt@ubuntu.com>
11322 Date:   Tue Jan 18 12:52:32 2011 +0100
11323
11324     pygi-convert.sh: Handle keysyms
11325
11326  pygi-convert.sh |    1 +
11327  1 file changed, 1 insertion(+)
11328
11329 commit d62cdfa38a675c1daf3bc12d5cd769434eea5dc8
11330 Author: Martin Pitt <martin.pitt@ubuntu.com>
11331 Date:   Tue Jan 18 12:14:09 2011 +0100
11332
11333     GLib overrides: Add test case for array variant building
11334
11335  tests/test_overrides.py |    7 +++++++
11336  1 file changed, 7 insertions(+)
11337
11338 commit 69a78307f3762e3f54d28d98514cec7d31ff20db
11339 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
11340 Date:   Tue Jan 18 10:21:03 2011 +0100
11341
11342     Remove cairo.RectangleInt from the foreign module
11343
11344     https://bugzilla.gnome.org/show_bug.cgi?id=639824
11345
11346  gi/pygi-foreign-cairo.c |   96
11347  -----------------------------------------------
11348  1 file changed, 96 deletions(-)
11349
11350 commit 017680c9a5e163021628bf29543598861a3b600a
11351 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
11352 Date:   Tue Jan 18 10:20:25 2011 +0100
11353
11354     Dont try to guess the transfer if its a boxed
11355
11356     https://bugzilla.gnome.org/show_bug.cgi?id=639823
11357
11358  gi/pygi-invoke.c |    5 ++++-
11359  1 file changed, 4 insertions(+), 1 deletion(-)
11360
11361 commit 771ef76574690eb98926249f38661d741d1ebbb0
11362 Author: Ignacio Casal Quinteiro <icq@gnome.org>
11363 Date:   Tue Jan 18 12:02:01 2011 +0100
11364
11365     The tags can be Empty not None.
11366
11367  gi/overrides/Gtk.py |    2 +-
11368  1 file changed, 1 insertion(+), 1 deletion(-)
11369
11370 commit b1a98083cdc50653e1d7bfb809bdf089f833df3d
11371 Author: Martin Pitt <martin.pitt@ubuntu.com>
11372 Date:   Tue Jan 18 12:01:28 2011 +0100
11373
11374     Add Pythonic iterators and indexing to GVariant
11375
11376     Add the usual set of iterators and index accessors to GLib.Variant
11377     objects
11378     which are containers.
11379
11380     Add corresponding test cases.
11381
11382  gi/overrides/GLib.py    |   50 ++++++++++++++++++++++++++++++++++++++++++
11383  tests/test_overrides.py |   55
11384  +++++++++++++++++++++++++++++++++++++++++++++++
11385  2 files changed, 105 insertions(+)
11386
11387 commit ecb9f824c503c529d43e585b4cdb4c1c9ab14593
11388 Author: Martin Pitt <martin.pitt@ubuntu.com>
11389 Date:   Tue Jan 18 10:48:03 2011 +0100
11390
11391     Add GLib.Variant.unpack()
11392
11393     This method decomposes a GLib.Variant into a native Python object,
11394     i. e. the
11395     counterpart of _VariantCreator. This makes it a lot nicer for
11396     application
11397     developers to use e. g. return values from gdbus calls.
11398
11399     Add appropriate test case.
11400
11401  gi/overrides/GLib.py    |   45
11402  +++++++++++++++++++++++++++++++++++++++++++++
11403  tests/test_overrides.py |   33 ++++++++++++++++++++++++++++++++-
11404  2 files changed, 77 insertions(+), 1 deletion(-)
11405
11406 commit 31c73dee34a52fd22b5ff3a23adce92cea5ddc3d
11407 Author: Ignacio Casal Quinteiro <icq@gnome.org>
11408 Date:   Tue Jan 18 10:56:18 2011 +0100
11409
11410     Add override for gtk_text_buffer_insert_with_tags
11411
11412  gi/overrides/Gtk.py     |   12 ++++++++++++
11413  tests/test_overrides.py |    6 ++++++
11414  2 files changed, 18 insertions(+)
11415
11416 commit fc7d7f7f153d57ff3866b7bfd5e6479d702cc4d9
11417 Author: Simon van der Linden <svdlinden@gnome.org>
11418 Date:   Mon Jan 17 14:35:14 2011 +0100
11419
11420     Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES
11421
11422     https://bugzilla.gnome.org/show_bug.cgi?id=620215
11423
11424  gi/Makefile.am    |    6 ++++--
11425  gio/Makefile.am   |    2 +-
11426  glib/Makefile.am  |    2 +-
11427  m4/python.m4      |    7 +++++--
11428  tests/Makefile.am |    2 +-
11429  5 files changed, 12 insertions(+), 7 deletions(-)
11430
11431 commit bceec758b27e6c396d17a79424633b5dc9116f54
11432 Author: Simon van der Linden <svdlinden@gnome.org>
11433 Date:   Mon Jan 17 14:20:55 2011 +0100
11434
11435     Kill JD_CHECK_PYTHON_HEADERS
11436
11437     Use AM_CHECK_PYTHON_HEADERS instead, which is identical.
11438
11439     https://bugzilla.gnome.org/show_bug.cgi?id=620215
11440
11441  configure.ac |    2 +-
11442  m4/python.m4 |   31 +------------------------------
11443  2 files changed, 2 insertions(+), 31 deletions(-)
11444
11445 commit e2dea065da94d17a915abe1ce4671b1dc48e02c0
11446 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11447 Date:   Mon Jan 17 19:09:27 2011 +0100
11448
11449     Revert "Override Gtk.Box.pack_start and pack_end to set default
11450     values to be compliant with pygtk"
11451
11452     This reverts commit a8c727b9c4195d8085a45661683a18614ae84485.
11453
11454     Conflicts:
11455
11456         gi/overrides/Gtk.py
11457
11458  gi/overrides/Gtk.py |   10 ----------
11459  1 file changed, 10 deletions(-)
11460
11461 commit 4fbae9629adc166627de05bb0946b71485343d69
11462 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11463 Date:   Mon Jan 17 19:08:23 2011 +0100
11464
11465     Revert "Override Gtk.CellLayout.pack_start and pack_end to add
11466     default values to be compliant with pygtk"
11467
11468     This reverts commit 232841148f35684be83a2f47b5b18da4fb74f63a.
11469
11470  gi/overrides/Gtk.py |   13 ++-----------
11471  1 file changed, 2 insertions(+), 11 deletions(-)
11472
11473 commit c054f0aca67952876b3519bb75ddc62c5517f7cb
11474 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11475 Date:   Mon Jan 17 19:08:06 2011 +0100
11476
11477     Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and
11478     set_cell_data_func to add default values to be compliant with pygtk"
11479
11480     This reverts commit ed7e7a8f22b1481acf78c0c2e4c489dbad72f599.
11481
11482  gi/overrides/Gtk.py |    9 ---------
11483  1 file changed, 9 deletions(-)
11484
11485 commit 2d9534f347505573da46743b47318e08bf073aef
11486 Author: Martin Pitt <martin.pitt@ubuntu.com>
11487 Date:   Mon Jan 17 18:54:10 2011 +0100
11488
11489     pygi-convert.sh: Handle gtk.combo_box_new_text()
11490
11491  pygi-convert.sh |    1 +
11492  1 file changed, 1 insertion(+)
11493
11494 commit 0586a83212a9f9234fe00659ae744ab04e7ccc67
11495 Author: John (J5) Palmieri <johnp@redhat.com>
11496 Date:   Mon Jan 17 12:31:03 2011 -0500
11497
11498     support callbacks
11499
11500  gi/pygi-argument.c |   68 ++++++++++++++++++++++++++++++++++++++++++--
11501  gi/pygi-cache.c    |   80
11502  +++++++++++++++++++++++++++++++++++++++-------------
11503  gi/pygi-cache.h    |   13 +++++++--
11504  gi/pygi-invoke.c   |    2 +-
11505  4 files changed, 138 insertions(+), 25 deletions(-)
11506
11507 commit 914d3a0a29680f4d3aa0e1f8afdd625b017b013a
11508 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11509 Date:   Mon Jan 17 16:57:53 2011 +0100
11510
11511     Override TreeSortable.set_sort_func and set_default_sort_func to
11512     add default values to be pygtk compliant
11513
11514  gi/overrides/Gtk.py |    6 ++++++
11515  1 file changed, 6 insertions(+)
11516
11517 commit ed7e7a8f22b1481acf78c0c2e4c489dbad72f599
11518 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11519 Date:   Mon Jan 17 16:29:28 2011 +0100
11520
11521     Override Gtk.TreeViewColumn.pack_start, pack_end and
11522     set_cell_data_func to add default values to be compliant with pygtk
11523
11524  gi/overrides/Gtk.py |    9 +++++++++
11525  1 file changed, 9 insertions(+)
11526
11527 commit 232841148f35684be83a2f47b5b18da4fb74f63a
11528 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11529 Date:   Mon Jan 17 16:28:51 2011 +0100
11530
11531     Override Gtk.CellLayout.pack_start and pack_end to add default values
11532     to be compliant with pygtk
11533
11534  gi/overrides/Gtk.py |   13 +++++++++++--
11535  1 file changed, 11 insertions(+), 2 deletions(-)
11536
11537 commit 1dec12826753756fcadefc8ef8c756fc902c320b
11538 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11539 Date:   Mon Jan 17 15:54:32 2011 +0100
11540
11541     Override Gtk.Paned pack1 and pack2 to add default values to be
11542     compliant with pygtk
11543
11544  gi/overrides/Gtk.py |   10 ++++++++++
11545  1 file changed, 10 insertions(+)
11546
11547 commit a8c727b9c4195d8085a45661683a18614ae84485
11548 Author: Sebastian Pölsterl <sebp@k-d-w.org>
11549 Date:   Mon Jan 17 15:46:25 2011 +0100
11550
11551     Override Gtk.Box.pack_start and pack_end to set default values to
11552     be compliant with pygtk
11553
11554  gi/overrides/Gtk.py |   10 ++++++++++
11555  1 file changed, 10 insertions(+)
11556
11557 commit 7cc8ac35bb0d8dbf7d66f014f8cd7ff070b3acb8
11558 Author: Steve Frécinaux <code@istique.net>
11559 Date:   Wed Aug 4 00:30:05 2010 +0200
11560
11561     Handle GObject subclasses in the property helper.
11562
11563     https://bugzilla.gnome.org/show_bug.cgi?id=625982
11564
11565  gobject/propertyhelper.py |   26 +++++++++++++-------------
11566  tests/test_properties.py  |    9 +++++++++
11567  2 files changed, 22 insertions(+), 13 deletions(-)
11568
11569 commit 7a0548dbfbdfe481f75315b6bc7824a9f1a8a87b
11570 Author: Martin Pitt <martin.pitt@ubuntu.com>
11571 Date:   Mon Jan 17 17:52:15 2011 +0100
11572
11573     Fix handling of unicode for GtkTreeModels
11574
11575     The code previously converted an unicode object into unicode, but
11576     in Python 2.X
11577     models actually have to specify 'str' (GTK expects a gchararray). So
11578     encode to
11579     UTF-8 instead to get what GTK expects.
11580
11581     Add corresponding test case.
11582
11583  gi/overrides/Gtk.py     |    2 +-
11584  tests/test_overrides.py |   12 +++++++++++-
11585  2 files changed, 12 insertions(+), 2 deletions(-)
11586
11587 commit 09c21c79fb6063c8451f53d4588363d2be7239f4
11588 Author: Laszlo Pandy <lpandy@src.gnome.org>
11589 Date:   Mon Jan 17 16:46:08 2011 +0100
11590
11591     In IntrospectionModule and DynamicModule classes, make all instance
11592     attributes start with an underscore.
11593
11594     This changes IntrospectionModule.version to _version and
11595     DynamicModule.introspection_module to _introspection_module.
11596     This is done to mark the attributes as private, and also avoid name
11597     collisions with attributes from the typelib.
11598     In Gstreamer, there is a function gst_version, which was previously
11599     inaccessible because of IntrospectionModule.version overriding it.
11600
11601  gi/module.py                       |   26 +++++++++++++-------------
11602  gi/overrides/GIMarshallingTests.py |    2 +-
11603  gi/overrides/GLib.py               |    2 +-
11604  gi/overrides/Gdk.py                |   10 +++++-----
11605  gi/overrides/Gtk.py                |    2 +-
11606  gi/overrides/Pango.py              |    2 +-
11607  gi/overrides/__init__.py           |    2 +-
11608  tests/test_everything.py           |    2 +-
11609  8 files changed, 24 insertions(+), 24 deletions(-)
11610
11611 commit 2c70beca9e76e4dc253453c556e6985ce59a3dd9
11612 Author: Laszlo Pandy <lpandy@src.gnome.org>
11613 Date:   Mon Jan 17 16:17:25 2011 +0100
11614
11615     Amend previous enum wrapping commit to remove redundant setting of
11616     __info__ attribute.
11617
11618  gi/module.py |    2 +-
11619  gi/types.py  |    6 +++---
11620  2 files changed, 4 insertions(+), 4 deletions(-)
11621
11622 commit 6fbb6be5a5d0d9cd43e1504b8dda5aa75feb95ca
11623 Author: Martin Pitt <martin.pitt@ubuntu.com>
11624 Date:   Mon Jan 17 16:16:45 2011 +0100
11625
11626     pygi-convert.sh: Handle GdkPixbuf.InterpType
11627
11628  pygi-convert.sh |    2 ++
11629  1 file changed, 2 insertions(+)
11630
11631 commit 66a5784f4ab5de5b6d8d51eb4ce869fa26f6a601
11632 Author: Laszlo Pandy <laszlok2@gmail.com>
11633 Date:   Mon Jan 17 15:43:34 2011 +0100
11634
11635     Fix wrapping of enums: Create new Python type for each non-gtype enum.
11636
11637     Previously non-gtype enums used the same class, which meant they
11638     were all the same type.
11639     This caused another problem that since they were all the same class,
11640     attributes from different enums were available from each other.
11641
11642     A new test case is created to check for this bug. It requires a new
11643     enum from the GIMarshallingTests (updating gobject-introspection
11644     will be required).
11645
11646  gi/module.py     |    2 +-
11647  gi/types.py      |    2 ++
11648  tests/test_gi.py |   10 ++++++++++
11649  3 files changed, 13 insertions(+), 1 deletion(-)
11650
11651 commit da50d5620a42046d4fc905bb28a0890d73533cb1
11652 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
11653 Date:   Mon Dec 13 18:03:51 2010 +0100
11654
11655     Use g_vfunc_info_invoke for chaining up in vfuncs
11656
11657     https://bugzilla.gnome.org/show_bug.cgi?id=637165
11658
11659  gi/pygi-info.c   |    4 +--
11660  gi/pygi-invoke.c |   72
11661  +++++++++++++++++++++++++++++++++++++++++-------------
11662  gi/pygi-invoke.h |    3 ++-
11663  gi/types.py      |   28 ++++++++++++++++++++-
11664  tests/test_gi.py |    5 ++--
11665  5 files changed, 89 insertions(+), 23 deletions(-)
11666
11667 commit 8ceef79c98a1c2e22ed8ab655ef1169f1763dd23
11668 Author: Simon van der Linden <svdlinden@gnome.org>
11669 Date:   Fri Dec 31 18:38:04 2010 +0100
11670
11671     Move pyglib_{main_context, option_context, option_group}_new into
11672     _PyGLib_API
11673
11674     _PyG{MainContext, OptionContext, and OptionGroup_Type} were not
11675     be initialized
11676     when used inside the glib module, since pyglib_init is not called.
11677
11678     pyglib.c is compiled as a stand-alone library loaded by the _glib
11679     module that
11680     declares the above-mentioned types. Hence, they cannot be accessed
11681     by the
11682     former. This patch moves the functions that need those symbols
11683     into the
11684     glib._glib module and exports them to the pyglib library through
11685     _PyGLib_API.
11686
11687     https://bugzilla.gnome.org/show_bug.cgi?id=636656
11688
11689  glib/glibmodule.c       |    5 ++++-
11690  glib/pyglib-private.h   |    3 +++
11691  glib/pyglib.c           |   48
11692  +++--------------------------------------------
11693  glib/pygmaincontext.c   |   22 ++++++++++++++++++++++
11694  glib/pygmaincontext.h   |    2 +-
11695  glib/pygmainloop.c      |    2 +-
11696  glib/pygoptioncontext.c |   21 +++++++++++++++++++++
11697  glib/pygoptioncontext.h |    2 ++
11698  glib/pygoptiongroup.c   |   26 +++++++++++++++++++++++++
11699  glib/pygoptiongroup.h   |    2 ++
11700  glib/pygsource.c        |    2 +-
11701  11 files changed, 86 insertions(+), 49 deletions(-)
11702
11703 commit 17caffe4eeefeaf33a56ececbc6c7454f60b9d76
11704 Author: Martin Pitt <martin.pitt@ubuntu.com>
11705 Date:   Mon Jan 17 14:51:26 2011 +0100
11706
11707     pygi-convert.sh: Handle Gdk.DragAction
11708
11709  pygi-convert.sh |    1 +
11710  1 file changed, 1 insertion(+)
11711
11712 commit aa390aa80f06ac83ec89e5c5ee143d21ace97917
11713 Author: Martin Pitt <martin.pitt@ubuntu.com>
11714 Date:   Mon Jan 17 14:46:58 2011 +0100
11715
11716     pygi-convert.sh: Generalize Gtk.Settings migration
11717
11718     There are other GSettings.get_* functions like get_for_screen().
11719
11720  pygi-convert.sh |    2 +-
11721  1 file changed, 1 insertion(+), 1 deletion(-)
11722
11723 commit 2e6d5bb49425e6087ca61765ecb72e7a760f2ab2
11724 Author: Martin Pitt <martin.pitt@ubuntu.com>
11725 Date:   Mon Jan 17 11:22:46 2011 +0100
11726
11727     pygi-convert.sh: Don't change the name of "glib" submodules
11728
11729     This particular affects dbus.mainloop.glib.*
11730
11731  pygi-convert.sh |    2 +-
11732  1 file changed, 1 insertion(+), 1 deletion(-)
11733
11734 commit 3887b030fc19d25e0cd7b4ed504f4ed23363c3d6
11735 Author: Paolo Borelli <pborelli@gnome.org>
11736 Date:   Sun Jan 16 22:09:56 2011 +0100
11737
11738     Plug another memory leak
11739
11740     Do not leak interface info in (g|s)_et_property.
11741
11742  gi/pygi-property.c |    4 ++++
11743  1 file changed, 4 insertions(+)
11744
11745 commit a4950b4cbb3c7567a8586061bb361adb7d9afb98
11746 Author: Paolo Borelli <pborelli@gnome.org>
11747 Date:   Sun Jan 16 21:43:30 2011 +0100
11748
11749     Plug a small memory leak.
11750
11751     Do not leak type_info in find_vfunc_info
11752
11753  gi/gimodule.c |   10 +++++-----
11754  1 file changed, 5 insertions(+), 5 deletions(-)
11755
11756 commit d0cbcc45366d40702c69cef207d3c0f361260c02
11757 Author: Paolo Borelli <pborelli@gnome.org>
11758 Date:   Sun Jan 16 12:16:31 2011 +0100
11759
11760     Override Table.attach() to behave like pygtk
11761
11762     It is fairly common and even gtk itself still has attach_defaults.
11763
11764  gi/overrides/Gtk.py     |    3 +++
11765  tests/test_overrides.py |    4 ++++
11766  2 files changed, 7 insertions(+)
11767
11768 commit 6409d659326bf3cefdf6051379e8bc2031f16733
11769 Author: Martin Pitt <martin.pitt@ubuntu.com>
11770 Date:   Sat Jan 15 11:20:23 2011 -0600
11771
11772     pygi-convert.sh: Convert Pango.WrapMode
11773
11774  pygi-convert.sh |    1 +
11775  1 file changed, 1 insertion(+)
11776
11777 commit 6aaa6a38198e84a189ca1e8d26b1871d5b6bb711
11778 Author: Martin Pitt <martin.pitt@ubuntu.com>
11779 Date:   Sat Jan 15 11:17:09 2011 -0600
11780
11781     pygi-convert.sh: Don't change the name of "gtk" submodules
11782
11783     Some projects have local modules like "myproject.ui.gtk". Avoid
11784     changing those,
11785     just change module names which start with "gtk" or "gdk".
11786
11787  pygi-convert.sh |    4 ++--
11788  1 file changed, 2 insertions(+), 2 deletions(-)
11789
11790 commit 9be0f1f2dfb89150faf1827ef482feea03645149
11791 Author: John (J5) Palmieri <johnp@redhat.com>
11792 Date:   Thu Jan 13 23:56:19 2011 -0500
11793
11794     [gi] implement aux arg handling for array lengths
11795
11796  gi/pygi-argument.c |    8 ++++++++
11797  gi/pygi-cache.c    |   36 ++++++++++++++++++++++++++++--------
11798  gi/pygi-cache.h    |    1 -
11799  gi/pygi-invoke.c   |    8 ++++++--
11800  4 files changed, 42 insertions(+), 11 deletions(-)
11801
11802 commit cfca2f0a53a5c29f543875ca4cb83a2e18d3bc72
11803 Author: John (J5) Palmieri <johnp@redhat.com>
11804 Date:   Thu Jan 13 21:07:25 2011 -0500
11805
11806     [gi] marshal in hashes
11807
11808  gi/pygi-argument.c |   93 +++++++++++++++++++++++++++++++++++++--
11809  gi/pygi-cache.c    |  122
11810  ++++++++++++++++++++++++++++++++++++----------------
11811  2 files changed, 176 insertions(+), 39 deletions(-)
11812
11813 commit c36fbf4918c8557a8e274a12004a412da3b22b2c
11814 Author: Laszlo Pandy <git@laszlopandy.com>
11815 Date:   Tue Jan 11 21:41:47 2011 +0100
11816
11817     Fix the __dir__() methods on DynamicModule and IntrospectionModule
11818
11819     Previously the __dir__() methods did not list all attributes.
11820     A simple test case is included. It does not test to see if
11821     every attribute is listed, it just tests a few of each kind:
11822     - (wrapped) typelib attributes
11823     - class attributes and methods
11824     - instance attributes
11825
11826     A set() is used to avoid returning duplicate attributes.
11827     The test case checks for this as well.
11828
11829     https://bugzilla.gnome.org/show_bug.cgi?id=639229
11830
11831  gi/module.py             |   28 +++++++++++++++++++++-------
11832  tests/test_everything.py |   18 ++++++++++++++++++
11833  2 files changed, 39 insertions(+), 7 deletions(-)
11834
11835 commit 1679e6af3f212e4d4644e048dc3c6177ed3fac6b
11836 Author: Paolo Borelli <pborelli@gnome.org>
11837 Date:   Thu Jan 13 00:02:20 2011 +0100
11838
11839     pygi-convert.sh: handle ReliefStyle
11840
11841  pygi-convert.sh |    1 +
11842  1 file changed, 1 insertion(+)
11843
11844 commit e9166ba5d19f2b586f65a3b83a671a5afd486d8f
11845 Author: John (J5) Palmieri <johnp@redhat.com>
11846 Date:   Wed Jan 12 16:50:30 2011 -0500
11847
11848     [gi] support for GList and GSList in
11849
11850  gi/pygi-argument.c |  122
11851  +++++++++++++++++++++++++++++++++++++++++++++++++---
11852  1 file changed, 116 insertions(+), 6 deletions(-)
11853
11854 commit 9baf3240fbac103823ad0feaaf1c82e46d276722
11855 Author: John (J5) Palmieri <johnp@redhat.com>
11856 Date:   Wed Jan 12 16:24:17 2011 -0500
11857
11858     [gi] handle allow_none for all args
11859
11860  gi/pygi-cache.c  |    3 ++-
11861  gi/pygi-cache.h  |    1 +
11862  gi/pygi-invoke.c |    7 +++++++
11863  3 files changed, 10 insertions(+), 1 deletion(-)
11864
11865 commit d54d12c66226910952b0dc44c8d9514a7edaa6f2
11866 Author: John (J5) Palmieri <johnp@redhat.com>
11867 Date:   Wed Jan 12 16:23:02 2011 -0500
11868
11869     [gi] fix marshalling fixed arrays
11870
11871     * get the correct item_size and pass the GArray data not the GArray
11872
11873  gi/pygi-argument.c |   39 ++++++++++++++++++++++-----------------
11874  gi/pygi-cache.c    |    3 ++-
11875  2 files changed, 24 insertions(+), 18 deletions(-)
11876
11877 commit 3b0eff80d2ee35e0417476f0a170b9e178e3d1ee
11878 Author: John (J5) Palmieri <johnp@redhat.com>
11879 Date:   Tue Jan 11 17:20:43 2011 -0500
11880
11881     [gi] implement out arg handling
11882
11883  gi/pygi-argument.c            |   43 +++++++++--------------------------
11884  gi/pygi-cache.c               |   22 +++++++++++++-----
11885  gi/pygi-invoke-state-struct.h |   13 +++++++++++
11886  gi/pygi-invoke.c              |   50
11887  +++++++++++++++++++++++++++++++++++++++--
11888  4 files changed, 89 insertions(+), 39 deletions(-)
11889
11890 commit bd002c72675d35b5e60ab773181e7c36c30d2625
11891 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
11892 Date:   Tue Jan 11 22:21:18 2011 +0100
11893
11894     setup.py: fix the provides keyword argument
11895
11896  setup.py |    2 +-
11897  1 file changed, 1 insertion(+), 1 deletion(-)
11898
11899 commit 59dac72d0fa8e1d68bbbc13d76c2747f1cb11857
11900 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
11901 Date:   Tue Jan 11 22:19:18 2011 +0100
11902
11903     setup.py: use the same spaces-less format for all setup() parameters
11904
11905  setup.py |    8 ++++----
11906  1 file changed, 4 insertions(+), 4 deletions(-)
11907
11908 commit c5c149be171895d292852df364541f14f0ec423a
11909 Author: John (J5) Palmieri <johnp@redhat.com>
11910 Date:   Tue Jan 11 15:39:09 2011 -0500
11911
11912     [gi] implemented return marshalling and started on out marshalling
11913
11914  gi/pygi-argument.c |  387
11915  +++++++++++++++++++++++++++++++++++++++++++++++++++-
11916  gi/pygi-argument.h |  117 ++++++++++++++++
11917  gi/pygi-cache.c    |  316 +++++++++++++++++++++++++++++++++++++++++-
11918  gi/pygi-cache.h    |    8 +-
11919  gi/pygi-invoke.c   |   12 +-
11920  5 files changed, 829 insertions(+), 11 deletions(-)
11921
11922 commit 4fcca8518774ab89607196dfc52037e3da30ac8a
11923 Author: John (J5) Palmieri <johnp@redhat.com>
11924 Date:   Tue Jan 11 13:49:58 2011 -0500
11925
11926     [gi] flesh out interface in marshalling a bit more
11927
11928  gi/pygi-argument.c |   74
11929  ++++++++++++++++++++++++++++++++++++++----------
11930  gi/pygi-cache.c    |   79
11931  +++++++++++++++++++++++++++++++++++++++++-----------
11932  gi/pygi-cache.h    |    1 +
11933  3 files changed, 123 insertions(+), 31 deletions(-)
11934
11935 commit 4992dca9f5cea68d85eb2ed86105c9c6b8311d79
11936 Author: Laszlo Pandy <laszlok2@gmail.com>
11937 Date:   Tue Jan 11 19:30:38 2011 +0100
11938
11939     Add a __repr__() method to DynamicModule.
11940
11941     This patch adds a __repr__() method to DynamicModule so that modules
11942     provide a
11943     meaningful string with the typelib path included:
11944
11945     >>> from gi.repository import Gtk
11946     >>> Gtk
11947     <gi.module.DynamicModule 'Gtk' from
11948     '/home/laszlo/Dev/gnome-jh-install/lib64/girepository-1.0/Gtk-3.0.typelib'>
11949
11950     https://bugzilla.gnome.org/show_bug.cgi?id=639232
11951
11952  gi/module.py |    9 +++++++++
11953  1 file changed, 9 insertions(+)
11954
11955 commit 2ffaec59e7349c145a0e2a5edba2ffb7d8628369
11956 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
11957 Date:   Tue Jan 11 19:40:19 2011 +0100
11958
11959     Go back to using getattr() in DynamicModule.__getattr__
11960
11961     Breaks marshalling of some types
11962
11963  gi/module.py |    2 +-
11964  1 file changed, 1 insertion(+), 1 deletion(-)
11965
11966 commit 52a298cc0f05ceec96457f17f9a801e9838fb757
11967 Author: Laszlo Pandy <laszlok2@gmail.com>
11968 Date:   Tue Jan 11 19:26:50 2011 +0100
11969
11970     Change __dir__() to report all the attributes that __getattr__
11971     supports
11972
11973     Change DynamicModule.__dir__() to return the local class members as
11974     well as the
11975     typelib attributes.
11976
11977     Change DynamicModule.__getattr__() to call
11978     IntrospectionModule.__getattr__()
11979     directly, so that it won't inadvertently return class attributes from
11980     IntrospectionModule.
11981
11982     https://bugzilla.gnome.org/show_bug.cgi?id=639229
11983
11984  gi/module.py |   10 +++++++---
11985  1 file changed, 7 insertions(+), 3 deletions(-)
11986
11987 commit 369a75ba5fb64ff7a7c95d21f8bfe359e639e9ff
11988 Author: John (J5) Palmieri <johnp@redhat.com>
11989 Date:   Mon Jan 10 17:55:03 2011 -0500
11990
11991     [gi] add object and interface in marshalling
11992
11993     * also remove the PyGIArgCleanup sinature as GDestroyNotify works
11994     just fine
11995
11996  gi/pygi-argument.c |   15 +++--
11997  gi/pygi-cache.c    |  182
11998  +++++++++++++++++++++++++++++++++++++++++++++++-----
11999  gi/pygi-cache.h    |    1 -
12000  gi/pygi-invoke.c   |    1 +
12001  4 files changed, 178 insertions(+), 21 deletions(-)
12002
12003 commit 88531c58d0491a31dd319387237a03df5c9edc07
12004 Author: John (J5) Palmieri <johnp@redhat.com>
12005 Date:   Mon Jan 10 15:33:56 2011 -0500
12006
12007     [gi] fix casting when marshaling a char to uint8
12008
12009  gi/pygi-argument.c |    2 +-
12010  1 file changed, 1 insertion(+), 1 deletion(-)
12011
12012 commit 441da4a7346ca059630dbc820c5b46e4d0222f4b
12013 Author: John (J5) Palmieri <johnp@redhat.com>
12014 Date:   Mon Jan 10 15:07:16 2011 -0500
12015
12016     [gi] hook up invoke to the cache
12017
12018     * We now can invoke with in values
12019     * out, constructors and returns still don't work along with numerous
12020     complex
12021       in types
12022
12023  gi/Makefile.am                |    1 +
12024  gi/pygi-argument.c            |   60 +++++++++--------
12025  gi/pygi-argument.h            |   60 ++++++++---------
12026  gi/pygi-cache.h               |    6 +-
12027  gi/pygi-invoke-state-struct.h |   26 +++++++
12028  gi/pygi-invoke.c              |  149
12029  +++++++++++++++++++++++++++++++----------
12030  gi/pygi-invoke.h              |    2 +-
12031  gi/pygi-private.h             |    1 +
12032  8 files changed, 208 insertions(+), 97 deletions(-)
12033
12034 commit f32b1f494aa5d09b9b198f607722c819c6bbd808
12035 Author: John (J5) Palmieri <johnp@redhat.com>
12036 Date:   Sun Jan 9 19:37:55 2011 -0500
12037
12038     hooked up caching stage and fixed segfaults
12039
12040     * caching stage is hooked up but not used yet
12041     * throws exceptions for everything that can not be cached yet
12042
12043  gi/pygi-cache.c  |   59
12044  ++++++++++++++++++++++++++++++++++++++++++------------
12045  gi/pygi-info.c   |    3 +++
12046  gi/pygi-invoke.c |    5 +++++
12047  gi/pygi.h        |    2 ++
12048  4 files changed, 56 insertions(+), 13 deletions(-)
12049
12050 commit c2bf1d4d9cf2e9f8e313528fe717f6279dad5da1
12051 Author: John (J5) Palmieri <johnp@redhat.com>
12052 Date:   Sun Jan 9 18:05:31 2011 -0500
12053
12054     [gi] fix some function names
12055
12056  gi/pygi-cache.c |    5 ++---
12057  1 file changed, 2 insertions(+), 3 deletions(-)
12058
12059 commit 2ec4230a5180f048c26c2e4234b2a098d42f030b
12060 Author: John (J5) Palmieri <johnp@redhat.com>
12061 Date:   Sun Jan 9 15:58:06 2011 -0500
12062
12063     [gi] refactor cache structs so they inherit from ArgCache
12064
12065  gi/pygi-argument.c |  122 ++++++++++---------
12066  gi/pygi-cache.c    |  344
12067  ++++++++++++++++++++++++++++------------------------
12068  gi/pygi-cache.h    |   50 ++++----
12069  3 files changed, 273 insertions(+), 243 deletions(-)
12070
12071 commit f4cdf0c0321285da015686fcb7115bd91bfd5c7c
12072 Author: John (J5) Palmieri <johnp@redhat.com>
12073 Date:   Sat Jan 8 20:45:11 2011 -0500
12074
12075     [gi]fix cache compile error - now compiles but cache still not
12076     hooked up
12077
12078  gi/Makefile.am     |    2 +
12079  gi/pygi-argument.c |  100 +++++++++++++++---------------
12080  gi/pygi-argument.h |  174
12081  +++++++++++++++++++++++++++++++++++++++++++---------
12082  gi/pygi-cache.c    |  169
12083  +++++++++++++++++++++++++-------------------------
12084  gi/pygi-cache.h    |   25 ++++----
12085  5 files changed, 293 insertions(+), 177 deletions(-)
12086
12087 commit 5f8f3044dd8085b2e8ce0bf70e9d52f05abf909d
12088 Author: John (J5) Palmieri <johnp@redhat.com>
12089 Date:   Sat Jan 8 19:10:29 2011 -0500
12090
12091     add sequence caching and array marshalling w/ item marshalling
12092
12093     * simplify what we pass into the arg cache generators so we may
12094     use them
12095       for geneating marshalling caches for container items, not just
12096       arguments
12097
12098  gi/pygi-argument.c |   76 ++++++++++++++++-
12099  gi/pygi-cache.c    |  242
12100  ++++++++++++++++++++++------------------------------
12101  gi/pygi-cache.h    |    4 +-
12102  3 files changed, 175 insertions(+), 147 deletions(-)
12103
12104 commit 202a268db7f98f5a3c525c6e65ec4bff1917257e
12105 Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
12106 Date:   Sat Jan 8 02:19:52 2011 +0000
12107
12108     Bump the minimum gio dependency
12109
12110     Needed for G_TYPE_CONVERTER_FLAGS and others.
12111
12112  configure.ac |    2 +-
12113  1 file changed, 1 insertion(+), 1 deletion(-)
12114
12115 commit c3aa36151fdef9ed9884d93114786bbe86387983
12116 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12117 Date:   Fri Jan 7 12:58:11 2011 +0100
12118
12119     Add test for incorrect attributes in Gdk.Event
12120
12121  tests/test_overrides.py |    4 ++++
12122  1 file changed, 4 insertions(+)
12123
12124 commit 204b45c7e95eb50d9e3843127fb10e13b1b17fee
12125 Author: Simon van der Linden <svdlinden@gnome.org>
12126 Date:   Sun Jan 2 19:25:55 2011 +0100
12127
12128     Don't call getattr again in gi.overrides.Gdk.Event.__getattr__
12129
12130     __getattr__ is only called when the attribute is not found through
12131     the normal
12132     mechanism, so getattr must not be called again in __getattr__
12133     (which would
12134     create an infinite loop).
12135
12136     Another possibility would be to implement __getattribute__ instead,
12137     which is
12138     called in place of the normal mechanism. In that case, calling
12139     getattr would be
12140     needed for normal attributes.
12141
12142     https://bugzilla.gnome.org/show_bug.cgi?id=638523
12143
12144  gi/overrides/Gdk.py |    2 +-
12145  1 file changed, 1 insertion(+), 1 deletion(-)
12146
12147 commit 6cf298ca5565d0eb99824f050ff47407e50a5c01
12148 Author: Mike Gorse <mgorse@novell.com>
12149 Date:   Fri Jan 7 09:08:31 2011 +0100
12150
12151     Release allocated array of arguments when handling closures
12152
12153     https://bugzilla.gnome.org/show_bug.cgi?id=638847
12154
12155  gi/pygi-closure.c |    3 +++
12156  1 file changed, 3 insertions(+)
12157
12158 commit 1be76d5e006efa24598ff7bf26153660dbe0a890
12159 Author: Mike Gorse <mgorse@novell.com>
12160 Date:   Fri Jan 7 09:07:35 2011 +0100
12161
12162     Release GIValueInfo when checking an enum argument
12163
12164     https://bugzilla.gnome.org/show_bug.cgi?id=638847
12165
12166  gi/pygi-argument.c |    1 +
12167  1 file changed, 1 insertion(+)
12168
12169 commit 43849c51391fc9cd239697065c3d40fa02fb6783
12170 Author: John (J5) Palmieri <johnp@redhat.com>
12171 Date:   Thu Jan 6 17:30:14 2011 -0500
12172
12173     whitespace fixes
12174
12175  gi/pygi-cache.c |   24 ++++++++++++------------
12176  gi/pygi-cache.h |   42 +++++++++++++++++++++---------------------
12177  2 files changed, 33 insertions(+), 33 deletions(-)
12178
12179 commit 8b5b3d2bbbbdf5d26c83e9a6fe67121cbd77ebe1
12180 Author: John (J5) Palmieri <johnp@redhat.com>
12181 Date:   Thu Jan 6 17:29:00 2011 -0500
12182
12183     add marshalling for basic types and add more skeleton code
12184
12185     * still doesn't compile
12186
12187  gi/pygi-argument.c |  708
12188  ++++++++++++++++++++++++++++++++++++++++++++++++++++
12189  gi/pygi-argument.h |   35 ++-
12190  gi/pygi-cache.c    |   82 ++++--
12191  gi/pygi-cache.h    |   41 ++-
12192  4 files changed, 832 insertions(+), 34 deletions(-)
12193
12194 commit f554cf62848104d31518138ae85bc51acaafda67
12195 Author: John (J5) Palmieri <johnp@redhat.com>
12196 Date:   Tue Jan 4 18:49:53 2011 -0500
12197
12198     first checkin of the new caching branch
12199
12200     * this does not compile and is not hooked up to the build system
12201     * lays out the caching data structures and some skeleton functions
12202
12203  gi/pygi-cache.c |  480
12204  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
12205  gi/pygi-cache.h |  104 ++++++++++++
12206  2 files changed, 584 insertions(+)
12207
12208 commit 8d5a7857876669f56bb03bf618bcfdcc290721c0
12209 Author: Eitan Isaacson <eitan@monotonous.org>
12210 Date:   Wed Dec 22 12:34:10 2010 -0800
12211
12212     Respect different type lengths when assigning out-argument pointers.
12213
12214     https://bugzilla.gnome.org/show_bug.cgi?id=637832
12215
12216  gi/pygi-closure.c |   66
12217  +++++++++++++++++++++++++++++++++++++++++++++--------
12218  1 file changed, 56 insertions(+), 10 deletions(-)
12219
12220 commit f14976ffabec28f6cafe1e37dc81d207a947d4ca
12221 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12222 Date:   Tue Dec 28 18:34:25 2010 +0100
12223
12224     Fix stupid name clash
12225
12226  gi/module.py |    7 +++++--
12227  1 file changed, 5 insertions(+), 2 deletions(-)
12228
12229 commit 01b2a193d403beb861eab524300b4f1af63157ce
12230 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12231 Date:   Tue Dec 28 13:49:18 2010 +0100
12232
12233     Add /usr/share to XDG_DATA_DIRS when running the tests
12234
12235  tests/Makefile.am |    7 ++++++-
12236  1 file changed, 6 insertions(+), 1 deletion(-)
12237
12238 commit efc186f692f9eac781cc47456be74a3da7f14dcd
12239 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12240 Date:   Tue Dec 28 13:25:34 2010 +0100
12241
12242     Comment out tests that require SRV lookups
12243
12244  tests/test_gresolver.py |    5 ++++-
12245  1 file changed, 4 insertions(+), 1 deletion(-)
12246
12247 commit d2462cc1ab51d76fb4625c47c3d34de1d5d0dee8
12248 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12249 Date:   Tue Dec 28 13:00:16 2010 +0100
12250
12251     Use suppresion file when running valgrind
12252
12253  tests/Makefile.am |    2 +-
12254  tests/python.supp |  387
12255  +++++++++++++++++++++++++++++++++++++++++++++++++++++
12256  2 files changed, 388 insertions(+), 1 deletion(-)
12257
12258 commit 0ee58113ecbea72784c52de928c041fc8fc88984
12259 Author: Ignacio Casal Quinteiro <icq@gnome.org>
12260 Date:   Thu Dec 23 00:10:41 2010 +0100
12261
12262     Fix warnings.
12263
12264  gi/pygi-argument.c          |   16 +++++++---------
12265  gi/pygi-foreign-cairo.c     |   13 ++-----------
12266  gio/gfile.override          |    5 ++---
12267  glib/pyglib-python-compat.h |    3 +++
12268  glib/pyglib.c               |    2 +-
12269  glib/pygmainloop.c          |    3 ++-
12270  6 files changed, 17 insertions(+), 25 deletions(-)
12271
12272 commit 78ea84cd91392400ebac5a361ef8793bfe928fd0
12273 Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
12274 Date:   Sun Dec 19 23:10:57 2010 +0100
12275
12276     Allow comparing Gtk.TreePath to None
12277
12278     https://bugzilla.gnome.org/show_bug.cgi?id=637615
12279
12280  gi/overrides/Gtk.py     |   12 ++++++------
12281  tests/test_overrides.py |    6 ++++++
12282  2 files changed, 12 insertions(+), 6 deletions(-)
12283
12284 commit 046cc5915286e042d1040271a90676b77632409e
12285 Author: John (J5) Palmieri <johnp@redhat.com>
12286 Date:   Thu Dec 16 15:41:10 2010 -0500
12287
12288     handle unicode objects in properties
12289
12290     * There are still some cavets in Python 2:
12291       - properties are returned as String objects with the unicode
12292       code points
12293       - you must add # coding=utf-8 to the top of your python file
12294       or python
12295         will error out if it sees embeded unicode charaters (such as when
12296         supporting python 3 and python 2 from the same source)
12297
12298     https://bugzilla.gnome.org/show_bug.cgi?id=620579
12299
12300  gobject/pygtype.c        |   35 ++++++++++++++++++++++++++---------
12301  tests/test_properties.py |   16 ++++++++++++++++
12302  2 files changed, 42 insertions(+), 9 deletions(-)
12303
12304 commit 7aa783d5cd674f34da318f826bd5f4a0e09d24cb
12305 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
12306 Date:   Tue Dec 14 12:29:54 2010 +0100
12307
12308     dsextras.py: check if gcc is there when platform is win32 and compiler
12309     is mingw32
12310
12311  dsextras.py |    6 ++++++
12312  1 file changed, 6 insertions(+)
12313
12314 commit cebf5f09a6c5018ced64f35e7747fc81b93b823e
12315 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
12316 Date:   Tue Dec 14 12:29:01 2010 +0100
12317
12318     dsextras.py: be consistent in how distutils imports are done
12319
12320  dsextras.py |    6 +++---
12321  1 file changed, 3 insertions(+), 3 deletions(-)
12322
12323 commit 35e590d48c78f2e76c47c2b4eaf0f7e8d1ed5c93
12324 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
12325 Date:   Tue Dec 14 12:25:07 2010 +0100
12326
12327     dsextras.py: add have_gcc() function
12328
12329  dsextras.py |    5 +++++
12330  1 file changed, 5 insertions(+)
12331
12332 commit 637c2c287cfb0e89365026531c651111f5593ac7
12333 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
12334 Date:   Tue Dec 14 12:24:41 2010 +0100
12335
12336     dsextras.py: use distutils.spawn.find_executable for have_pkgconfig()
12337
12338  dsextras.py |    8 ++------
12339  1 file changed, 2 insertions(+), 6 deletions(-)
12340
12341 commit 020d00bc0ce7b77006b4d4f42d63122d79bcbf89
12342 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
12343 Date:   Tue Dec 14 12:22:54 2010 +0100
12344
12345     setup.py: fix another case of use True/False instead of 1/0
12346
12347  setup.py |    2 +-
12348  1 file changed, 1 insertion(+), 1 deletion(-)
12349
12350 commit b03cc9e0d66d8caea3cd6a63db198c43de9267e9
12351 Author: Paolo Borelli <pborelli@gnome.org>
12352 Date:   Mon Dec 13 10:21:52 2010 +0100
12353
12354     pygi-convert.sh: improve GtkSourceView conversion
12355
12356  pygi-convert.sh |    7 +++++++
12357  1 file changed, 7 insertions(+)
12358
12359 commit fbc12cd7c09a67de9e28b7b0b28de9dc0e0e3418
12360 Author: Paolo Borelli <pborelli@gnome.org>
12361 Date:   Mon Dec 13 10:27:56 2010 +0100
12362
12363     pygi-convert.sh: Gtk.DialogFlags conversion
12364
12365  pygi-convert.sh |    1 +
12366  1 file changed, 1 insertion(+)
12367
12368 commit 73e933d2429aea4d14e15350a538da1c5c3f71eb
12369 Author: José Alburquerque <jaalburqu@svn.gnome.org>
12370 Date:   Sun Dec 12 20:38:46 2010 -0500
12371
12372         Doc Extractor: Print the gtk-doc blocks sorted by function name.
12373
12374         * codegen/docextract_to_xml.py: Print the xml of the gtk-doc
12375         block in
12376         alphabetical order according to the identifier (function name)
12377         so that
12378         the generation of xml files in the C++ bindings is deterministic.
12379         Thanks to Krzesimir Nowak for suggesting this in a gtksourceviewmm
12380         recent commit.
12381
12382  codegen/docextract_to_xml.py |    2 +-
12383  1 file changed, 1 insertion(+), 1 deletion(-)
12384
12385 commit db7ffa75b007074cb6b33b547c6d8140da300a3e
12386 Author: Paolo Borelli <pborelli@gnome.org>
12387 Date:   Mon Dec 13 00:17:26 2010 +0100
12388
12389     pygi-convert.sh: add more Gtk conversions and sort
12390
12391  pygi-convert.sh |   50 ++++++++++++++++++++++++++------------------------
12392  1 file changed, 26 insertions(+), 24 deletions(-)
12393
12394 commit f4bfe73d0ccedf7f671d3acd6d9e262d5383b733
12395 Author: Paolo Borelli <pborelli@gnome.org>
12396 Date:   Mon Dec 13 00:01:40 2010 +0100
12397
12398     pygi-convert.sh: convert Atk
12399
12400  pygi-convert.sh |   12 ++++++++++++
12401  1 file changed, 12 insertions(+)
12402
12403 commit e55ce3667eb1d352bf96f265bf018ffe8aea75f9
12404 Author: Paolo Borelli <pborelli@gnome.org>
12405 Date:   Sun Dec 12 23:48:48 2010 +0100
12406
12407     pygi-convert.sh: convert a few more Gio types
12408
12409  pygi-convert.sh |    9 +++++++++
12410  1 file changed, 9 insertions(+)
12411
12412 commit acc9f84bc6e13d76c6516cefe393d4a4f868aa24
12413 Author: Paolo Borelli <pborelli@gnome.org>
12414 Date:   Sun Dec 12 14:19:00 2010 +0100
12415
12416     pygi-convert.sh: more GLib conversion
12417
12418  pygi-convert.sh |    7 +++++++
12419  1 file changed, 7 insertions(+)
12420
12421 commit c903390814bebdc62d530472f6f94feecc59b8b3
12422 Author: Paolo Borelli <pborelli@gnome.org>
12423 Date:   Sun Dec 12 14:00:34 2010 +0100
12424
12425     pygi-convert.sh: remove two cases handled by overrides
12426
12427  pygi-convert.sh |    2 --
12428  1 file changed, 2 deletions(-)
12429
12430 commit d33c987e505ec8ddffa2b8cb5526f05b9b5f62be
12431 Author: Paolo Borelli <pborelli@gnome.org>
12432 Date:   Sun Dec 12 13:38:56 2010 +0100
12433
12434     Override Gtk.ScrolledWindow constructor
12435
12436  gi/overrides/Gtk.py     |    7 +++++++
12437  tests/test_overrides.py |    7 +++++++
12438  2 files changed, 14 insertions(+)
12439
12440 commit 1c24bb089fcd69e3104ae72a0e7560a8c5a3f05b
12441 Author: Paolo Borelli <pborelli@gnome.org>
12442 Date:   Sun Dec 12 12:32:39 2010 +0100
12443
12444     pygi-convert.sh: Fix 'find' syntax
12445
12446  pygi-convert.sh |    2 +-
12447  1 file changed, 1 insertion(+), 1 deletion(-)
12448
12449 commit f0a1d6b6bb53d0fa2788d8b9027d737b0aef8dfc
12450 Author: Paolo Borelli <pborelli@gnome.org>
12451 Date:   Sun Dec 12 12:29:38 2010 +0100
12452
12453     pygi-convert.sh: start handling Gio and GLib
12454
12455  pygi-convert.sh |    8 ++++++++
12456  1 file changed, 8 insertions(+)
12457
12458 commit 365bf3251af3498dc797a58cce071805451b49b1
12459 Author: Paolo Borelli <pborelli@gnome.org>
12460 Date:   Sat Dec 11 23:05:31 2010 +0100
12461
12462     pygi-convert.sh: convert Gdk.ScrollDirection.
12463
12464  pygi-convert.sh |    1 +
12465  1 file changed, 1 insertion(+)
12466
12467 commit bca603de0f217fb290189a0ea330f82961c46d5d
12468 Author: Paolo Borelli <pborelli@gnome.org>
12469 Date:   Sat Dec 11 15:03:21 2010 +0100
12470
12471     Override Pango.Layout constructor.
12472
12473     I must take a Pango.Context argument. Unfortumately the context is
12474     not a
12475     gobject property so we need to jump through some oops.
12476
12477  gi/overrides/Pango.py   |   13 +++++++++++++
12478  tests/test_overrides.py |    6 ++++++
12479  2 files changed, 19 insertions(+)
12480
12481 commit df233301802e3f7f9ce338cde015ca2a2fc648ab
12482 Author: Paolo Borelli <pborelli@gnome.org>
12483 Date:   Sat Dec 11 14:18:53 2010 +0100
12484
12485     Remove Pango.FontDescription() conversion.
12486
12487     It is now properly handled by an override.
12488
12489  pygi-convert.sh |    1 -
12490  1 file changed, 1 deletion(-)
12491
12492 commit d8abcc9463542af9cd43d71849d0ad4c183b570b
12493 Author: Paolo Borelli <pborelli@gnome.org>
12494 Date:   Fri Dec 10 14:05:20 2010 +0100
12495
12496     Override GtkAction and GtkRadioAction constructors.
12497
12498  gi/overrides/Gtk.py     |   20 +++++++++++++++++---
12499  tests/test_overrides.py |   18 ++++++++++++++++++
12500  2 files changed, 35 insertions(+), 3 deletions(-)
12501
12502 commit 7924b18a99a0680c04aca46be4b64a7aa507dfe5
12503 Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
12504 Date:   Sat Dec 4 22:13:28 2010 +0000
12505
12506     Override Adjustment constructor to behave like pygtk
12507
12508     https://bugzilla.gnome.org/show_bug.cgi?id=636486
12509
12510  gi/overrides/Gtk.py     |    7 +++++++
12511  tests/test_overrides.py |    9 +++++++++
12512  2 files changed, 16 insertions(+)
12513
12514 commit e76352dd83c8706e68ad57d00d185da9afea99c4
12515 Author: John (J5) Palmieri <johnp@redhat.com>
12516 Date:   Thu Dec 9 13:23:10 2010 -0500
12517
12518     add secondary_text apis to MessageDialog
12519
12520  gi/overrides/Gtk.py     |    8 ++++++++
12521  tests/test_overrides.py |    8 ++++++++
12522  2 files changed, 16 insertions(+)
12523
12524 commit de682b2d36c362140ab7d43c0743b01ec0865a74
12525 Author: John (J5) Palmieri <johnp@redhat.com>
12526 Date:   Wed Dec 8 16:39:27 2010 -0500
12527
12528     [gi] get rid of some debug prints and fix error messages
12529
12530  gi/overrides/Gtk.py |    7 +++----
12531  1 file changed, 3 insertions(+), 4 deletions(-)
12532
12533 commit dbb16571803bf51f497768bf80944514f4290ee5
12534 Author: Paolo Borelli <pborelli@gnome.org>
12535 Date:   Wed Dec 8 18:25:15 2010 +0100
12536
12537     Fix demo for override changes.
12538
12539  demos/gtk-demo/gtk-demo.py |    5 +++--
12540  1 file changed, 3 insertions(+), 2 deletions(-)
12541
12542 commit 2adcd95762944a4e27123093d3c8d080e49be1ea
12543 Author: Paolo Borelli <pborelli@gnome.org>
12544 Date:   Wed Dec 8 18:06:01 2010 +0100
12545
12546     Override Pango.FontDescription.
12547
12548  demos/gtk-demo/gtk-demo.py |    2 +-
12549  gi/overrides/Makefile.am   |    1 +
12550  gi/overrides/Pango.py      |   40
12551  ++++++++++++++++++++++++++++++++++++++++
12552  tests/test_overrides.py    |    7 +++++++
12553  4 files changed, 49 insertions(+), 1 deletion(-)
12554
12555 commit 769da968c9187414d0420412d8fb8c833d12042a
12556 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
12557 Date:   Wed Dec 8 17:38:11 2010 +0100
12558
12559     Stop checking that all vfuncs are implemented
12560
12561     Because some methods are optionally implementable but g-i won't
12562     tell us.
12563
12564     https://bugzilla.gnome.org/show_bug.cgi?id=619606
12565
12566  gi/gimodule.c    |    4 +++-
12567  gi/types.py      |   12 ++----------
12568  tests/test_gi.py |   10 ----------
12569  3 files changed, 5 insertions(+), 21 deletions(-)
12570
12571 commit 167a01c46b3fa0b3c8339502c875d32bd2bca974
12572 Author: Paolo Borelli <pborelli@gnome.org>
12573 Date:   Wed Dec 8 17:37:00 2010 +0100
12574
12575     Fix usage of TreeIter api that is now an override.
12576
12577  demos/gtk-demo/gtk-demo.py |    6 +++---
12578  1 file changed, 3 insertions(+), 3 deletions(-)
12579
12580 commit d2cfd6e9250d40de7c715ac74e299deddf137683
12581 Author: Paolo Borelli <pborelli@gnome.org>
12582 Date:   Wed Dec 8 17:34:54 2010 +0100
12583
12584     Fix Gtk.Label(label="Foo")
12585
12586     Use 'label' as an argument name instead of 'str', otherwise we may
12587     end up up with two 'label' in the kwds dict. Besides 'str' is a
12588     reserved keyword.
12589
12590  gi/overrides/Gtk.py |    4 ++--
12591  1 file changed, 2 insertions(+), 2 deletions(-)
12592
12593 commit c0c684c9bb4e2bc08d7cb6ac246705e8a3b77656
12594 Author: Paolo Borelli <pborelli@gnome.org>
12595 Date:   Wed Dec 8 14:16:39 2010 +0100
12596
12597     Fix typo when raising an exception
12598
12599  gi/types.py |    2 +-
12600  1 file changed, 1 insertion(+), 1 deletion(-)
12601
12602 commit 88c9a3ad49d9fcf779c3523672d8bf4767910301
12603 Author: Sebastian Pölsterl <sebp@k-d-w.org>
12604 Date:   Wed Dec 8 10:46:27 2010 +0100
12605
12606     pygi-convert.sh: Added more conversions
12607
12608  pygi-convert.sh |   14 ++++++++++++++
12609  1 file changed, 14 insertions(+)
12610
12611 commit 4d8d96326b2cac91e6d75e6601b92e202d1918ff
12612 Author: Paolo Borelli <pborelli@gnome.org>
12613 Date:   Tue Dec 7 20:39:15 2010 +0100
12614
12615     Override LinkButton constructor to make 'uri' mandatory
12616
12617  gi/overrides/Gtk.py     |    7 +++++++
12618  tests/test_overrides.py |    6 ++++++
12619  2 files changed, 13 insertions(+)
12620
12621 commit f4f7fb35af1b41598dc050f5df155a01c370a920
12622 Author: Dmitry Morozov <dmitry.a.morozov@yandex.ru>
12623 Date:   Sat Dec 4 19:19:19 2010 +0600
12624
12625     Container should be iterable.
12626
12627  gi/overrides/Gtk.py     |    9 +++++++++
12628  tests/test_overrides.py |    6 +++++-
12629  2 files changed, 14 insertions(+), 1 deletion(-)
12630
12631 commit d2ad05d6d8d53b941e0ad33fcb200f1245a2d308
12632 Author: Paolo Borelli <pborelli@gnome.org>
12633 Date:   Tue Dec 7 14:13:00 2010 +0100
12634
12635     No need to import Gdk
12636
12637  gi/overrides/Gtk.py |    1 -
12638  1 file changed, 1 deletion(-)
12639
12640 commit b6a40badf0b2b59e690ce818efb03c7c816b8a04
12641 Author: Paolo Borelli <pborelli@gnome.org>
12642 Date:   Tue Dec 7 14:07:53 2010 +0100
12643
12644     Remove semicolumns
12645
12646  gi/overrides/Gtk.py |    7 +++----
12647  1 file changed, 3 insertions(+), 4 deletions(-)
12648
12649 commit cdc9c26553bf47ea488676e7bdc5f8ab0a2c906b
12650 Author: John (J5) Palmieri <johnp@redhat.com>
12651 Date:   Mon Dec 6 16:05:30 2010 -0500
12652
12653     [gi] make sure Gtk.Button override passes all keywords to parent
12654     constructor
12655
12656  gi/overrides/Gtk.py |    4 ++--
12657  1 file changed, 2 insertions(+), 2 deletions(-)
12658
12659 commit cede81ad65db017e95543d8d35715751aa202fed
12660 Author: Paolo Borelli <pborelli@gnome.org>
12661 Date:   Sun Dec 5 13:31:20 2010 +0100
12662
12663     Fix cut&paste error in the Label override
12664
12665  gi/overrides/Gtk.py |    2 +-
12666  1 file changed, 1 insertion(+), 1 deletion(-)
12667
12668 commit 607c59b74ebbc1e39cb4121c870b689e1888c106
12669 Author: Paolo Borelli <pborelli@gnome.org>
12670 Date:   Sat Dec 4 16:03:27 2010 +0100
12671
12672     pygi-convert.sh: handle TextWindowType
12673
12674  pygi-convert.sh |    1 +
12675  1 file changed, 1 insertion(+)
12676
12677 commit dfeabe0b68938e27da2e65903983b5113dc422f1
12678 Author: Paolo Borelli <pborelli@gnome.org>
12679 Date:   Sat Dec 4 15:49:15 2010 +0100
12680
12681     Override Label constructor to behave like pygtk
12682
12683  gi/overrides/Gtk.py     |    7 +++++++
12684  tests/test_overrides.py |    4 ++++
12685  2 files changed, 11 insertions(+)
12686
12687 commit da4e045e5abbed2796cc4ed39df35a0dde2de31b
12688 Author: Paolo Borelli <pborelli@gnome.org>
12689 Date:   Sat Dec 4 15:40:35 2010 +0100
12690
12691     Override GtkTable constructor to behave like pygtk
12692
12693  gi/overrides/Gtk.py     |    7 +++++++
12694  tests/test_overrides.py |   12 ++++++++++++
12695  2 files changed, 19 insertions(+)
12696
12697 commit 81452c23ab1befa59ff375692e582791432796a5
12698 Author: Paolo Borelli <pborelli@gnome.org>
12699 Date:   Sat Dec 4 12:59:43 2010 +0100
12700
12701     pygi-convert.sh: convert MovementStep
12702
12703  pygi-convert.sh |    1 +
12704  1 file changed, 1 insertion(+)
12705
12706 commit 4d097eea94258eda0c328711491fd456cbd6741b
12707 Author: Paolo Borelli <pborelli@gnome.org>
12708 Date:   Sat Dec 4 11:57:02 2010 +0100
12709
12710     Update Gdk overrides to work with latest Gtk+ 3
12711
12712     For now added consitionals on version == 2.0, but maybe at some
12713     point we
12714     shuld just clean up the old stuff.
12715
12716  gi/overrides/Gdk.py |   22 ++++++++++++++++------
12717  1 file changed, 16 insertions(+), 6 deletions(-)
12718
12719 commit cda317195566711d66190145b545e26ed7226172
12720 Author: Johan Dahlin <johan@gnome.org>
12721 Date:   Thu Dec 2 23:47:40 2010 -0200
12722
12723     Gtk: add an override for Gtk.main_quit
12724
12725     Override gtk.main_quit so that it can be used as a callback
12726     to signals, most importantly to the destroy signal of a widget:
12727
12728        widget.connect('destroy', gtk.main_quit)
12729
12730     This is compatible with what PyGTK does.
12731
12732     https://bugzilla.gnome.org/show_bug.cgi?id=636336
12733
12734  gi/overrides/Gtk.py      |    5 ++++-
12735  gi/overrides/__init__.py |   27 +++++++++++++++++++++++++--
12736  2 files changed, 29 insertions(+), 3 deletions(-)
12737
12738 commit 82689cbf53d92b1b951a459fe3de0e1d3a91791a
12739 Author: John (J5) Palmieri <johnp@redhat.com>
12740 Date:   Thu Dec 2 16:27:04 2010 -0500
12741
12742     [gi] handle subtypes when inserting into tree models
12743
12744     * Often modules will give back basic types wrapped in a subtype.
12745       This is the case with D-Bus where you may want to keep some of the
12746       metadata around.  More often than not, the developer is just looking
12747       to use the basetype.
12748
12749     * This override checks the column type and handles basic types such as
12750       gchararrays, ints, longs, floats and doubles, converting them
12751       to their
12752       base types before sending them to the generic GI type marshaller.
12753
12754     * More types may need to be supported but these are the common
12755     cases where
12756       apps break.
12757
12758     https://bugzilla.gnome.org/show_bug.cgi?id=635172
12759
12760  gi/overrides/Gtk.py     |   38 ++++++++++++++++++++++++++++++++++++--
12761  tests/test_overrides.py |    8 +++++++-
12762  2 files changed, 43 insertions(+), 3 deletions(-)
12763
12764 commit 677490e9402bad7b7c2a832345ef54f7f0c5fc7f
12765 Author: Paolo Borelli <pborelli@gnome.org>
12766 Date:   Fri Dec 3 23:39:50 2010 +0100
12767
12768     Override TreeSelection.select_path and TreeView.scroll_to_cell
12769
12770     The "path" argument may also be a string or a tuple
12771
12772  gi/overrides/Gtk.py     |   10 ++++++++++
12773  tests/test_overrides.py |   29 +++++++++++++++++++++++++++++
12774  2 files changed, 39 insertions(+)
12775
12776 commit dacfe618fa244445c979f1a5efa80c1f9a5a4ae9
12777 Author: Paolo Borelli <pborelli@gnome.org>
12778 Date:   Fri Dec 3 23:29:00 2010 +0100
12779
12780     Override TreePath.__new__
12781
12782     Instead of having a private _tree_path_from_string it is cleaner to
12783     override __new__ and it will be useful for all the api that take a
12784     TreePath or a string or a tuple.
12785
12786  gi/overrides/Gtk.py     |   33 +++++++++++++++------------------
12787  tests/test_overrides.py |   18 ++++++++++++++++++
12788  2 files changed, 33 insertions(+), 18 deletions(-)
12789
12790 commit 7a8af9e220ee48aa28f6b025c5dae324b14fe128
12791 Author: Paolo Borelli <pborelli@gnome.org>
12792 Date:   Sun Nov 28 13:02:30 2010 +0100
12793
12794     Override Container to behave like a sequence
12795
12796  gi/overrides/Gtk.py     |    6 ++++++
12797  tests/test_overrides.py |   11 +++++++++++
12798  2 files changed, 17 insertions(+)
12799
12800 commit 94e8befc935d4a6c7f766e34195e10fc3fb3b93a
12801 Author: John (J5) Palmieri <johnp@redhat.com>
12802 Date:   Tue Nov 30 16:57:05 2010 -0500
12803
12804     refactor Jonathan Matthew recurse vfunc patch so it applys and clean
12805     up a bit
12806
12807     * this patch does the recursion using the previous patche's support
12808     functions
12809
12810  gi/types.py |   55
12811  +++++++++++++++++++++++++++++++++++++++++++++----------
12812  1 file changed, 45 insertions(+), 10 deletions(-)
12813
12814 commit 9c5aee4f06f92457f9ae987656c0c469f76d0ee8
12815 Author: Jonathan Matthew <jonathan@d14n.org>
12816 Date:   Thu Jul 22 23:19:51 2010 +1000
12817
12818     Recurse up through base classes when setting up vfuncs
12819
12820     * this patch adds the support methods to do the recursion
12821
12822     https://bugzilla.gnome.org/show_bug.cgi?id=625033
12823
12824  gi/gimodule.c    |  130
12825  +++++++++++++++++++++++++++++++++++++++---------------
12826  tests/test_gi.py |   37 ++++++++++++++++
12827  2 files changed, 131 insertions(+), 36 deletions(-)
12828
12829 commit 78358e1ab54d02317f397276adee03ecb2187588
12830 Author: John (J5) Palmieri <johnp@redhat.com>
12831 Date:   Mon Nov 29 18:29:57 2010 -0500
12832
12833     add a profiling torture test for when we fix up invoke
12834
12835  tests/test_everything.py |   67
12836  ++++++++++++++++++++++++++++++++++++++++++++++
12837  1 file changed, 67 insertions(+)
12838
12839 commit 792e679c06df4357843fd310c7953a931172fc99
12840 Author: John (J5) Palmieri <johnp@redhat.com>
12841 Date:   Mon Nov 29 16:41:38 2010 -0500
12842
12843     moved dynamic and base modules outside of gtk-2.0 directory
12844
12845     * do not move header files yet as they are mostly used by static
12846     bindings
12847     * do not remove pygtk.pth and pygtk.py files yet - there is a debate
12848     on moving
12849       these back to pygtk but you might want to import gio static
12850       bindings without
12851       having to have pygtk installed
12852     * I have not tested this with pygtk, committing it so we can find
12853     out if it
12854       causes any issues with legacy modules and code
12855
12856  gi/Makefile.am            |    2 +-
12857  gi/overrides/Makefile.am  |    2 +-
12858  gi/repository/Makefile.am |    2 +-
12859  glib/Makefile.am          |    2 +-
12860  gobject/Makefile.am       |    2 +-
12861  tests/test_gi.py          |    2 --
12862  tests/test_overrides.py   |    3 ---
12863  7 files changed, 5 insertions(+), 10 deletions(-)
12864
12865 commit c587e1ace7429195ac6fd4db03d2f33e2af09838
12866 Author: John (J5) Palmieri <johnp@redhat.com>
12867 Date:   Mon Nov 29 15:11:46 2010 -0500
12868
12869     add test for inout argument count
12870
12871  tests/test_gi.py |    1 +
12872  1 file changed, 1 insertion(+)
12873
12874 commit 5de88b4bcffdafcf8c7c20033cdf95dc690199ce
12875 Author: John (J5) Palmieri <johnp@redhat.com>
12876 Date:   Mon Nov 22 19:17:23 2010 -0500
12877
12878     [gi] add check for UNICHAR
12879
12880     https://bugzilla.gnome.org/show_bug.cgi?id=623615
12881
12882  gi/pygi-argument.c       |   27 ++++++++++++++++++++++++++-
12883  tests/test_everything.py |   17 +++++++++++++++--
12884  2 files changed, 41 insertions(+), 3 deletions(-)
12885
12886 commit f129b3db2c78d3cce3614993fdd1619fb9eb9c79
12887 Author: Paolo Borelli <pborelli@gnome.org>
12888 Date:   Sun Nov 21 12:16:53 2010 +0100
12889
12890     Support gunichar
12891
12892     https://bugzilla.gnome.org/show_bug.cgi?id=623615
12893
12894  gi/pygi-argument.c       |   60
12895  ++++++++++++++++++++++++++++++++++++++++++++++
12896  gi/pygi-info.c           |    5 ++++
12897  tests/test_everything.py |    5 ++++
12898  3 files changed, 70 insertions(+)
12899
12900 commit fd2c0288eb67823fca1265348a27a9f8f147ae50
12901 Author: Paolo Borelli <pborelli@gnome.org>
12902 Date:   Sat Nov 27 23:01:42 2010 +0100
12903
12904     pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._
12905
12906  pygi-convert.sh |    1 +
12907  1 file changed, 1 insertion(+)
12908
12909 commit 13d0ff1d9c129bb458e234b630ebe920b50e2e0f
12910 Author: Paolo Borelli <pborelli@gnome.org>
12911 Date:   Sat Nov 27 22:34:13 2010 +0100
12912
12913     pygi-convert.sh: handle "from gtk import gdk"
12914
12915  pygi-convert.sh |    2 ++
12916  1 file changed, 2 insertions(+)
12917
12918 commit 63a97634031c3d159ad77fdaa1f6341d7656eb07
12919 Author: Paolo Borelli <pborelli@gnome.org>
12920 Date:   Sat Nov 27 22:23:24 2010 +0100
12921
12922     pygi-convert.sh: add some Pango special cases
12923
12924  pygi-convert.sh |    3 +++
12925  1 file changed, 3 insertions(+)
12926
12927 commit 57e42bf4230d1aa20a47e3b0df2e509602333892
12928 Author: Paolo Borelli <pborelli@gnome.org>
12929 Date:   Sat Nov 27 19:51:38 2010 +0100
12930
12931     Override TextIter (begins|ends|toggles)_tag()
12932
12933     Make the tag argument optional.
12934
12935  gi/overrides/Gtk.py     |    9 +++++++++
12936  tests/test_overrides.py |   17 +++++++++++++++++
12937  2 files changed, 26 insertions(+)
12938
12939 commit 828b698e47ee819a60d24a772a3cc51ff9cd6601
12940 Author: Paolo Borelli <pborelli@gnome.org>
12941 Date:   Sat Nov 27 19:32:48 2010 +0100
12942
12943     Override TextBuffer.set_text() to make length optional
12944
12945  gi/overrides/Gtk.py     |    3 +++
12946  tests/test_overrides.py |   11 ++++++++++-
12947  2 files changed, 13 insertions(+), 1 deletion(-)
12948
12949 commit bf55dc862755a57bb1b998702d284fc460e88a30
12950 Author: Paolo Borelli <pborelli@gnome.org>
12951 Date:   Sat Nov 27 16:46:40 2010 +0100
12952
12953     Override TextBuffer.create_mark()
12954
12955     Override create_mark to make the left_gravity argument optional
12956
12957  gi/overrides/Gtk.py     |    3 +++
12958  tests/test_overrides.py |    3 +++
12959  2 files changed, 6 insertions(+)
12960
12961 commit 94c0e2f71636d055bdebe3ec378f3d339eea66c9
12962 Author: Paolo Borelli <pborelli@gnome.org>
12963 Date:   Sat Nov 27 16:10:33 2010 +0100
12964
12965     Fix TextBuffer.get_selection_bounds() override
12966
12967     Fix the override and add unit test
12968
12969  gi/overrides/Gtk.py     |    8 +++++---
12970  tests/test_overrides.py |    7 +++++++
12971  2 files changed, 12 insertions(+), 3 deletions(-)
12972
12973 commit 0cd717e3926276540b9145e58a4a3368136b00de
12974 Author: John (J5) Palmieri <johnp@redhat.com>
12975 Date:   Mon Nov 22 18:35:09 2010 -0500
12976
12977     [gi] fix ActionGroup constructor to allow other keyword properties
12978     to be set
12979
12980  gi/overrides/Gtk.py |    4 ++--
12981  1 file changed, 2 insertions(+), 2 deletions(-)
12982
12983 commit 226777cdb70fc72d206664ffd8b6737f7239d23f
12984 Author: John (J5) Palmieri <johnp@redhat.com>
12985 Date:   Mon Nov 22 18:32:28 2010 -0500
12986
12987     [gi] require the name parameter when creatin a Gtk.ActionGroup
12988
12989  gi/overrides/Gtk.py     |    3 +++
12990  tests/test_overrides.py |    2 ++
12991  2 files changed, 5 insertions(+)
12992
12993 commit d0049fa9982d13b3553b05569fb0a227e48b6647
12994 Author: Paolo Borelli <pborelli@gnome.org>
12995 Date:   Sun Nov 21 15:20:58 2010 +0100
12996
12997     Override UIManager.insert_action_group
12998
12999     https://bugzilla.gnome.org/show_bug.cgi?id=635437
13000
13001  gi/overrides/Gtk.py     |    3 +++
13002  tests/test_overrides.py |   34 +++++++++++++++++++++-------------
13003  2 files changed, 24 insertions(+), 13 deletions(-)
13004
13005 commit e1db544e46aeed984133896af34b671a6a5547df
13006 Author: Paolo Borelli <pborelli@gnome.org>
13007 Date:   Sun Nov 21 23:03:25 2010 +0100
13008
13009     Override TreeModel.get() to return a tuple
13010
13011     https://bugzilla.gnome.org/show_bug.cgi?id=635466
13012
13013  gi/overrides/Gtk.py     |   15 +++++++++++++++
13014  tests/test_overrides.py |    6 ++++++
13015  2 files changed, 21 insertions(+)
13016
13017 commit a5e806ad8a8b279402ff7adb1c1cdc04f9f3da76
13018 Author: Paolo Borelli <pborelli@gnome.org>
13019 Date:   Sun Nov 21 21:57:40 2010 +0100
13020
13021     Make TreeSelection.get_selected_rows compatible with PyGtk
13022
13023     https://bugzilla.gnome.org/show_bug.cgi?id=635464
13024
13025  gi/overrides/Gtk.py |    6 ++++++
13026  1 file changed, 6 insertions(+)
13027
13028 commit 1c537bc67107948c92b51ba6ba749747e84263e2
13029 Author: John (J5) Palmieri <johnp@redhat.com>
13030 Date:   Mon Nov 22 15:04:00 2010 -0500
13031
13032     [gi] switch to using sequences/tuples when marshalling
13033     cairo_rectangle_int_t
13034
13035     * Upstream pycairo didn't want to add a new wrapper for
13036     cairo_rectangle_int_t
13037     * this works around that issue by using 4 element squences instead
13038     which
13039       should be accepted by pycairo for any API that takes a rect
13040
13041  gi/pygi-foreign-cairo.c |   85
13042  +++++++++++++++++++++++++++++++++++------------
13043  1 file changed, 64 insertions(+), 21 deletions(-)
13044
13045 commit 4cede8f12321bed6c3b71813a62c01b61853ba69
13046 Author: John (J5) Palmieri <johnp@redhat.com>
13047 Date:   Fri Nov 19 16:46:53 2010 -0500
13048
13049     [gi] overrides for treeview Drag and Drop
13050
13051     https://bugzilla.gnome.org/show_bug.cgi?id=627367
13052
13053  gi/overrides/Gdk.py |    7 +++++++
13054  gi/overrides/Gtk.py |   25 +++++++++++++++++++++++++
13055  2 files changed, 32 insertions(+)
13056
13057 commit 3fd51bb903724b752f72f49c7cb35652b819791d
13058 Author: John (J5) Palmieri <johnp@redhat.com>
13059 Date:   Fri Nov 19 16:44:32 2010 -0500
13060
13061     [gi] when encountering guint8 arrays treat them as byte arrays
13062
13063     * In Python 2 this means returning a PyString object
13064     * In Python 3 we return a PyBytes object
13065
13066     https://bugzilla.gnome.org/show_bug.cgi?id=627367
13067
13068  gi/pygi-argument.c |   65
13069  ++++++++++++++++++++++++++++++++++++++++++----------
13070  tests/test_gi.py   |    6 +++--
13071  2 files changed, 57 insertions(+), 14 deletions(-)
13072
13073 commit 7ddb0f7fd8b1b9e8f691c6d42a83cb16c6561d26
13074 Author: Martin Pitt <martin.pitt@ubuntu.com>
13075 Date:   Fri Nov 19 18:19:38 2010 +0100
13076
13077     pygi-convert.sh: Add pynotify -> Notify
13078
13079  pygi-convert.sh |    3 +++
13080  1 file changed, 3 insertions(+)
13081
13082 commit bf03d4db03a7739ac16ddc4e614441557ede554d
13083 Author: Martin Pitt <martin.pitt@ubuntu.com>
13084 Date:   Fri Nov 19 09:08:07 2010 +0100
13085
13086     pygi-convert.sh: Remove sugar specifics, and allow command line
13087     file list
13088
13089     This script is generally useful for converting pygtk2 projects,
13090     not just for
13091     sugar. Remove the sugar specific bits, since they will just cause
13092     errors.
13093
13094     Also allow the user to specify the files to convert as command line
13095     arguments. If not given, all *.py files will be processed.
13096
13097     https://bugzilla.gnome.org/show_bug.cgi?id=635244
13098
13099  pygi-convert.sh |   25 +++++--------------------
13100  1 file changed, 5 insertions(+), 20 deletions(-)
13101
13102 commit 18f5d229d3a4b9520c1c456be2635c8e36015c12
13103 Author: Martin Pitt <martin.pitt@ubuntu.com>
13104 Date:   Fri Nov 19 09:00:35 2010 +0100
13105
13106     pygi-convert.sh: Cover Message and Buttons types
13107
13108     https://bugzilla.gnome.org/show_bug.cgi?id=635244
13109
13110  pygi-convert.sh |    2 ++
13111  1 file changed, 2 insertions(+)
13112
13113 commit ef74273c2043944708515e59a654ebe4944b46ff
13114 Author: John (J5) Palmieri <johnp@redhat.com>
13115 Date:   Thu Nov 18 13:54:48 2010 -0500
13116
13117     [gi] fix actiongroup test since actions are hashed
13118
13119     * when actions are listed they may not show up in the order they
13120     were entered
13121       since they reside in an unordered hash internally
13122
13123  tests/test_overrides.py |    9 +++++----
13124  1 file changed, 5 insertions(+), 4 deletions(-)
13125
13126 commit 2c25886bf6710568d0646f82dce4770faa44c40d
13127 Author: John (J5) Palmieri <johnp@redhat.com>
13128 Date:   Wed Nov 17 14:38:09 2010 -0500
13129
13130     [gi] when converting to UTF-8 accept Python Unicode objects as input
13131     (Python 2)
13132
13133     https://bugzilla.gnome.org/show_bug.cgi?id=620579
13134
13135  gi/pygi-argument.c          |   14 ++++++++++++--
13136  glib/pyglib-python-compat.h |    5 +++++
13137  tests/test_gi.py            |    3 +++
13138  3 files changed, 20 insertions(+), 2 deletions(-)
13139
13140 commit 8c2d32c8205b971b4353e3d5d2ed1efa6ef0e06c
13141 Author: Damien Caliste <damien.caliste@cea.fr>
13142 Date:   Fri Nov 12 10:20:32 2010 +0100
13143
13144     Correct a bug in the freeing of memory in pygi-invoke.c.
13145
13146     When a method with inout arguments is called from Python with
13147     a wrong number of arguments, the system crashs because of an
13148     assertion fail. This patch corrects this behaviour.
13149
13150     https://bugzilla.gnome.org/show_bug.cgi?id=634671
13151
13152  gi/pygi-invoke.c |   25 ++++++++++++++-----------
13153  1 file changed, 14 insertions(+), 11 deletions(-)
13154
13155 commit d9bab3b185bb59bd29e3c3f6225f3636f58ec45e
13156 Author: John (J5) Palmieri <johnp@redhat.com>
13157 Date:   Wed Nov 10 14:11:56 2010 -0500
13158
13159     update news for release
13160
13161  NEWS |   73
13162  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13163  1 file changed, 73 insertions(+)
13164
13165 commit 1338a95339e21cc02b9df6d10166996c8b97a6bf
13166 Author: Jonathan Matthew <jonathan@d14n.org>
13167 Date:   Tue Sep 28 13:44:13 2010 +1000
13168
13169     Implement richcompare for GIBaseInfo
13170
13171     https://bugzilla.gnome.org/show_bug.cgi?id=625033
13172
13173  gi/pygi-info.c |   29 +++++++++++++++++++++++++++++
13174  1 file changed, 29 insertions(+)
13175
13176 commit 9ce3edf69824935aeca9e676eaa9782786c22a97
13177 Author: John (J5) Palmieri <johnp@redhat.com>
13178 Date:   Tue Nov 9 22:57:41 2010 -0500
13179
13180     [gi] add the rectangle_int_t forign cairo type
13181
13182     * the pycairo maintainer is not being responsive so you will need
13183     the patch at
13184       https://bugs.freedesktop.org/show_bug.cgi?id=31111
13185     * added conditionals, if the api doesn't exist in PyCairo we will
13186     compile
13187       without the forign structs
13188
13189  gi/pygi-foreign-cairo.c |    4 ++++
13190  1 file changed, 4 insertions(+)
13191
13192 commit 68b8211d8b014cf26ca7e9ab751fb3f61f228290
13193 Author: John (J5) Palmieri <johnp@redhat.com>
13194 Date:   Mon Oct 25 18:28:36 2010 -0400
13195
13196     add a foreign type for cairo_rectangle_int_t and allow it to be
13197     caller-allocated
13198
13199     * this is needed because Gdk and Gtk switched from returning a
13200     GdkRectangle
13201       to a CairoRectangleInt structure
13202     * the patch in https://bugs.freedesktop.org/show_bug.cgi?id=31111
13203     is required
13204       for pycairo (however there is currently no patch for python 2)
13205     * added fix for foreign types to allow them to be caller allocated
13206     * in order for a type to be caller allocated it must be able to take
13207     a NULL
13208       and create an empty struct in foreign_struct_from_arg and it must
13209       be able
13210       to handle GI_TRANFER_EVERYTHING in foreign_struct_to_arg.
13211
13212     https://bugzilla.gnome.org/show_bug.cgi?id=627545
13213
13214  gi/pygi-foreign-cairo.c |   57
13215  +++++++++++++++++++++++++++++++++++++++++++++++
13216  gi/pygi-invoke.c        |   15 +++++++++++--
13217  2 files changed, 70 insertions(+), 2 deletions(-)
13218
13219 commit ce8b948310220288e9eef904eef4ec8f4e24a376
13220 Author: John (J5) Palmieri <johnp@redhat.com>
13221 Date:   Tue Nov 9 22:11:51 2010 -0500
13222
13223     [gi] add overrides to Gtk.Editable
13224
13225  gi/overrides/Gtk.py     |   17 +++++++++++++++++
13226  tests/test_overrides.py |   12 ++++++++++++
13227  2 files changed, 29 insertions(+)
13228
13229 commit 87dbc716f26cefc0e9427c3d6e8befe8eabd3d1e
13230 Author: John (J5) Palmieri <johnp@redhat.com>
13231 Date:   Tue Nov 9 21:12:54 2010 -0500
13232
13233     [gi] handle virtual invokers
13234
13235     * right now we check to see if there is an method with the same name
13236       as the virtual method and assume that is the invoker
13237     * some invokers are named different so we now ask the VFuncInfo if
13238       the vfunc has an invoker
13239     * this is still not completly correct, gi needs to support telling
13240       us which vfuncs must be overridden.
13241     * this keeps the old way of checking vfuncs while adding the edge case
13242       where vfunc is named differently from their invoker
13243
13244  gi/pygi-info.c |   16 ++++++++++++++++
13245  gi/types.py    |    2 +-
13246  2 files changed, 17 insertions(+), 1 deletion(-)
13247
13248 commit 540e9f1f349ba3625e28b7673c92210eb8974098
13249 Author: John (J5) Palmieri <johnp@redhat.com>
13250 Date:   Tue Nov 9 12:17:05 2010 -0500
13251
13252     add overrides for the insert* apis of list_store and tree_store
13253
13254     * add set_row to tree_model as convinience method for both list and
13255     tree stores
13256
13257     https://bugzilla.gnome.org/show_bug.cgi?id=634423
13258
13259  gi/overrides/Gtk.py     |   80
13260  ++++++++++++++++++++++++++++++++++++-----------
13261  tests/test_overrides.py |   53 ++++++++++++++++++++++++++++++-
13262  2 files changed, 114 insertions(+), 19 deletions(-)
13263
13264 commit 0bcb58b9541d9ae52e1d96e6239e9dbe0698872a
13265 Author: John (J5) Palmieri <johnp@redhat.com>
13266 Date:   Fri Nov 5 13:56:12 2010 -0400
13267
13268     fix dialogs overrides which were relying on broken inheritance
13269     behavior
13270
13271  gi/overrides/Gtk.py |   14 ++++++++++++--
13272  1 file changed, 12 insertions(+), 2 deletions(-)
13273
13274 commit 89c104d17d79d7b935cd76101cba19d49390f7be
13275 Author: John (J5) Palmieri <johnp@redhat.com>
13276 Date:   Thu Nov 4 12:00:14 2010 -0400
13277
13278     Add a overrides registry so we can refrence overrides inside the
13279     module
13280
13281     * Overrides have a reentrancy issue when doing inheritance.  If an
13282     override
13283       inherits from another override down the stack it won't see the
13284       override
13285       because the module is not finished loading and will inherit from the
13286       non-overriden object instead.  This causes type errors later.
13287     * By adding the overrides to a registry outside of the module we
13288     can order
13289       registration and make the override available as soon as the class
13290       is parsed,
13291       not when the whole module is parsed.
13292
13293     https://bugzilla.gnome.org/show_bug.cgi?id=633347
13294
13295  gi/module.py                       |   12 +++++++++-
13296  gi/overrides/GIMarshallingTests.py |    2 +-
13297  gi/overrides/Gdk.py                |    2 +-
13298  gi/overrides/Gtk.py                |    2 +-
13299  gi/overrides/__init__.py           |   43
13300  ++++++++++++++++++++++++++++++++++++
13301  gi/types.py                        |    8 -------
13302  tests/test_overrides.py            |   27 ++++++++++++++++++++++
13303  7 files changed, 84 insertions(+), 12 deletions(-)
13304
13305 commit 878b8f630acd2146bee364054acd45cd33eea37a
13306 Merge: cdacaa9 e317838
13307 Author: John Stowers <john.stowers@gmail.com>
13308 Date:   Fri Nov 5 11:40:22 2010 +1300
13309
13310     Merge remote branch 'dieterv/setup-fixes-for-merge'
13311
13312 commit e317838178fba5f0590fb8bd323f49602d564b53
13313 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13314 Date:   Thu Nov 4 11:16:43 2010 +0100
13315
13316     setup.py: ease maintenance burden for tests installation
13317
13318  setup.py |   23 +++--------------------
13319  1 file changed, 3 insertions(+), 20 deletions(-)
13320
13321 commit cdacaa9572893796e0f3aa3730d0191911cb29ee
13322 Author: John (J5) Palmieri <johnp@redhat.com>
13323 Date:   Wed Nov 3 09:51:09 2010 -0400
13324
13325     fix inheritence issues in overrides
13326
13327  gi/overrides/Gtk.py |   79
13328  ++++++++++++++++++++++++++-------------------------
13329  1 file changed, 40 insertions(+), 39 deletions(-)
13330
13331 commit 3d5955767d81f45e796ab2af0707533375681774
13332 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13333 Date:   Wed Nov 3 09:38:56 2010 +0100
13334
13335     tests: add runtests-windows.py script
13336
13337     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13338
13339  tests/runtests-windows.py |   47
13340  +++++++++++++++++++++++++++++++++++++++++++++
13341  1 file changed, 47 insertions(+)
13342
13343 commit 8cb3f2e78161639c568110aad6a807dcf59f3ae8
13344 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13345 Date:   Wed Nov 3 09:35:52 2010 +0100
13346
13347     pygobject_postinstall.py: remove pygobject-2.0.pc treatment from
13348     postinstall as pkg-config on windows figures out the correct prefix
13349     at runtime
13350
13351     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13352
13353  pygobject_postinstall.py |   26 +++-----------------------
13354  1 file changed, 3 insertions(+), 23 deletions(-)
13355
13356 commit 63167574df53eb481cc11b6a097b2bfe7d5747f5
13357 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13358 Date:   Wed Nov 3 09:34:38 2010 +0100
13359
13360     pygobject_postinstall.py: remove shortcut creation
13361
13362     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13363
13364  pygobject_postinstall.py |   35 +----------------------------------
13365  1 file changed, 1 insertion(+), 34 deletions(-)
13366
13367 commit f7b12611f94fd8c27fb67a03746c10149ce6e0ef
13368 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13369 Date:   Wed Nov 3 09:31:14 2010 +0100
13370
13371     setup.py: formatting cleanup, makes things readable
13372
13373     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13374
13375  setup.py |   56 ++++++++++++++++++++++++++------------------------------
13376  1 file changed, 26 insertions(+), 30 deletions(-)
13377
13378 commit a31b4196fbb4638a245430f2fdeafd7534b1d84d
13379 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13380 Date:   Wed Nov 3 09:28:36 2010 +0100
13381
13382     setup.py: build and install tests
13383
13384     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13385
13386  setup.py |   61
13387  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13388  1 file changed, 61 insertions(+)
13389
13390 commit 7c3b0c20b83c05833d73c240690dce3daf43fde8
13391 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13392 Date:   Wed Nov 3 09:26:59 2010 +0100
13393
13394     setup.py: install documentation when available on build system
13395
13396     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13397
13398  setup.py |    3 +++
13399  1 file changed, 3 insertions(+)
13400
13401 commit 78533d851ee1314686f18cfa793613a9cf7d6686
13402 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13403 Date:   Wed Nov 3 09:25:56 2010 +0100
13404
13405     setup.py: install pygobject-codegen script
13406
13407     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13408
13409  setup.py |   25 +++++++++++++++++++++++++
13410  1 file changed, 25 insertions(+)
13411
13412 commit ad40688df533dda0b1f7be8ea37c542b8796a26b
13413 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13414 Date:   Wed Nov 3 09:24:45 2010 +0100
13415
13416     setup.py: install fixxref.py script
13417
13418     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13419
13420  setup.py |    3 +++
13421  1 file changed, 3 insertions(+)
13422
13423 commit 21ddfc66e4e18c002a33154eb4ab81170ed71ecc
13424 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13425 Date:   Wed Nov 3 09:23:05 2010 +0100
13426
13427     setup.py: rearrange constants
13428
13429     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13430
13431  setup.py |   37 ++++++++++++++++++++-----------------
13432  1 file changed, 20 insertions(+), 17 deletions(-)
13433
13434 commit 7d353d04892de67265bf693f591f37fd393de639
13435 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13436 Date:   Wed Nov 3 09:18:11 2010 +0100
13437
13438     setup.py: check python version and pkgconig availability before
13439     anything else
13440
13441     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13442
13443  setup.py |   18 ++++++++++--------
13444  1 file changed, 10 insertions(+), 8 deletions(-)
13445
13446 commit 286364ed39953e942e24d5911519bcac2f90975a
13447 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13448 Date:   Wed Nov 3 09:05:59 2010 +0100
13449
13450     setup.py: simplify sys.platform != 'win32' detection and error
13451     reporting
13452
13453     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13454
13455  setup.py |   29 +++++++++--------------------
13456  1 file changed, 9 insertions(+), 20 deletions(-)
13457
13458 commit 3f70f92904c123e6cc40929c0affd3f75d061828
13459 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13460 Date:   Wed Nov 3 09:02:30 2010 +0100
13461
13462     setup.py: rearrange imports
13463
13464     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13465
13466  setup.py |   31 ++++++++++++++++++++++---------
13467  1 file changed, 22 insertions(+), 9 deletions(-)
13468
13469 commit 9aa54b65f729c0f3b0e96ab7ff797f87dad6a455
13470 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13471 Date:   Wed Nov 3 08:58:00 2010 +0100
13472
13473     README.win32: update build instructions
13474
13475     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13476
13477  README.win32 |   13 +++++--------
13478  1 file changed, 5 insertions(+), 8 deletions(-)
13479
13480 commit 5a33105f690ba84b2e4bb15d73d3467e92fa06e0
13481 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13482 Date:   Wed Nov 3 07:59:18 2010 +0100
13483
13484     dsextras.py: formatting cleanup, makes things readable
13485
13486     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13487
13488  dsextras.py |  148
13489  +++++++++++++++++++++++++++++++++++++----------------------
13490  1 file changed, 93 insertions(+), 55 deletions(-)
13491
13492 commit d03503d0412d173acb383926ab3c2d640dad3e3f
13493 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13494 Date:   Wed Nov 3 07:00:40 2010 +0100
13495
13496     dsextras.py: add ggc4 to MSVC compatible struct packing comment
13497
13498     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13499
13500  dsextras.py |    4 ++--
13501  1 file changed, 2 insertions(+), 2 deletions(-)
13502
13503 commit 8c62968e9f8467e24870b8c4f61112676eef4630
13504 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13505 Date:   Wed Nov 3 06:56:32 2010 +0100
13506
13507     dsextras.py: use the pkgc_ functions instead of repeating pgk-config
13508     incantations all over the place
13509
13510     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13511
13512  dsextras.py |   15 ++++++---------
13513  1 file changed, 6 insertions(+), 9 deletions(-)
13514
13515 commit b98277afc24886bbda400e0ad360992bffa77b7c
13516 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13517 Date:   Wed Nov 3 06:49:48 2010 +0100
13518
13519     dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions
13520
13521     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13522
13523  dsextras.py |   10 ++++++++++
13524  1 file changed, 10 insertions(+)
13525
13526 commit a565558652ebc3fa49d7aea40d399b06bbe376c4
13527 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13528 Date:   Wed Nov 3 06:45:05 2010 +0100
13529
13530     dsextras.py: PEP8: Comparisons to singletons like None should always
13531     be done with 'is' or 'is not', never the equality operators.
13532
13533     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13534
13535  dsextras.py |    4 ++--
13536  1 file changed, 2 insertions(+), 2 deletions(-)
13537
13538 commit 4b1ff0c7f9953f925d2178069263cca67ca7db02
13539 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13540 Date:   Wed Nov 3 06:44:21 2010 +0100
13541
13542     dsextras.py: use True/False instead of 1/0
13543
13544     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13545
13546  dsextras.py |   25 +++++++++++++------------
13547  1 file changed, 13 insertions(+), 12 deletions(-)
13548
13549 commit 819a21cea831c3892040390e9446b78a91d1cbbe
13550 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13551 Date:   Wed Nov 3 06:28:04 2010 +0100
13552
13553     dsextras.py: rearrange imports
13554
13555     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13556
13557  dsextras.py |   58
13558  +++++++++++++++++++++++++++++++---------------------------
13559  1 file changed, 31 insertions(+), 27 deletions(-)
13560
13561 commit d20edbfdde2819f8d4fee8cb3170c126fcd31d5f
13562 Author: Dieter Verfaillie <dieterv@optionexplicit.be>
13563 Date:   Wed Nov 3 06:16:21 2010 +0100
13564
13565     Add distutils generated build/dist directories and eclipse
13566     configuration files to .gitignore
13567
13568     Signed-off-by: Dieter Verfaillie <dieterv@optionexplicit.be>
13569
13570  .gitignore |    7 +++++++
13571  1 file changed, 7 insertions(+)
13572
13573 commit 268d6ed2b0b1d266c612da4453b6117d9e14437e
13574 Author: John (J5) Palmieri <johnp@redhat.com>
13575 Date:   Thu Oct 28 15:32:28 2010 -0400
13576
13577     [gi] add tests for calling dir on a dynamic module
13578
13579  tests/test_gi.py |   24 ++++++++++++++++++++++++
13580  1 file changed, 24 insertions(+)
13581
13582 commit f6386a6e0d225c83cdbe1add4c4d3ea51d3ec2f0
13583 Author: Deepankar Sharma <deepankar.sharma@gmail.com>
13584 Date:   Wed Oct 27 18:28:11 2010 -0400
13585
13586     [gi] dir() now works for modules
13587
13588     https://bugzilla.gnome.org/show_bug.cgi?id=625093
13589
13590  gi/module.py |    8 ++++++++
13591  1 file changed, 8 insertions(+)
13592
13593 commit 28ed01c34c503cfb4f14fe7af7912060ca70aba6
13594 Author: Simón Pena <spenap@gmail.com>
13595 Date:   Mon Sep 20 23:10:14 2010 +0200
13596
13597     Don't check the inner type when comparing gpointers
13598
13599     When using pyg_pointer_richcompare to compare two objects,
13600     don't check their inner types. As we can't compare their private
13601     fields, nor get a proper compare function, we can consider them
13602     gpointers and compare them that way.
13603
13604     https://bugzilla.gnome.org/show_bug.cgi?id=629552
13605
13606  gobject/pygpointer.c |    2 +-
13607  1 file changed, 1 insertion(+), 1 deletion(-)
13608
13609 commit 1731f89e4b5a20c33976963e12a1f39a21d33fde
13610 Author: John (J5) Palmieri <johnp@redhat.com>
13611 Date:   Thu Oct 28 14:21:12 2010 -0400
13612
13613     Release GIL when calling into C functions
13614
13615     Author: Daniel P. Berrange <dan@berrange.com>
13616
13617     https://bugzilla.gnome.org/show_bug.cgi?id=629042
13618
13619  gi/pygi-invoke.c |   10 +++++++++-
13620  1 file changed, 9 insertions(+), 1 deletion(-)
13621
13622 commit 783e2e351ec7470bda6b441e51f387dd61543c4b
13623 Author: José Aliste <jaliste@src.gnome.org>
13624 Date:   Fri Oct 15 14:30:10 2010 -0300
13625
13626     _gi.Repository : Implement missing info bindings.
13627
13628     https://bugzilla.gnome.org/show_bug.cgi?id=632185
13629
13630  gi/pygi-info.c |   91
13631  +++++++++++++++++++++++++++++++++++++++++++++++---------
13632  gi/pygi-info.h |    7 +++++
13633  2 files changed, 84 insertions(+), 14 deletions(-)
13634
13635 commit 2ca897273f52ae38f5e06e72c773a048e199eee5
13636 Author: John (J5) Palmieri <johnp@redhat.com>
13637 Date:   Thu Oct 28 13:49:15 2010 -0400
13638
13639     include Python.h so that PY_VERSION_HEX gets defined
13640
13641  gi/pygi-foreign-cairo.c |    1 +
13642  1 file changed, 1 insertion(+)
13643
13644 commit 8b28b1d713df33931e255600ab98feda37a8e02a
13645 Author: John (J5) Palmieri <johnp@redhat.com>
13646 Date:   Thu Oct 28 13:47:34 2010 -0400
13647
13648     [gi] make overrides work for python 3.x protocols and alias for
13649     python 2.x
13650
13651  gi/overrides/Gtk.py |    9 +++++++--
13652  1 file changed, 7 insertions(+), 2 deletions(-)
13653
13654 commit 3c09710d2f68af9c16ce39fd25656147656a486a
13655 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13656 Date:   Sat Oct 23 14:24:24 2010 +0200
13657
13658     Override Gtk.Widget.translate_coordinates to not return success value
13659
13660  gi/overrides/Gtk.py |   11 +++++++++++
13661  1 file changed, 11 insertions(+)
13662
13663 commit 9d4443b3de8c327d8645ddde0a7a6dc5b977d7b4
13664 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13665 Date:   Sat Oct 23 14:22:36 2010 +0200
13666
13667     Override Gtk.TreeViewColumn.cell_get_position to not return success
13668     value
13669
13670  gi/overrides/Gtk.py |    5 +++++
13671  1 file changed, 5 insertions(+)
13672
13673 commit 6679d39ace06294e98f9d6fc911ed6fb27656010
13674 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13675 Date:   Sat Oct 23 14:21:36 2010 +0200
13676
13677     Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to
13678     not return success value
13679
13680  gi/overrides/Gtk.py |   15 +++++++++++++++
13681  1 file changed, 15 insertions(+)
13682
13683 commit 80b1b266fa68a5c67106871502017166628f71e4
13684 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13685 Date:   Sat Oct 23 14:20:38 2010 +0200
13686
13687     Override Gtk.TreeSortable.get_sort_column_id to not return success
13688     value
13689
13690  gi/overrides/Gtk.py |   12 ++++++++++++
13691  1 file changed, 12 insertions(+)
13692
13693 commit 17cd0fb3a2d2ca0c6109c41727ba0b8c42217cd5
13694 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13695 Date:   Sat Oct 23 14:19:20 2010 +0200
13696
13697     Override forward_search and backward_search of Gtk.TextIter to not
13698     return success value
13699
13700  gi/overrides/Gtk.py |   15 +++++++++++++++
13701  1 file changed, 15 insertions(+)
13702
13703 commit 95c86fa31da3d2fe84db0e2b5bc2a6dc896c9223
13704 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13705 Date:   Sat Oct 23 14:18:09 2010 +0200
13706
13707     Override Gtk.TextBuffer.get_selection_bounds to not return success
13708     value
13709
13710  gi/overrides/Gtk.py |    5 +++++
13711  1 file changed, 5 insertions(+)
13712
13713 commit da6d87460b9392c29d025a7eed9249fb604204bc
13714 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13715 Date:   Sat Oct 23 14:17:04 2010 +0200
13716
13717     Override Gtk.RecentInfo.get_application_info to not return success
13718     value
13719
13720  gi/overrides/Gtk.py |   10 ++++++++++
13721  1 file changed, 10 insertions(+)
13722
13723 commit 0ed2e8772bdc405b0d0c7e0b2803e0e141abcb6a
13724 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13725 Date:   Sat Oct 23 14:16:21 2010 +0200
13726
13727     Override Gtk.IMContext.get_surrounding to not return success value
13728
13729  gi/overrides/Gtk.py |   10 ++++++++++
13730  1 file changed, 10 insertions(+)
13731
13732 commit b85b445f15421209c0b4adf676d7c8218d6437c5
13733 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13734 Date:   Sat Oct 23 14:15:24 2010 +0200
13735
13736     Override get_item_at_pos, get_visible_range, get_dest_item_at_pos
13737     of Gtk.IconView to not return success value
13738
13739  gi/overrides/Gtk.py |   19 +++++++++++++++++++
13740  1 file changed, 19 insertions(+)
13741
13742 commit 684d716192d58c972083e579e909bcd97f8a5025
13743 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13744 Date:   Sat Oct 23 14:13:47 2010 +0200
13745
13746     Override Gtk.Container.get_focus_chain to not return success value
13747
13748  gi/overrides/Gtk.py |   10 ++++++++++
13749  1 file changed, 10 insertions(+)
13750
13751 commit 8ec830c57fafbfe50d9619c6caba3cb95a00d688
13752 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13753 Date:   Sat Oct 23 14:12:44 2010 +0200
13754
13755     Override Gtk.ComboBox.get_active_iter to not return success value
13756
13757  gi/overrides/Gtk.py |   10 ++++++++++
13758  1 file changed, 10 insertions(+)
13759
13760 commit b483852904468722230903989e3451c7c6a24c0f
13761 Author: John (J5) Palmieri <johnp@redhat.com>
13762 Date:   Tue Oct 12 12:18:33 2010 -0400
13763
13764     [gi] make parameter check less strict when dealing with GValue params
13765
13766     * Some GValue API can store a pointer to a python object for later
13767       use but our parameter checking was too strict to allow this
13768     * Add pyg_type_from_object_strict API which takes a strict boolean and
13769       returns PY_TYPE_OBJECT if no other GType can be found
13770     * Since we don't have enough info to genrically check GValue
13771     parameters
13772       use the less strict type guessing when encountering a GValue param
13773     * Other API stays the same and continues to do strict testing
13774
13775     https://bugzilla.gnome.org/show_bug.cgi?id=622987
13776
13777  gi/pygi-argument.c          |   17 ++++++---------
13778  gobject/gobjectmodule.c     |    4 ++--
13779  gobject/pygobject-private.h |    1 +
13780  gobject/pygobject.h         |    2 ++
13781  gobject/pygtype.c           |   37 ++++++++++++++++++++++++++++----
13782  tests/test_gi.py            |    1 -
13783  tests/test_overrides.py     |   50
13784  +++++++++++++++++++++++++++++++++++++++----
13785  7 files changed, 90 insertions(+), 22 deletions(-)
13786
13787 commit 8c87d622dcc6d76a981edfc5818fe67bb2e114e2
13788 Author: John Stowers <john.stowers@gmail.com>
13789 Date:   Fri Oct 22 13:28:31 2010 +1300
13790
13791     Shortcut removal is not needed on post-uninstall
13792
13793  pygobject_postinstall.py |   14 ++------------
13794  1 file changed, 2 insertions(+), 12 deletions(-)
13795
13796 commit a3ed97fe6f80548801739fe6b72771b9eb6d93f7
13797 Author: John Stowers <john.stowers@gmail.com>
13798 Date:   Thu Oct 21 13:25:35 2010 +1300
13799
13800     Disable shortcut creation in windows installer
13801
13802  pygobject_postinstall.py |    2 +-
13803  1 file changed, 1 insertion(+), 1 deletion(-)
13804
13805 commit a3d6212b0abccef58f05d454c091936776413d98
13806 Author: John (J5) Palmieri <johnp@redhat.com>
13807 Date:   Thu Oct 7 11:43:27 2010 -0400
13808
13809     overrides for all subclasses of dialog
13810
13811     https://bugzilla.gnome.org/show_bug.cgi?id=631634
13812
13813  gi/overrides/Gtk.py     |   94
13814  ++++++++++++++++++++++++++++++++++++++++++++---
13815  tests/test_overrides.py |   64 +++++++++++++++++++++++++++++++-
13816  2 files changed, 151 insertions(+), 7 deletions(-)
13817
13818 commit a87e3ba64b54e6df0b5b96af47c34e3be790b58f
13819 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13820 Date:   Thu Oct 7 19:37:53 2010 +0200
13821
13822     Make TreeModel behave like in GTK-2.x
13823
13824     Moved stuff from __getitem__ to get_iter.
13825     Added TreePath.__cmp__
13826
13827     get_iter_from_string throws ValueError.
13828     iterchildren() does not return None.
13829
13830     Adjusted tests to new TreeModel and added TestGtk.test_tree_model
13831     method
13832
13833     Added support for negative row and column indices
13834
13835     Use rich comparison methods instead of __cmp__
13836
13837     Added TreeModel.__bool__/__nonzero__
13838
13839     Raise Error if tree path string is empty
13840
13841     https://bugzilla.gnome.org/show_bug.cgi?id=631547
13842
13843  gi/overrides/Gtk.py     |  195
13844  +++++++++++++++++++++++++++++++++++++++++++++++
13845  tests/test_overrides.py |  160 ++++++++++++++++++++++++++++++++++++--
13846  2 files changed, 349 insertions(+), 6 deletions(-)
13847
13848 commit acfcc29af727fb67d0dfbbcc7cc14963ef21f1ea
13849 Author: John Stowers <john.stowers@gmail.com>
13850 Date:   Sat Oct 16 18:59:25 2010 +1300
13851
13852     Correctly build GIO on windows
13853
13854  setup.py |    6 +++---
13855  1 file changed, 3 insertions(+), 3 deletions(-)
13856
13857 commit 33b59fd7437009b6c3ed43412e171d2cc91ee317
13858 Author: John Stowers <john.stowers@gmail.com>
13859 Date:   Sat Oct 16 18:17:28 2010 +1300
13860
13861     Require Python >= 2.6.0 for Windows build
13862
13863  setup.py |    2 +-
13864  1 file changed, 1 insertion(+), 1 deletion(-)
13865
13866 commit 544e0e4de4f5f97b0584eaf72ae8a081eca28ab6
13867 Author: John Stowers <john.stowers@gmail.com>
13868 Date:   Sat Oct 16 17:41:01 2010 +1300
13869
13870     Fix depreciation warning in dsextras.py
13871
13872  dsextras.py |    2 +-
13873  1 file changed, 1 insertion(+), 1 deletion(-)
13874
13875 commit 239ff961778e4e1587404d8a70dfbe8630ab0623
13876 Author: John Stowers <john.stowers@gmail.com>
13877 Date:   Sat Oct 16 17:34:50 2010 +1300
13878
13879     Fix build on windows
13880
13881  gi/pygi-foreign.c |    5 ++++-
13882  gi/pygi.h         |    5 ++++-
13883  setup.py          |    4 ++--
13884  3 files changed, 10 insertions(+), 4 deletions(-)
13885
13886 commit 9a2f81d63012fef23fdde2b4d903bd69601c07c6
13887 Author: Michael Culbertson <michael.culbertson@gmail.com>
13888 Date:   Sat Oct 16 17:08:11 2010 +1300
13889
13890     Support for GCC4 in Windows distutils build - bug 626548
13891
13892  dsextras.py |    3 ++-
13893  1 file changed, 2 insertions(+), 1 deletion(-)
13894
13895 commit 27367c8dc3a3a31fdd778505b319cd3f4afb9e27
13896 Author: John Stowers <john.stowers@gmail.com>
13897 Date:   Fri Oct 15 09:39:02 2010 +1300
13898
13899     Remove obsolete comments in dsextras.py
13900
13901  dsextras.py |   11 ++---------
13902  1 file changed, 2 insertions(+), 9 deletions(-)
13903
13904 commit b5f383f854fb8f72677828b029589320c59006d1
13905 Author: John Stowers <john.stowers@gmail.com>
13906 Date:   Fri Oct 15 09:21:03 2010 +1300
13907
13908     Broken dsextras.py pkg-config check error message
13909
13910         * Fixes bug 631962
13911
13912  dsextras.py |    2 +-
13913  1 file changed, 1 insertion(+), 1 deletion(-)
13914
13915 commit e1981da105b574e273ae6500fc6d25caf6af6aae
13916 Author: John (J5) Palmieri <johnp@redhat.com>
13917 Date:   Tue Sep 28 15:31:03 2010 -0400
13918
13919     add compat functions for the deprecated PyCObject api
13920
13921     * Moved to using the PyCapsule API for python >= 3
13922     * PyCObject is removed from Python 3.2
13923     * It has also been deprecated in 2.7 but since we use the API in
13924     header files
13925       which are consumed by static binding modules, appling this for
13926       python 2.7
13927       causes crashes unless the modules are recompiled, breaking ABI.
13928       It is safe
13929       to rely on for 2.7 because it will never be removed and there is
13930       talk of
13931       undeprecating it upstream.
13932     * There is no issues with static bindings under python 3 because
13933     they are not
13934       supported yet and most likely never will be.
13935     * Even if PyCObject is brought back in 3.2, PyCapsule is a much
13936     safer API
13937       which adds a poorman's type check when unboxing.
13938
13939     https://bugzilla.gnome.org/show_bug.cgi?id=630844
13940
13941  gi/gimodule.c               |    2 +-
13942  gi/pygi.h                   |    5 ++++-
13943  glib/glibmodule.c           |    2 +-
13944  glib/pyglib-python-compat.h |   28 ++++++++++++++++++++++++++++
13945  glib/pyglib.c               |    6 +++---
13946  glib/pygoptioncontext.c     |    2 +-
13947  gobject/gobjectmodule.c     |    2 +-
13948  gobject/pygobject.h         |    6 ++++++
13949  gobject/pygtype.c           |   10 +++++-----
13950  9 files changed, 50 insertions(+), 13 deletions(-)
13951
13952 commit 03d2e2924e27a9d6cae89e5748f70e0a51be91c6
13953 Author: Damien Caliste <damien.caliste@cea.fr>
13954 Date:   Tue Sep 28 12:44:42 2010 +0200
13955
13956     Add __path__ attributes.
13957
13958     Add an attribute __path__ to DynamicModule and IntrospectionModule,
13959     using the path of the typelib.
13960
13961     https://bugzilla.gnome.org/show_bug.cgi?id=630807
13962
13963  gi/module.py |    2 ++
13964  1 file changed, 2 insertions(+)
13965
13966 commit 28f9366c9cb382801bad080864f667c867daa3c7
13967 Author: Sebastian Pölsterl <sebp@k-d-w.org>
13968 Date:   Sat Oct 9 17:40:40 2010 +0200
13969
13970     Override Gtk.TreeSelection.get_selected to not return success value.
13971
13972     https://bugzilla.gnome.org/show_bug.cgi?id=631765
13973
13974  gi/overrides/Gtk.py |   12 ++++++++++++
13975  1 file changed, 12 insertions(+)
13976
13977 commit f01a7d9e8222663ce52100e061033f2745a5e7af
13978 Author: Vincent Untz <vuntz@gnome.org>
13979 Date:   Thu Oct 7 09:42:24 2010 +0200
13980
13981     Make row optional in Gtk.TreeStore/ListStore.append override
13982
13983     https://bugzilla.gnome.org/show_bug.cgi?id=631548
13984
13985  gi/overrides/Gtk.py |   36 ++++++++++++++++++++++--------------
13986  1 file changed, 22 insertions(+), 14 deletions(-)
13987
13988 commit 1e1357f5fa1a034b0b707040d664ac46be6e23f7
13989 Author: John (J5) Palmieri <johnp@redhat.com>
13990 Date:   Mon Oct 4 12:50:55 2010 -0400
13991
13992     Revert "add compat functions for the deprecated PyCObject api"
13993
13994     This reverts commit f25e763d53e5cdd4de08e90b04aea4b4c4720ac0.
13995
13996     I ment to commit another patch and ended up comitting both
13997
13998  gi/gimodule.c               |    2 +-
13999  gi/pygi.h                   |    5 +----
14000  glib/glibmodule.c           |    2 +-
14001  glib/pyglib-python-compat.h |   19 -------------------
14002  glib/pyglib.c               |    6 +++---
14003  glib/pygoptioncontext.c     |    2 +-
14004  gobject/gobjectmodule.c     |    2 +-
14005  gobject/pygobject.h         |    6 ------
14006  gobject/pygtype.c           |   10 +++++-----
14007  9 files changed, 13 insertions(+), 41 deletions(-)
14008
14009 commit 97774cb149c5b03d5ef82a5af3f19e2ce4d79d0b
14010 Author: John (J5) Palmieri <johnp@redhat.com>
14011 Date:   Mon Oct 4 12:43:31 2010 -0400
14012
14013     return NULL instead of -1 which fixes crash when introspection is
14014     turned off
14015
14016     * see https://bugzilla.gnome.org/show_bug.cgi?id=631158
14017
14018  gi/pygi.h |    2 +-
14019  1 file changed, 1 insertion(+), 1 deletion(-)
14020
14021 commit f25e763d53e5cdd4de08e90b04aea4b4c4720ac0
14022 Author: John (J5) Palmieri <johnp@redhat.com>
14023 Date:   Tue Sep 28 15:31:03 2010 -0400
14024
14025     add compat functions for the deprecated PyCObject api
14026
14027     * Moved to using the PyCapsule API for python >= 2.7
14028
14029     https://bugzilla.gnome.org/show_bug.cgi?id=630844
14030
14031  gi/gimodule.c               |    2 +-
14032  gi/pygi.h                   |    5 ++++-
14033  glib/glibmodule.c           |    2 +-
14034  glib/pyglib-python-compat.h |   19 +++++++++++++++++++
14035  glib/pyglib.c               |    6 +++---
14036  glib/pygoptioncontext.c     |    2 +-
14037  gobject/gobjectmodule.c     |    2 +-
14038  gobject/pygobject.h         |    6 ++++++
14039  gobject/pygtype.c           |   10 +++++-----
14040  9 files changed, 41 insertions(+), 13 deletions(-)
14041
14042 commit 80b8ccd450fe4e3ea77b27e58bb63cabc2a2bb2b
14043 Author: John (J5) Palmieri <johnp@redhat.com>
14044 Date:   Tue Sep 28 15:28:16 2010 -0400
14045
14046     fix commit 7fe83108 which didn't use the compat functions for
14047     string handling
14048
14049  glib/glibmodule.c |    2 +-
14050  1 file changed, 1 insertion(+), 1 deletion(-)
14051
14052 commit 9562842907a9d94f6adae2c1bb20d6b1f189abda
14053 Author: John (J5) Palmieri <johnp@redhat.com>
14054 Date:   Tue Sep 28 13:15:57 2010 -0400
14055
14056     Python 3 fixes for dsextras and the python.m4 distribution files
14057
14058  dsextras.py  |   13 +++++++------
14059  m4/python.m4 |    4 ++--
14060  2 files changed, 9 insertions(+), 8 deletions(-)
14061
14062 commit 98f69957ee9e3037b0a05a037098e4d2133ca256
14063 Author: John (J5) Palmieri <johnp@redhat.com>
14064 Date:   Mon Sep 27 14:01:31 2010 -0400
14065
14066     post release bump to 2.27.0 unstable
14067
14068     * update hacking to fill in some holes in the release instructions
14069
14070  HACKING      |    6 ++++--
14071  configure.ac |    2 +-
14072  2 files changed, 5 insertions(+), 3 deletions(-)
14073
14074 commit fd38010101411e6bc1ca9314657f418de660fa13
14075 Author: John (J5) Palmieri <johnp@redhat.com>
14076 Date:   Mon Sep 27 12:03:10 2010 -0400
14077
14078     update NEWS for release
14079
14080  NEWS |   93
14081  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14082  1 file changed, 93 insertions(+)
14083
14084 commit 7072d56b6cba13da97a052c75d1ae0c2cc417fd1
14085 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14086 Date:   Sun Sep 26 08:37:31 2010 +0200
14087
14088     Pre-release version bump 2.26.0
14089
14090  configure.ac |    4 ++--
14091  1 file changed, 2 insertions(+), 2 deletions(-)
14092
14093 commit a549f429d2ced7a78d5baa5e2f28f6750b4788f2
14094 Author: John Stowers <john.stowers@gmail.com>
14095 Date:   Fri Sep 24 22:44:03 2010 +1200
14096
14097     Wrap g_get_system_{config,data}_dirs ()
14098
14099         * Also tidy up g_get_{cache,config,data}_dir
14100           to share common code
14101
14102  glib/glibmodule.c |   68
14103  +++++++++++++++++++++++++++++++++++++++--------------
14104  1 file changed, 50 insertions(+), 18 deletions(-)
14105
14106 commit 328aca600714bdca89dfdb531c222ee561ede27e
14107 Author: John (J5) Palmieri <johnp@redhat.com>
14108 Date:   Fri Sep 24 12:16:22 2010 -0400
14109
14110     fixed make check and make dist
14111
14112  tests/Makefile.am |   31 ++++++++++++++++++-------------
14113  1 file changed, 18 insertions(+), 13 deletions(-)
14114
14115 commit 27023fd56148dd17b5576c1e81e0fe851d9b8727
14116 Author: John Stowers <john.stowers@gmail.com>
14117 Date:   Fri Sep 24 21:20:53 2010 +1200
14118
14119     Disable GI tests when introspection disabled
14120
14121  tests/Makefile.am |    2 ++
14122  1 file changed, 2 insertions(+)
14123
14124 commit 7fe831081cdd2e26f5d948326b9f89ea0694e752
14125 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
14126 Date:   Sat Jul 18 19:35:08 2009 +0200
14127
14128     Wrap g_uri_list_extract_uris. Fixes bug #584431
14129
14130  glib/glibmodule.c   |   38 ++++++++++++++++++++++++++++++++++++++
14131  gobject/__init__.py |    2 +-
14132  tests/Makefile.am   |    3 ++-
14133  tests/test_uris.py  |   15 +++++++++++++++
14134  4 files changed, 56 insertions(+), 2 deletions(-)
14135
14136 commit d6721a59c294f2471142b8c32de2f647b7084bca
14137 Author: Paul Bolle <pebolle@tiscali.nl>
14138 Date:   Thu Sep 23 15:38:40 2010 -0400
14139
14140     Fix a few uses of TRUE and FALSE in the docs
14141
14142  docs/reference/pygio-mount.xml         |    5 +++--
14143  docs/reference/pyglib-functions.xml    |   18 +++++++++---------
14144  docs/reference/pyglib-maincontext.xml  |   12 ++++++------
14145  docs/reference/pyglib-mainloop.xml     |    6 +++---
14146  docs/reference/pygobject-functions.xml |    6 +++---
14147  docs/reference/pygobject.xml           |    4 ++--
14148  6 files changed, 26 insertions(+), 25 deletions(-)
14149
14150 commit a08c9fffb4262ae678e17f90bbfb2d5f880cfad0
14151 Author: Damien Caliste <damien.caliste@cea.fr>
14152 Date:   Tue Sep 21 17:52:14 2010 +0200
14153
14154     pygi: always free the invocation_state struct
14155
14156     In pygi-invoke.c, the invocation_state struct is never freed
14157     in case of success. Thus, always call _free_invocation_state()
14158     before leaving.
14159     Modify _free_invocation_state to avoid double free in case of
14160     caller-allocated GValue, once as a released argument in the
14161     _process routine and another time in the _free as the special
14162     case. So move all argument releasing code from the _process
14163     routine to the _free one.
14164     Modify the tests for the callback routines to return an integer
14165     value as specified in the GIR file.
14166
14167     Make check is as successful as before (already existing error
14168     related to GVariant is still there).
14169
14170     https://bugzilla.gnome.org/show_bug.cgi?id=630271
14171
14172  gi/pygi-invoke.c         |   83
14173  +++++++++++++++++++++-------------------------
14174  tests/test_everything.py |    4 ++-
14175  2 files changed, 40 insertions(+), 47 deletions(-)
14176
14177 commit 9714d765a34e246899f11b6792eea3aecce0b7ec
14178 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14179 Date:   Mon Sep 13 16:36:47 2010 +0200
14180
14181     Start implementing something equivalent to g_variant_new
14182
14183     https://bugzilla.gnome.org/show_bug.cgi?id=629367
14184
14185  gi/gimodule.c              |   20 +++++++
14186  gi/overrides/GLib.py       |  131
14187  +++++++++++++++++++++++++++++++++++++++++---
14188  gi/pygi-foreign-gvariant.c |    2 +-
14189  tests/test_everything.py   |   16 ------
14190  tests/test_overrides.py    |   25 +++++++++
14191  5 files changed, 170 insertions(+), 24 deletions(-)
14192
14193 commit fc45abdd9b55ab63556798ab0f04715be79dba08
14194 Author: John (J5) Palmieri <johnp@redhat.com>
14195 Date:   Thu Sep 23 10:49:36 2010 -0400
14196
14197     fixed typo - missing comma in glib.option module
14198
14199     * https://bugzilla.gnome.org/show_bug.cgi?id=627449
14200
14201  glib/option.py |    2 +-
14202  1 file changed, 1 insertion(+), 1 deletion(-)
14203
14204 commit 4ed100f3183c6325dd04461484e877bb7d4131b1
14205 Author: John (J5) Palmieri <johnp@redhat.com>
14206 Date:   Fri Sep 17 12:08:09 2010 -0400
14207
14208     add checks so we can compile under python 3 by setting PYTHON=python3
14209
14210     * compile for python 3
14211     * disables gio if compiling under python 3.x
14212     * runs only pertinant tests
14213
14214     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14215
14216  configure.ac      |   32 +++++++++++++++++++++++++++++---
14217  tests/Makefile.am |   35 ++++++++++++++++++++---------------
14218  tests/runtests.py |    4 ++++
14219  3 files changed, 53 insertions(+), 18 deletions(-)
14220
14221 commit 269ff8564eeb597dc06c27e293354b7ff7a71a82
14222 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14223 Date:   Fri Sep 17 15:50:47 2010 +0200
14224
14225     Rename static methods as functions
14226
14227     In recent gobject-introspection releases, static methods have been
14228     removed and placed as functions in the namespace level. In a future
14229     releases it's planned to become static methods again but for now
14230     let's fix the tests.
14231
14232  tests/test_gi.py |   14 +++++++-------
14233  1 file changed, 7 insertions(+), 7 deletions(-)
14234
14235 commit 2da8da589644d6125101210712defb1272a8abb1
14236 Author: John (J5) Palmieri <johnp@redhat.com>
14237 Date:   Thu Sep 9 13:52:14 2010 -0400
14238
14239     fix a couple of compiler warnings
14240
14241     https://bugzilla.gnome.org/show_bug.cgi?id=629199
14242
14243  gi/pygi-argument.c      |    4 ++--
14244  gi/pygi-struct.c        |    2 +-
14245  gobject/gobjectmodule.c |    2 +-
14246  3 files changed, 4 insertions(+), 4 deletions(-)
14247
14248 commit 6769a4704f0876ac3baacd4da03ff16d9f0906be
14249 Author: John (J5) Palmieri <johnp@redhat.com>
14250 Date:   Thu Sep 9 13:55:17 2010 -0400
14251
14252     remove unused code
14253
14254     * we use richcompare now
14255
14256     https://bugzilla.gnome.org/show_bug.cgi?id=629198
14257
14258  gobject/pygtype.c |    9 ---------
14259  1 file changed, 9 deletions(-)
14260
14261 commit 98f54f9d33996baeaa8c8c1240310f5396d03a1d
14262 Author: John (J5) Palmieri <johnp@redhat.com>
14263 Date:   Tue Sep 14 14:10:49 2010 -0400
14264
14265     Check the type of the instance object
14266
14267     * in python 2 methods were added to classes as unbound methods and
14268     they would
14269       check the instance type to make sure it was correct
14270     * in python 3 for perfomance reasons methods are added to classes
14271     as simple
14272       functions which treat the instance as an untyped argument so
14273       no checks
14274       are made.
14275     * this patch adds a type check so that the correct errors are
14276     thrown in
14277       python 3 (python 2 this just adds another layer of redundancy should
14278       something change with type checking in the future)
14279     * since GI handles regular args and the instance arg slightly
14280     differently
14281       we had to split out the interface checks in
14282       _pygi_g_type_info_check_object
14283       in order to not duplicate code
14284
14285     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14286
14287  gi/pygi-argument.c |  182
14288  +++++++++++++++++++++++++++-------------------------
14289  gi/pygi-argument.h |    2 +
14290  gi/pygi-invoke.c   |   14 ++++
14291  3 files changed, 112 insertions(+), 86 deletions(-)
14292
14293 commit 5d79498d38b147b66ae72c1481e397160491e8d6
14294 Author: John (J5) Palmieri <johnp@redhat.com>
14295 Date:   Wed Sep 15 10:26:20 2010 -0400
14296
14297     include the correct pycairo version
14298
14299     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14300
14301  gi/pygi-foreign-cairo.c |    6 ++++++
14302  1 file changed, 6 insertions(+)
14303
14304 commit b855562e5c0019cd7e4982fe00c467ede9e3926d
14305 Author: John (J5) Palmieri <johnp@redhat.com>
14306 Date:   Thu Sep 9 22:16:58 2010 -0400
14307
14308     Use PyMapping_Keys to determine if an object is a dict (py3k fix)
14309
14310     * in Py3k PyMapping_Check returns true for sequences such as strings
14311       and lists.  Since we need to get the keys anyway, and it returns
14312       NULL if this is not a dict, this is a much better test, even in
14313       Py2
14314
14315     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14316
14317  gi/pygi-argument.c |   10 +++-------
14318  1 file changed, 3 insertions(+), 7 deletions(-)
14319
14320 commit 0e72e28c6c5502c7db5103cf1299c9f0e6689fdd
14321 Author: John (J5) Palmieri <johnp@redhat.com>
14322 Date:   Thu Sep 9 18:44:11 2010 -0400
14323
14324     fix handling of UINT64 and INT64 arguments in py3k
14325
14326     * decode to the right sized C long
14327
14328     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14329
14330  gi/pygi-argument.c |   20 ++++++++++++--------
14331  1 file changed, 12 insertions(+), 8 deletions(-)
14332
14333 commit d5666d99a1c0396b7da0cb14f9f4ff8892da7e2e
14334 Author: John (J5) Palmieri <johnp@redhat.com>
14335 Date:   Thu Sep 9 17:35:10 2010 -0400
14336
14337     properly handle ulongs properties in py3k
14338
14339     * If this is a PyLong object pull use AsUnsignedLong
14340
14341     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14342
14343  gobject/pygtype.c |   29 ++++++++++++++++-------------
14344  1 file changed, 16 insertions(+), 13 deletions(-)
14345
14346 commit 3d431c7dd0de97db10cb0c00c39d9c1837bed2f2
14347 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14348 Date:   Fri Sep 17 12:14:56 2010 +0200
14349
14350     Specify encoding of tests/test_gi.py
14351
14352  tests/test_gi.py |    3 ++-
14353  1 file changed, 2 insertions(+), 1 deletion(-)
14354
14355 commit a808bdabb9fa6f4a9b9ce42e1cce05fb37403f0f
14356 Author: John (J5) Palmieri <johnp@redhat.com>
14357 Date:   Thu Sep 9 13:24:30 2010 -0400
14358
14359     use actual unicode in the tests on py3k, not the byte representation
14360
14361     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14362
14363  tests/test_gi.py |    6 +++++-
14364  1 file changed, 5 insertions(+), 1 deletion(-)
14365
14366 commit 928f4485041d80d0c36ff2daeae4bcd09bd0bde4
14367 Author: John (J5) Palmieri <johnp@redhat.com>
14368 Date:   Thu Sep 9 12:45:21 2010 -0400
14369
14370     s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object
14371     methods
14372
14373     * in Py3k the METH_KEYWORDS flag by itself is invalid.  A method
14374     must be defined
14375       with both the METH_VARARGS and METH_KEYWORDS flags.
14376
14377     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14378
14379  glib/pygiochannel.c |   30 +++++++++++++++---------------
14380  glib/pygsource.c    |    4 ++--
14381  gobject/pygobject.c |    2 +-
14382  3 files changed, 18 insertions(+), 18 deletions(-)
14383
14384 commit b5ee20afa4399c7689fbec8939fa20b927eeb782
14385 Author: John (J5) Palmieri <johnp@redhat.com>
14386 Date:   Thu Sep 9 08:04:40 2010 -0400
14387
14388     fix subclassing PyLong by calling __new__ correctly
14389
14390     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14391
14392  glib/pygspawn.c |    4 ++--
14393  1 file changed, 2 insertions(+), 2 deletions(-)
14394
14395 commit a499b2f0d622b671bd154544f66b73f1278e66ed
14396 Author: John (J5) Palmieri <johnp@redhat.com>
14397 Date:   Thu Sep 9 07:56:44 2010 -0400
14398
14399     minor py3k fixups for python modules
14400
14401     * add _basestring and _bytes and _callable wrappers
14402     * use items instead of iteritems and range instead of xrange
14403
14404     fix py3k modules
14405
14406     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14407
14408  gi/overrides/Gtk.py |   24 ++++++++++++++++--------
14409  glib/option.py      |   16 ++++++++++++----
14410  2 files changed, 28 insertions(+), 12 deletions(-)
14411
14412 commit dec9001d26c97949e7b3578086cb35e98075c047
14413 Author: John (J5) Palmieri <johnp@redhat.com>
14414 Date:   Thu Sep 9 07:36:04 2010 -0400
14415
14416     minor fixes in tests for py3k compat
14417
14418     * add a _bytes wrapper for API that expects bytes in py3k but str
14419     in py2
14420     * fix some more exception handling using sys.exc_info()[:2]
14421     * use range instead of xrange, items instead of iteritems since py3k
14422       dropped support for the different ways of accessing iterators
14423       - this is less efficient in py2 but we plan to target py3k as the
14424         primary platform
14425     * use list(dict.items()) since py3k only returns iterables which
14426     are not
14427       indexable
14428     * missed some _long wrapping
14429
14430     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14431
14432  tests/compathelper.py    |   18 ++++++++++++++++++
14433  tests/test_everything.py |    5 +++--
14434  tests/test_mainloop.py   |    3 ++-
14435  tests/test_option.py     |    6 ++++--
14436  tests/test_overrides.py  |    4 ++--
14437  tests/test_properties.py |    6 +++---
14438  6 files changed, 32 insertions(+), 10 deletions(-)
14439
14440 commit 09a0daeedf49eaf376c1288be5743b57fbc76d51
14441 Author: Colin Walters <walters@verbum.org>
14442 Date:   Thu Sep 9 16:25:51 2010 -0400
14443
14444     compilation: Fix syntax error
14445
14446  gi/pygi-info.c |    2 +-
14447  1 file changed, 1 insertion(+), 1 deletion(-)
14448
14449 commit 9f7afd6d5afd8c1a5f36bf1295814757b71c8cbc
14450 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14451 Date:   Thu Sep 9 22:17:00 2010 +0200
14452
14453     Add missing file
14454
14455  gi/overrides/GLib.py |   48
14456  ++++++++++++++++++++++++++++++++++++++++++++++++
14457  1 file changed, 48 insertions(+)
14458
14459 commit 306b792ac97a458ddee59fb86d66453495117f3e
14460 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14461 Date:   Thu Jul 22 13:48:51 2010 +0100
14462
14463     Add override for GLib.Variant.new_tuple
14464
14465     * gi/gimodule.c: Add _wrap_pyg_variant_new_tuple
14466     * gi/overrides/GLib.py: Override Variant.new_tuple and
14467     Variant.get_string
14468     * gi/pygi-type.[hc]: split _pygi_type_import_by_name out from
14469       _pygi_type_import_by_gi_info
14470     * gi/types.py: Never override gobject.TYPE_NONE
14471     * tests/test_everything.py: Add tests for GVariant tuples
14472
14473     https://bugzilla.gnome.org/show_bug.cgi?id=625050
14474
14475  gi/gimodule.c            |   38 ++++++++++++++++++++++++++++++++++++++
14476  gi/overrides/Makefile.am |    1 +
14477  gi/pygi-type.c           |   15 +++++++++------
14478  gi/pygi-type.h           |    2 ++
14479  gi/types.py              |    1 +
14480  tests/test_everything.py |    9 +++++++++
14481  6 files changed, 60 insertions(+), 6 deletions(-)
14482
14483 commit 22e53aa2ed9cf6173a877b0af6928d5ab8da2f4f
14484 Author: John (J5) Palmieri <johnp@redhat.com>
14485 Date:   Wed Sep 8 13:08:48 2010 -0400
14486
14487     fix for changes in the gi test libraries
14488
14489  tests/test_everything.py |    2 +-
14490  1 file changed, 1 insertion(+), 1 deletion(-)
14491
14492 commit 246877074617b0e9c3b2ba2a5395a73e0ed9cd5d
14493 Author: John (J5) Palmieri <johnp@redhat.com>
14494 Date:   Wed Sep 8 13:08:07 2010 -0400
14495
14496     Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0
14497
14498  gi/overrides/Gtk.py |   10 ++++++++--
14499  1 file changed, 8 insertions(+), 2 deletions(-)
14500
14501 commit f92fc48e7e2ec50996e994ccb7d08a61e7374f22
14502 Author: John (J5) Palmieri <johnp@redhat.com>
14503 Date:   Wed Sep 8 12:35:09 2010 -0400
14504
14505     no need to offset arg positions when is_method is true
14506
14507     * The old GI libraries required we offset arg positions for the
14508     missing
14509       self argument.  The new library fixes this so we don't have
14510       to offset
14511       anymore.
14512
14513     https://bugzilla.gnome.org/show_bug.cgi?id=629087
14514
14515  gi/pygi-callbacks.c |    5 +----
14516  1 file changed, 1 insertion(+), 4 deletions(-)
14517
14518 commit 8c517de2d278bdef641c72b8f2919a3924290ec1
14519 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14520 Date:   Fri Aug 20 14:54:35 2010 +0200
14521
14522     gi: Add support for more property types
14523
14524     https://bugzilla.gnome.org/show_bug.cgi?id=627494
14525
14526  gi/pygi-property.c       |  156
14527  +++++++++++++++++++++++++++++++++++-----------
14528  tests/test_everything.py |   34 ++++++++++
14529  2 files changed, 154 insertions(+), 36 deletions(-)
14530
14531 commit 6d183d1fff55d54569ba3e1f90a10284df74fd40
14532 Author: John (J5) Palmieri <johnp@redhat.com>
14533 Date:   Fri Sep 3 12:04:16 2010 -0400
14534
14535     use PyObject_SetAttrString, not PyDict_SetItemString when setting
14536     __gtype__
14537
14538     * When registering a gtype wrapper we used to set tp_dict
14539     directly. This works
14540       in python 2 but python 3 seems to handle attributes in a slightly
14541       different
14542       way where the tp_dict and attr get out of sync.  By setting the attr
14543       directly we avoid this issue.
14544     * Note that there are many more places where we set __gtype__
14545     using tp_dict
14546       however for objects which are not instantiated yet we have to
14547       set tp_dict
14548       directly.
14549     * Since this one change fixes a lot of failed tests, for now we
14550     ignore the
14551       other places where we set __gtype__.  If we run into more issues
14552       dealing
14553       with __gtype__ we can take a closer look later.
14554
14555     https://bugzilla.gnome.org/show_bug.cgi?id=627878
14556
14557     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14558
14559  gobject/gobjectmodule.c |    2 +-
14560  1 file changed, 1 insertion(+), 1 deletion(-)
14561
14562 commit b7bf4269682a3335f5e0a52b46fa721af134d09a
14563 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14564 Date:   Wed Sep 1 11:03:40 2010 +0200
14565
14566     Rename GArgument to GIArgument
14567
14568  gi/pygi-argument.c         |   52
14569  ++++++++++++++++++++++----------------------
14570  gi/pygi-argument.h         |   10 ++++-----
14571  gi/pygi-closure.c          |   34 ++++++++++++++---------------
14572  gi/pygi-foreign-cairo.c    |    8 +++----
14573  gi/pygi-foreign-gvariant.c |    4 ++--
14574  gi/pygi-foreign-gvariant.h |    4 ++--
14575  gi/pygi-foreign.c          |   12 +++++-----
14576  gi/pygi-foreign.h          |    8 +++----
14577  gi/pygi-info.c             |    8 +++----
14578  gi/pygi-invoke.c           |   28 ++++++++++++------------
14579  gi/pygi-property.c         |    4 ++--
14580  gi/pygi.h                  |   16 +++++++-------
14581  12 files changed, 94 insertions(+), 94 deletions(-)
14582
14583 commit 7197f85c9be2b03636639ac909ca2c3170653509
14584 Author: John (J5) Palmieri <johnp@redhat.com>
14585 Date:   Wed Aug 18 10:29:19 2010 -0400
14586
14587     fix up tests so they run in py3k
14588
14589     * add a compat helper that should only be used by tests
14590     * fix long notation to use the compat helper instead
14591     * add parens to print statements
14592     * use compatable try/except pattern
14593
14594     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14595
14596  gobject/propertyhelper.py |   16 +++++++++++-----
14597  tests/compathelper.py     |   32 ++++++++++++++++++++++++++++++++
14598  tests/test_option.py      |    7 ++++++-
14599  tests/test_properties.py  |   24 ++++++++++++++----------
14600  tests/test_signal.py      |   14 +++++++-------
14601  tests/test_source.py      |    4 ++--
14602  6 files changed, 72 insertions(+), 25 deletions(-)
14603
14604 commit 720e614acdbcf734d4bcccc403e639b5a5bcae24
14605 Author: Colin Walters <walters@verbum.org>
14606 Date:   Fri Aug 20 10:58:48 2010 -0400
14607
14608     tests: Port to new introspection tests
14609
14610     Everything is renamed "Regress", and both it and GIMarshallingTests
14611     are now in source form, so we compile them.
14612
14613     The scanner now adds "static methods" to objects, structs, and unions,
14614     so update the test code to use those.
14615
14616     In the tests, remove broken (inout) cases - the person writing these
14617     tests misunderstood the semantics of (inout).  It's not acceptable for
14618     a C API to mutate e.g. a GSList* passed in, or unref an object.
14619
14620     The invocation code needed to be updated for this - remove some
14621     broken hacks.
14622
14623     https://bugzilla.gnome.org/show_bug.cgi?id=627878
14624
14625  configure.ac             |    5 +-
14626  gi/pygi-argument.c       |    9 +--
14627  gi/pygi-invoke.c         |  147
14628  +++++---------------------------------------
14629  tests/Makefile.am        |   42 ++++++++++++-
14630  tests/test_everything.py |    6 +-
14631  tests/test_gi.py         |  151
14632  +++++++++-------------------------------------
14633  6 files changed, 93 insertions(+), 267 deletions(-)
14634
14635 commit f6c4d9e58c8f05cb2d82e158c9eb8480308565bd
14636 Author: John (J5) Palmieri <johnp@redhat.com>
14637 Date:   Fri Aug 20 10:43:58 2010 -0400
14638
14639     we need to specify tp_hash since we overide tp_richcompare
14640
14641     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14642
14643  gobject/pygenum.c  |    1 +
14644  gobject/pygflags.c |    1 +
14645  2 files changed, 2 insertions(+)
14646
14647 commit c03e6b482548aee99362356807c804f8834fad2b
14648 Author: John Ehresman <jpe@wingware.com>
14649 Date:   Thu Apr 15 17:11:30 2010 -0400
14650
14651     working enum/flags/pid subclasses of long
14652
14653     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14654
14655  glib/pygspawn.c    |    7 ++---
14656  gobject/pygenum.c  |   61 +++++++++++++++++++++++------------------
14657  gobject/pygflags.c |   76
14658  ++++++++++++++++++++++------------------------------
14659  3 files changed, 71 insertions(+), 73 deletions(-)
14660
14661 commit 0db676fd2296750a46ba0fb069e472da06ecc53a
14662 Author: John (J5) Palmieri <johnp@redhat.com>
14663 Date:   Wed Aug 18 11:03:32 2010 -0400
14664
14665     make vfuncs work in py3k
14666
14667     * methods now export __func__ instead of im_func for getting the
14668     function
14669       out of a method closure
14670     * however classes no longer return unbound methods in py3k and instead
14671       return the actual function
14672     * in python 2 we use im_func when getting the function from the
14673     vfunc closure
14674     * in py3k we simply assign vfunc to the function
14675
14676     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14677
14678  gi/types.py |   12 ++++++++----
14679  1 file changed, 8 insertions(+), 4 deletions(-)
14680
14681 commit 286dcd0c6455961d818ac7f05f80f82435abc1dc
14682 Author: John (J5) Palmieri <johnp@redhat.com>
14683 Date:   Tue Aug 17 15:43:42 2010 -0400
14684
14685     make cairo module compile in py3k
14686
14687     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14688
14689  gi/Makefile.am          |    2 +-
14690  gi/pygi-foreign-cairo.c |   17 +++++++----------
14691  2 files changed, 8 insertions(+), 11 deletions(-)
14692
14693 commit bda58ec34fc443fe1108afc8532bec50f6fd0b44
14694 Author: John (J5) Palmieri <johnp@redhat.com>
14695 Date:   Tue Aug 17 02:33:45 2010 -0400
14696
14697     fix exceptions so they work in python 3.x
14698
14699     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14700
14701  gi/module.py |    2 +-
14702  gi/types.py  |    2 +-
14703  2 files changed, 2 insertions(+), 2 deletions(-)
14704
14705 commit 427a3c8053feca35ccd746575760ac8a0ed50a12
14706 Author: John (J5) Palmieri <johnp@redhat.com>
14707 Date:   Tue Aug 17 02:24:44 2010 -0400
14708
14709     make the gi module compile under 3.x
14710
14711     * include the compat macros
14712     * use GLIB_MODULE_START/END to define module
14713     * add PyInit__gi to the exported symbols
14714
14715     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14716
14717  gi/Makefile.am |    2 +-
14718  gi/gimodule.c  |   24 +++++++++---------------
14719  2 files changed, 10 insertions(+), 16 deletions(-)
14720
14721 commit 1dee5dcd2b1747b4a4af438c0443d7930e4802db
14722 Author: John (J5) Palmieri <johnp@redhat.com>
14723 Date:   Tue Aug 17 02:14:14 2010 -0400
14724
14725     fix up testshelper module so it compiles in python 3.x
14726
14727     * include the compat header
14728     * fix up PyInts to be PYGLIB_Long
14729     * Use PYGLIB_DEFINE_TYPE macros to define module objects
14730     * Use PYGLIB_MODULE_START/END to define modules
14731
14732     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14733
14734  tests/Makefile.am        |    2 +-
14735  tests/testhelpermodule.c |  221
14736  ++++++----------------------------------------
14737  2 files changed, 28 insertions(+), 195 deletions(-)
14738
14739 commit 1ff83a2ccb7301c8f675913f1c4f6118ea50b9c7
14740 Author: John (J5) Palmieri <johnp@redhat.com>
14741 Date:   Mon Aug 16 21:14:27 2010 -0400
14742
14743     convert to using PYGLIB_DEFINE_TYPE for module objects
14744
14745     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14746
14747  gi/pygi-boxed.c      |   43 ++-----------
14748  gi/pygi-info.c       |  171
14749  ++++++++++++++++++++------------------------------
14750  gi/pygi-repository.c |   39 +++---------
14751  gi/pygi-struct.c     |   45 +++----------
14752  4 files changed, 88 insertions(+), 210 deletions(-)
14753
14754 commit 1efa2b12913b194d433c17014bc1077271a6ca32
14755 Author: John (J5) Palmieri <johnp@redhat.com>
14756 Date:   Mon Aug 16 13:51:05 2010 -0400
14757
14758     some more p3k PyString and PyInt eradication in GI
14759
14760     * add the glib dir to the includes list in the build
14761     * make sure we include the compat macros
14762     * add GLIB_PyBytes_FromString to compat macros
14763     * add GLIB_PyNumber_Long to compat macros
14764     * use RichCompare instead of Compare
14765
14766     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14767
14768  gi/Makefile.am              |    2 +-
14769  gi/pygi-argument.c          |   96
14770  ++++++++++++++++++++++++++-----------------
14771  gi/pygi-boxed.c             |    1 +
14772  gi/pygi-info.c              |   13 +++---
14773  gi/pygi-private.h           |   23 +++++++++++
14774  gi/pygi-repository.c        |    8 ++--
14775  gi/pygi-struct.c            |    1 +
14776  glib/pyglib-python-compat.h |    6 +++
14777  8 files changed, 103 insertions(+), 47 deletions(-)
14778
14779 commit 6b902c66200c1684513a9ef31bdef3f2ff64e4fa
14780 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14781 Date:   Fri Aug 20 09:28:57 2010 +0200
14782
14783     pyglib: Fix typo (Leo Singer)
14784
14785     https://bugzilla.gnome.org/show_bug.cgi?id=627408
14786
14787  glib/option.py |    4 ++--
14788  1 file changed, 2 insertions(+), 2 deletions(-)
14789
14790 commit 3cefffecc1317b6ad77a5ed936bfb990d16bf9d3
14791 Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
14792 Date:   Thu Aug 19 18:45:05 2010 -0300
14793
14794     Add defines for size_t and ssize_t conversion functions
14795
14796     These missing defines cause the resulting module to have unresolved
14797     symbols, rendering it unusable.
14798
14799     https://bugzilla.gnome.org/show_bug.cgi?id=627440
14800
14801  glib/pyglib-python-compat.h |    2 ++
14802  1 file changed, 2 insertions(+)
14803
14804 commit d45c7031876f355e15409f00f3e50e77d18f8f4b
14805 Author: Colin Walters <walters@verbum.org>
14806 Date:   Thu Aug 19 17:50:35 2010 -0400
14807
14808     pyglib: Fix a compiler warning
14809
14810  glib/pyglib.c |    1 +
14811  1 file changed, 1 insertion(+)
14812
14813 commit 0fe6828ddce187ac1897a1f02ca1c5480796d5b9
14814 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14815 Date:   Wed Aug 18 20:36:51 2010 +0200
14816
14817     Don't force gtk 2.0
14818
14819  pygi-convert.sh |   11 +++++++----
14820  1 file changed, 7 insertions(+), 4 deletions(-)
14821
14822 commit ac59c18a4f2bfff47c862b763aaf1d1cf136a4f5
14823 Author: Steve Frécinaux <code@istique.net>
14824 Date:   Tue Aug 17 14:49:30 2010 +0200
14825
14826     Fix some ref leaks in hook_up_vfunc_implementation()
14827
14828     https://bugzilla.gnome.org/show_bug.cgi?id=627143
14829
14830  gi/gimodule.c |    9 +++++++--
14831  1 file changed, 7 insertions(+), 2 deletions(-)
14832
14833 commit 18ee0db673c2fa42244ab85950bbf4840edb674b
14834 Author: John (J5) Palmieri <johnp@redhat.com>
14835 Date:   Thu Aug 12 12:16:31 2010 -0400
14836
14837     handle strings correctly in gio
14838
14839  gio/gappinfo.override |    5 +++++
14840  gio/pygio-utils.c     |   42 +++++++++++++++++++++++++++++++++++-------
14841  2 files changed, 40 insertions(+), 7 deletions(-)
14842
14843 commit 45ab0c03110c911b47519941dfd753326891b5e0
14844 Author: John (J5) Palmieri <johnp@redhat.com>
14845 Date:   Wed Aug 11 16:13:59 2010 -0400
14846
14847     make giomodule compile under py3k
14848
14849     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14850
14851  gio/giomodule.c |  153
14852  ++++++++++++++++++++++++++++---------------------------
14853  1 file changed, 78 insertions(+), 75 deletions(-)
14854
14855 commit c52f8ed3ae8cb66a03b5695e980770c3f467f755
14856 Author: John (J5) Palmieri <johnp@redhat.com>
14857 Date:   Wed Aug 11 16:04:48 2010 -0400
14858
14859     for py3k we need to do some more processing to get bytes from a
14860     unicode string
14861
14862     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14863
14864  gi/pygi-argument.c |   31 +++++++++++++++++++++++++++----
14865  1 file changed, 27 insertions(+), 4 deletions(-)
14866
14867 commit de9eae4dfcce856a42cc5c569a5b9683c28d0eeb
14868 Author: John (J5) Palmieri <johnp@redhat.com>
14869 Date:   Wed Aug 11 15:03:55 2010 -0400
14870
14871     use Bytes instead of Unicode when reading io
14872
14873     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14874
14875  glib/pygiochannel.c |   30 ++++++++++++++++++++++++------
14876  1 file changed, 24 insertions(+), 6 deletions(-)
14877
14878 commit 5824ff98175b749dbcfa72d24b994230b6e05377
14879 Author: John (J5) Palmieri <johnp@redhat.com>
14880 Date:   Mon Aug 9 15:16:51 2010 -0400
14881
14882     prefix compat macros with PYGLIB
14883
14884     * refactor from John Ehresman <jpe@wingware.com> py3k branch
14885     * fix up some extranious PyString calls
14886     * remove duplicate macros from pyglib.h that are in
14887     pyglib-python-compat.h
14888     * pygobject.h can't import pyglib-python-compat.h so add codepaths
14889       for both Py3k and legacy code instead of using macros
14890
14891     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14892
14893  glib/glibmodule.c           |   48 +++++-----
14894  glib/pygiochannel.c         |   46 ++++-----
14895  glib/pyglib-python-compat.h |  153 ++++++++++++++++++++++--------
14896  glib/pyglib.c               |   22 ++---
14897  glib/pyglib.h               |   14 ---
14898  glib/pygoptioncontext.c     |    4 +-
14899  glib/pygsource.c            |   16 ++--
14900  glib/pygspawn.c             |   32 +++----
14901  gobject/gobjectmodule.c     |  216
14902  +++++++++++++++++++++----------------------
14903  gobject/pygboxed.c          |    2 +-
14904  gobject/pygenum.c           |   84 ++++++++---------
14905  gobject/pygflags.c          |  122 ++++++++++++------------
14906  gobject/pygobject-private.h |   12 +--
14907  gobject/pygobject.c         |   46 ++++-----
14908  gobject/pygobject.h         |   23 +++++
14909  gobject/pygparamspec.c      |   24 ++---
14910  gobject/pygpointer.c        |    2 +-
14911  gobject/pygtype.c           |  170 +++++++++++++++++-----------------
14912  18 files changed, 563 insertions(+), 473 deletions(-)
14913
14914 commit 231e934cc01d061e81bb60d35127a133cd0e1793
14915 Author: John (J5) Palmieri <johnp@redhat.com>
14916 Date:   Mon Aug 16 10:14:04 2010 +0200
14917
14918     Gtk.Button unit tests
14919
14920     https://bugzilla.gnome.org/show_bug.cgi?id=622606
14921
14922  tests/test_overrides.py |   10 ++++++++++
14923  1 file changed, 10 insertions(+)
14924
14925 commit f07cfde377e42686c6b80f56cac62338ee333e61
14926 Author: Johan Dahlin <johan@gnome.org>
14927 Date:   Mon Aug 16 10:08:38 2010 +0200
14928
14929     [Gtk] Add overrides for Button
14930
14931     https://bugzilla.gnome.org/show_bug.cgi?id=622606
14932
14933  gi/overrides/Gtk.py |   13 +++++++++++++
14934  1 file changed, 13 insertions(+)
14935
14936 commit 65a06a7216163c7e65b32c5b5f3388faa7fda5d6
14937 Author: Simon van der Linden <svdlinden@gnome.org>
14938 Date:   Thu Aug 12 16:18:58 2010 +0200
14939
14940     Make Cairo an optional dependency
14941
14942     Add the --enable-cairo configure argument.
14943
14944     https://bugzilla.gnome.org/show_bug.cgi?id=616732
14945
14946  configure.ac   |   15 ++++++++++++---
14947  gi/Makefile.am |   20 ++++++++++++--------
14948  2 files changed, 24 insertions(+), 11 deletions(-)
14949
14950 commit b83507263231d9bf47f6c8450583e3d03f0a3b5b
14951 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
14952 Date:   Mon Aug 16 09:55:35 2010 +0200
14953
14954     Don't import again PyGObject (John Ralls)
14955
14956     https://bugzilla.gnome.org/show_bug.cgi?id=626996
14957
14958  gi/pygi.h |    1 +
14959  1 file changed, 1 insertion(+)
14960
14961 commit 0dc3656070f496431829c6e8441ca17129c569f8
14962 Author: John (J5) Palmieri <johnp@redhat.com>
14963 Date:   Mon Aug 9 16:11:55 2010 -0400
14964
14965     move to using richcompare slot instead of compare
14966
14967     https://bugzilla.gnome.org/show_bug.cgi?id=615872
14968
14969  glib/pygiochannel.c     |   18 ++++++----
14970  glib/pyglib.c           |   85
14971  +++++++++++++++++++++++++++++++++++++++++++++++
14972  glib/pyglib.h           |    3 ++
14973  glib/pygmaincontext.c   |   17 ++++++----
14974  glib/pygmainloop.c      |   17 ++++++----
14975  glib/pygoptioncontext.c |   18 ++++++----
14976  glib/pygoptiongroup.c   |   22 ++++++------
14977  gobject/pygboxed.c      |   18 ++++++----
14978  gobject/pygobject.c     |   44 +++++++++++++++++-------
14979  gobject/pygparamspec.c  |   19 +++++++----
14980  gobject/pygpointer.c    |   17 ++++++----
14981  gobject/pygtype.c       |   26 +++++++++++----
14982  12 files changed, 233 insertions(+), 71 deletions(-)
14983
14984 commit b426e531dc53d4b50e572a2da19733479635e662
14985 Author: Simon van der Linden <svdlinden@gnome.org>
14986 Date:   Thu Aug 12 18:09:33 2010 +0200
14987
14988     Replace autogen.sh by a newer version
14989
14990     It pulls automake 1.10 or 1.11.
14991     Greatly inspired from GLib's.
14992
14993     https://bugzilla.gnome.org/show_bug.cgi?id=625661
14994
14995  autogen.sh |  506
14996  +++++++-----------------------------------------------------
14997  1 file changed, 58 insertions(+), 448 deletions(-)
14998
14999 commit 769645e00d6d055a4cd802454dbfc1bbfcbee691
15000 Author: Simon van der Linden <svdlinden@gnome.org>
15001 Date:   Thu Aug 12 14:11:55 2010 +0200
15002
15003     Fix some warnings
15004
15005     pyglib.c: In function â€˜pyglib_gerror_exception_check’:
15006     pyglib.c:362: warning: format not a string literal and no format
15007     arguments
15008     pyglib.c:371: warning: format not a string literal and no format
15009     arguments
15010
15011     gio.override: In function 'pygio_notify_allocate_buffer':
15012     gio.override:144:13: warning: format '%d' expects type 'int', but
15013     argument 3
15014     has type 'gsize'
15015
15016     https://bugzilla.gnome.org/show_bug.cgi?id=625437
15017
15018  gio/gio.override |    2 +-
15019  glib/pyglib.c    |    4 ++--
15020  2 files changed, 3 insertions(+), 3 deletions(-)
15021
15022 commit e4c4cccb588b258dbcd21702e6cddcfe9ebe4ffc
15023 Author: Simon van der Linden <svdlinden@gnome.org>
15024 Date:   Thu Aug 12 11:09:37 2010 +0200
15025
15026     Fix caller-allocates emergency free.
15027
15028     In the state, args, args[i], arg_infos[i], and arg_type_infos[i]
15029     must not be
15030     NULL in order to be able caller-allocates. This patch adds those
15031     conditions.
15032
15033     Moreover, the interface info needs to be freed afterwards.
15034
15035     https://bugzilla.gnome.org/show_bug.cgi?id=626684
15036
15037  gi/pygi-invoke.c |    9 ++++++++-
15038  1 file changed, 8 insertions(+), 1 deletion(-)
15039
15040 commit 0ab967ca40ddcffc2834d4e656bb2010c6b9bdda
15041 Author: Simon van der Linden <svdlinden@gnome.org>
15042 Date:   Thu Aug 12 10:46:17 2010 +0200
15043
15044     Remove useless checks.
15045
15046     No need to check for state->arg_infos, state->arg_type_infos, and
15047     state->args_is_auxiliary to be NULL, they are always allocated.
15048
15049     https://bugzilla.gnome.org/show_bug.cgi?id=626684
15050
15051  gi/pygi-invoke.c |   14 +++-----------
15052  1 file changed, 3 insertions(+), 11 deletions(-)
15053
15054 commit e17be9cd288fee5d7cb174d9d577eb9279044c67
15055 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15056 Date:   Tue Aug 10 17:40:16 2010 +0200
15057
15058     Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly
15059
15060  tests/Makefile.am |    2 +-
15061  1 file changed, 1 insertion(+), 1 deletion(-)
15062
15063 commit 8be59c37dd57acc51875c7189ca09d728b729013
15064 Author: Ignacio Casal Quinteiro <icq@gnome.org>
15065 Date:   Wed Aug 4 13:43:17 2010 +0200
15066
15067     Fix some warnings.
15068
15069  gi/pygi-argument.c |    2 --
15070  gi/pygi-invoke.c   |    2 +-
15071  gi/pygi-struct.c   |    1 -
15072  3 files changed, 1 insertion(+), 4 deletions(-)
15073
15074 commit 529eca6054e9a7e2267f1529e317c2373932762f
15075 Author: Simon van der Linden <svdlinden@gnome.org>
15076 Date:   Fri Jul 30 22:39:40 2010 +0200
15077
15078     Add myself as a maintainer
15079
15080  MAINTAINERS |    4 ++++
15081  1 file changed, 4 insertions(+)
15082
15083 commit caac75a6ed6f671b37e38a78e71b87906a00ac1b
15084 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15085 Date:   Fri Jul 30 14:14:16 2010 +0200
15086
15087     Properly allocate boxed structs that are (caller-allocates)
15088
15089     * gi/pygi-boxed.[hc]: Refactor out the allocation of boxed structs
15090     * gi/pygi-invoke.c: Don't use g_malloc0 for boxed structs that
15091       are (caller-allocates)
15092     * tests/test_overrides.py: Split the TreeView tests
15093
15094     https://bugzilla.gnome.org/show_bug.cgi?id=625653
15095
15096  gi/pygi-boxed.c         |   50
15097  +++++++++++++++++++++++++++++++----------------
15098  gi/pygi-boxed.h         |   10 ++++++----
15099  gi/pygi-invoke.c        |   16 ++++++---------
15100  tests/test_overrides.py |   39 ++++++++++++++++++------------------
15101  4 files changed, 64 insertions(+), 51 deletions(-)
15102
15103 commit 99c7322898c00a576c7319ea0a7c808446253133
15104 Author: Toms Baugis <toms.baugis@gmail.com>
15105 Date:   Fri Jul 30 15:44:21 2010 +0200
15106
15107     override gdk.Event to return attribute from the proper event object
15108
15109     https://bugzilla.gnome.org/show_bug.cgi?id=620593
15110
15111  gi/overrides/Gdk.py     |   48
15112  +++++++++++++++++++++++++++++++++++++++++++++++
15113  gi/pygi-invoke.c        |    4 ----
15114  tests/test_overrides.py |   10 ++++++++++
15115  3 files changed, 58 insertions(+), 4 deletions(-)
15116
15117 commit 55814e722c2ae11310f346790c9221e4fad92b50
15118 Author: John (J5) Palmieri <johnp@redhat.com>
15119 Date:   Fri Jul 30 06:30:48 2010 -0400
15120
15121     check if z# needs an int or Py_ssize_t
15122
15123     https://bugzilla.gnome.org/show_bug.cgi?id=625438
15124
15125  gio/gio.override |    5 +++++
15126  1 file changed, 5 insertions(+)
15127
15128 commit 477315465d0a6d84b51e146e86e254873bc564ff
15129 Author: John (J5) Palmieri <johnp@redhat.com>
15130 Date:   Fri Jul 30 06:43:06 2010 -0400
15131
15132     make sure we parse parameters to python object vars not glib vars
15133
15134     * py_flags was already set up but due to a typo &flags was being
15135     passed
15136       instead
15137
15138     https://bugzilla.gnome.org/show_bug.cgi?id=625438
15139
15140  gio/gfile.override |    8 ++++----
15141  1 file changed, 4 insertions(+), 4 deletions(-)
15142
15143 commit faa7d4eece7ddb698725098970c2478a3b45c4d5
15144 Author: Paul Bolle <pebolle@tiscali.nl>
15145 Date:   Fri Jul 30 10:56:01 2010 +0200
15146
15147     Make an example and a demo work out of the box
15148
15149     cairo-demo.py and gtk-demo.py need the two (kind of) magic lines
15150     regarding pygtk to work out of the box. So add those.
15151
15152     Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
15153
15154     https://bugzilla.gnome.org/show_bug.cgi?id=625638
15155
15156  demos/gtk-demo/gtk-demo.py |    2 ++
15157  examples/cairo-demo.py     |    2 ++
15158  2 files changed, 4 insertions(+)
15159
15160 commit c9da5782e6c633d9af43ee85075e9ee65db09780
15161 Author: John (J5) Palmieri <johnp@redhat.com>
15162 Date:   Fri Jul 9 13:14:42 2010 -0400
15163
15164     make sure caller allocated structs are freed when they go out of scope
15165
15166     * Move struct transfer checks from pygi-arguments to pygi-invoke
15167     * add better warning if an unknown struct is fully transfered
15168     * only free GValues we create in the invoke cleanup.  All other
15169     structs
15170       get cleaned up when they go out of scope in python
15171     * Fixes issues with caller allocated treeiters getting freed to early
15172     * this is a fix to crashes in the current test suite when API's
15173     returning
15174       TreeIters were annotated as out caller-allocates so no new tests
15175       are needed
15176
15177     https://bugzilla.gnome.org/show_bug.cgi?id=623969
15178
15179  gi/pygi-argument.c |   13 +++++--------
15180  gi/pygi-invoke.c   |   46 ++++++++++++++++++++++++++++++++++++++++------
15181  2 files changed, 45 insertions(+), 14 deletions(-)
15182
15183 commit e0a85305cd107aae5902e524afd074cd8c329927
15184 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15185 Date:   Fri Jul 30 10:35:33 2010 +0200
15186
15187     Revert "override gdk.Event to return attribute from the proper
15188     event object."
15189
15190     Pushed by mistake, we still need testcases
15191
15192     This reverts commit e7bb3954880568884ca66e7751ede689dc2f24f6.
15193
15194  gi/overrides/Gdk.py |   44 --------------------------------------------
15195  1 file changed, 44 deletions(-)
15196
15197 commit 61ffb8d6d08fcfe638f71ea97ceac3a366e5536d
15198 Author: Paul Bolle <pebolle@tiscali.nl>
15199 Date:   Thu Jul 29 22:55:28 2010 +0200
15200
15201     PyGI: properly quit cairo-demo
15202
15203     Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
15204
15205     https://bugzilla.gnome.org/show_bug.cgi?id=625619
15206
15207  examples/cairo-demo.py |    2 +-
15208  1 file changed, 1 insertion(+), 1 deletion(-)
15209
15210 commit e7bb3954880568884ca66e7751ede689dc2f24f6
15211 Author: Toms Baugis <toms.baugis@gmail.com>
15212 Date:   Tue Jul 27 21:37:16 2010 +0200
15213
15214     override gdk.Event to return attribute from the proper event object.
15215
15216     https://bugzilla.gnome.org/show_bug.cgi?id=620593
15217
15218  gi/overrides/Gdk.py |   44 ++++++++++++++++++++++++++++++++++++++++++++
15219  1 file changed, 44 insertions(+)
15220
15221 commit 0a9f1da052fd33dcef81d0e267fc7972f02c7888
15222 Author: Simon van der Linden <svdlinden@gnome.org>
15223 Date:   Wed Jul 28 14:56:00 2010 +0200
15224
15225     Clean and improve the test infrastructure
15226
15227     To run select tests, use for instance:
15228     % make check TEST_NAMES='test_everything test_gi.TestConstant'
15229
15230     It works with check.gdb and check.valgrind too.
15231
15232     https://bugzilla.gnome.org/show_bug.cgi?id=625488
15233
15234  Makefile.am                |    5 ----
15235  tests/Makefile.am          |   65
15236  ++++++++++++++++++++------------------------
15237  tests/common.py            |   47 --------------------------------
15238  tests/runtests.py          |   43 +++++++++++------------------
15239  tests/test_gcancellable.py |    4 +--
15240  tests/test_gi.py           |    3 --
15241  tests/test_gicon.py        |    3 +-
15242  tests/test_gio.py          |    3 +-
15243  tests/test_gobject.py      |    3 +-
15244  tests/test_gresolver.py    |    4 +--
15245  tests/test_gsocket.py      |    4 ++-
15246  tests/test_interface.py    |    6 +++-
15247  tests/test_mainloop.py     |   11 +++-----
15248  tests/test_signal.py       |    4 ++-
15249  tests/test_source.py       |    4 +--
15250  tests/test_subprocess.py   |    5 +---
15251  tests/test_thread.py       |    5 +++-
15252  tests/test_unknown.py      |    5 +++-
15253  18 files changed, 82 insertions(+), 142 deletions(-)
15254
15255 commit 82f4cb5ebf5d992493b7a2f74cfd5f175e19eb76
15256 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15257 Date:   Thu Jul 29 12:34:19 2010 +0200
15258
15259     Add some more transformations to pygi-convert.sh
15260
15261  pygi-convert.sh |   37 +++++++++++++++++++++++++++++--------
15262  1 file changed, 29 insertions(+), 8 deletions(-)
15263
15264 commit de519adcd21947a0aef7932cdecb78cef200c85e
15265 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15266 Date:   Wed Jul 28 14:42:36 2010 +0200
15267
15268     Adapt to API changes: g_irepository_enumerate_versions
15269
15270  gi/importer.py       |    2 +-
15271  gi/pygi-repository.c |   12 ++++++------
15272  2 files changed, 7 insertions(+), 7 deletions(-)
15273
15274 commit 01cd9abb43f93f9a57a5a05b6dc9560614e666e3
15275 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15276 Date:   Wed Jul 28 12:26:48 2010 +0200
15277
15278     Add GValue<->GArgument marshalling for some more types
15279
15280  gi/pygi-property.c |   37 ++++++++++++++++++++++++++++++++++++-
15281  1 file changed, 36 insertions(+), 1 deletion(-)
15282
15283 commit ddffa70c3ee0e837070f390632bc692430f79171
15284 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15285 Date:   Wed Jul 28 11:10:42 2010 +0200
15286
15287     Chain up with the non-introspection implementation for properties
15288     if needed
15289
15290  gobject/pygobject.c |    7 ++++++-
15291  1 file changed, 6 insertions(+), 1 deletion(-)
15292
15293 commit 045433a1f8167205dc8eae613dcb8835d02c8916
15294 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15295 Date:   Wed Jul 28 10:59:49 2010 +0200
15296
15297     Improve error reporting for missing attributes in introspection
15298     modules
15299
15300  gi/module.py |    4 ++--
15301  1 file changed, 2 insertions(+), 2 deletions(-)
15302
15303 commit 6655a79b2f13fe417aefdf6aebab0f2d6162ba00
15304 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15305 Date:   Tue Jul 27 21:52:49 2010 +0200
15306
15307     Implement getting and setting properties using introspection
15308     information.
15309
15310     This allows us to use information not present in GObject such as
15311     transfer and element types.
15312
15313     https://bugzilla.gnome.org/show_bug.cgi?id=620808
15314
15315  gi/Makefile.am           |    2 +
15316  gi/gimodule.c            |    2 +
15317  gi/pygi-argument.c       |    2 +
15318  gi/pygi-private.h        |    1 +
15319  gi/pygi-property.c       |  226
15320  ++++++++++++++++++++++++++++++++++++++++++++++
15321  gi/pygi-property.h       |   39 ++++++++
15322  gi/pygi.h                |   41 +++++++++
15323  gobject/pygobject.c      |    9 ++
15324  tests/test_everything.py |   19 ++++
15325  9 files changed, 341 insertions(+)
15326
15327 commit 85f4572b3ffbfa364ebb2e470eab759edc557b36
15328 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15329 Date:   Tue Jul 27 21:32:41 2010 +0200
15330
15331     Readd Gdk.Rectangle override for Gtk-2.0
15332
15333  gi/overrides/Gdk.py |   19 +++++++++++++++++++
15334  1 file changed, 19 insertions(+)
15335
15336 commit 2082ee35e2a33f52bf1e8ec49cb4a43398e91989
15337 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15338 Date:   Tue Jul 27 18:25:27 2010 +0200
15339
15340     Allow specifying a version when loading a typelib
15341
15342     * gi/importer.py: Defer loading the typelib until first usage.
15343     * gi/module.py: Load the typelib in IntrospectionModule().
15344     * gi/overrides/*.py: Adapt to API change.
15345     * gi/pygi-repository.c: Add wrappers for g_irepository_enumerate and
15346       g_irepository_get_version.
15347
15348  gi/importer.py                     |   26 ++++++----------
15349  gi/module.py                       |   58
15350  +++++++++++++++++++++++-------------
15351  gi/overrides/GIMarshallingTests.py |    2 +-
15352  gi/overrides/Gdk.py                |    2 +-
15353  gi/overrides/Gtk.py                |    2 +-
15354  gi/pygi-repository.c               |   56
15355  +++++++++++++++++++++++++++++++++-
15356  6 files changed, 105 insertions(+), 41 deletions(-)
15357
15358 commit 6d7ed6c322234c240b1063a1dfaadd17157432a9
15359 Author: Jonathan Matthew <jonathan@d14n.org>
15360 Date:   Tue Jul 13 20:27:28 2010 +1000
15361
15362     treat GFreeFunc as equivalent to GDestroyNotify when scanning
15363     callbacks
15364
15365     https://bugzilla.gnome.org/show_bug.cgi?id=624232
15366
15367  gi/pygi-callbacks.c |    3 ++-
15368  1 file changed, 2 insertions(+), 1 deletion(-)
15369
15370 commit 7e9cbd5601ad548b78d106bac1a1576d33b91c65
15371 Author: Simon van der Linden <svdlinden@gnome.org>
15372 Date:   Mon Jul 26 17:00:23 2010 +0200
15373
15374     Don't use == to compare doubles, use <= and =>.
15375
15376     This avoids inequality due to small precisions difference.
15377
15378     https://bugzilla.gnome.org/show_bug.cgi?id=625326
15379
15380  tests/testhelpermodule.c |    2 +-
15381  1 file changed, 1 insertion(+), 1 deletion(-)
15382
15383 commit 5ca2a41f16f4a5fcc3ab4d00bec46b077c7eb384
15384 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15385 Date:   Thu Jul 8 11:36:12 2010 +0200
15386
15387     Allow passing ints as enum args
15388
15389     https://bugzilla.gnome.org/show_bug.cgi?id=622584
15390
15391  gi/pygi-argument.c |   23 +++++++++++++++++++++--
15392  tests/test_gi.py   |    6 ++++--
15393  2 files changed, 25 insertions(+), 4 deletions(-)
15394
15395 commit 890c3233f8a9f884b045a294bf0122bb3afcd54a
15396 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15397 Date:   Sun Jul 25 17:30:40 2010 +0100
15398
15399     Make error message less ambiguous
15400
15401     https://bugzilla.gnome.org/show_bug.cgi?id=625095
15402
15403  gi/pygi-callbacks.c |    3 ++-
15404  1 file changed, 2 insertions(+), 1 deletion(-)
15405
15406 commit 1162e436273ff8e9e4e24bd8ba74615fd4624753
15407 Author: John (J5) Palmieri <johnp@redhat.com>
15408 Date:   Thu Jun 24 10:07:12 2010 -0400
15409
15410     fix passing in type names as a GType and add gtype unit tests
15411
15412     * a simple call to pyg_type_from_object covers all the bases
15413     * added unit tests to check for correct GType value passing
15414     * fixed up tree override tests to also check different ways of
15415     passing GTypes
15416
15417     https://bugzilla.gnome.org/show_bug.cgi?id=622605
15418
15419  gi/pygi-argument.c       |    8 +-------
15420  tests/test_everything.py |   27 +++++++++++++++++++++++++++
15421  tests/test_overrides.py  |    6 ++----
15422  3 files changed, 30 insertions(+), 11 deletions(-)
15423
15424 commit 8becd32fc042445d62b885bac12dac326b2dc1fa
15425 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15426 Date:   Mon Jul 26 11:54:47 2010 +0200
15427
15428     Increase a bit verbosity of tests so people know which test failed
15429
15430  tests/runtests.py |    2 +-
15431  1 file changed, 1 insertion(+), 1 deletion(-)
15432
15433 commit 3b3c63514f311592e6769a373d37a2bde7ea6b38
15434 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15435 Date:   Thu Jul 15 15:17:53 2010 +0200
15436
15437     Actually add the files for GVariant foreign structs
15438
15439  gi/pygi-foreign-gvariant.c |   63
15440  ++++++++++++++++++++++++++++++++++++++++++++
15441  gi/pygi-foreign-gvariant.h |   41 ++++++++++++++++++++++++++++
15442  2 files changed, 104 insertions(+)
15443
15444 commit e65275bc57f345c111eb12a6b4476ff1ddc3bc24
15445 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15446 Date:   Thu Jul 15 13:31:33 2010 +0200
15447
15448     Add foreign struct support for GVariant
15449
15450      * gi/pygi-invoke.c: Wrap foreign structs returned by constructors
15451      * gi/pygi-foreign.c: Register foreign support for GVariant
15452      * gi/pygi-struct.c: properly release foreign structs
15453      * gi/pygi-argument.c, gi/pygi-foreign-cairo.c, gi/pygi.h: Adapt to
15454      API changes
15455      * tests/test_everything.py: Add basic tests for GVariant
15456
15457     https://bugzilla.gnome.org/show_bug.cgi?id=619501
15458
15459  gi/Makefile.am           |    2 +
15460  gi/pygi-argument.c       |    2 +-
15461  gi/pygi-foreign-cairo.c  |   16 +++----
15462  gi/pygi-foreign.c        |  107
15463  ++++++++++++++++++++++++++++------------------
15464  gi/pygi-foreign.h        |    7 ++-
15465  gi/pygi-invoke.c         |   18 ++++----
15466  gi/pygi-struct.c         |   10 ++++-
15467  gi/pygi.h                |    9 ++--
15468  tests/test_everything.py |    8 ++++
15469  9 files changed, 110 insertions(+), 69 deletions(-)
15470
15471 commit 3b3bd4da3fbc993fa7f7cfb46ed4e67671c94cc0
15472 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15473 Date:   Mon Jul 12 11:19:06 2010 +0200
15474
15475     Add HACKING to MANIFEST.in
15476
15477  MANIFEST.in |    2 +-
15478  1 file changed, 1 insertion(+), 1 deletion(-)
15479
15480 commit 40bf08ff001b119c7daf709197005ef6480216c5
15481 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15482 Date:   Mon Jul 12 11:18:04 2010 +0200
15483
15484     Add HACKING file with instructions for releasing
15485
15486  HACKING |   14 ++++++++++++++
15487  1 file changed, 14 insertions(+)
15488
15489 commit 3b9dffe7cc3820dfb84fd968fc604899601c5dc4
15490 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15491 Date:   Mon Jul 12 11:09:58 2010 +0200
15492
15493     Post release version bump to 2.21.6
15494
15495  configure.ac |    2 +-
15496  1 file changed, 1 insertion(+), 1 deletion(-)
15497
15498 commit 42a5a0897b38156ae010c396ea254abf502f35de
15499 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15500 Date:   Mon Jul 12 11:00:29 2010 +0200
15501
15502     Update NEWS and release PyGObject-2.21.5
15503
15504  NEWS |   17 +++++++++++++++++
15505  1 file changed, 17 insertions(+)
15506
15507 commit 5857f25c1c6e25b79e6134558bd7151bc6c30ef7
15508 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15509 Date:   Mon Jul 12 11:00:20 2010 +0200
15510
15511     Pre-release version bump to 2.21.5
15512
15513  configure.ac |    2 +-
15514  1 file changed, 1 insertion(+), 1 deletion(-)
15515
15516 commit e500adc3ac19ef6f436809e5a8828ac7e8db28f6
15517 Author: Florian Müllner <florian.muellner@gmail.com>
15518 Date:   Sat Jul 10 22:35:13 2010 +0200
15519
15520     Shut up some compiler warnings
15521
15522     Remove unused variables, make sure variables are properly initialized.
15523
15524     https://bugzilla.gnome.org/show_bug.cgi?id=624066
15525
15526  gi/pygi-callbacks.c |    1 -
15527  gi/pygi-closure.c   |    2 +-
15528  gi/pygi-invoke.c    |    1 -
15529  3 files changed, 1 insertion(+), 3 deletions(-)
15530
15531 commit 2efa18afbcc2fac1c90958535b2f80e6e730ee56
15532 Author: =?UTF-8?q?Florian=20M=C3=BCllner?= <florian.muellner@gmail.com>
15533 Date:   Mon Jul 12 10:31:42 2010 +0200
15534
15535     Adjust to API break in GObject-Introspection
15536
15537     As of commit 5cb925b20, many type_tags for standard C types have
15538     been removed - namely machine-dependent integer types and derived
15539     types (size_t, time_t).
15540
15541     Most removals are just synonyms of other types, so their removal
15542     should not have too much impact, with the exception of time_t,
15543     which was translated to a native datetime object before.
15544
15545     Also remove time_t tests (Tomeu Vizoso).
15546
15547     https://bugzilla.gnome.org/show_bug.cgi?id=624065
15548
15549  configure.ac       |    2 +-
15550  gi/importer.py     |    7 +--
15551  gi/pygi-argument.c |  146
15552  ----------------------------------------------------
15553  gi/pygi-closure.c  |   10 ----
15554  gi/pygi-info.c     |   37 -------------
15555  tests/test_gi.py   |   21 --------
15556  6 files changed, 5 insertions(+), 218 deletions(-)
15557
15558 commit 27a417c71f8c122e46c7472663bb25c17413f103
15559 Author: John (J5) Palmieri <johnp@redhat.com>
15560 Date:   Thu Jul 8 16:01:25 2010 -0400
15561
15562     pass in the demo app so demos can use utility methods like requesting
15563     file paths
15564
15565  demos/gtk-demo/demos/Entry/entry_buffer.py     |    2 +-
15566  demos/gtk-demo/demos/Entry/entry_completion.py |    2 +-
15567  demos/gtk-demo/demos/appwindow.py              |   13 +++++++++++--
15568  demos/gtk-demo/demos/assistant.py              |    2 +-
15569  demos/gtk-demo/demos/builder.py                |   14 ++++++++++----
15570  demos/gtk-demo/demos/button_box.py             |    2 +-
15571  demos/gtk-demo/demos/clipboard.py              |    8 +-------
15572  demos/gtk-demo/demos/colorselector.py          |    2 +-
15573  demos/gtk-demo/demos/combobox.py               |    8 +++++---
15574  demos/gtk-demo/demos/drawingarea.py            |    2 +-
15575  demos/gtk-demo/demos/test.py                   |    2 +-
15576  demos/gtk-demo/gtk-demo.py                     |    6 +++---
15577  12 files changed, 37 insertions(+), 26 deletions(-)
15578
15579 commit e7daae919c2c6ae35d3927f0006252aacd49ea86
15580 Author: John (J5) Palmieri <johnp@redhat.com>
15581 Date:   Thu Jul 8 15:38:07 2010 -0400
15582
15583     demo fixes to keep up with Gtk+
15584
15585     * treeiter changes to reflect caller-allocate annotations
15586     * fix some flag handling
15587     * use get_indicies_with_depth instead of get_indices for paths
15588
15589  demos/gtk-demo/demos/appwindow.py |   10 +++++++---
15590  demos/gtk-demo/demos/combobox.py  |   24 ++++++++++++------------
15591  demos/gtk-demo/gtk-demo.py        |   13 +++++--------
15592  3 files changed, 24 insertions(+), 23 deletions(-)
15593
15594 commit 3d9fd6391710cc33058394d6821e4d4e11f09b22
15595 Author: John (J5) Palmieri <johnp@redhat.com>
15596 Date:   Thu Jul 8 12:54:43 2010 -0400
15597
15598     override test fixes for new GTK+ annotations
15599
15600  tests/test_overrides.py |   23 +++++++++++++----------
15601  1 file changed, 13 insertions(+), 10 deletions(-)
15602
15603 commit 7a400f8139b70ddfe7c949035e0851689951c647
15604 Author: Ignacio Casal Quinteiro <icq@gnome.org>
15605 Date:   Thu Jul 8 12:42:25 2010 +0200
15606
15607     Fix warning.
15608
15609  gi/pygi-argument.c |    4 ++--
15610  1 file changed, 2 insertions(+), 2 deletions(-)
15611
15612 commit 39fd0a85a3de06b1b877d1125f91036409886373
15613 Author: John (J5) Palmieri <johnp@redhat.com>
15614 Date:   Wed Jul 7 15:48:36 2010 -0400
15615
15616     fix up treeiter usage due to caller-allocates annotations in gtk+
15617
15618     * we still don't pass tests because the caller-allocates code path
15619     does not
15620       handle the case where the parameter is followed by a regular
15621       in parameter
15622
15623  gi/overrides/Gtk.py     |    7 +++----
15624  tests/test_overrides.py |   21 +++++++++++----------
15625  2 files changed, 14 insertions(+), 14 deletions(-)
15626
15627 commit 4d970b75dc5c75c1bec04cb2954c9985b476070c
15628 Author: John (J5) Palmieri <johnp@redhat.com>
15629 Date:   Tue Jul 6 17:50:10 2010 -0400
15630
15631     add entry completion demo
15632
15633  demos/gtk-demo/demos/Entry/entry_completion.py |   87
15634  ++++++++++++++++++++++++
15635  1 file changed, 87 insertions(+)
15636
15637 commit f3531eaa1bfa4e01651d35cd587384d30a398ba8
15638 Author: John (J5) Palmieri <johnp@redhat.com>
15639 Date:   Tue Jul 6 17:49:18 2010 -0400
15640
15641     string changes
15642
15643  demos/gtk-demo/demos/Entry/entry_buffer.py |    4 ++--
15644  1 file changed, 2 insertions(+), 2 deletions(-)
15645
15646 commit baf1e9bb550c7bf45e2ac0b70ba29c434ef1ccc6
15647 Author: John (J5) Palmieri <johnp@redhat.com>
15648 Date:   Tue Jul 6 17:27:04 2010 -0400
15649
15650     add the Entry demo directory and the entry_buffer demo
15651
15652  demos/gtk-demo/demos/Entry/entry_buffer.py |   73
15653  ++++++++++++++++++++++++++++
15654  1 file changed, 73 insertions(+)
15655
15656 commit f2b1d222120f055bec9339cca55c9cc90f538c00
15657 Author: John (J5) Palmieri <johnp@redhat.com>
15658 Date:   Tue Jul 6 17:26:03 2010 -0400
15659
15660     fix loading of demo modules to support sub modules
15661
15662  demos/gtk-demo/gtk-demo.py |    9 +++++++--
15663  1 file changed, 7 insertions(+), 2 deletions(-)
15664
15665 commit 4f9390fb1892b13ab2ea00ed66c5000a40f09029
15666 Author: John (J5) Palmieri <johnp@redhat.com>
15667 Date:   Tue Jul 6 15:56:34 2010 -0400
15668
15669     add the ability to have demos in sub catagories
15670
15671  demos/gtk-demo/gtk-demo.py |   76
15672  +++++++++++++++++++++++++++++++-------------
15673  1 file changed, 54 insertions(+), 22 deletions(-)
15674
15675 commit dc2249a3ecf339008351316217191d0551ccc588
15676 Author: Jose Aliste <jaliste@src.gnome.org>
15677 Date:   Mon Jul 5 14:36:59 2010 -0400
15678
15679     Add  __name__ to DynamicModule class.
15680
15681     Fixes bug #623486.
15682
15683  gi/module.py |    1 +
15684  1 file changed, 1 insertion(+)
15685
15686 commit 2357bca8d14539894b6bd0acfdc18d30b4bb4db6
15687 Author: Ignacio Casal Quinteiro <icq@gnome.org>
15688 Date:   Mon Jul 5 16:11:07 2010 +0200
15689
15690     Do not override GdkRectangle.
15691
15692     This class was lately removed from gtk+ 3, so there is no need
15693     to override
15694     it anymore.
15695
15696  gi/overrides/Gdk.py |   19 -------------------
15697  1 file changed, 19 deletions(-)
15698
15699 commit daca09dc2c2306d4fa82a68bbdd147d4b170a1e7
15700 Author: Philip Withnall <philip.withnall@collabora.co.uk>
15701 Date:   Tue Jun 29 16:37:36 2010 +0100
15702
15703     Add override for TreeModel implementing __len__()
15704
15705     Closes: bgo#622882
15706
15707  gi/overrides/Gtk.py     |   11 +++++++++--
15708  tests/test_overrides.py |    5 +++++
15709  2 files changed, 14 insertions(+), 2 deletions(-)
15710
15711 commit bb8adb7f02f0c5494df2cb6e535e44d23902e8f5
15712 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15713 Date:   Tue Jun 29 11:27:13 2010 +0200
15714
15715     Update NEWS and release PyGObject-2.21.4
15716
15717  NEWS |   27 +++++++++++++++++++++++++--
15718  1 file changed, 25 insertions(+), 2 deletions(-)
15719
15720 commit 2d473ee17be4671244bb4a2a0953a21ccf2a0df6
15721 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15722 Date:   Tue Jun 29 10:55:03 2010 +0200
15723
15724     Remove files from the makefiles
15725
15726  gi/Makefile.am      |    4 +---
15727  gobject/Makefile.am |    3 +--
15728  2 files changed, 2 insertions(+), 5 deletions(-)
15729
15730 commit 89827314fd183eac07443c8e9d275ca9d4ce59df
15731 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15732 Date:   Tue Jun 29 10:27:39 2010 +0200
15733
15734     Build the cairo shim as a python module so the _gi module stops
15735     linking to it
15736
15737     https://bugzilla.gnome.org/show_bug.cgi?id=623021
15738
15739  configure.ac            |    2 +
15740  gi/Makefile.am          |   38 +++++++++-----
15741  gi/gimodule.c           |    8 +--
15742  gi/pygi-argument.c      |   10 +---
15743  gi/pygi-foreign-cairo.c |   56 +++++++++++++++------
15744  gi/pygi-foreign-cairo.h |   55 ---------------------
15745  gi/pygi-foreign.c       |  125
15746  ++++++++++++++++++++++++++++-------------------
15747  gi/pygi-foreign.h       |   31 ++++++------
15748  gi/pygi.h               |   40 +++++++++++++--
15749  9 files changed, 196 insertions(+), 169 deletions(-)
15750
15751 commit a6a90551311bc64f037cbd442e13f70c30060871
15752 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15753 Date:   Mon Jun 28 14:20:43 2010 +0200
15754
15755     Remove pygi-external.h
15756
15757     https://bugzilla.gnome.org/show_bug.cgi?id=623021
15758
15759  gi/gimodule.c           |    8 +++---
15760  gi/pygi-type.c          |    4 +--
15761  gi/pygi-type.h          |    2 +-
15762  gi/pygi.h               |   54 ++++++++++++++++----------------------
15763  gobject/Makefile.am     |    6 +++++
15764  gobject/pygboxed.c      |    2 +-
15765  gobject/pygenum.c       |    2 +-
15766  gobject/pygflags.c      |    2 +-
15767  gobject/pygi-external.h |   67
15768  -----------------------------------------------
15769  gobject/pygobject.c     |    2 +-
15770  gobject/pygpointer.c    |    2 +-
15771  11 files changed, 40 insertions(+), 111 deletions(-)
15772
15773 commit 8b3a3baacb45cb3f9112f7597607602fa89c6634
15774 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15775 Date:   Fri Jun 25 13:54:57 2010 +0200
15776
15777     Revert "correctly handle floating objects in gtk"
15778
15779     This reverts commit 60fdf4b8f738dd0f5c190bc18ddf010032d3c5ca.
15780
15781     Conflicts:
15782
15783         gi/gimodule.c
15784         tests/test_everything.py
15785
15786  gi/gimodule.c            |   13 -------------
15787  tests/test_everything.py |    3 ++-
15788  2 files changed, 2 insertions(+), 14 deletions(-)
15789
15790 commit 0f2a09d7eae63abb71723b7cd8fb290dcba33426
15791 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15792 Date:   Fri Jun 25 13:49:04 2010 +0200
15793
15794     Make valgrind happy again
15795
15796     * gi/pygi-argument.c, gi/pygi-info.c: Zero two GArgument instances.
15797     * gi/pygi-invoke.c: workaround bgo#622711 and zero invocation_state.
15798
15799  gi/pygi-argument.c |    1 +
15800  gi/pygi-info.c     |    2 ++
15801  gi/pygi-invoke.c   |    8 ++++++--
15802  3 files changed, 9 insertions(+), 2 deletions(-)
15803
15804 commit 63afe55906c8637e913783e65b82b540b81bed65
15805 Author: John (J5) Palmieri <johnp@redhat.com>
15806 Date:   Thu Jun 24 16:13:37 2010 -0400
15807
15808     add drawing area demo
15809
15810  demos/gtk-demo/demos/drawingarea.py |  249
15811  +++++++++++++++++++++++++++++++++++
15812  1 file changed, 249 insertions(+)
15813
15814 commit 8bba5f842393a284367cdd15f3d32a8c7745516a
15815 Author: John (J5) Palmieri <johnp@redhat.com>
15816 Date:   Thu Jun 24 14:11:00 2010 -0400
15817
15818     sort the demo list
15819
15820  demos/gtk-demo/gtk-demo.py |    2 ++
15821  1 file changed, 2 insertions(+)
15822
15823 commit b9da82742701ed276b01dee39626cd71cbef8556
15824 Author: John (J5) Palmieri <johnp@redhat.com>
15825 Date:   Thu Jun 24 13:56:18 2010 -0400
15826
15827     rename iter to treeiter so we aren't using a python reserved word
15828
15829  demos/gtk-demo/gtk-demo.py |   12 ++++++------
15830  1 file changed, 6 insertions(+), 6 deletions(-)
15831
15832 commit c93935621f2fb1ff5e8c424ae884bd684ea68e50
15833 Author: John (J5) Palmieri <johnp@redhat.com>
15834 Date:   Thu Jun 24 13:47:54 2010 -0400
15835
15836     Fixup for change in buffer API
15837
15838     * Part of buffer API dealing with TextIter now marked (out
15839     caller-allocates)
15840
15841  demos/gtk-demo/gtk-demo.py |   10 ++++------
15842  1 file changed, 4 insertions(+), 6 deletions(-)
15843
15844 commit 8d9516a593a515290109401a9db7aa259b5aa35c
15845 Author: John (J5) Palmieri <johnp@redhat.com>
15846 Date:   Wed Jun 23 17:04:33 2010 -0400
15847
15848     add ListStore, TreeStore and TreeViewColumn APIs
15849
15850     * this is enough to support the gtk-demo.py shell
15851     * TreeStore and ListStore allow passing in as an argument list
15852       of either python or GLib types to the constructor as a description
15853       of the columns in the model
15854     * TreeStore and ListStore override the append method, allowing
15855       the application developer to send in a list of column values
15856       for one row in the model.  Unlike the append in C which
15857       just returns an iter that you can then add data to,
15858       this append actualy appends data in one step
15859     * TreeViewColumn overrides the constructor to allow the adding
15860       of attributes and a cell renderer when constructing the
15861       column
15862
15863     https://bugzilla.gnome.org/show_bug.cgi?id=620405
15864
15865  gi/overrides/Gtk.py     |   59 ++++++++++++++++++++++++++++++++++++++++
15866  tests/test_overrides.py |   69
15867  +++++++++++++++++++++++++++++++++++++++++++++++
15868  2 files changed, 128 insertions(+)
15869
15870 commit c305fbeb7bdb44623d5198f4a8f0a374d529fdf4
15871 Author: Johan Dahlin <johan@gnome.org>
15872 Date:   Wed Jun 23 14:34:28 2010 -0300
15873
15874     [gi] Add -I../gobject to cflags
15875
15876     Since we're no longer pulling in pygobject cflags,
15877     add this to be able to include pygobject.h
15878
15879  gi/Makefile.am |    3 +++
15880  1 file changed, 3 insertions(+)
15881
15882 commit 53a093198851e3ba5abd1f6c3314737decd401d8
15883 Author: Ignacio Casal Quinteiro <icq@gnome.org>
15884 Date:   Wed Jun 23 18:09:19 2010 +0200
15885
15886     Add unit test for add_actions user data.
15887
15888  tests/test_overrides.py |   20 +++++++++++++++-----
15889  1 file changed, 15 insertions(+), 5 deletions(-)
15890
15891 commit 7f829af620cba768de619dd9f228d5d2ebf7fee4
15892 Author: Paolo Borelli <pborelli@gnome.org>
15893 Date:   Wed Jun 23 18:06:46 2010 +0200
15894
15895     Pass user_data param when adding actions
15896
15897  gi/overrides/Gtk.py |   12 ++++++------
15898  1 file changed, 6 insertions(+), 6 deletions(-)
15899
15900 commit 8f537ccd62f41ebe0db3853e2ae08080666f598f
15901 Author: John (J5) Palmieri <johnp@redhat.com>
15902 Date:   Wed Jun 23 12:02:04 2010 -0400
15903
15904     add an exception type to the try/except block
15905
15906     * we should always specify what exception types we are expecting
15907
15908  gi/overrides/Gtk.py |    6 +++---
15909  1 file changed, 3 insertions(+), 3 deletions(-)
15910
15911 commit f140a8ebf59347162b67b550bd6f62d2eafad29a
15912 Author: Johan Dahlin <johan@gnome.org>
15913 Date:   Wed Jun 23 12:31:51 2010 -0300
15914
15915     Avoid duplicating required versions
15916
15917     Avoid duplicating the version of all required packages.
15918     Also remove cyclic dependency of pygobject
15919
15920     https://bugzilla.gnome.org/show_bug.cgi?id=622503
15921
15922  configure.ac |    9 +++++----
15923  1 file changed, 5 insertions(+), 4 deletions(-)
15924
15925 commit e8bd25355fbe7de38a28b7a0583167a2c0ffc31f
15926 Author: John (J5) Palmieri <johnp@redhat.com>
15927 Date:   Tue Jun 22 15:03:08 2010 -0400
15928
15929     return PyList instead of PyTuple for array, return empty list for
15930     NULL arrays
15931
15932     * returns an empty list when a NULL array (empty array) is encountered
15933     * fix tests to check for lists instead of tuples or None
15934     * test the ability to send in both None and empty list for arrays
15935     and lists
15936
15937  gi/pygi-argument.c       |    7 ++--
15938  tests/test_everything.py |    5 ++-
15939  tests/test_gi.py         |   84
15940  +++++++++++++++++++++++-----------------------
15941  3 files changed, 49 insertions(+), 47 deletions(-)
15942
15943 commit f312e6a49505eca07815146cfbdb0e48e5b3b8a8
15944 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15945 Date:   Wed Jun 23 15:42:29 2010 +0200
15946
15947     Fix 'make distcheck'
15948
15949      * Makefile.am: put the tests dir to the end
15950      * g*/Makefile.am: build the .so when running make check
15951      * tests/Makefile.am: Don't pass the src dir to runtests.py and
15952        remove (hopefully) unneeded cruft.
15953      * tests/common.py: Don't add the src dir to the python path
15954      * tests/runtests.py: Don't pass the src dir to common.py
15955
15956  Makefile.am         |    4 +++-
15957  gi/Makefile.am      |    1 +
15958  gio/Makefile.am     |    1 +
15959  glib/Makefile.am    |    2 +-
15960  gobject/Makefile.am |    1 +
15961  tests/Makefile.am   |   17 ++---------------
15962  tests/common.py     |    3 +--
15963  tests/runtests.py   |   12 +++++-------
15964  8 files changed, 15 insertions(+), 26 deletions(-)
15965
15966 commit 5f82e7d2909cbbbecbf5dbee2342f516c0d1f371
15967 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15968 Date:   Wed Jun 23 13:59:14 2010 +0200
15969
15970     Allow building pygobject without introspection support by providing
15971     --disable-introspection to configure.
15972
15973  Makefile.am             |    6 +++++-
15974  configure.ac            |   15 ++++++++-------
15975  gobject/pygi-external.h |    4 ++--
15976  tests/Makefile.am       |    8 ++++++--
15977  tests/runtests.py       |   21 +++++++--------------
15978  5 files changed, 28 insertions(+), 26 deletions(-)
15979
15980 commit cc3ea77318ee572673d2a044deca9001366b0f08
15981 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15982 Date:   Wed Jun 23 12:26:51 2010 +0200
15983
15984     Make sure that sys.argv is a list and not a sequence.
15985
15986     Because Python's optparse will try to do things on it that can
15987     only be done with list.
15988
15989  gi/overrides/Gtk.py |    2 +-
15990  1 file changed, 1 insertion(+), 1 deletion(-)
15991
15992 commit 3d72b8248cc534a689dee5679a729b2fba56c528
15993 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
15994 Date:   Wed Jun 23 12:26:02 2010 +0200
15995
15996     Force loading the GObject typelib so we have available the wrappers
15997     for base classes such as GInitiallyUnowned.
15998
15999  gi/__init__.py |    3 +++
16000  1 file changed, 3 insertions(+)
16001
16002 commit c7c94ef349c30597f2f10d90f74718d678ec7add
16003 Author: John (J5) Palmieri <johnp@redhat.com>
16004 Date:   Tue Jun 22 14:45:48 2010 -0400
16005
16006     we shouldn't g_array_free NULL pointers
16007
16008     https://bugzilla.gnome.org/show_bug.cgi?id=622425
16009
16010  gi/pygi-info.c |    5 +++--
16011  1 file changed, 3 insertions(+), 2 deletions(-)
16012
16013 commit fb1ee243493616d7a7e4f6924c574db39f5a423d
16014 Merge: acf7b43 5f9cb91
16015 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16016 Date:   Wed Jun 23 12:53:05 2010 +0200
16017
16018     Merge branch 'pygi'
16019
16020 commit 5f9cb91c2b3851056d5e2d7ff1401d4ce2be7c1f
16021 Author: John (J5) Palmieri <johnp@redhat.com>
16022 Date:   Tue Jun 22 15:39:46 2010 -0400
16023
16024     remove unneeded TextIter creation in the tests
16025
16026  tests/test_overrides.py |    3 ---
16027  1 file changed, 3 deletions(-)
16028
16029 commit 53c355d2cc0894e7f551e9b4eb719b89188a978e
16030 Author: John (J5) Palmieri <johnp@redhat.com>
16031 Date:   Mon Jun 21 11:42:12 2010 -0400
16032
16033     add override for TextBuffer
16034
16035     * TextBuffer.create_tag takes vargs which we can't bind yet so
16036     change it
16037       to except a keyword list of properties
16038     * override the insert* methods so the developer does not have to
16039     enter a length
16040       - lengths are already encapsulated by a string in Python
16041
16042     https://bugzilla.gnome.org/show_bug.cgi?id=620583
16043
16044  gi/overrides/Gtk.py     |   51
16045  +++++++++++++++++++++++++++++++++++++++++++++++
16046  tests/test_overrides.py |   25 +++++++++++++++++++++++
16047  2 files changed, 76 insertions(+)
16048
16049 commit 1d89a88b212c7411ad28e74eda80ae751de92e50
16050 Author: John (J5) Palmieri <johnp@redhat.com>
16051 Date:   Tue Jun 22 12:46:39 2010 -0400
16052
16053     fix up some build issues
16054
16055     * configure.ac: moved AM_PROG_CC_C_O below AM_PROG_CC_STDC because
16056     autoconf
16057       was complaining that AM_PROG_CC_STDC can't come after AM_PROC_CC_C_0
16058     * tests/Makefile.am: fix check-local target to use EXEC_NAME so
16059     targets like
16060       make check.gdb work
16061
16062  configure.ac      |    2 +-
16063  tests/Makefile.am |    2 +-
16064  2 files changed, 2 insertions(+), 2 deletions(-)
16065
16066 commit 4fe0d94c219deb69a2309693202309c53a0e5e69
16067 Author: John (J5) Palmieri <johnp@redhat.com>
16068 Date:   Tue Jun 22 11:50:30 2010 -0400
16069
16070     make the overrides file git friendly by appending to __all__ after
16071     each override
16072
16073     * modifying the __all__ line for each override would confuse git as
16074       each override needs to get seperate approval before comitting.
16075       Because of
16076       this commits would not always go in in the same order as they
16077       are created.
16078       Also different people working on the same file would start from
16079       different
16080       commit states.  This caused conflicts when patches were merged.
16081     * instead of modifying a single hard coded list we now append to
16082     the list
16083       after each override.  This creates distinct blocks of changed text
16084       which will not conflict
16085
16086  gi/overrides/GIMarshallingTests.py |   10 ++++------
16087  gi/overrides/Gdk.py                |    8 ++++----
16088  gi/overrides/Gtk.py                |    7 +++++--
16089  3 files changed, 13 insertions(+), 12 deletions(-)
16090
16091 commit 49321b934603e1ec69fb04082c63902970907d2b
16092 Author: Paolo Borelli <pborelli@gnome.org>
16093 Date:   Sun Jun 20 13:27:34 2010 +0200
16094
16095     Override Dialog constructor and add_buttons method
16096
16097  gi/overrides/Gtk.py     |   46
16098  +++++++++++++++++++++++++++++++++++++++++++++-
16099  tests/test_overrides.py |   16 ++++++++++++++++
16100  2 files changed, 61 insertions(+), 1 deletion(-)
16101
16102 commit acf7b43a41ce814f0c57ce609a090826f04771db
16103 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16104 Date:   Mon Jun 21 18:17:38 2010 +0200
16105
16106     Post release version bump to 2.21.4
16107
16108  configure.ac |    2 +-
16109  1 file changed, 1 insertion(+), 1 deletion(-)
16110
16111 commit a7fa8b80406227a06cf18f8675dbc1f471283829
16112 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16113 Date:   Mon Jun 21 18:10:32 2010 +0200
16114
16115     Update NEWS and release PyGObject-2.21.3
16116
16117  NEWS |    7 +++++++
16118  1 file changed, 7 insertions(+)
16119
16120 commit 79acac7b86ec52cd3681d94d7f116314c3f00167
16121 Author: Ludovic L'Hours <ludovic.lhours@gmail.com>
16122 Date:   Tue Jul 21 16:28:34 2009 +0200
16123
16124     Proper handling of null-ok in virtual methods
16125
16126     https://bugzilla.gnome.org/show_bug.cgi?id=589253
16127
16128  codegen/codegen.py        |    2 ++
16129  codegen/reversewrapper.py |   18 +++++++++++++++---
16130  2 files changed, 17 insertions(+), 3 deletions(-)
16131
16132 commit 259a4b08f009aa01451caed20dbb6e68b402da2a
16133 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16134 Date:   Mon Jun 21 17:34:54 2010 +0200
16135
16136     Add *~ and *.orig to .gitignore
16137
16138  .gitignore |    5 ++++-
16139  1 file changed, 4 insertions(+), 1 deletion(-)
16140
16141 commit 00a85f6a844714d1715e2f67431747d1a4cdacb1
16142 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16143 Date:   Mon Jun 21 17:33:56 2010 +0200
16144
16145     Fall back to use the floating references API in glib if there isn't
16146     a sinkfunc defined.
16147
16148     * tests/*: Add ref counting tests for floating objects
16149     * gobject/gobjectmodule.c, gobject/pygobject.c: Fall back to
16150     g_object_ref_sink
16151       or g_object_ref if there isn't a sinkfunc defined. Make sure that
16152       pygobject_sink gets called only once per GObject instance.
16153
16154     https://bugzilla.gnome.org/show_bug.cgi?id=583909
16155
16156  gobject/gobjectmodule.c  |    2 -
16157  gobject/pygobject.c      |   50 ++++++++++++---------
16158  gobject/pygobject.h      |    1 +
16159  tests/Makefile.am        |    2 +
16160  tests/test-floating.c    |   95 ++++++++++++++++++++++++++++++++++++++++
16161  tests/test-floating.h    |   60 +++++++++++++++++++++++++
16162  tests/test_gobject.py    |   19 +++++++-
16163  tests/testhelpermodule.c |  109
16164  ++++++++++++++++++++++++++++++++++++++++++++++
16165  8 files changed, 315 insertions(+), 23 deletions(-)
16166
16167 commit e71238a699ae783fd1a59c8a76e3555d8066cf82
16168 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16169 Date:   Mon Jun 21 13:06:13 2010 +0200
16170
16171     Revert "Drop sinkfuncs."
16172
16173     This reverts commit 04627488220b4f2a16e11f8982af7866fea9f7eb.
16174
16175  gobject/gobjectmodule.c |    3 ++-
16176  gobject/pygobject.c     |   42 ++++++++++++++++++++++++++++++++++--------
16177  gobject/pygobject.h     |    1 -
16178  3 files changed, 36 insertions(+), 10 deletions(-)
16179
16180 commit b2661054d6bde673484eab472e69ca021124528d
16181 Author: Johan Dahlin <johan@gnome.org>
16182 Date:   Sun Jun 20 11:09:57 2010 -0300
16183
16184     Merge back pygi
16185
16186     For reasons outlined at:
16187     http://mail.gnome.org/archives/python-hackers-list/2010-June/msg00009.html
16188
16189  Makefile.am                                        |   14 +-
16190  configure.ac                                       |   29 +-
16191  demos/gtk-demo/demos/appwindow.py                  |  411 +++++
16192  demos/gtk-demo/demos/assistant.py                  |  134 ++
16193  demos/gtk-demo/demos/builder.py                    |   57 +
16194  demos/gtk-demo/demos/button_box.py                 |  121 ++
16195  demos/gtk-demo/demos/clipboard.py                  |  238 +++
16196  demos/gtk-demo/demos/colorselector.py              |  121 ++
16197  demos/gtk-demo/demos/combobox.py                   |  282 ++++
16198  demos/gtk-demo/demos/data/alphatest.png            |  Bin 0 ->
16199  26529 bytes
16200  demos/gtk-demo/demos/data/apple-red.png            |  Bin 0 -> 3545 bytes
16201  demos/gtk-demo/demos/data/background.jpg           |  Bin 0 ->
16202  22219 bytes
16203  demos/gtk-demo/demos/data/demo.ui                  |  258 ++++
16204  demos/gtk-demo/demos/data/floppybuddy.gif          |  Bin 0 -> 5216 bytes
16205  demos/gtk-demo/demos/data/gnome-applets.png        |  Bin 0 -> 3090 bytes
16206  demos/gtk-demo/demos/data/gnome-calendar.png       |  Bin 0 -> 2755 bytes
16207  demos/gtk-demo/demos/data/gnome-foot.png           |  Bin 0 -> 2916 bytes
16208  demos/gtk-demo/demos/data/gnome-fs-directory.png   |  Bin 0 -> 2044 bytes
16209  demos/gtk-demo/demos/data/gnome-fs-regular.png     |  Bin 0 -> 1795 bytes
16210  demos/gtk-demo/demos/data/gnome-gimp.png           |  Bin 0 -> 3410 bytes
16211  demos/gtk-demo/demos/data/gnome-gmush.png          |  Bin 0 -> 3244 bytes
16212  demos/gtk-demo/demos/data/gnome-gsame.png          |  Bin 0 -> 4263 bytes
16213  demos/gtk-demo/demos/data/gnu-keys.png             |  Bin 0 -> 3852 bytes
16214  demos/gtk-demo/demos/data/gtk-logo-rgb.gif         |  Bin 0 -> 6427 bytes
16215  demos/gtk-demo/demos/test.py                       |   14 +
16216  demos/gtk-demo/gtk-demo.py                         |  266 ++++
16217  examples/Makefile.am                               |    2 +-
16218  examples/cairo-demo.py                             |  121 ++
16219  gi/Makefile.am                                     |    4 +-
16220  gi/demos/gtk-demo/demos/appwindow.py               |  411 -----
16221  gi/demos/gtk-demo/demos/assistant.py               |  134 --
16222  gi/demos/gtk-demo/demos/builder.py                 |   57 -
16223  gi/demos/gtk-demo/demos/button_box.py              |  121 --
16224  gi/demos/gtk-demo/demos/clipboard.py               |  238 ---
16225  gi/demos/gtk-demo/demos/colorselector.py           |  121 --
16226  gi/demos/gtk-demo/demos/combobox.py                |  282 ----
16227  gi/demos/gtk-demo/demos/data/alphatest.png         |  Bin 26529 ->
16228  0 bytes
16229  gi/demos/gtk-demo/demos/data/apple-red.png         |  Bin 3545 -> 0 bytes
16230  gi/demos/gtk-demo/demos/data/background.jpg        |  Bin 22219 ->
16231  0 bytes
16232  gi/demos/gtk-demo/demos/data/demo.ui               |  258 ----
16233  gi/demos/gtk-demo/demos/data/floppybuddy.gif       |  Bin 5216 -> 0 bytes
16234  gi/demos/gtk-demo/demos/data/gnome-applets.png     |  Bin 3090 -> 0 bytes
16235  gi/demos/gtk-demo/demos/data/gnome-calendar.png    |  Bin 2755 -> 0 bytes
16236  gi/demos/gtk-demo/demos/data/gnome-foot.png        |  Bin 2916 -> 0 bytes
16237  .../gtk-demo/demos/data/gnome-fs-directory.png     |  Bin 2044 -> 0 bytes
16238  gi/demos/gtk-demo/demos/data/gnome-fs-regular.png  |  Bin 1795 -> 0 bytes
16239  gi/demos/gtk-demo/demos/data/gnome-gimp.png        |  Bin 3410 -> 0 bytes
16240  gi/demos/gtk-demo/demos/data/gnome-gmush.png       |  Bin 3244 -> 0 bytes
16241  gi/demos/gtk-demo/demos/data/gnome-gsame.png       |  Bin 4263 -> 0 bytes
16242  gi/demos/gtk-demo/demos/data/gnu-keys.png          |  Bin 3852 -> 0 bytes
16243  gi/demos/gtk-demo/demos/data/gtk-logo-rgb.gif      |  Bin 6427 -> 0 bytes
16244  gi/demos/gtk-demo/demos/test.py                    |   14 -
16245  gi/demos/gtk-demo/gtk-demo.py                      |  266 ----
16246  gi/examples/Makefile.am                            |    2 -
16247  gi/examples/cairo-demo.py                          |  121 --
16248  gi/tests/test_everything.py                        |  270 ----
16249  gi/tests/test_gi.py                                | 1624
16250  --------------------
16251  gi/tests/test_overrides.py                         |  132 --
16252  pygi-Makefile.am                                   |   28 -
16253  pygi-configure.ac                                  |   60 -
16254  pygi.doap                                          |   34 -
16255  pygobject.doap                                     |   16 +-
16256  tests/Makefile.am                                  |   23 +-
16257  tests/test_everything.py                           |  270 ++++
16258  tests/test_gi.py                                   | 1624
16259  ++++++++++++++++++++
16260  tests/test_overrides.py                            |  132 ++
16261  66 files changed, 4124 insertions(+), 4186 deletions(-)
16262
16263 commit 597bd64319d7966045b5b8613ca6fc85668c3f56
16264 Merge: ec8d148 fa91dfd
16265 Author: Johan Dahlin <johan@gnome.org>
16266 Date:   Sun Jun 20 10:53:46 2010 -0300
16267
16268     Merge branch 'pygi-merge'
16269
16270 commit fa91dfd3ec79ecd03c9fb59b9363eab4a5b3ff2b
16271 Author: Johan Dahlin <johan@gnome.org>
16272 Date:   Sun Jun 20 10:53:36 2010 -0300
16273
16274     Prepare pygi move
16275
16276  .gitignore                                         |   40 -
16277  HACKING                                            |   26 -
16278  Makefile.am                                        |   28 -
16279  autogen.sh                                         |  166 --
16280  configure.ac                                       |   60 -
16281  demos/gtk-demo/demos/appwindow.py                  |  411 -----
16282  demos/gtk-demo/demos/assistant.py                  |  134 --
16283  demos/gtk-demo/demos/builder.py                    |   57 -
16284  demos/gtk-demo/demos/button_box.py                 |  121 --
16285  demos/gtk-demo/demos/clipboard.py                  |  238 ---
16286  demos/gtk-demo/demos/colorselector.py              |  121 --
16287  demos/gtk-demo/demos/combobox.py                   |  282 ----
16288  demos/gtk-demo/demos/data/alphatest.png            |  Bin 26529 ->
16289  0 bytes
16290  demos/gtk-demo/demos/data/apple-red.png            |  Bin 3545 -> 0 bytes
16291  demos/gtk-demo/demos/data/background.jpg           |  Bin 22219 ->
16292  0 bytes
16293  demos/gtk-demo/demos/data/demo.ui                  |  258 ----
16294  demos/gtk-demo/demos/data/floppybuddy.gif          |  Bin 5216 -> 0 bytes
16295  demos/gtk-demo/demos/data/gnome-applets.png        |  Bin 3090 -> 0 bytes
16296  demos/gtk-demo/demos/data/gnome-calendar.png       |  Bin 2755 -> 0 bytes
16297  demos/gtk-demo/demos/data/gnome-foot.png           |  Bin 2916 -> 0 bytes
16298  demos/gtk-demo/demos/data/gnome-fs-directory.png   |  Bin 2044 -> 0 bytes
16299  demos/gtk-demo/demos/data/gnome-fs-regular.png     |  Bin 1795 -> 0 bytes
16300  demos/gtk-demo/demos/data/gnome-gimp.png           |  Bin 3410 -> 0 bytes
16301  demos/gtk-demo/demos/data/gnome-gmush.png          |  Bin 3244 -> 0 bytes
16302  demos/gtk-demo/demos/data/gnome-gsame.png          |  Bin 4263 -> 0 bytes
16303  demos/gtk-demo/demos/data/gnu-keys.png             |  Bin 3852 -> 0 bytes
16304  demos/gtk-demo/demos/data/gtk-logo-rgb.gif         |  Bin 6427 -> 0 bytes
16305  demos/gtk-demo/demos/test.py                       |   14 -
16306  demos/gtk-demo/gtk-demo.py                         |  266 ----
16307  examples/Makefile.am                               |    2 -
16308  examples/cairo-demo.py                             |  121 --
16309  gi/.gitignore                                      |   40 +
16310  gi/HACKING                                         |   26 +
16311  gi/demos/gtk-demo/demos/appwindow.py               |  411 +++++
16312  gi/demos/gtk-demo/demos/assistant.py               |  134 ++
16313  gi/demos/gtk-demo/demos/builder.py                 |   57 +
16314  gi/demos/gtk-demo/demos/button_box.py              |  121 ++
16315  gi/demos/gtk-demo/demos/clipboard.py               |  238 +++
16316  gi/demos/gtk-demo/demos/colorselector.py           |  121 ++
16317  gi/demos/gtk-demo/demos/combobox.py                |  282 ++++
16318  gi/demos/gtk-demo/demos/data/alphatest.png         |  Bin 0 ->
16319  26529 bytes
16320  gi/demos/gtk-demo/demos/data/apple-red.png         |  Bin 0 -> 3545 bytes
16321  gi/demos/gtk-demo/demos/data/background.jpg        |  Bin 0 ->
16322  22219 bytes
16323  gi/demos/gtk-demo/demos/data/demo.ui               |  258 ++++
16324  gi/demos/gtk-demo/demos/data/floppybuddy.gif       |  Bin 0 -> 5216 bytes
16325  gi/demos/gtk-demo/demos/data/gnome-applets.png     |  Bin 0 -> 3090 bytes
16326  gi/demos/gtk-demo/demos/data/gnome-calendar.png    |  Bin 0 -> 2755 bytes
16327  gi/demos/gtk-demo/demos/data/gnome-foot.png        |  Bin 0 -> 2916 bytes
16328  .../gtk-demo/demos/data/gnome-fs-directory.png     |  Bin 0 -> 2044 bytes
16329  gi/demos/gtk-demo/demos/data/gnome-fs-regular.png  |  Bin 0 -> 1795 bytes
16330  gi/demos/gtk-demo/demos/data/gnome-gimp.png        |  Bin 0 -> 3410 bytes
16331  gi/demos/gtk-demo/demos/data/gnome-gmush.png       |  Bin 0 -> 3244 bytes
16332  gi/demos/gtk-demo/demos/data/gnome-gsame.png       |  Bin 0 -> 4263 bytes
16333  gi/demos/gtk-demo/demos/data/gnu-keys.png          |  Bin 0 -> 3852 bytes
16334  gi/demos/gtk-demo/demos/data/gtk-logo-rgb.gif      |  Bin 0 -> 6427 bytes
16335  gi/demos/gtk-demo/demos/test.py                    |   14 +
16336  gi/demos/gtk-demo/gtk-demo.py                      |  266 ++++
16337  gi/examples/Makefile.am                            |    2 +
16338  gi/examples/cairo-demo.py                          |  121 ++
16339  gi/tests/Makefile.am                               |   22 +
16340  gi/tests/runtests.py                               |   21 +
16341  gi/tests/test_everything.py                        |  270 ++++
16342  gi/tests/test_gi.py                                | 1624
16343  ++++++++++++++++++++
16344  gi/tests/test_overrides.py                         |  132 ++
16345  pygi-Makefile.am                                   |   28 +
16346  pygi-configure.ac                                  |   60 +
16347  tests/Makefile.am                                  |   22 -
16348  tests/runtests.py                                  |   21 -
16349  tests/test_everything.py                           |  270 ----
16350  tests/test_gi.py                                   | 1624
16351  --------------------
16352  tests/test_overrides.py                            |  132 --
16353  71 files changed, 4248 insertions(+), 4414 deletions(-)
16354
16355 commit ec8d148eccbb3714093f21b595ea77ae4c7c3bce
16356 Author: Johan Dahlin <johan@gnome.org>
16357 Date:   Sun Jun 20 10:49:55 2010 -0300
16358
16359     [giounix] Make it possible to compile on glib 2.20
16360
16361  gio/unix.override |    2 ++
16362  1 file changed, 2 insertions(+)
16363
16364 commit 606018a2c551d890fc2bb987d99683f777598bda
16365 Author: John (J5) Palmieri <johnp@redhat.com>
16366 Date:   Mon Jun 7 16:32:29 2010 -0400
16367
16368     Don't free transfer full struct pointers because we can't do it safely
16369
16370     * Most libraries which are sending back structs as transfer-full
16371       are either annotated incorrectly or should be sending boxed types
16372     * It is much better to throw a warning and leak memory than it is to
16373       call free on an unknown struct pointer.  Doing so may cause
16374       a double free
16375     * Specific case is gdk_atom_intern where a GdkAtom is not actually
16376     a pointer
16377       but an integer stuffed into a pointer type
16378
16379     https://bugzilla.gnome.org/show_bug.cgi?id=620898
16380
16381  gi/pygi-argument.c |    9 ++++++++-
16382  gi/pygi-invoke.c   |   11 +++++++++--
16383  2 files changed, 17 insertions(+), 3 deletions(-)
16384
16385 commit 433ee2aa029a1482961f478252a06492bd3498e6
16386 Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
16387 Date:   Tue Jun 15 11:42:28 2010 +0200
16388
16389     Release the lock when potentially invoking Python code.
16390
16391     * gobject/pygobject.c: Release GIL lock when retrieving properties
16392     and when clearing a PyGObject.
16393
16394     https://bugzilla.gnome.org/show_bug.cgi?id=530935
16395
16396  gobject/pygobject.c |   11 ++++++++++-
16397  1 file changed, 10 insertions(+), 1 deletion(-)
16398
16399 commit aa1e82c7eb87620bd73e1edb486f5b9e0d49aa96
16400 Author: John (J5) Palmieri <johnp@redhat.com>
16401 Date:   Mon Jun 14 18:36:57 2010 -0400
16402
16403     add combobox example
16404
16405  demos/gtk-demo/demos/combobox.py |  282
16406  ++++++++++++++++++++++++++++++++++++++
16407  1 file changed, 282 insertions(+)
16408
16409 commit a8668694da59c2dd959c875f13337e64ca22f7e9
16410 Author: John (J5) Palmieri <johnp@redhat.com>
16411 Date:   Mon Jun 14 13:43:53 2010 -0400
16412
16413     fix leak in the allow None callbacks patch
16414
16415  gi/pygi-callbacks.c |    4 ++--
16416  1 file changed, 2 insertions(+), 2 deletions(-)
16417
16418 commit 729072e73d65e7fd5b5197ebe5a8c53a449d0ec0
16419 Author: John (J5) Palmieri <johnp@redhat.com>
16420 Date:   Mon Jun 7 17:12:09 2010 -0400
16421
16422     Allow passing None for callbacks which are annotated allow-none
16423
16424     * Many callbacks are optional parameters yet we were asserting on
16425       Py_None
16426     * We now check to see if allow_none is set when setting up callbacks,
16427       if it is set and py_function == Py_None, we set the closure to NULL
16428       and return
16429     * pygi-invoke.c now checks to see if the closure == NULL when setting
16430       arguments
16431     * if it is NULL there is no reason to set the the destroy notify
16432     handler
16433       so we skip that too
16434
16435     https://bugzilla.gnome.org/show_bug.cgi?id=620906
16436
16437  gi/pygi-callbacks.c      |    7 +++++++
16438  gi/pygi-invoke.c         |   14 +++++++++++---
16439  tests/test_everything.py |    4 ++++
16440  3 files changed, 22 insertions(+), 3 deletions(-)
16441
16442 commit a3eb5c7de5836c37aa7ae01dbe98996ec2632c17
16443 Author: Paolo Borelli <pborelli@gnome.org>
16444 Date:   Mon Jun 14 19:06:45 2010 +0200
16445
16446     Fix to match latest gtk annotations
16447
16448  demos/gtk-demo/demos/appwindow.py |    3 +--
16449  1 file changed, 1 insertion(+), 2 deletions(-)
16450
16451 commit 6306dd73cc74aa9202569eac0eaaa5f825c8dc59
16452 Author: John (J5) Palmieri <johnp@redhat.com>
16453 Date:   Tue Jun 8 15:03:49 2010 -0400
16454
16455     fix variable member names in Gdk.Color override
16456
16457     * override was using r, g, and b for the red, green, blue components
16458     but
16459       the struct specifies red, green, blue so we need to use those names
16460
16461     https://bugzilla.gnome.org/show_bug.cgi?id=621007
16462
16463  gi/overrides/Gdk.py     |   10 +++++-----
16464  tests/test_overrides.py |    6 +++---
16465  2 files changed, 8 insertions(+), 8 deletions(-)
16466
16467 commit d182630e1128fef6f1c2aea28ccd8da4bddd2c8f
16468 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16469 Date:   Thu Jun 10 20:23:13 2010 +0200
16470
16471     Post release version bump to 2.21.3
16472
16473  configure.ac |    2 +-
16474  1 file changed, 1 insertion(+), 1 deletion(-)
16475
16476 commit c4e64d5d264593051b9a3131e4985a58e8e76f8b
16477 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16478 Date:   Thu Jun 10 20:21:13 2010 +0200
16479
16480     Update NEWS and release PyGObject-2.21.2
16481
16482  NEWS |   26 ++++++++++++++++++++++++++
16483  1 file changed, 26 insertions(+)
16484
16485 commit e0fe844d5fe8f7e26316f197444fd4143ed36adf
16486 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16487 Date:   Thu Jun 10 20:09:07 2010 +0200
16488
16489     Remove deleted files from the Makefile.
16490
16491            test_conversion.py
16492            test_enum.py
16493            test_gtype.py
16494            test_subtype.py
16495
16496  tests/Makefile.am |    4 ----
16497  1 file changed, 4 deletions(-)
16498
16499 commit 495a301cb81c5e914bcef905999265604faa27fc
16500 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16501 Date:   Thu Jun 10 19:39:09 2010 +0200
16502
16503     Add myself to the maintainers list in the README
16504
16505  README |    1 +
16506  1 file changed, 1 insertion(+)
16507
16508 commit 04627488220b4f2a16e11f8982af7866fea9f7eb
16509 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16510 Date:   Thu Jun 10 19:24:31 2010 +0200
16511
16512     Drop sinkfuncs.
16513
16514         * use g_object methods to sink floating refs instead of allowing
16515           custom sink functions to be registered
16516         * we now sink inside of pygobject_new_full to handle cases where
16517           a library creates its own gobject via g_object_new and just
16518           needs a python wrapper
16519           - a previous patch had done the sink when creating the gobject,
16520             since it needs to call pygobject_new_full to wrap the object,
16521             this patch handles both cases (e.g. pygobject created object
16522             and externally created gobject)
16523
16524     https://bugzilla.gnome.org/show_bug.cgi?id=583909
16525
16526  gobject/gobjectmodule.c |    3 +--
16527  gobject/pygobject.c     |   42 ++++++++----------------------------------
16528  gobject/pygobject.h     |    1 +
16529  3 files changed, 10 insertions(+), 36 deletions(-)
16530
16531 commit 07df124dc06cf506634e95d08397f50a2d07fce2
16532 Author: Steve Frécinaux <code@istique.net>
16533 Date:   Mon Jun 7 09:47:23 2010 +0200
16534
16535     Make the "wrong argument count" exception more explicit.
16536
16537     Previously we had messages like this one:
16538     TypeError: takes exactly 2 argument(s) (1 given)
16539
16540     With this patch, they become like this:
16541     TypeError: get_end_iter() takes exactly 2 argument(s) (1 given)
16542
16543     It makes things much easier to debug when there are several pygi calls
16544     on the same line.
16545
16546     https://bugzilla.gnome.org/show_bug.cgi?id=620804
16547
16548  gi/pygi-invoke.c         |    3 ++-
16549  tests/test_everything.py |    6 ++++++
16550  2 files changed, 8 insertions(+), 1 deletion(-)
16551
16552 commit b435319fe830a909cc4d414533b3b66574931e24
16553 Author: Steve Frécinaux <code@istique.net>
16554 Date:   Mon Jun 7 09:54:06 2010 +0200
16555
16556     Use bash explicitely in the pre-commit hook.
16557
16558     The "builtin" command is not available in all sh flavours, so the
16559     pre-commit hook is going to fail if you use dash or others instead of
16560     bash as your default 'sh' alias.
16561
16562     https://bugzilla.gnome.org/show_bug.cgi?id=620805
16563
16564  pre-commit.hook |    2 +-
16565  1 file changed, 1 insertion(+), 1 deletion(-)
16566
16567 commit e9ee2916494eb7654004925c1ee1e94f99b14f1a
16568 Author: John (J5) Palmieri <johnp@redhat.com>
16569 Date:   Tue Jun 8 16:55:26 2010 -0400
16570
16571     colorselector demo
16572
16573  demos/gtk-demo/demos/colorselector.py |  121
16574  +++++++++++++++++++++++++++++++++
16575  1 file changed, 121 insertions(+)
16576
16577 commit ec598128de9e90dccab662ed2f5511c8d659e156
16578 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16579 Date:   Tue Jun 8 15:48:33 2010 +0200
16580
16581     Update PyGObject dependency to 2.21.1
16582
16583  configure.ac |    2 +-
16584  1 file changed, 1 insertion(+), 1 deletion(-)
16585
16586 commit 87774a17bd607724a56e18c2eb1ac71b04b7079d
16587 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16588 Date:   Tue Jun 8 10:40:39 2010 +0200
16589
16590     Add myself to maintainers
16591
16592  MAINTAINERS    |    4 ++++
16593  pygobject.doap |    7 +++++++
16594  2 files changed, 11 insertions(+)
16595
16596 commit 46c91a11d448e5e11d142d3362aff1483226bca4
16597 Author: Colin Walters <walters@verbum.org>
16598 Date:   Wed May 5 13:54:27 2010 -0400
16599
16600     Clear error if we failed the import
16601
16602     Otherwise we leave the exception set which causes bizarre problems
16603     later in unrelated code.
16604
16605     https://bugzilla.redhat.com/show_bug.cgi?id=569885
16606
16607     https://bugzilla.gnome.org/show_bug.cgi?id=617796
16608
16609  gobject/pygi-external.h |    2 ++
16610  1 file changed, 2 insertions(+)
16611
16612 commit c1c41576d053cc1cdd8366d8cd1e59fff1c3a9c6
16613 Author: John (J5) Palmieri <johnp@redhat.com>
16614 Date:   Mon Jun 7 17:19:30 2010 -0400
16615
16616     fix some typos and add a link to a patch which fixes a FIXME
16617
16618  demos/gtk-demo/demos/clipboard.py |    7 +++++--
16619  1 file changed, 5 insertions(+), 2 deletions(-)
16620
16621 commit e7fabb5024d94a3166766e5fca740741bc50380a
16622 Author: John (J5) Palmieri <johnp@redhat.com>
16623 Date:   Mon Jun 7 16:21:42 2010 -0400
16624
16625     clipboard demo
16626
16627  demos/gtk-demo/demos/clipboard.py |  235
16628  +++++++++++++++++++++++++++++++++++++
16629  1 file changed, 235 insertions(+)
16630
16631 commit e0f1dce5ec58d071759f886697501da6eeea549d
16632 Author: John (J5) Palmieri <johnp@redhat.com>
16633 Date:   Sun Jun 6 13:27:46 2010 -0400
16634
16635     set is_fully_bound to false
16636
16637  demos/gtk-demo/demos/button_box.py |    2 +-
16638  1 file changed, 1 insertion(+), 1 deletion(-)
16639
16640 commit 986db1c73746d3a8ad7d8d5141c7eed194e7b948
16641 Author: John (J5) Palmieri <johnp@redhat.com>
16642 Date:   Sat Jun 5 23:53:36 2010 -0400
16643
16644     new button box demo
16645
16646  demos/gtk-demo/demos/button_box.py |  121
16647  ++++++++++++++++++++++++++++++++++++
16648  1 file changed, 121 insertions(+)
16649
16650 commit e9f5f8a829121e59367bae690442150f144946ad
16651 Author: John (J5) Palmieri <johnp@redhat.com>
16652 Date:   Sat Jun 5 23:26:03 2010 -0400
16653
16654     set is_fully_bound to True fro builder example
16655
16656  demos/gtk-demo/demos/builder.py |    2 +-
16657  1 file changed, 1 insertion(+), 1 deletion(-)
16658
16659 commit d9968c3a4dea1d4a73a9376009cf486c80ea3da6
16660 Author: John (J5) Palmieri <johnp@redhat.com>
16661 Date:   Sat Jun 5 23:24:36 2010 -0400
16662
16663     fix up formatting in demos
16664
16665  demos/gtk-demo/demos/appwindow.py |   16 ++++++++--------
16666  demos/gtk-demo/demos/assistant.py |   24 ++++++++++++------------
16667  demos/gtk-demo/demos/builder.py   |    2 +-
16668  3 files changed, 21 insertions(+), 21 deletions(-)
16669
16670 commit ffca02536bafb55e8c3bce31cd992365207429f6
16671 Author: John (J5) Palmieri <johnp@redhat.com>
16672 Date:   Sat Jun 5 14:54:47 2010 -0400
16673
16674     add the builder demo
16675
16676  demos/gtk-demo/demos/builder.py |   57
16677  +++++++++++++++++++++++++++++++++++++++
16678  1 file changed, 57 insertions(+)
16679
16680 commit a96dbafdf562a2ac6bde4df27919d3628689dbdb
16681 Author: John (J5) Palmieri <johnp@redhat.com>
16682 Date:   Fri Jun 4 17:48:24 2010 -0400
16683
16684     add assistant demo
16685
16686  demos/gtk-demo/demos/assistant.py |  134
16687  +++++++++++++++++++++++++++++++++++++
16688  1 file changed, 134 insertions(+)
16689
16690 commit 7e1b8cf32f33d45603aaec76afb0d14be84ffd94
16691 Author: John (J5) Palmieri <johnp@redhat.com>
16692 Date:   Fri Jun 4 16:56:46 2010 -0400
16693
16694     add formatting rules and copyright notice
16695
16696  demos/gtk-demo/demos/appwindow.py |   19 +++++++++++++++++++
16697  1 file changed, 19 insertions(+)
16698
16699 commit 03b99692b81631d397ab62dcd263341465bcee88
16700 Author: John (J5) Palmieri <johnp@redhat.com>
16701 Date:   Fri Jun 4 16:26:54 2010 -0400
16702
16703     add the gtk-demo app along with a couple of demos
16704
16705     * note there are still a couple of patches in bugzilla that are
16706     needed for this
16707       to run correctly:
16708         - http://bugzilla-attachments.gnome.org/attachment.cgi?id=162682
16709         - http://bugzilla-attachments.gnome.org/attachment.cgi?id=162764
16710
16711  demos/gtk-demo/demos/appwindow.py                |  393
16712  ++++++++++++++++++++++
16713  demos/gtk-demo/demos/data/alphatest.png          |  Bin 0 -> 26529 bytes
16714  demos/gtk-demo/demos/data/apple-red.png          |  Bin 0 -> 3545 bytes
16715  demos/gtk-demo/demos/data/background.jpg         |  Bin 0 -> 22219 bytes
16716  demos/gtk-demo/demos/data/demo.ui                |  258 ++++++++++++++
16717  demos/gtk-demo/demos/data/floppybuddy.gif        |  Bin 0 -> 5216 bytes
16718  demos/gtk-demo/demos/data/gnome-applets.png      |  Bin 0 -> 3090 bytes
16719  demos/gtk-demo/demos/data/gnome-calendar.png     |  Bin 0 -> 2755 bytes
16720  demos/gtk-demo/demos/data/gnome-foot.png         |  Bin 0 -> 2916 bytes
16721  demos/gtk-demo/demos/data/gnome-fs-directory.png |  Bin 0 -> 2044 bytes
16722  demos/gtk-demo/demos/data/gnome-fs-regular.png   |  Bin 0 -> 1795 bytes
16723  demos/gtk-demo/demos/data/gnome-gimp.png         |  Bin 0 -> 3410 bytes
16724  demos/gtk-demo/demos/data/gnome-gmush.png        |  Bin 0 -> 3244 bytes
16725  demos/gtk-demo/demos/data/gnome-gsame.png        |  Bin 0 -> 4263 bytes
16726  demos/gtk-demo/demos/data/gnu-keys.png           |  Bin 0 -> 3852 bytes
16727  demos/gtk-demo/demos/data/gtk-logo-rgb.gif       |  Bin 0 -> 6427 bytes
16728  demos/gtk-demo/demos/test.py                     |   14 +
16729  demos/gtk-demo/gtk-demo.py                       |  266 +++++++++++++++
16730  18 files changed, 931 insertions(+)
16731
16732 commit b3b1f029d8d16cf9bd74160009808147d07e3b3f
16733 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16734 Date:   Fri Jun 4 11:25:08 2010 +0200
16735
16736     Update gobject-introspection dependency to 0.6.14
16737
16738  configure.ac |    2 +-
16739  1 file changed, 1 insertion(+), 1 deletion(-)
16740
16741 commit 45c4e46ae93bd83a0e3f3550df6c64ce96bbedb4
16742 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16743 Date:   Fri Jun 4 11:23:41 2010 +0200
16744
16745     Post-release version bump to 0.6.1
16746
16747  configure.ac |    2 +-
16748  1 file changed, 1 insertion(+), 1 deletion(-)
16749
16750 commit 7a94270dac48b67aabc7dbad156cf1180db9cb5e
16751 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16752 Date:   Fri Jun 4 08:29:42 2010 +0200
16753
16754     Pre-release version bump 0.6.0
16755
16756  configure.ac |    2 +-
16757  1 file changed, 1 insertion(+), 1 deletion(-)
16758
16759 commit 1e42ee6eb25a07a5201f24ffeac18d298a98477e
16760 Author: John (J5) Palmieri <johnp@redhat.com>
16761 Date:   Fri May 28 10:03:11 2010 -0400
16762
16763     support for caller-allocates annotations for structs
16764
16765     * out caller-allocates parameters expect an already constructed
16766     structure
16767       to be passed in by reference.  It is then modified and the caller
16768       uses the
16769       modified value.  We support this by using only one level of pointer
16770       indirection.
16771     * Only structs are considered to be caller-allocates parameters
16772     even if
16773       they are marked as such by GI.  This is because the GI scanner
16774       isn't smart
16775       enough to correctly guess 100% of the time
16776     * GValues are a special case of a caller-allocates parameter when
16777     cleaning
16778       up (e.g. g_value_unset is called).  GValues make no sense in
16779       a scripting
16780       language.  Developers should never deal with them.
16781
16782     https://bugzilla.gnome.org/show_bug.cgi?id=620406
16783
16784  gi/pygi-invoke.c         |   73
16785  +++++++++++++++++++++++++++++++++++++++++++---
16786  tests/test_everything.py |   28 ++++++++++++++++++
16787  2 files changed, 97 insertions(+), 4 deletions(-)
16788
16789 commit c3f467e0ae99aa78c2fdb91b973a272d2fe970bd
16790 Author: John (J5) Palmieri <johnp@redhat.com>
16791 Date:   Wed Jun 2 14:14:16 2010 -0400
16792
16793     don't import gobject directly in the tests
16794
16795     * use from gi.repository import GObject
16796
16797  tests/test_overrides.py |    5 ++---
16798  1 file changed, 2 insertions(+), 3 deletions(-)
16799
16800 commit 46b5133fea4cd5db57a360b3cbe9ee923e27560c
16801 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16802 Date:   Tue Jun 1 14:28:57 2010 +0200
16803
16804     Wrap C arrays in structs as GArrays before converting to Python
16805
16806     https://bugzilla.gnome.org/show_bug.cgi?id=620247
16807
16808  gi/pygi-info.c   |   11 +++++++++++
16809  tests/test_gi.py |   17 +++++++++++++++++
16810  2 files changed, 28 insertions(+)
16811
16812 commit 5f0f9a9c9145a129a063b041424c3109a24d9ead
16813 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16814 Date:   Wed May 26 13:20:27 2010 +0200
16815
16816     Install pre-commit hook that checks the code changes for style
16817     conformance
16818
16819  autogen.sh      |    7 +++++++
16820  pre-commit.hook |   39 +++++++++++++++++++++++++++++++++++++++
16821  2 files changed, 46 insertions(+)
16822
16823 commit 1319da5b7f483e48a90b0b7489f77236ba26f479
16824 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16825 Date:   Wed May 26 12:19:17 2010 +0200
16826
16827     Apply consistent whitespace formatting with:
16828
16829     astyle -p -d -c -S -U -M60
16830
16831     This won't affect git blame nor git diff if the switch -w is used.
16832
16833  gi/gimodule.c           |  138 +++----
16834  gi/pygi-argument.c      |  960
16835  +++++++++++++++++++++++------------------------
16836  gi/pygi-boxed.c         |  108 +++---
16837  gi/pygi-callbacks.c     |  154 ++++----
16838  gi/pygi-callbacks.h     |    8 +-
16839  gi/pygi-closure.c       |  270 ++++++-------
16840  gi/pygi-closure.h       |   18 +-
16841  gi/pygi-foreign-cairo.c |   36 +-
16842  gi/pygi-foreign-cairo.h |   36 +-
16843  gi/pygi-foreign.c       |   54 +--
16844  gi/pygi-foreign.h       |   10 +-
16845  gi/pygi-info.c          |  646 +++++++++++++++----------------
16846  gi/pygi-invoke.c        |  380 +++++++++----------
16847  gi/pygi-repository.c    |  114 +++---
16848  gi/pygi-struct.c        |   88 ++---
16849  gi/pygi-type.c          |   32 +-
16850  gi/pygi.h               |   20 +-
16851  gi/pygobject-external.h |   14 +-
16852  18 files changed, 1544 insertions(+), 1542 deletions(-)
16853
16854 commit 6156f15cb15b4c20e975527227135d49207c520a
16855 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16856 Date:   Tue May 25 14:08:51 2010 +0200
16857
16858     Prepend gi.repository to the __module__ attribute of wrapper classes.
16859
16860     https://bugzilla.gnome.org/show_bug.cgi?id=619597
16861
16862  gi/module.py     |    4 ++--
16863  tests/test_gi.py |    4 +++-
16864  2 files changed, 5 insertions(+), 3 deletions(-)
16865
16866 commit 097b92983b7a322c58fecb1e691ba6ddf5035548
16867 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16868 Date:   Tue May 25 14:17:13 2010 +0200
16869
16870     Correctly identify at creation time:
16871
16872     * if the class is defined in python -> hook up vfuncs
16873     * if the class wraps a type from a .typelib -> set atributes
16874     * else (GLocalFile) -> do nothing
16875
16876     https://bugzilla.gnome.org/show_bug.cgi?id=619604
16877
16878  gi/types.py |   15 +++++++++++----
16879  1 file changed, 11 insertions(+), 4 deletions(-)
16880
16881 commit 686e10fcdb108af9758eb025a3447813c3513a93
16882 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
16883 Date:   Thu Apr 29 10:55:13 2010 +0200
16884
16885     Dont complain if another base has implemented the method
16886
16887     https://bugzilla.gnome.org/show_bug.cgi?id=617153
16888
16889  gi/types.py |    3 ++-
16890  1 file changed, 2 insertions(+), 1 deletion(-)
16891
16892 commit 9f34d120845d936b04546a5cea599ec67e9181a7
16893 Author: John (J5) Palmieri <johnp@redhat.com>
16894 Date:   Mon May 24 16:16:50 2010 -0400
16895
16896     fix up Builder override, add new override methods, and add unit tests
16897
16898     * check for flags when connecting signals now that we get gi
16899     GObject types
16900     * override the add_from_string and add_objects_from string overrides
16901     so
16902       that you don't have to pass in the length of the buffer
16903     * add test that loads objects from strings and connects them to
16904     signals
16905
16906  gi/overrides/Gtk.py     |   19 +++++++++++--
16907  tests/test_overrides.py |   72
16908  +++++++++++++++++++++++++++++++++++++++++++++--
16909  2 files changed, 86 insertions(+), 5 deletions(-)
16910
16911 commit 1561d2977691f1cb8684f183a2e274c47960d931
16912 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16913 Date:   Mon May 24 18:48:10 2010 +0200
16914
16915     Improve handling of subclasses without __gtype_name__
16916
16917     Gives a better message at type registration.
16918
16919     https://bugzilla.gnome.org/show_bug.cgi?id=616849
16920
16921  gi/gimodule.c    |    9 +++++++++
16922  tests/test_gi.py |   13 ++++++++++++-
16923  2 files changed, 21 insertions(+), 1 deletion(-)
16924
16925 commit c9d44d4d46c3da3a445000b1db592baa9c378a92
16926 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
16927 Date:   Fri Apr 30 18:17:50 2010 +0200
16928
16929     Add support for GArray args
16930
16931     https://bugzilla.gnome.org/show_bug.cgi?id=617054
16932
16933  gi/pygi-invoke.c |   11 +++++++----
16934  tests/test_gi.py |   50
16935  ++++++++++++++++++++++++++++++++++++++++++++++++++
16936  2 files changed, 57 insertions(+), 4 deletions(-)
16937
16938 commit c171579ee22681e1ee4ad33441c89f1053bdc3d1
16939 Author: John (J5) Palmieri <johnp@redhat.com>
16940 Date:   Mon May 24 11:48:16 2010 -0400
16941
16942     check refcounting of callback userdata in unit tests
16943
16944  tests/test_everything.py |   18 ++++++++++++++++++
16945  1 file changed, 18 insertions(+)
16946
16947 commit 8eb809468fe3e1f8e4f92bd7f25d96f9cf802cd4
16948 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16949 Date:   Sat May 22 15:12:37 2010 +0200
16950
16951     Add support for out args in callbacks
16952
16953     This patch refactors argument marshalling for closures in
16954     preparation for more complete support.
16955
16956     Also fixes a bug in the memory management of user_data args.
16957
16958     https://bugzilla.gnome.org/show_bug.cgi?id=617780
16959
16960  gi/pygi-closure.c |  335
16961  +++++++++++++++++++++++++++++++++++++++++------------
16962  tests/test_gi.py  |    4 +
16963  2 files changed, 263 insertions(+), 76 deletions(-)
16964
16965 commit 0df0c956bb2476392c9d81f0a243a7e84c067166
16966 Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
16967 Date:   Sun May 23 10:59:27 2010 +0200
16968
16969     If None is passed to an interface which takes an object, convert it to
16970     NULL
16971
16972      * without this patch PyGI treats the None object as a PyGObject
16973      and ends up
16974     extracting garbage data causing a crash
16975      * None's equivalent in C is NULL so we must provide a special case
16976      where we
16977     marshal the None as NULL
16978
16979     https://bugzilla.gnome.org/show_bug.cgi?id=617880
16980
16981  gi/pygi-argument.c       |    5 +++++
16982  tests/test_everything.py |    6 ++++++
16983  2 files changed, 11 insertions(+)
16984
16985 commit 60fdf4b8f738dd0f5c190bc18ddf010032d3c5ca
16986 Author: John (J5) Palmieri <johnp@redhat.com>
16987 Date:   Sat May 22 14:06:37 2010 +0200
16988
16989     correctly handle floating objects in gtk
16990
16991     * this is a stopgap so we work with older pygobject libraries
16992     * there is a patch at
16993     https://bugzilla.gnome.org/show_bug.cgi?id=583909
16994       which adds the correct fix to pygobject
16995     * once pygobject accepts the above patch this patch does not need to
16996       be reverted because pygobject_register_sinkfunc becomes a noop
16997     * add tests (Tomeu)
16998
16999     https://bugzilla.gnome.org/show_bug.cgi?id=619007
17000
17001  gi/gimodule.c            |   12 ++++++++++++
17002  tests/test_everything.py |    3 +++
17003  2 files changed, 15 insertions(+)
17004
17005 commit 4b369f8aca980fc6a582094d6648f40fe4af5e9f
17006 Author: John (J5) Palmieri <johnp@redhat.com>
17007 Date:   Sat May 22 13:21:30 2010 +0200
17008
17009     Return an empty list when a NULL GList and GSList is returned
17010
17011     * In GTK a GList * and GSList set to NULL is equivilant to empty
17012     list. All
17013       GTK list methods can take a NULL and treat it as an empty list. e.g.
17014       g_list_length(NULL) returns 0
17015     * PyGtk consitently returns empty list when a NULL is returned for
17016     GList or
17017       GSList return
17018     * Many PyGtk apps do this:
17019         for i in range(len(obj.get_list())):
17020             ...
17021     * If we were to continue to return None, they would have to add
17022     a check
17023       which is needlessly verbose and isn't very "pythonic"
17024
17025     https://bugzilla.gnome.org/show_bug.cgi?id=619232
17026
17027  gi/pygi-argument.c       |    6 ------
17028  tests/test_everything.py |    4 ++--
17029  2 files changed, 2 insertions(+), 8 deletions(-)
17030
17031 commit 71a2148b00dfdda99e0d961ae39b901608724e59
17032 Author: Steve Frécinaux <code@istique.net>
17033 Date:   Fri May 21 19:05:03 2010 +0200
17034
17035     Fix warning in configure.
17036
17037     The warning is caused by the use of the construction 'CFLAGS+=' in a
17038     sh version that doesn't understand it (in this case, 'dash').
17039
17040     https://bugzilla.gnome.org/show_bug.cgi?id=619311
17041
17042  configure.ac |    2 +-
17043  1 file changed, 1 insertion(+), 1 deletion(-)
17044
17045 commit aa0357e468eb91e0f3707346e9b32f312fbf51d3
17046 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17047 Date:   Thu Apr 29 13:06:15 2010 +0200
17048
17049     GTypeInterface cannot be unrefed
17050
17051     https://bugzilla.gnome.org/show_bug.cgi?id=617159
17052
17053  gi/gimodule.c |    4 +++-
17054  1 file changed, 3 insertions(+), 1 deletion(-)
17055
17056 commit ab1aaff108d23aabd28c3634edfb67236eb55460
17057 Author: John (J5) Palmieri <johnp@redhat.com>
17058 Date:   Sat May 22 13:09:48 2010 +0200
17059
17060     fix NULL array unit tests and fix crasher when sending None as
17061     an array
17062
17063     * Unit tests were wrong given the annotation for
17064     test_array_int_null_in and
17065       test_array_int_null_out:
17066
17067       /**
17068        * test_array_int_null_in:
17069        * @arr: (array length=len) (allow-none):
17070        * @len: length
17071        */
17072
17073      -- and --
17074
17075       /**
17076        * test_array_int_null_out:
17077        * @arr: (out) (array length=len) (allow-none):
17078        * @len: (out) : length
17079        */
17080
17081       The (array length=len) annotation meant we don't pass in or
17082       receive the len argument as this is handled under the hood
17083       (Python's representation of an array, the list type, encapsulates
17084        the length inside the type)
17085
17086     * Fixing up the tests revealed a latent crasher bug when passing
17087     None to an
17088       interface that accepts an array.  The fix was to check for NULL
17089       and set
17090       the length argument to 0 when invoking the bound method.
17091
17092     https://bugzilla.gnome.org/show_bug.cgi?id=619235
17093
17094  gi/pygi-invoke.c         |    6 +++++-
17095  tests/test_everything.py |    4 ++--
17096  2 files changed, 7 insertions(+), 3 deletions(-)
17097
17098 commit e928ea9b1df9d87314ff8e93479530e26be9bd87
17099 Author: John (J5) Palmieri <johnp@redhat.com>
17100 Date:   Fri May 14 14:57:27 2010 -0400
17101
17102     don't error out on methods with callbacks as return type
17103
17104     * Right now we just throw an error which means API's like
17105       gtk_about_dialog_set_url_hook aren't able to be called,
17106     * this allows us to call such APIs while printing a warning, in
17107     most cases
17108       API such as this doesn't need to be used anymore and is a result of
17109       early GTK development
17110
17111  gi/pygi-argument.c |   14 +++++++++++---
17112  1 file changed, 11 insertions(+), 3 deletions(-)
17113
17114 commit d963007aab123f4e53a944a66a935db2d22907c2
17115 Author: John (J5) Palmieri <johnp@redhat.com>
17116 Date:   Mon May 17 11:54:34 2010 -0400
17117
17118     reset sys.argv to the return value of Gtk.init_check
17119
17120     * applications which check command line arguments will error out if it
17121       encounters a GTK command line switch such as --g-fatal-warnings.
17122     * The Gtk.init* API reads these switches and returns a new argv with
17123     the GTK
17124       switches stripped out
17125     * In C argv is modified in place but in Python we must set sys.argv
17126     to the
17127       new modified argument list
17128     * fixes https://bugzilla.gnome.org/show_bug.cgi?id=618889
17129
17130  gi/overrides/Gtk.py |    1 +
17131  1 file changed, 1 insertion(+)
17132
17133 commit 897420ed97cc4a7b8a806894df5e76ed72617614
17134 Author: John (J5) Palmieri <johnp@redhat.com>
17135 Date:   Wed May 12 14:25:32 2010 -0400
17136
17137     add GtkUIManager and GtkActionGroup overrides
17138
17139     * fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=618476
17140
17141  gi/overrides/Gtk.py     |  167
17142  ++++++++++++++++++++++++++++++++++++++++++++++-
17143  tests/test_overrides.py |   45 +++++++++++++
17144  2 files changed, 211 insertions(+), 1 deletion(-)
17145
17146 commit 865939d29c1e9d69dbe6b9cf89477b5516dbff1f
17147 Author: Zach Goldberg <zach@zachgoldberg.com>
17148 Date:   Thu May 13 01:02:24 2010 -0400
17149
17150     Bump version for development to 0.5.2 (hopefully 0.6)
17151
17152  configure.ac |    2 +-
17153  1 file changed, 1 insertion(+), 1 deletion(-)
17154
17155 commit 2674a9546b0246d4a75d71cf1708df77dc0173f9
17156 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17157 Date:   Wed May 5 15:54:39 2010 +0200
17158
17159     Fix overrides.Gdk.Color.__new__ args
17160
17161     https://bugzilla.gnome.org/show_bug.cgi?id=617757
17162
17163  gi/overrides/Gdk.py     |    2 +-
17164  tests/Makefile.am       |    3 ++-
17165  tests/test_overrides.py |   22 ++++++++++++++++++++++
17166  3 files changed, 25 insertions(+), 2 deletions(-)
17167
17168 commit c20b9f632a35bada1320ccc10fb7d5b2c06b9a88
17169 Author: John (J5) Palmieri <johnp@redhat.com>
17170 Date:   Thu Apr 29 14:55:33 2010 -0400
17171
17172     wrap GObject module so we can go through GI when requesting attrs
17173
17174     * This gives us the best of both worlds.
17175       - We remain backwards compatable with pygobject by checking for
17176       existing
17177         attrs in the gobject module
17178       - If an attr does not exist we use the GI mechanism to look it up
17179       so that
17180         things like flags look the same whether exported from GObject, Gtk
17181         or any GI managed library
17182
17183     * add DynamicGObjectModule tests and make tests use the new module
17184       - change import gobject to from gi.repository import GObject
17185
17186  gi/importer.py           |    6 +--
17187  gi/module.py             |   30 +++++++++++++++
17188  tests/test_everything.py |    6 +--
17189  tests/test_gi.py         |   93
17190  +++++++++++++++++++++++++---------------------
17191  4 files changed, 87 insertions(+), 48 deletions(-)
17192
17193 commit 64324a4c629432b2e688299b6edbfd5da4439a2a
17194 Author: John (J5) Palmieri <johnp@redhat.com>
17195 Date:   Fri Apr 30 14:11:55 2010 -0400
17196
17197     override Gdk.Drawable to add cairo_create convinience method
17198
17199  gi/overrides/Gdk.py |    7 ++++++-
17200  1 file changed, 6 insertions(+), 1 deletion(-)
17201
17202 commit 17fa1289b1e2ed841dd5de09a2ec7c25d401886e
17203 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17204 Date:   Mon May 3 19:13:46 2010 +0200
17205
17206     Fix passing callbacks as constructor args
17207
17208     https://bugzilla.gnome.org/show_bug.cgi?id=617551
17209
17210  gi/pygi-callbacks.c      |    3 ++-
17211  gi/pygi-callbacks.h      |    1 +
17212  gi/pygi-invoke.c         |    7 +++++--
17213  tests/test_everything.py |   21 +++++++++++++++++++++
17214  4 files changed, 29 insertions(+), 3 deletions(-)
17215
17216 commit f9fff978d56ddf2c012b906169ae16abb7fdc2a5
17217 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17218 Date:   Wed May 5 08:06:03 2010 +0200
17219
17220     Avoid freeing garbage
17221
17222  gi/pygi-invoke.c |    6 ++++--
17223  1 file changed, 4 insertions(+), 2 deletions(-)
17224
17225 commit 5e20c018ae09a936f5ff140df5d1c133c98e98ba
17226 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17227 Date:   Thu Apr 29 13:09:03 2010 +0200
17228
17229     Only hookup vfunc implementations for locally-defined methods
17230
17231     https://bugzilla.gnome.org/show_bug.cgi?id=617160
17232
17233  gi/types.py      |   10 +++++++++-
17234  tests/test_gi.py |   10 ++++++++++
17235  2 files changed, 19 insertions(+), 1 deletion(-)
17236
17237 commit 3e61e7d4450a2bb133c7f3862e0962a35339ce8d
17238 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17239 Date:   Mon May 3 18:35:13 2010 +0200
17240
17241     Fix passing GDestroyNotify
17242
17243     https://bugzilla.gnome.org/show_bug.cgi?id=617542
17244
17245  gi/pygi-invoke.c         |    3 ++-
17246  tests/test_everything.py |   10 ++++++++++
17247  2 files changed, 12 insertions(+), 1 deletion(-)
17248
17249 commit 9669acd0fad193013ef3505ae231588307f9834c
17250 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17251 Date:   Mon May 3 12:23:58 2010 +0200
17252
17253     Move invocation code to its own file
17254
17255     https://bugzilla.gnome.org/show_bug.cgi?id=617107
17256
17257  gi/Makefile.am    |    2 +
17258  gi/pygi-info.c    |  884
17259  ---------------------------------------------------
17260  gi/pygi-invoke.c  |  909
17261  +++++++++++++++++++++++++++++++++++++++++++++++++++++
17262  gi/pygi-invoke.h  |   37 +++
17263  gi/pygi-private.h |    1 +
17264  5 files changed, 949 insertions(+), 884 deletions(-)
17265
17266 commit 9b923a68dfde06fc2df6321b3f1e53f1c57b3666
17267 Author: John (J5) Palmieri <johnp@redhat.com>
17268 Date:   Tue Apr 27 19:13:08 2010 -0400
17269
17270     Add the Gtk.Builder override
17271
17272  gi/overrides/Gtk.py |   37 ++++++++++++++++++++++++++++++++++++-
17273  1 file changed, 36 insertions(+), 1 deletion(-)
17274
17275 commit 9fc6783406b8263ebd67ceae2730b4e86689b43e
17276 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17277 Date:   Fri Apr 30 15:00:52 2010 +0200
17278
17279     Fix GAsyncReadyCallback
17280
17281     https://bugzilla.gnome.org/show_bug.cgi?id=616236
17282
17283  gi/pygi-closure.c        |    8 +++++++-
17284  tests/test_everything.py |   16 ++++++++++++++++
17285  2 files changed, 23 insertions(+), 1 deletion(-)
17286
17287 commit 5657ccaaec09e2a3194ea2e9a923724bcc66759e
17288 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17289 Date:   Thu Apr 29 18:32:50 2010 +0200
17290
17291     Add override for Gdk.Color
17292
17293     https://bugzilla.gnome.org/show_bug.cgi?id=617162
17294
17295  gi/overrides/Gdk.py |   20 +++++++++++++++++++-
17296  1 file changed, 19 insertions(+), 1 deletion(-)
17297
17298 commit 4410abd589a2f64cfbd7bbcb4013fae9e4aa734f
17299 Author: John (J5) Palmieri <johnp@redhat.com>
17300 Date:   Wed Apr 28 13:19:48 2010 -0400
17301
17302     make __all__ be a list of strings, fix override mechanism to use
17303     it correctly
17304
17305     * before we were adding classes to the __all__ module property but
17306       the convention is to use the name of the class
17307     * simplified the check to just check the name against __all__
17308       instead of trying to get the class and then checking the class
17309       against None as well as in __all__
17310     * went through all the overrides and made __all__ be a list of strings
17311
17312  gi/module.py                       |    9 ++++-----
17313  gi/overrides/GIMarshallingTests.py |    2 +-
17314  gi/overrides/Gdk.py                |    2 +-
17315  3 files changed, 6 insertions(+), 7 deletions(-)
17316
17317 commit 64fa8f936bad9a90628df446e690d67d947a0a22
17318 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17319 Date:   Mon Apr 26 11:41:06 2010 +0200
17320
17321     One more step at refactoring _wrap_g_function_info_invoke
17322
17323     https://bugzilla.gnome.org/show_bug.cgi?id=616357
17324
17325  gi/pygi-callbacks.c |   22 +-
17326  gi/pygi-callbacks.h |    4 +-
17327  gi/pygi-info.c      |  582
17328  +++++++++++++++++++++++++++++----------------------
17329  3 files changed, 346 insertions(+), 262 deletions(-)
17330
17331 commit 7fc5528273edae5ecdd5d8bdf0e5b898eec7a624
17332 Author: Zach Goldberg <zach@zachgoldberg.com>
17333 Date:   Tue Apr 20 23:23:38 2010 -0400
17334
17335     Step 1 of refactoring _wrap_g_function_info_invoke
17336
17337     Original patch by David Malcom <dmalcolm@redhat.com>
17338
17339     This patch bitrots *REALLY* fast.
17340
17341     https://bugzilla.gnome.org/show_bug.cgi?id=616357
17342
17343  gi/pygi-info.c |  417
17344  +++++++++++++++++++++++++++++---------------------------
17345  1 file changed, 214 insertions(+), 203 deletions(-)
17346
17347 commit 1d9c6b6d76a3e27f66e6f0cfc7b16c5191e4fc22
17348 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17349 Date:   Tue Apr 27 10:24:35 2010 +0200
17350
17351     Dont force subclasses to implement all virtual methods of their bases
17352
17353     https://bugzilla.gnome.org/show_bug.cgi?id=616674
17354
17355  gi/types.py      |    4 ++--
17356  tests/test_gi.py |   15 +++++++++++++++
17357  2 files changed, 17 insertions(+), 2 deletions(-)
17358
17359 commit 8a0c48f4dd512797e5cf132f8ec6fb6d4d1e7aaa
17360 Author: Zach Goldberg <zach@zachgoldberg.com>
17361 Date:   Sun Apr 25 15:09:08 2010 -0400
17362
17363     Correct the reference counting of userdata in closure handling
17364
17365     Without this we lose references on every call and eventually end up
17366     free'ing objects
17367     while they are still in use.
17368
17369     https://bugzilla.gnome.org/show_bug.cgi?id=616786
17370
17371  gi/pygi-closure.c        |    3 +++
17372  tests/test_everything.py |   13 +++++++++++++
17373  2 files changed, 16 insertions(+)
17374
17375 commit 2b12049306bf57513c43d08017185468bf897a4a
17376 Author: Zach Goldberg <zach@zachgoldberg.com>
17377 Date:   Tue Apr 20 22:57:14 2010 -0400
17378
17379     Change SCOPE_TYPE_INVALID handling to be a more verbose error.
17380
17381     (Previous commit did not include the proper error message.  I blame
17382     git-bz)
17383
17384     https://bugzilla.gnome.org/show_bug.cgi?id=616356
17385
17386  gi/pygi-closure.c |    4 ++--
17387  1 file changed, 2 insertions(+), 2 deletions(-)
17388
17389 commit 8240320d0b67074ce91bdf7aadcf5951c5a8c45a
17390 Author: Zach Goldberg <zach@zachgoldberg.com>
17391 Date:   Tue Apr 20 23:53:57 2010 -0400
17392
17393     Force out arguments to be initialized as NULL.  Comes with a test.
17394
17395     This fix was motivated by a real world library which had a transfer
17396     full
17397     utf8 out argument which sometimes was not set.  We would leave
17398     the pointer
17399     dangling and try and free it at the end of invoke() and crash.
17400     Library refused
17401     to change their behavior so we're forced to take care of it on
17402     our end.
17403
17404     https://bugzilla.gnome.org/show_bug.cgi?id=616043
17405
17406  gi/pygi-info.c   |    1 +
17407  tests/test_gi.py |    3 +++
17408  2 files changed, 4 insertions(+)
17409
17410 commit 10e558ca283cdd06725bb0d24b5071ccbecc7d13
17411 Author: Zach Goldberg <zach@zachgoldberg.com>
17412 Date:   Tue Apr 20 22:57:14 2010 -0400
17413
17414     Change SCOPE_TYPE_INVALID handling to be a warning and not an error
17415
17416     Be slightly nicer to library maintainers.  It really isn't a fatal
17417     condition
17418     if we don't have a proper scope type, better to leave a good code
17419     comment
17420     and a warning than to cause their code to segv.
17421
17422     https://bugzilla.gnome.org/show_bug.cgi?id=616356
17423
17424  gi/pygi-closure.c |    3 ++-
17425  1 file changed, 2 insertions(+), 1 deletion(-)
17426
17427 commit d3b5fae9d609dbcd83deb0fa9102b24faf76787c
17428 Author: Zach Goldberg <zach@zachgoldberg.com>
17429 Date:   Tue Apr 20 22:43:20 2010 -0400
17430
17431     Refactor implementation of scope call to allow for multiple calls
17432     during lifetime of function invocation.
17433
17434     https://bugzilla.gnome.org/show_bug.cgi?id=616343
17435
17436  gi/pygi-closure.c        |   10 +++++-----
17437  gi/pygi-info.c           |    9 +++++++--
17438  tests/test_everything.py |    9 +++++++++
17439  3 files changed, 21 insertions(+), 7 deletions(-)
17440
17441 commit 3ba666b7ab9c393963922c272e7d87bff50a93f9
17442 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17443 Date:   Sat Jan 2 16:31:55 2010 +0100
17444
17445     Add basic support for unions
17446
17447     https://bugzilla.gnome.org/show_bug.cgi?id=603598
17448
17449  gi/module.py       |    3 +-
17450  gi/pygi-argument.c |   24 +++-----------
17451  gi/pygi-boxed.c    |   18 ++++++++--
17452  gi/pygi-info.c     |   94
17453  +++++++++++++++++++++++++++++++++++++++++++++++-----
17454  gi/pygi-info.h     |    1 +
17455  tests/test_gi.py   |   56 +++++++++++++++++++++++++++++++
17456  6 files changed, 165 insertions(+), 31 deletions(-)
17457
17458 commit af9e4e086d160fe7fb24758ed81753e784b198a8
17459 Author: Simon van der Linden <svdlinden@src.gnome.org>
17460 Date:   Fri Jan 22 22:16:32 2010 +0100
17461
17462     Bump required GLib version to 2.22
17463
17464     Since PyGObject now depends on GLib 2.22.4, there is no need to
17465     keep PyGI
17466     backward-compatible.
17467
17468  configure.ac      |    2 +-
17469  gi/pygi-private.h |   20 --------------------
17470  2 files changed, 1 insertion(+), 21 deletions(-)
17471
17472 commit c0f40de5648e2ebc556c449342a0025ffce2e33b
17473 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17474 Date:   Sun Apr 18 11:50:14 2010 -0400
17475
17476     Refactor get_* methods in the *Info wrappers
17477
17478     https://bugzilla.gnome.org/show_bug.cgi?id=616108
17479
17480  gi/pygi-info.c |  360
17481  ++++++++++++++++++++++++++------------------------------
17482  1 file changed, 168 insertions(+), 192 deletions(-)
17483
17484 commit 24bb89f1310dc2fc8ee6ddaf945342ebf80055cd
17485 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17486 Date:   Tue Apr 20 15:12:47 2010 +0200
17487
17488     Print any error messages raised inside _pygi_closure_handle
17489
17490     https://bugzilla.gnome.org/show_bug.cgi?id=616279
17491
17492  gi/pygi-closure.c |    9 +++++----
17493  1 file changed, 5 insertions(+), 4 deletions(-)
17494
17495 commit d1ba23cdd05686ea721425f233371d573a2e9cce
17496 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17497 Date:   Thu Apr 22 19:57:17 2010 +0200
17498
17499     Rename variable with a very generic name
17500
17501  gi/module.py |   28 ++++++++++++++--------------
17502  1 file changed, 14 insertions(+), 14 deletions(-)
17503
17504 commit 391640b30ede50af3667b1019edb72bd79f2c68c
17505 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17506 Date:   Thu Apr 22 19:53:06 2010 +0200
17507
17508     Add support for enums without GType
17509
17510     https://bugzilla.gnome.org/show_bug.cgi?id=616520
17511
17512  gi/module.py       |    6 +++++-
17513  gi/pygi-argument.c |   22 +++++++++++++++++++++-
17514  gi/types.py        |   14 ++++++++++++++
17515  tests/test_gi.py   |   30 ++++++++++++++++++++++++++++--
17516  4 files changed, 68 insertions(+), 4 deletions(-)
17517
17518 commit 89704f60ddae0c81f1383d86491ef2785590a353
17519 Author: Zach Goldberg <zach@zachgoldberg.com>
17520 Date:   Tue Apr 20 22:20:42 2010 -0400
17521
17522     Bump version during development to 0.5.1
17523
17524     This follows what is, according to Colin Walters,
17525     standard versioning practice.  During development the
17526     version in your config is the *next* version you will release,
17527     not the version after.  Thus after a release you make a new commit
17528     bumping to the next development version.
17529
17530  configure.ac |    2 +-
17531  1 file changed, 1 insertion(+), 1 deletion(-)
17532
17533 commit e203dc7c8f524c16aa52e15758dc3a2b09fbac75
17534 Author: John Ehresman <jpe@wingware.com>
17535 Date:   Tue Apr 20 20:40:02 2010 -0400
17536
17537     Added missing , to keyword list of gio.GFile.set_attribute
17538
17539  gio/gresolver.override |    2 +-
17540  1 file changed, 1 insertion(+), 1 deletion(-)
17541
17542 commit 0b222f01ac9ceea1d127083623ad532ecc75bf7e
17543 Author: John Ehresman <jpe@wingware.com>
17544 Date:   Tue Apr 20 20:37:12 2010 -0400
17545
17546     Fix arg conversion in gio.GFile.set_attribute
17547
17548  gio/gfile.override |  232
17549  ++++++++++++++++++++++++++++++++++++++++++++++++++--
17550  1 file changed, 227 insertions(+), 5 deletions(-)
17551
17552 commit a579ccc8bea90937bf970be3d461e2b650b0c7d6
17553 Author: John Ehresman <jpe@wingware.com>
17554 Date:   Tue Apr 20 20:01:53 2010 -0400
17555
17556     Set constants under python 2.5 or before
17557
17558  gobject/gobjectmodule.c |    8 ++++++++
17559  1 file changed, 8 insertions(+)
17560
17561 commit 11fa39a861abf679e01b5f0da97be93ae0adf0f0
17562 Author: José Alburquerque <jaalburqu@svn.gnome.org>
17563 Date:   Sun Apr 18 20:22:21 2010 -0400
17564
17565         Doc Extractor: Use replacements that make sense for &...;
17566         expressions.
17567
17568         * codegen/docextract_to_xml.py: Use &#35; and &#160; respectively
17569         for
17570         &num; (#) and &nbsp;.  These are interpreted correctly in XML
17571         and will
17572         not make the parsing crash.
17573
17574  codegen/docextract_to_xml.py |    4 ++--
17575  1 file changed, 2 insertions(+), 2 deletions(-)
17576
17577 commit 8dbc2cb016acef7b364804cd9bc8f0b1da37e84b
17578 Author: Zach Goldberg <zach@zachgoldberg.com>
17579 Date:   Sun Apr 18 14:32:06 2010 -0400
17580
17581     Bump version for release 0.5.0
17582
17583  HACKING      |    7 +++++++
17584  configure.ac |    4 ++--
17585  2 files changed, 9 insertions(+), 2 deletions(-)
17586
17587 commit 3293c91d90c5c497b45e42a527d7f79f7435823e
17588 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17589 Date:   Sun Apr 18 14:28:13 2010 -0400
17590
17591     One more missing file...
17592
17593  examples/Makefile.am |    2 ++
17594  1 file changed, 2 insertions(+)
17595
17596 commit 1dc575af19fe985cc3fa3ec0cf18aeab1f43c16d
17597 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17598 Date:   Sun Apr 18 14:18:44 2010 -0400
17599
17600     Add more stuff to the tarballs
17601
17602  Makefile.am  |    8 +++++++-
17603  configure.ac |    1 +
17604  2 files changed, 8 insertions(+), 1 deletion(-)
17605
17606 commit 8a9bb04755057e934b7f46c917af6ef281a2fedd
17607 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17608 Date:   Sun Apr 18 13:48:45 2010 -0400
17609
17610     Add one more missing file to tarballs
17611
17612  gi/overrides/Makefile.am |    1 +
17613  1 file changed, 1 insertion(+)
17614
17615 commit 979e01852fc7f830ee91093accdc387fa535075f
17616 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17617 Date:   Sun Apr 18 13:45:29 2010 -0400
17618
17619     Add missing file to tarballs
17620
17621  tests/Makefile.am |    1 +
17622  1 file changed, 1 insertion(+)
17623
17624 commit 8b70faa7a9a32b9ea8862f28a503e38f496cfd89
17625 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17626 Date:   Sun Apr 18 13:11:11 2010 -0400
17627
17628     Implement vfuncs.
17629
17630     https://bugzilla.gnome.org/show_bug.cgi?id=602736
17631
17632  gi/gimodule.c       |   89
17633  +++++++++++++++++++++++++++++++++++++++++++++++++++
17634  gi/pygi-argument.c  |    1 +
17635  gi/pygi-callbacks.c |    3 +-
17636  gi/pygi-closure.c   |    4 +--
17637  gi/pygi-closure.h   |    2 +-
17638  gi/pygi-info.c      |   86
17639  +++++++++++++++++++++++++++++++++++++++++++++++--
17640  gi/pygi-info.h      |    1 +
17641  gi/types.py         |   44 +++++++++++++++++--------
17642  tests/test_gi.py    |   18 +++++++++++
17643  9 files changed, 227 insertions(+), 21 deletions(-)
17644
17645 commit e239faacb4798fe2d166233ca1a19a843a6225e3
17646 Author: Zach Goldberg <zach@zachgoldberg.com>
17647 Date:   Sun Apr 18 11:59:06 2010 -0400
17648
17649     Fix a typo in pygi-callbacks.c header
17650
17651  gi/pygi-callbacks.c |    2 +-
17652  1 file changed, 1 insertion(+), 1 deletion(-)
17653
17654 commit 79aa416ae8632b123da61d79fb820d9e2704209c
17655 Author: Zach Goldberg <zach@zachgoldberg.com>
17656 Date:   Sat Apr 17 12:00:05 2010 -0400
17657
17658     Implement nullable argument support, including tests
17659
17660     https://bugzilla.gnome.org/show_bug.cgi?id=616035
17661
17662  gi/pygi-argument.c       |   43
17663  +++++++++++++++++++++++++++++++++++++------
17664  gi/pygi-argument.h       |    3 ++-
17665  gi/pygi-info.c           |   19 +++++++++++++------
17666  tests/test_everything.py |   28 ++++++++++++++++++++++++++++
17667  4 files changed, 80 insertions(+), 13 deletions(-)
17668
17669 commit 7d533b8893bc4a8a82fd9708278fa1dce5d3551e
17670 Author: Zach Goldberg <zach@zachgoldberg.com>
17671 Date:   Sat Apr 17 12:56:19 2010 -0400
17672
17673     Move some tests from test_gi to test_everything
17674
17675  tests/test_everything.py |   60
17676  ++++++++++++++++++++++++++++++++++++++++++++
17677  tests/test_gi.py         |   62
17678  +---------------------------------------------
17679  2 files changed, 61 insertions(+), 61 deletions(-)
17680
17681 commit a90298cc9e6c0f336f887a71d80b1efd07ec2811
17682 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17683 Date:   Sun Apr 18 10:44:35 2010 -0400
17684
17685     Update to latest version of the pygi-convert.sh script
17686
17687  pygi-convert.sh |  193
17688  +++++++++++++++++++++++++++++++++++++++----------------
17689  1 file changed, 137 insertions(+), 56 deletions(-)
17690
17691 commit 34a39318c674737c6d64f2430456daef86ba1626
17692 Author: Colin Walters <walters@verbum.org>
17693 Date:   Sun Apr 18 10:40:44 2010 -0400
17694
17695     Add Tomeu's prototype script for converting pygtk to pygi
17696
17697  pygi-convert.sh |   71
17698  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
17699  1 file changed, 71 insertions(+)
17700
17701 commit a3afdb5fd33de0bf11d63857a245a8f5edec242c
17702 Author: Olav Vitters <olav@vitters.nl>
17703 Date:   Sun Apr 18 13:01:58 2010 +0200
17704
17705     Fix doap file
17706
17707  pygi.doap |    4 ++++
17708  1 file changed, 4 insertions(+)
17709
17710 commit 0de73d0bba79f92af22f43693f3575c596712416
17711 Author: Zach Goldberg <zach@zachgoldberg.com>
17712 Date:   Sat Apr 17 16:01:31 2010 -0400
17713
17714     Add Zach Goldberg as a pygi maintainer
17715
17716  pygi.doap |    5 +++++
17717  1 file changed, 5 insertions(+)
17718
17719 commit a0e22e36e8cf0c1e0da3c0ec48c821fdb5a07ccd
17720 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17721 Date:   Sat Apr 17 11:47:54 2010 -0400
17722
17723     Require PyCairo
17724
17725  configure.ac |    7 +------
17726  1 file changed, 1 insertion(+), 6 deletions(-)
17727
17728 commit 2778f8a1bf6379a46beec6546c8efcb0fec2d7ad
17729 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17730 Date:   Sat Apr 17 11:40:14 2010 -0400
17731
17732     Add examples/cairo-demo.py
17733
17734  examples/cairo-demo.py |  121
17735  ++++++++++++++++++++++++++++++++++++++++++++++++
17736  1 file changed, 121 insertions(+)
17737
17738 commit 610dd1eec87fab5c8c3badb4d104cba74477c745
17739 Author: Zach Goldberg <zach@zachgoldberg.com>
17740 Date:   Sat Apr 17 09:17:14 2010 -0400
17741
17742     Implementation callback support with scoping and basic argument
17743     support.
17744
17745     This patch was originally written by
17746     Zach Goldberg <zach@zachgoldberg.com> with modifications and
17747     review by Simon van der Linden <svdlinden@src.gnome.org> and
17748     Colin Walters <walters@verbum.org>.
17749
17750     This impementation enforces the assumption that any one function
17751     signature can only have one (callback, userdata, destronotify) tuple.
17752     This allows us to move callback creation into the actual function
17753     invoke pipeline and also to keep just one destroy notify callback
17754     around, vastly simplifying the code.
17755
17756     https://bugzilla.gnome.org/show_bug.cgi?id=603095
17757
17758  configure.ac        |    2 +
17759  gi/Makefile.am      |    4 +
17760  gi/pygi-argument.c  |   12 ++-
17761  gi/pygi-callbacks.c |  216
17762  +++++++++++++++++++++++++++++++++++++++++++++++++++
17763  gi/pygi-callbacks.h |   47 +++++++++++
17764  gi/pygi-closure.c   |  205
17765  ++++++++++++++++++++++++++++++++++++++++++++++++
17766  gi/pygi-closure.h   |   57 ++++++++++++++
17767  gi/pygi-info.c      |   49 ++++++++++--
17768  gi/pygi-private.h   |    2 +
17769  tests/test_gi.py    |   64 ++++++++++++++-
17770  10 files changed, 648 insertions(+), 10 deletions(-)
17771
17772 commit a34cb9f0038a6c89e5e6c5f7761d48a5a833044f
17773 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17774 Date:   Sat Apr 17 10:54:45 2010 -0400
17775
17776     Add support for foreign structs
17777
17778     https://bugzilla.gnome.org/show_bug.cgi?id=603712
17779
17780  configure.ac             |    6 +++
17781  gi/Makefile.am           |   10 +++-
17782  gi/gimodule.c            |    7 +++
17783  gi/pygi-argument.c       |   27 +++++++++-
17784  gi/pygi-foreign-cairo.c  |  103 ++++++++++++++++++++++++++++++++++++++
17785  gi/pygi-foreign-cairo.h  |   55 +++++++++++++++++++++
17786  gi/pygi-foreign.c        |  123
17787  ++++++++++++++++++++++++++++++++++++++++++++++
17788  gi/pygi-foreign.h        |   52 ++++++++++++++++++++
17789  gi/pygi-private.h        |    1 +
17790  tests/test_everything.py |   48 ++++++++++++++++++
17791  10 files changed, 428 insertions(+), 4 deletions(-)
17792
17793 commit e73b6f6fe8b5f23a2a390ae0a6bbced593ded155
17794 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17795 Date:   Fri Apr 16 14:35:13 2010 -0400
17796
17797     Allow creating structs with pointers
17798
17799     https://bugzilla.gnome.org/show_bug.cgi?id=603537
17800
17801  gi/pygi-struct.c |    6 ------
17802  tests/test_gi.py |    3 ++-
17803  2 files changed, 2 insertions(+), 7 deletions(-)
17804
17805 commit fc9ff02e53aacf9e77625c70985e99813544912a
17806 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17807 Date:   Fri Apr 16 10:40:40 2010 -0400
17808
17809     Add gdb and valgrind variants for the tests
17810
17811  HACKING           |   19 +++++++++++++++++++
17812  Makefile.am       |   12 ++++++++++++
17813  tests/Makefile.am |   14 +++++++++++++-
17814  3 files changed, 44 insertions(+), 1 deletion(-)
17815
17816 commit 695ac7bc5c60371a32538d690c7a15509f3c9637
17817 Author: John Stowers <john.stowers@gmail.com>
17818 Date:   Fri Apr 16 14:36:11 2010 +1200
17819
17820     Add build docs for windows
17821
17822  Makefile.am  |    1 +
17823  README.win32 |   24 ++++++++++++++++++++++++
17824  2 files changed, 25 insertions(+)
17825
17826 commit e580da87f0b2fd36cb5d8008fb2fb0c3b01f456a
17827 Author: John Stowers <john.stowers@gmail.com>
17828 Date:   Thu Apr 15 13:40:39 2010 +1200
17829
17830     Setup.py cosmetic tidy
17831
17832      * Remove local doc install, point to website instead
17833      * link to versioned docs
17834
17835  pygobject_postinstall.py |   43
17836  ++++++++++++++++++++++++++-----------------
17837  setup.py                 |   39 ++++++++++++++-------------------------
17838  2 files changed, 40 insertions(+), 42 deletions(-)
17839
17840 commit 69ecd506c83ddf180c6cc9a2a8dc753a02543959
17841 Author: John Stowers <john.stowers@gmail.com>
17842 Date:   Sat Jul 25 14:12:30 2009 +1200
17843
17844     Fix crash when importing gio
17845
17846     Only seems to be necessary on windows, but
17847     no harm on linux as multiple calls to init
17848     are OK
17849
17850  gio/giomodule.c |    3 +++
17851  1 file changed, 3 insertions(+)
17852
17853 commit 5d159a13d89587cba189a0ca3203ac003e2f1f2b
17854 Author: John Stowers <john.stowers@gmail.com>
17855 Date:   Thu Apr 15 22:52:48 2010 +1200
17856
17857     Bug 589671 - Dont use generate-constants
17858
17859     This breaks the build using distutils, and it is
17860     largely unneeded. Just add the G_XXX constants
17861     to the module directly
17862
17863  gobject/Makefile.am          |   16 +-------
17864  gobject/constants.py         |   83
17865  ++++++++++++++++++++++++++++++++++++++++++
17866  gobject/constants.py.in      |   50 -------------------------
17867  gobject/generate-constants.c |   44 ----------------------
17868  gobject/gobjectmodule.c      |   35 ++++++++++++++++++
17869  setup.py                     |    2 +-
17870  tests/runtests.py            |    3 +-
17871  7 files changed, 121 insertions(+), 112 deletions(-)
17872
17873 commit 6d7a3ab9ce352692d0faccbf106974d264fa953d
17874 Author: John Stowers <john.stowers@gmail.com>
17875 Date:   Thu Apr 15 22:49:17 2010 +1200
17876
17877     Bug 589671 - Fix setup.py for windows build
17878
17879     * Building pyglib as a static private library
17880     * Update to include new defs
17881     * Modernise setup.py and add more util functions
17882       to dsextras
17883
17884  dsextras.py |   32 ++++++++++++++++---
17885  setup.py    |  102
17886  +++++++++++++++++++++++++++++++++++++++++++++++++++--------
17887  2 files changed, 116 insertions(+), 18 deletions(-)
17888
17889 commit d11ef47072acae5801ce25c68d1289e425eb9fc2
17890 Author: John Stowers <john.stowers@gmail.com>
17891 Date:   Thu Apr 15 22:48:28 2010 +1200
17892
17893     Include pygsource.h
17894
17895  glib/pygiochannel.c |    1 +
17896  1 file changed, 1 insertion(+)
17897
17898 commit c5f6af4844c74354abc508d17969d9d45153acf2
17899 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17900 Date:   Thu Apr 15 14:25:59 2010 -0400
17901
17902     Add metadata to the .doap file
17903
17904  pygi.doap |    3 +++
17905  1 file changed, 3 insertions(+)
17906
17907 commit 81796cb77cbe6b9598a652bd63c047af93e747ee
17908 Author: John (J5) Palmieri <johnp@redhat.com>
17909 Date:   Wed Apr 14 12:01:43 2010 -0400
17910
17911     override that wasn't checked in - fixes some test cases
17912
17913  gi/overrides/GIMarshallingTests.py |   69
17914  ++++++++++++++++++++++++++++++++++++
17915  1 file changed, 69 insertions(+)
17916
17917 commit de5d2ea1584b01af809346316c7fbd4955a9db1d
17918 Author: Colin Walters <walters@verbum.org>
17919 Date:   Wed Apr 14 10:06:07 2010 -0400
17920
17921     [Makefile.am] Clean up CFLAGS handling, don't override all: target
17922
17923     First, we should move the CFLAGS into AM_CFLAGS, otherwise the
17924     per-target CFLAGS forces Automake to prefix object files, which
17925     is unnecessary since we only have one target.
17926
17927     More importantly, avoid overriding the all: target here; that's
17928     owned by Automake.  Use all-local instead to append things to
17929     the end of the normal build.
17930
17931  gi/Makefile.am |   15 +++++++++------
17932  1 file changed, 9 insertions(+), 6 deletions(-)
17933
17934 commit 5a47e96e3f580c973e6880dafa747f54c144c760
17935 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
17936 Date:   Tue Apr 13 19:15:49 2010 -0400
17937
17938     Use GIMarshallingTests (old TestGI) in gobject-introspection
17939
17940  gi/overrides/TestGI.py |   69 --
17941  tests/Makefile.am      |   40 -
17942  tests/libtestgi.c      | 2924
17943  ------------------------------------------------
17944  tests/libtestgi.h      |  628 -----------
17945  tests/test_gi.py       |  832 +++++++-------
17946  5 files changed, 416 insertions(+), 4077 deletions(-)
17947
17948 commit 681832c3cd040433a488a400693b68f213bf7078
17949 Author: José Alburquerque <jaalburqu@svn.gnome.org>
17950 Date:   Tue Apr 13 13:33:12 2010 -0400
17951
17952         codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;).
17953
17954         * codegen/docextract_to_xml.py: Replace &nbsp; which also causes
17955         errors with a regular space.
17956
17957  codegen/docextract_to_xml.py |    1 +
17958  1 file changed, 1 insertion(+)
17959
17960 commit bd4e7f2459e34957aaae59b9be807d6dff5ec1eb
17961 Author: José Alburquerque <jaalburqu@svn.gnome.org>
17962 Date:   Tue Apr 13 12:28:10 2010 -0400
17963
17964         codegen/docextract_to_xml.py: Replace some &..; that cause errors.
17965
17966         * codegen/docextract_to_xml.py (escape_text): Replace some &..;
17967         expressions that cause errors with more appropriate output.
17968
17969  codegen/docextract_to_xml.py |    4 ++++
17970  1 file changed, 4 insertions(+)
17971
17972 commit f00b9ce91fc9c3aabd4af4132fc112d9e415e12e
17973 Author: José Alburquerque <jaalburqu@svn.gnome.org>
17974 Date:   Sun Apr 11 17:46:40 2010 -0400
17975
17976         codegen/docextract_to_xml.py: Handle C++ multi-line comments.
17977
17978         * codegen/docextract_to_xml.py (escape_text): Translate '/*'
17979         and '*/'
17980         in text to '/ *' and '* /' respectively so that comment errors
17981         don't
17982         show up when the descriptions that include C++ code with C++
17983         multi-line comments are used in Doxygen blocks.
17984
17985  codegen/docextract_to_xml.py |    9 +++++++++
17986  1 file changed, 9 insertions(+)
17987
17988 commit a2fcdecbb5e109da5568084d7acb2332af83b6f5
17989 Author: José Alburquerque <jaalburqu@svn.gnome.org>
17990 Date:   Sun Apr 11 16:15:01 2010 -0400
17991
17992         codegen/docextract.py: Stop final section processing on first
17993         match.
17994
17995         * codegen/docextract.py (process_final_sections): Modify the final
17996         section pattern matching for loop to stop on first match so
17997         that it
17998         doesn't match both a colon return ('Returns: ...') and a no colon
17999         return ('Returns ...') which leads to annotation extraction
18000         errors.
18001
18002  codegen/docextract.py |    4 ++++
18003  1 file changed, 4 insertions(+)
18004
18005 commit 825fd305f03b726665edca34963978ce27448182
18006 Author: José Alburquerque <jaalburqu@svn.gnome.org>
18007 Date:   Sun Apr 11 15:45:09 2010 -0400
18008
18009         Update doc extraction tool to handle GObjectIntrospection
18010         annotations.
18011
18012         * codegen/docextract.py (FunctionDoc): Renamed class to GtkDoc.
18013         (GtkDoc::annotations): Added a list field to store annotations
18014         which
18015         are 2-tuples of (name, value).
18016         (GtkDoc::ret): Modified field to store the return description
18017         along
18018         with a list of annotations as described above.
18019         (GtkDoc::params): Now holds a list of 3-tupples: name,
18020         description and
18021         annotations (as described above).
18022         (GtkDoc::block_type): Add a field to tell if the comment block
18023         is a
18024         function block, signal block or property block.
18025         (GtkDoc::set_type):
18026         (GtkDoc::get_type): Add methods for setting/getting the block
18027         type.
18028         (GtkDoc::add_param): Modified to also accept a list of
18029         annotations to
18030         be added with the parameter.
18031         (GtkDoc::add_annotation):
18032         (GtkDoc::get_annotations): Added methods to add/get annotations
18033         for
18034         the comment block.
18035         (GtkDoc::append_description): Renamed to append_to_description().
18036         (GtkDoc::get_param_description): Removed unused method.
18037         (GtkDoc::get_description): Added method to get block description.
18038         (GtkDoc::add_return): Added method to add a return accepting
18039         the first
18040         line of the description and its annotations.
18041         (GtkDoc::append_return): Renamed to append_to_return().
18042         (Regular expressions):
18043          - Made the names of the variables un-abbreviated.
18044
18045          - Added 'since', 'deprecated' and 'rename to' regular
18046          expressions.
18047
18048          - Modified the return matching regular expression so that
18049          it doesn't
18050            match descriptions that begin with 'Returns ...'.
18051            This improves
18052            the docs of many function.
18053
18054          - Added signal and property comment block identifier matching
18055          regular
18056            expressions in case those are useful.
18057
18058         - Modified existing identifier matching regular expressions
18059         (function,
18060           signal, and property regular expressions) to properly parse
18061           annotations.  Also added a regular expression for extracting
18062           annotations from the parameter and return descriptions.
18063
18064         - Refined the function name matching regular expression to
18065         only accept
18066           identifiers that begin with a lowercase letter.  This eliminates
18067           'SECTION:' matches.
18068
18069         - Finally, grouped commonly related expressions like
18070         return_pattern,
18071           since_pattern, etc.  into groups (in lists) so that matching
18072           those
18073           sections can be done using loops.
18074
18075         (Parsing algorithm): Modified the algorithm to use a functional
18076         approach to parsing.  Extra methods like skip_to_comment() and
18077         processs_params() have been added and used in the parse_file()
18078         function to now process the comment blocks.
18079         (parse_dir): Added file processing output to stderr.
18080         * codegen/docextract_to_xml.py (usage): Added function to
18081         print out
18082         the usage.
18083         (print_annotations): Added function to print the given list of
18084         annotations.
18085         (options): Added --with-signals (-i), with-properties (-p) and
18086         --with-annotation (-a) to the existing --source-dir (-s) option.
18087
18088         (algorithm): Now prints annotations, if specified.  Also, prints
18089         signals and properties correctly (using names like
18090         Class::signal-one
18091         for signals and Classs:property) with xml such as <signal
18092         name="...">...</signal>.  The return xml is slightly modified with
18093         annotations but this would only be exhibited if annotation xml is
18094         requested.
18095
18096  codegen/docextract.py        |  439
18097  +++++++++++++++++++++++++++++++++---------
18098  codegen/docextract_to_xml.py |   87 ++++++---
18099  2 files changed, 414 insertions(+), 112 deletions(-)
18100
18101 commit 9fef1acb42cd900d4a814a7378f60bc189121785
18102 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
18103 Date:   Fri Apr 9 13:47:03 2010 +0200
18104
18105     Always create the .so link
18106
18107  gi/Makefile.am |    2 +-
18108  1 file changed, 1 insertion(+), 1 deletion(-)
18109
18110 commit e9f7fd414e94595e40eb1ba0fc471ca69136d82f
18111 Author: Paul Bolle <pebolle@tiscali.nl>
18112 Date:   Thu Apr 8 11:52:25 2010 +0200
18113
18114     Docs: replace gio.IO_ERROR_* with gio.ERROR_*
18115
18116     Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
18117
18118  docs/reference/pygio-file.xml        |   58
18119  +++++++++++++++++-----------------
18120  docs/reference/pygio-inputstream.xml |   22 ++++++-------
18121  docs/reference/pygio-mount.xml       |   10 +++---
18122  3 files changed, 45 insertions(+), 45 deletions(-)
18123
18124 commit 4cbd9941c5705970a9f7a429e236e1203d3155a1
18125 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18126 Date:   Mon Apr 5 18:10:42 2010 +0200
18127
18128     Bug 613341 - pygobject tests seem to require pygtk causing a circular
18129     dependencies problem
18130
18131     move tests that require pygtk to pygtk itself
18132
18133  tests/test_conversion.py |   83 -------------
18134  tests/test_enum.py       |  234 -------------------------------------
18135  tests/test_gtype.py      |  112 ------------------
18136  tests/test_subtype.py    |  289
18137  ----------------------------------------------
18138  4 files changed, 718 deletions(-)
18139
18140 commit ef0ceb266a45715ece58642fb0042e3376416755
18141 Author: Simon van der Linden <svdlinden@src.gnome.org>
18142 Date:   Wed Feb 3 20:33:03 2010 +0100
18143
18144     Add modelines and copyright information to overrides modules
18145
18146  gi/overrides/Gdk.py    |   21 +++++++++++++++++++++
18147  gi/overrides/Gtk.py    |   21 +++++++++++++++++++++
18148  gi/overrides/TestGI.py |   20 ++++++++++++++++++++
18149  3 files changed, 62 insertions(+)
18150
18151 commit 5106523a4b8378997a1e6cb0488398aa73e7d9d5
18152 Author: Simon van der Linden <svdlinden@src.gnome.org>
18153 Date:   Wed Feb 3 20:29:55 2010 +0100
18154
18155     Fix and complete overrides tests
18156
18157     Those tests were missing in the last commit
18158
18159     https://bugzilla.gnome.org/show_bug.cgi?id=602830
18160
18161  gi/overrides/TestGI.py |   49
18162  ++++++++++++++++++++++++++++++++++++++++++++++++
18163  tests/test_gi.py       |    8 +++++++-
18164  2 files changed, 56 insertions(+), 1 deletion(-)
18165
18166 commit 23fc0f615d87994acafd9d39e92dd92b587fc2eb
18167 Author: Simon van der Linden <svdlinden@src.gnome.org>
18168 Date:   Thu Jan 21 17:30:51 2010 +0100
18169
18170     Don't raise an error in _pygi_import if pygi support is disabled
18171
18172     http://bugzilla.gnome.org/show_bug.cgi?id=607674
18173
18174  gobject/pygboxed.c      |    6 +-----
18175  gobject/pygi-external.h |    1 -
18176  gobject/pygobject.c     |    6 +-----
18177  gobject/pygpointer.c    |    6 +-----
18178  4 files changed, 3 insertions(+), 16 deletions(-)
18179
18180 commit aefac8c5f64bf059dd6652f8a843d17b34fa0854
18181 Author: Simon van der Linden <svdlinden@src.gnome.org>
18182 Date:   Fri Jan 22 22:22:37 2010 +0100
18183
18184     Remove support for pointers to basic types as input-only argument
18185     and return value
18186
18187     There is no reason for an API to use such things, and
18188     g_function_info_invoke
18189     broke such features.
18190
18191     https://bugzilla.gnome.org/show_bug.cgi?id=607759
18192
18193  gi/pygi-argument.c |  586 ++++------------------------------------------
18194  gi/pygi-argument.h |    1 -
18195  gi/pygi-info.c     |    8 +-
18196  tests/libtestgi.c  |  660
18197  ----------------------------------------------------
18198  tests/libtestgi.h  |   86 -------
18199  tests/test_gi.py   |  144 ------------
18200  6 files changed, 47 insertions(+), 1438 deletions(-)
18201
18202 commit eaf7cb8ebb7e34f9493ac83b2f04af4dcf45f40f
18203 Author: Simon van der Linden <svdlinden@src.gnome.org>
18204 Date:   Fri Jan 22 13:41:21 2010 +0100
18205
18206     Restore the overrides support
18207
18208     Add a ModuleProxy in front of the DynamicModule when an overrides
18209     module is
18210     present. There is no need for an overrides module to be a class;
18211     it can just be a module.
18212
18213     Add an override decorator to override the wrapper of a registered
18214     type.
18215
18216     Adapt Gdk and Gtk accordingly.
18217
18218     Add tests.
18219
18220     https://bugzilla.gnome.org/show_bug.cgi?id=602830
18221
18222  gi/importer.py      |   40 +++++++-------------
18223  gi/module.py        |   43 ++++++++++++++-------
18224  gi/overrides/Gdk.py |   42 +++++++++++++--------
18225  gi/overrides/Gtk.py |   16 ++++----
18226  gi/types.py         |    6 +++
18227  tests/libtestgi.c   |  105
18228  +++++++++++++++++++++++++++++++++++++++++++++++++++
18229  tests/libtestgi.h   |   49 ++++++++++++++++++++++++
18230  tests/test_gi.py    |   36 ++++++++++++++++++
18231  8 files changed, 273 insertions(+), 64 deletions(-)
18232
18233 commit 289d641775d1ea52d2a5379126b70b7fcee46683
18234 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
18235 Date:   Sun Jan 10 21:01:59 2010 +0100
18236
18237     Initialize PyGPollFD_Type.fd_obj to NULL
18238
18239     https://bugzilla.gnome.org/show_bug.cgi?id=606582
18240
18241  gio/gcancellable.override |    1 +
18242  1 file changed, 1 insertion(+)
18243
18244 commit b11cf2595987c1f0fc4ffd834f07c98b92aa2355
18245 Author: Simon van der Linden <svdlinden@src.gnome.org>
18246 Date:   Fri Jan 8 21:10:28 2010 +0100
18247
18248     Initialize struct fields to 0 when allocating
18249
18250  gi/pygi-struct.c |    2 +-
18251  tests/test_gi.py |    5 +++++
18252  2 files changed, 6 insertions(+), 1 deletion(-)
18253
18254 commit b4189be2b2d3c350fdf33e27309bee5a72e4f72a
18255 Author: Simon van der Linden <svdlinden@src.gnome.org>
18256 Date:   Fri Jan 8 20:33:44 2010 +0100
18257
18258     Don't set a default constructor for structures.
18259
18260     Update tests accordingly.
18261
18262     The reason for this change is that setting __new__ in the metaclass
18263     doesn't let
18264     one overrides it afterwards, in a subclass (in my experience, at
18265     least, even
18266     though it seems weird).
18267
18268     https://bugzilla.gnome.org/show_bug.cgi?id=603536
18269
18270  gi/types.py       |   35 +++++++----------------------------
18271  tests/libtestgi.c |   33 ---------------------------------
18272  tests/libtestgi.h |    7 -------
18273  tests/test_gi.py  |   21 ++++++++++-----------
18274  4 files changed, 17 insertions(+), 79 deletions(-)
18275
18276 commit 4db68b958ea11bd2c3a88067cae03fd6bdd1d24b
18277 Author: Simon van der Linden <svdlinden@src.gnome.org>
18278 Date:   Tue Jan 5 13:36:44 2010 +0100
18279
18280     Suppress compilation warnings
18281
18282  gi/pygi-argument.c      |    3 ++-
18283  gi/pygi-boxed.c         |    2 --
18284  gi/pygobject-external.h |    2 +-
18285  3 files changed, 3 insertions(+), 4 deletions(-)
18286
18287 commit 4e2efa91d101bf755739e1cca8eee41eb0ad20fd
18288 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18289 Date:   Mon Jan 4 08:35:14 2010 +0100
18290
18291     Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc
18292
18293     Committed a patch from Kevin Pyle
18294
18295  Makefile.am |   27 +++++++++++++--------------
18296  1 file changed, 13 insertions(+), 14 deletions(-)
18297
18298 commit 8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40
18299 Author: Simon van der Linden <svdlinden@src.gnome.org>
18300 Date:   Fri Dec 11 22:24:30 2009 +0100
18301
18302     sys.path must be modified after pygtk is imported
18303
18304     Otherwise, sys.path is overridden by pygtk and gi.repository is
18305     loaded from the
18306     system's default site-package directory.
18307
18308  tests/runtests.py |    1 -
18309  tests/test_gi.py  |    3 +++
18310  2 files changed, 3 insertions(+), 1 deletion(-)
18311
18312 commit 284a1e1c0143c95d3007cf58e6c248b5d11fb4d1
18313 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18314 Date:   Sun Jan 3 11:02:57 2010 +0100
18315
18316     Wrap gio.Cancellable.make_pollfd() and add a test
18317
18318  gio/Makefile.am            |    1 +
18319  gio/gcancellable.override  |   37 +++++++++++++++++++++++++++++++++++++
18320  gio/gio.override           |    3 +++
18321  tests/test_gcancellable.py |   15 +++++++++++++++
18322  4 files changed, 56 insertions(+)
18323
18324 commit 82d7bcbf37200ee2ef5892dd12bebd2f39965c56
18325 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18326 Date:   Sat Jan 2 23:15:56 2010 +0100
18327
18328     Make cancellable an optional parameter in many methods
18329
18330  gio/gio.defs |  102
18331  +++++++++++++++++++++++++++++-----------------------------
18332  1 file changed, 51 insertions(+), 51 deletions(-)
18333
18334 commit 49a078cd22d55dc33a03ecfda235d63955edc741
18335 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18336 Date:   Sat Jan 2 23:15:21 2010 +0100
18337
18338     Post release version bump to 2.21.2
18339
18340  configure.ac |    2 +-
18341  1 file changed, 1 insertion(+), 1 deletion(-)
18342
18343 commit 4f9f1f43ab4e2cfb204ffa0e257a34cfd95d84e2
18344 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18345 Date:   Sat Jan 2 22:58:36 2010 +0100
18346
18347     Update NEWS and release PyGObject-2.21.1
18348
18349  NEWS |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
18350  1 file changed, 55 insertions(+)
18351
18352 commit c1f34be73bd186d7b4682dfef133da2c4229d213
18353 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18354 Date:   Fri Jan 1 20:25:35 2010 +0100
18355
18356     Wrap gio.Volume.eject_with_operation()
18357
18358  gio/gvolume.override |   54
18359  ++++++++++++++++++++++++++++++++++++++++++++++++++
18360  1 file changed, 54 insertions(+)
18361
18362 commit 9b76fbff6f6897aaf26ed4644c1f19efc2826917
18363 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18364 Date:   Fri Jan 1 20:22:21 2010 +0100
18365
18366     gio.Mount.unmount_with_operation() fix a copy/paste leftover
18367
18368  gio/gmount.override |    4 ++--
18369  1 file changed, 2 insertions(+), 2 deletions(-)
18370
18371 commit 6f459786dd641cd49d81eba403d940620f961cab
18372 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18373 Date:   Fri Jan 1 20:21:05 2010 +0100
18374
18375     Wrap gio.Mount.eject_with_operation()
18376
18377  gio/gmount.override |   54
18378  +++++++++++++++++++++++++++++++++++++++++++++++++++
18379  1 file changed, 54 insertions(+)
18380
18381 commit d4b5d1b4839364e5676eb2da28f1d21db7e2552d
18382 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18383 Date:   Fri Jan 1 20:15:38 2010 +0100
18384
18385     Wrap gio.Mount.unmount_mountable_with_operation()
18386
18387  gio/gmount.override |   54
18388  +++++++++++++++++++++++++++++++++++++++++++++++++++
18389  1 file changed, 54 insertions(+)
18390
18391 commit e919d47c2430451b436cec955e9b99237f97028c
18392 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18393 Date:   Fri Jan 1 18:22:46 2010 +0100
18394
18395     Wrap File.unmount_mountable_with_operation()
18396
18397  gio/gfile.override |   54
18398  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18399  1 file changed, 54 insertions(+)
18400
18401 commit 5a614df9c5507d67f240462f7bf71b4cd411addf
18402 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18403 Date:   Fri Jan 1 18:14:11 2010 +0100
18404
18405     Wrap gio.File.stop_mountable()
18406
18407  gio/gfile.override |   52
18408  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18409  1 file changed, 52 insertions(+)
18410
18411 commit 6af506647f36f2b825bc6556df5ee57fa7721906
18412 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18413 Date:   Fri Jan 1 18:10:49 2010 +0100
18414
18415     Wrap gio.File.start_mountable()
18416
18417  gio/gfile.override |   52
18418  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18419  1 file changed, 52 insertions(+)
18420
18421 commit e700efc839fc0b651fc9794a1611190bffa80263
18422 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18423 Date:   Fri Jan 1 18:02:46 2010 +0100
18424
18425     Wrap gio.File.replace_readwrite_async()
18426
18427  gio/gfile.override |   55
18428  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18429  1 file changed, 55 insertions(+)
18430
18431 commit 92662f129fc728258fd5e34f53dcb081e3715017
18432 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18433 Date:   Fri Jan 1 17:00:26 2010 +0100
18434
18435     Wrap gio.File.poll_mountable()
18436
18437  gio/gfile.override |   41 +++++++++++++++++++++++++++++++++++++++++
18438  1 file changed, 41 insertions(+)
18439
18440 commit 99902b786500948c3278779841e4db54223b9256
18441 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18442 Date:   Fri Jan 1 16:56:26 2010 +0100
18443
18444     Wrap gio.File.open_readwrite_async()
18445
18446  gio/gfile.override |   44 ++++++++++++++++++++++++++++++++++++++++++++
18447  1 file changed, 44 insertions(+)
18448
18449 commit 8cff5d53183ae81364ac74a34a1d52e55e082eb4
18450 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18451 Date:   Fri Jan 1 16:50:15 2010 +0100
18452
18453     Wrap gio.File.eject_mountable_with_operation()
18454
18455  gio/gfile.override |   54
18456  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18457  1 file changed, 54 insertions(+)
18458
18459 commit ca436fe7785fd24b0f0e65f2f8c9fa6478277682
18460 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18461 Date:   Fri Jan 1 13:30:24 2010 +0100
18462
18463     Wrap gio.File.create_readwrite_async() and add a test
18464
18465  gio/gfile.override |   51
18466  +++++++++++++++++++++++++++++++++++++++++++++++++++
18467  tests/test_gio.py  |   24 ++++++++++++++++++++++++
18468  2 files changed, 75 insertions(+)
18469
18470 commit f72c5e451dfaeb01b3c3d9243fed2732d3620462
18471 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18472 Date:   Fri Jan 1 13:20:11 2010 +0100
18473
18474     Wrap gio.Drive.stop()
18475
18476  gio/gdrive.override |   52
18477  +++++++++++++++++++++++++++++++++++++++++++++++++++
18478  1 file changed, 52 insertions(+)
18479
18480 commit 29043bade408338cefa13fb4b0c875aabd3ef05e
18481 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18482 Date:   Fri Jan 1 13:00:42 2010 +0100
18483
18484     Wrap gio.Drive.start()
18485
18486  gio/gdrive.override |   52
18487  +++++++++++++++++++++++++++++++++++++++++++++++++++
18488  1 file changed, 52 insertions(+)
18489
18490 commit dff374287bbecc8af782bbc726fad86c6c867754
18491 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18492 Date:   Fri Jan 1 12:45:29 2010 +0100
18493
18494     Add more remainders on missing methods of gio.Socket and related types
18495
18496  gio/gsocket.override |    3 +++
18497  1 file changed, 3 insertions(+)
18498
18499 commit b8c7e996498bd72df551011af85ff05ef7335b4f
18500 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18501 Date:   Fri Jan 1 12:41:08 2010 +0100
18502
18503     Wrap gio.SocketListener.accept_socket_async|finish() and add a test
18504
18505  gio/gsocket.override  |   86
18506  +++++++++++++++++++++++++++++++++++++++++++++++--
18507  tests/test_gsocket.py |   24 ++++++++++++++
18508  2 files changed, 108 insertions(+), 2 deletions(-)
18509
18510 commit a5ae2d5ba3db34967fe07a3cc97b75df2793988c
18511 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18512 Date:   Fri Jan 1 12:28:53 2010 +0100
18513
18514     Wrap gio.SocketListener.accept_finish() and add a test
18515
18516  gio/gsocket.override  |   44 ++++++++++++++++++++++++++++++++++++++++++--
18517  tests/test_gsocket.py |   24 ++++++++++++++++++++++++
18518  2 files changed, 66 insertions(+), 2 deletions(-)
18519
18520 commit a5ab26cc1bb3e9dd57e2fdb26ef5c02e8066d097
18521 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18522 Date:   Fri Jan 1 11:19:34 2010 +0100
18523
18524     Wrap gio.SocketListener.accept_async()
18525
18526  gio/gsocket.override |   42 ++++++++++++++++++++++++++++++++++++++++++
18527  1 file changed, 42 insertions(+)
18528
18529 commit c9496b29ef9ef232020a4044577d2947353953a5
18530 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18531 Date:   Fri Jan 1 11:14:35 2010 +0100
18532
18533     Wrap gio.SocketListener.accept_socket() and add a test
18534
18535  gio/gsocket.override  |   48
18536  +++++++++++++++++++++++++++++++++++++++++++++++-
18537  tests/test_gsocket.py |   13 +++++++++++++
18538  2 files changed, 60 insertions(+), 1 deletion(-)
18539
18540 commit 1aa5e301c49f11e1c5ef58de44b4b03f714d1a70
18541 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18542 Date:   Thu Dec 31 16:35:18 2009 +0100
18543
18544     Wrap gio.SocketListener.accept() and add a test
18545
18546  gio/gsocket.override  |   46
18547  +++++++++++++++++++++++++++++++++++++++++++++-
18548  tests/test_gsocket.py |   13 +++++++++++++
18549  2 files changed, 58 insertions(+), 1 deletion(-)
18550
18551 commit aaedcf166c78baf5449ef59d0ade4a29077fedc7
18552 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18553 Date:   Thu Dec 31 16:25:33 2009 +0100
18554
18555     Make cancellable optional in gio.SocketClient.connect_to_host()
18556
18557  gio/gio.defs |    2 +-
18558  1 file changed, 1 insertion(+), 1 deletion(-)
18559
18560 commit 3829d7667b19126fb74562b28d271e616b154c99
18561 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18562 Date:   Thu Dec 31 15:25:10 2009 +0100
18563
18564     Wrap gio.SocketListener.add_address() and add a test
18565
18566  gio/gsocket.override  |   57
18567  ++++++++++++++++++++++++++++++++++++++++++++++++-
18568  tests/test_gsocket.py |    9 ++++++++
18569  2 files changed, 65 insertions(+), 1 deletion(-)
18570
18571 commit 5bec72f34ea75bc56158cae5c39d61a2a4e7e601
18572 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18573 Date:   Thu Dec 31 10:19:47 2009 +0100
18574
18575     Add more remainders on missing methods of gio.Socket and related types
18576
18577  gio/gsocket.override |    8 ++++++++
18578  1 file changed, 8 insertions(+)
18579
18580 commit b08b20f2b1a57bcbf400d6fe8e87cf052bdb719d
18581 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18582 Date:   Thu Dec 31 10:16:18 2009 +0100
18583
18584     Wrap gio.SocketClient.connect_to_service_async()
18585
18586  gio/gsocket.override |   47
18587  +++++++++++++++++++++++++++++++++++++++++++++++
18588  1 file changed, 47 insertions(+)
18589
18590 commit 116ea1bfe32946e67aa54eb8dc7b977e57f254c2
18591 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18592 Date:   Thu Dec 31 10:10:43 2009 +0100
18593
18594     Wrap gio.SocketClient.connect_to_host_async()
18595
18596  gio/gsocket.override |   48
18597  ++++++++++++++++++++++++++++++++++++++++++++++++
18598  1 file changed, 48 insertions(+)
18599
18600 commit 9c930910505d5b9001b8cec17ff98fadeaa799e2
18601 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18602 Date:   Thu Dec 31 09:59:46 2009 +0100
18603
18604     Wrap gio.SocketClient.connect_async()
18605
18606  gio/gsocket.override |   45 +++++++++++++++++++++++++++++++++++++++++++++
18607  1 file changed, 45 insertions(+)
18608
18609 commit dff024256295c15e49888ad9d5fef74a7746edd7
18610 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18611 Date:   Wed Dec 30 23:44:25 2009 +0100
18612
18613     Wrap gio.SocketAddressEnumerator.next_async() and add a test
18614
18615  gio/gsocket.override  |   42 ++++++++++++++++++++++++++++++++++++++++++
18616  tests/test_gsocket.py |   16 ++++++++++++++++
18617  2 files changed, 58 insertions(+)
18618
18619 commit e2330bd0d6cbc49b0ecb27b30e3b0593935ce229
18620 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18621 Date:   Wed Dec 30 23:43:14 2009 +0100
18622
18623     Add a missing object gio.InetSocketAddress new in GIO 2.22
18624
18625  gio/gio-types.defs |    7 +++++++
18626  gio/gio.defs       |   31 +++++++++++++++++++++++++++++++
18627  2 files changed, 38 insertions(+)
18628
18629 commit 6040b33467ea381c6cb02f6a5efc0745fa8fa47b
18630 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18631 Date:   Wed Dec 30 22:54:47 2009 +0100
18632
18633     Make cancellable optional for gio.SocketAddressEnumerator.next()
18634
18635  gio/gio.defs |    2 +-
18636  1 file changed, 1 insertion(+), 1 deletion(-)
18637
18638 commit b19f59790b9de943d69b6c5e483928e0443c3d20
18639 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18640 Date:   Wed Dec 30 22:17:44 2009 +0100
18641
18642     Add a remainder of the Socket methods that needs manual wrapping still
18643
18644  gio/gsocket.override |    5 +++++
18645  1 file changed, 5 insertions(+)
18646
18647 commit 771a7c3fdef7b2e98e509293a8376a81c1282286
18648 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18649 Date:   Wed Dec 30 17:20:35 2009 +0100
18650
18651     Wrap gio.Socket.condition_wait() and add a test
18652
18653  gio/gsocket.override  |   27 +++++++++++++++++++++++++++
18654  tests/test_gsocket.py |    6 +++++-
18655  2 files changed, 32 insertions(+), 1 deletion(-)
18656
18657 commit 50960656815b0897a5ebe5f011537b8dcbdc857e
18658 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18659 Date:   Wed Dec 30 16:21:49 2009 +0100
18660
18661     Wrap gio.Socket.condition_check() and add a test
18662
18663  gio/Makefile.am       |    1 +
18664  gio/gio.override      |    1 +
18665  gio/gsocket.override  |   41 +++++++++++++++++++++++++++++++++++++++++
18666  tests/test_gsocket.py |   21 +++++++++++++++++++++
18667  4 files changed, 64 insertions(+)
18668
18669 commit de7a359e81792ae8573ac944455ea289985449ed
18670 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18671 Date:   Wed Dec 30 14:07:52 2009 +0100
18672
18673     Wrap gio.Resolver.lookup_service_finish() and add a test
18674
18675  gio/gresolver.override  |   37 +++++++++++++++++++++++++++++++++++++
18676  tests/test_gresolver.py |   13 +++++++++++++
18677  2 files changed, 50 insertions(+)
18678
18679 commit 308421789ce849040d645077c41c80b6e2e65e83
18680 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18681 Date:   Wed Dec 30 14:00:22 2009 +0100
18682
18683     Wrap gio.Resolver.lookup_service_async()
18684
18685  gio/gresolver.override |   48
18686  ++++++++++++++++++++++++++++++++++++++++++++++++
18687  1 file changed, 48 insertions(+)
18688
18689 commit 9d56ce775f56fff1b1ef3c75843c0583e39f75c3
18690 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18691 Date:   Wed Dec 30 11:11:32 2009 +0100
18692
18693     Wrap gio.Resolver.lookup_service() and add a test
18694
18695  gio/gresolver.override  |   42 ++++++++++++++++++++++++++++++++++++++++++
18696  tests/test_gresolver.py |    5 +++++
18697  2 files changed, 47 insertions(+)
18698
18699 commit 7fc71f490494dae73a5264869a97a9d30814930e
18700 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18701 Date:   Tue Dec 29 22:12:50 2009 +0100
18702
18703     Wrap gio.Resolver.lookup_by_address_async() and add a test
18704
18705  gio/gresolver.override  |   46
18706  ++++++++++++++++++++++++++++++++++++++++++++++
18707  tests/test_gresolver.py |   14 ++++++++++++++
18708  2 files changed, 60 insertions(+)
18709
18710 commit c91656dbe56f07d3ebbad5113467c22427cf212a
18711 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18712 Date:   Tue Dec 29 21:41:30 2009 +0100
18713
18714     Wrap gio.Resolver.lookup_by_name_finish() and add a test
18715
18716  gio/gresolver.override  |   82
18717  +++++++++++++++++++++++++++++++++++++++++++++++
18718  tests/test_gresolver.py |   16 +++++++--
18719  2 files changed, 96 insertions(+), 2 deletions(-)
18720
18721 commit 45b477342fa1c2435917c6d97745ad57665c4734
18722 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18723 Date:   Tue Dec 29 17:15:44 2009 +0100
18724
18725     Wrap gio.Drive.eject_with_data()
18726
18727  gio/gdrive.override |   54
18728  +++++++++++++++++++++++++++++++++++++++++++++++++++
18729  1 file changed, 54 insertions(+)
18730
18731 commit 635227480f9659a1f91ab1ec12536d3ed012a976
18732 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18733 Date:   Tue Dec 29 17:06:52 2009 +0100
18734
18735     Deprecate old gio.Drive methods
18736
18737  gio/gdrive.override |    7 ++++++-
18738  gio/gio.defs        |    1 +
18739  2 files changed, 7 insertions(+), 1 deletion(-)
18740
18741 commit 3c0cbc95af29b1e192ed4b5963e96e39c70b349c
18742 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18743 Date:   Tue Dec 29 13:51:54 2009 +0100
18744
18745     Small fix in the header
18746
18747  gio/gdrive.override |    2 +-
18748  1 file changed, 1 insertion(+), 1 deletion(-)
18749
18750 commit 7589128515b79d836365247dc876538c6352da23
18751 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18752 Date:   Tue Dec 29 12:40:50 2009 +0100
18753
18754     Wrap gio.Resolver.lookup_by_name() and add a couple of tests
18755
18756  gio/Makefile.am         |    1 +
18757  gio/gio.override        |    1 +
18758  gio/gresolver.override  |   57
18759  +++++++++++++++++++++++++++++++++++++++++++++++
18760  tests/test_gresolver.py |   21 +++++++++++++++++
18761  4 files changed, 80 insertions(+)
18762
18763 commit 604d2bf220b1fefa415baaedbdb2882dbaf9e07e
18764 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18765 Date:   Tue Dec 29 12:39:13 2009 +0100
18766
18767     Make cancellable an optional parameter in
18768     gio.Resolver.lookup_by_address()
18769
18770  gio/gio.defs |    2 +-
18771  1 file changed, 1 insertion(+), 1 deletion(-)
18772
18773 commit 00029145f4cd10759b37b38fb9f72435bf26b28b
18774 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18775 Date:   Tue Dec 29 10:15:14 2009 +0100
18776
18777     Strip g_ prefix for many other functions
18778
18779  gio/gio.defs |   94
18780  +++++++++++++++++++++++++++++-----------------------------
18781  1 file changed, 47 insertions(+), 47 deletions(-)
18782
18783 commit 56d5dfc4fd862e32c19f944a0feb7a00a9154f06
18784 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18785 Date:   Tue Dec 29 10:12:53 2009 +0100
18786
18787     Strip g_prefix from InetAddress functions
18788
18789  gio/gio.defs |    8 ++++----
18790  1 file changed, 4 insertions(+), 4 deletions(-)
18791
18792 commit 1d360301d51a587a36a59f5d62e354484bbd2b31
18793 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18794 Date:   Tue Dec 29 10:03:59 2009 +0100
18795
18796     Fix function name gio.resolver_get_default()
18797
18798     Strip the g_ prefix from function name
18799
18800  gio/gio.defs |    2 +-
18801  1 file changed, 1 insertion(+), 1 deletion(-)
18802
18803 commit 0fe00109c4f6fc27cbaae9b0a24ecfac71355d2f
18804 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18805 Date:   Tue Dec 29 09:54:05 2009 +0100
18806
18807     Wrap gio.FileIOStream.query_info_async() and add a test
18808
18809  gio/Makefile.am            |    1 +
18810  gio/gfileiostream.override |   68
18811  ++++++++++++++++++++++++++++++++++++++++++++
18812  gio/gio.override           |    1 +
18813  tests/test_gio.py          |   18 ++++++++++++
18814  4 files changed, 88 insertions(+)
18815
18816 commit 86783c695f3641b9491962e8f95a4dcb91f4017c
18817 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
18818 Date:   Tue Dec 29 13:08:29 2009 +0100
18819
18820     Register enums and flags in PyGI if needed
18821
18822     https://bugzilla.gnome.org/show_bug.cgi?id=603534
18823
18824  gobject/pygenum.c  |   20 ++++++++++++++------
18825  gobject/pygflags.c |   19 +++++++++++++------
18826  2 files changed, 27 insertions(+), 12 deletions(-)
18827
18828 commit b90c01cff5ff5cb2796182f2ffd7b5248eaeed6a
18829 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18830 Date:   Mon Dec 28 22:41:54 2009 +0100
18831
18832     Wrap GIOStream.close_async() and add a test
18833
18834  gio/Makefile.am        |    1 +
18835  gio/gio.override       |    1 +
18836  gio/giostream.override |   68
18837  ++++++++++++++++++++++++++++++++++++++++++++++++
18838  tests/test_gio.py      |   21 +++++++++++++++
18839  4 files changed, 91 insertions(+)
18840
18841 commit 0bff01bcee73a0e0d18342331136119c4e8bf151
18842 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18843 Date:   Mon Dec 28 22:39:09 2009 +0100
18844
18845     Make cancellable an optional parameter in GFile.create_readwrite()
18846
18847  gio/gio.defs |    2 +-
18848  1 file changed, 1 insertion(+), 1 deletion(-)
18849
18850 commit 1cabd733cde269ce3164834933f4a226673ecb0b
18851 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18852 Date:   Mon Dec 28 21:39:50 2009 +0100
18853
18854     Remove a duplicate entry in gio.defs
18855
18856  gio/gio.defs |    9 ---------
18857  1 file changed, 9 deletions(-)
18858
18859 commit 9ac372ad0bcfdec4bb1c96bc152246542a59a9b1
18860 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18861 Date:   Mon Dec 28 21:37:49 2009 +0100
18862
18863     Wrap gio.FileInfo.set_modification_time and add a test
18864
18865  gio/gfileinfo.override |   33 ++++++++++++++++++++++++++++++++-
18866  tests/test_gio.py      |    7 ++++++-
18867  2 files changed, 38 insertions(+), 2 deletions(-)
18868
18869 commit 7bc2673f92138b1804d8eba091942d14d8884f90
18870 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18871 Date:   Mon Dec 28 18:28:03 2009 +0100
18872
18873     Wrap gio.EmblemedIcon.get_emblems() and add a test
18874
18875  gio/gicon.override  |   14 ++++++++++++++
18876  tests/test_gicon.py |    7 +++++++
18877  2 files changed, 21 insertions(+)
18878
18879 commit 3d5056ad766d6856d8d6459fe9b377de2f0fd172
18880 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18881 Date:   Sat Dec 26 22:27:48 2009 +0100
18882
18883     Update Enums and Flags with new API
18884
18885  gio/gio-types.defs |  153
18886  ++++++++++++++++++++++++++++++++++++++++++++++++++--
18887  1 file changed, 149 insertions(+), 4 deletions(-)
18888
18889 commit 62a9d660a4a2d5fab1d57c6c96c984ff02d25ccd
18890 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18891 Date:   Fri Dec 25 18:06:39 2009 +0100
18892
18893     Post release version bump to 2.21.1
18894
18895  configure.ac |    2 +-
18896  1 file changed, 1 insertion(+), 1 deletion(-)
18897
18898 commit 2bd92cba5b028f0f78c35ecb34e648e95248f9d3
18899 Author: Bastian Winkler <buz@netbuz.org>
18900 Date:   Fri Aug 14 15:10:26 2009 +0200
18901
18902     Fix handling of uchar in pyg_value_from_pyobject
18903
18904     Set the value by g_value_set_uchar and allow to use integer types
18905     from python.
18906
18907  gobject/pygtype.c |   15 +++++++++++----
18908  1 file changed, 11 insertions(+), 4 deletions(-)
18909
18910 commit 828d0f042b59ea0319f33a23803c179af34ef2f1
18911 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
18912 Date:   Tue Dec 22 18:05:47 2009 +0100
18913
18914     Add Gtk.keysyms to overrides
18915
18916  gi/overrides/Gtk.py      |    2 +
18917  gi/overrides/Makefile.am |    1 +
18918  gi/overrides/keysyms.py  | 1499
18919  ++++++++++++++++++++++++++++++++++++++++++++++
18920  3 files changed, 1502 insertions(+)
18921
18922 commit 24fa1224ff00b9da177e0bfaa1e14e1b899e4976
18923 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
18924 Date:   Wed Nov 25 10:33:56 2009 +0100
18925
18926     The array field 'length' starts to count from the C arg list, so
18927     need to decrement when it's a method
18928
18929     https://bugzilla.gnome.org/show_bug.cgi?id=602640
18930
18931  gi/pygi-argument.c |   11 +++++++++-
18932  gi/pygi-argument.h |    3 ++-
18933  gi/pygi-info.c     |   14 ++++++++++--
18934  tests/libtestgi.c  |   60
18935  ++++++++++++++++++++++++++++++++++++++++++++++++++++
18936  tests/libtestgi.h  |    4 ++++
18937  tests/test_gi.py   |   15 +++++++++++++
18938  6 files changed, 103 insertions(+), 4 deletions(-)
18939
18940 commit 867536c6734e606d045760837ed22583da06566e
18941 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18942 Date:   Fri Dec 18 10:50:09 2009 +0100
18943
18944     Update NEWS and README, release pygobject 2.21.0
18945
18946  NEWS   |   18 ++++++++++++++++++
18947  README |    6 +++---
18948  2 files changed, 21 insertions(+), 3 deletions(-)
18949
18950 commit f50fbd24fa61863aaefa4ae1e12e0b314ecd43ae
18951 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18952 Date:   Fri Dec 18 10:31:48 2009 +0100
18953
18954     Add pygi-external.h into Makefile SOURCES
18955
18956  gobject/Makefile.am |    3 ++-
18957  1 file changed, 2 insertions(+), 1 deletion(-)
18958
18959 commit 108c03b78f04b4bcfe066a6cb4d941e172bd32fe
18960 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18961 Date:   Fri Dec 18 01:20:34 2009 +0100
18962
18963     Bug 598435 - No wrapping for g_find_program_in_path ()
18964
18965  glib/glibmodule.c |   20 ++++++++++++++++++++
18966  1 file changed, 20 insertions(+)
18967
18968 commit d3d5cb3a4a2c2cb2bd0c2571304d59e19bc08452
18969 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18970 Date:   Thu Dec 17 21:54:36 2009 +0100
18971
18972     Wrap new API added in GIO-UNIX 2.22
18973
18974  gio/unix-types.defs |   22 ++++++++++
18975  gio/unix.defs       |  115
18976  ++++++++++++++++++++++++++++++++++++++++++++++++++-
18977  gio/unix.override   |    8 ++++
18978  3 files changed, 144 insertions(+), 1 deletion(-)
18979
18980 commit c87c8a81947a68507e8f3bcaf8e0e969b3e5331b
18981 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18982 Date:   Thu Dec 17 21:52:11 2009 +0100
18983
18984     Bump required glib version to 2.22.4
18985
18986     I've committed a patch to glib which will be released in the stable
18987     branch.
18988     Without the patch the unix module will fail, so I'm forced to bump.
18989
18990  configure.ac |    6 +++---
18991  1 file changed, 3 insertions(+), 3 deletions(-)
18992
18993 commit b630c8d4b1e55938dac89729768c4a877b305215
18994 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
18995 Date:   Thu Dec 17 02:24:45 2009 +0100
18996
18997     Properly define Connectable as interface type and not object type
18998
18999  gio/gio-types.defs |   12 ++++++------
19000  1 file changed, 6 insertions(+), 6 deletions(-)
19001
19002 commit e955b931b07113c7432f7a85f882f69f12d263ad
19003 Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
19004 Date:   Mon Nov 30 22:01:25 2009 +0100
19005
19006     Depend on GLib 2.20 rather than 2.22
19007
19008     Backport g_array_get_element_size.
19009
19010     https://bugzilla.gnome.org/show_bug.cgi?id=603411
19011
19012  configure.ac      |    2 +-
19013  gi/pygi-private.h |   19 +++++++++++++++++++
19014  2 files changed, 20 insertions(+), 1 deletion(-)
19015
19016 commit 542fdf6da4ad8f2d28d0d50152bd93cb4d8ee39a
19017 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19018 Date:   Sat Nov 28 18:48:19 2009 +0000
19019
19020     Use the limit constants from glib and interpret G_MAXUINT32 as
19021     PyLong_FromLongLong
19022
19023     https://bugzilla.gnome.org/show_bug.cgi?id=602384
19024
19025  gi/pygi-argument.c |   14 +++++++-------
19026  tests/test_gi.py   |   18 +++++++++---------
19027  2 files changed, 16 insertions(+), 16 deletions(-)
19028
19029 commit 38e89942d29f2a1dba47ab4a8d5edc84322707cd
19030 Author: Simon van der Linden <svdlinden@src.gnome.org>
19031 Date:   Mon Nov 30 00:10:56 2009 +0100
19032
19033     Suppress warnings about format conversion
19034
19035     https://bugzilla.gnome.org/show_bug.cgi?id=603355
19036
19037  gobject/generate-constants.c |   32 ++++++++++++++++----------------
19038  1 file changed, 16 insertions(+), 16 deletions(-)
19039
19040 commit cfa7d005487e17e8f7c1ceb14282d3a5baadb736
19041 Author: Simon van der Linden <svdlinden@src.gnome.org>
19042 Date:   Sat Nov 28 00:22:21 2009 +0100
19043
19044     Remove global checks for pointers and move them in type cases that
19045     need them
19046
19047  gi/pygi-argument.c |  516
19048  ++++++++++++++++++++++++++++++++++++++++++----------
19049  gi/pygi-info.c     |  333 +++++++++++++++++----------------
19050  2 files changed, 596 insertions(+), 253 deletions(-)
19051
19052 commit d1ae73f3cf7cebdb74c9ec56b08928a2a53b9de6
19053 Author: Johan Dahlin <johan@gnome.org>
19054 Date:   Mon Nov 23 15:58:17 2009 -0200
19055
19056     Pythonify. Avoid ; and () around if statements
19057
19058     https://bugzilla.gnome.org/show_bug.cgi?id=602830
19059
19060  gi/types.py |    8 ++++----
19061  1 file changed, 4 insertions(+), 4 deletions(-)
19062
19063 commit a8660621679c629fc81320a8ddf5bf2c7ee1f177
19064 Author: Johan Dahlin <johan@gnome.org>
19065 Date:   Tue Nov 24 10:36:18 2009 -0200
19066
19067     Remove trailing whitespace
19068
19069     https://bugzilla.gnome.org/show_bug.cgi?id=602830
19070
19071  gi/module.py |    4 ++--
19072  1 file changed, 2 insertions(+), 2 deletions(-)
19073
19074 commit 66c34805223af9e63c7d61f21a3dbd7505a8f256
19075 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19076 Date:   Mon Nov 30 10:03:34 2009 +0000
19077
19078     Set a default constructor for boxed structs that don't have one
19079
19080     https://bugzilla.gnome.org/show_bug.cgi?id=602735
19081
19082  gi/Makefile.am     |    2 +
19083  gi/gimodule.c      |    1 +
19084  gi/module.py       |    2 +-
19085  gi/pygi-argument.c |   14 +++-
19086  gi/pygi-boxed.c    |  184
19087  ++++++++++++++++++++++++++++++++++++++++++++++++++++
19088  gi/pygi-boxed.h    |   40 ++++++++++++
19089  gi/pygi-info.c     |    2 +-
19090  gi/pygi-private.h  |    1 +
19091  gi/pygi.h          |    6 ++
19092  gi/types.py        |   18 -----
19093  tests/libtestgi.c  |   72 ++++++++++----------
19094  tests/libtestgi.h  |   18 ++---
19095  tests/test_gi.py   |   47 ++++++++------
19096  13 files changed, 321 insertions(+), 86 deletions(-)
19097
19098 commit e7e2fccae36c28c7e9f288fcd4c90a001140e307
19099 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19100 Date:   Mon Nov 30 10:53:57 2009 +0000
19101
19102     Revert "Use the limit constants from glib and interpret G_MAXUINT32
19103     as PyLong_FromLongLong"
19104
19105     This reverts commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041.
19106
19107  gi/pygi-argument.c |   14 +++++++-------
19108  tests/test_gi.py   |   18 +++++++++---------
19109  2 files changed, 16 insertions(+), 16 deletions(-)
19110
19111 commit 05a2ed55f3e5d2620de8b3b6b0d99e928ef3b041
19112 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19113 Date:   Sat Nov 28 18:48:19 2009 +0000
19114
19115     Use the limit constants from glib and interpret G_MAXUINT32 as
19116     PyLong_FromLongLong
19117
19118     https://bugzilla.gnome.org/show_bug.cgi?id=602384
19119
19120  gi/pygi-argument.c |   14 +++++++-------
19121  tests/test_gi.py   |   18 +++++++++---------
19122  2 files changed, 16 insertions(+), 16 deletions(-)
19123
19124 commit e24d155dd7b4a5b9c25c054137d1370c369d3192
19125 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19126 Date:   Sat Nov 28 18:45:54 2009 +0000
19127
19128     Add the missing limit constants from glibconfig.h
19129
19130     https://bugzilla.gnome.org/show_bug.cgi?id=603244
19131
19132  gobject/generate-constants.c |   17 ++++++++++++++++-
19133  1 file changed, 16 insertions(+), 1 deletion(-)
19134
19135 commit 3a295cb7ffaaaf29c71b8833cf0ee5ec7ceaa909
19136 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19137 Date:   Sat Nov 28 18:48:49 2009 +0100
19138
19139     Fix bad name when rebuilding the unix source module
19140
19141  gio/Makefile.am |    2 +-
19142  1 file changed, 1 insertion(+), 1 deletion(-)
19143
19144 commit a8cbb6fb72dbe6630d1265b18095c9a96f496b86
19145 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19146 Date:   Sat Nov 28 18:47:26 2009 +0100
19147
19148     Wrap new API added in GIO 2.22
19149
19150  gio/gio-types.defs |  138 +++
19151  gio/gio.defs       | 2444
19152  +++++++++++++++++++++++++++++++++++++++++++++++-----
19153  2 files changed, 2360 insertions(+), 222 deletions(-)
19154
19155 commit 96f6c638709636d7e2ddf560b877879691da3314
19156 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19157 Date:   Sat Nov 28 11:03:51 2009 +0000
19158
19159     A few tests about interfaces
19160
19161     https://bugzilla.gnome.org/show_bug.cgi?id=601181
19162
19163  tests/libtestgi.c |   23 +++++++++++++++++++++++
19164  tests/libtestgi.h |   16 ++++++++++++++++
19165  tests/test_gi.py  |   21 +++++++++++++++++++++
19166  3 files changed, 60 insertions(+)
19167
19168 commit 076ba3156c13375a75983cef7a409c8c8afea119
19169 Author: Simon van der Linden <svdlinden@src.gnome.org>
19170 Date:   Thu Nov 26 23:50:54 2009 +0100
19171
19172     Fix members initialization in metaclasses
19173
19174     In metaclasses, the test for the name of the class was wrong, since it
19175     prevented one to create a subclass with the same name (especially
19176     annoying for
19177     overrides). Now, if a GType is available from the info, the fact
19178     that it
19179     doesn't have any wrapper yet means that the metaclass is creating
19180     the base
19181     class, which will be registerd just after its creation. This is
19182     true for
19183     objects, and for structures registered as boxed or pointer too.
19184
19185     This patch includes a test for basic subclassing in Python. It
19186     notably tests
19187     that methods don't get overridden by the metaclass.
19188
19189  gi/types.py      |    5 +++--
19190  tests/test_gi.py |   19 +++++++++++++++++++
19191  2 files changed, 22 insertions(+), 2 deletions(-)
19192
19193 commit ac80e64c9f7d257865aa820753e52d56cf2871c8
19194 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19195 Date:   Fri Nov 27 12:06:59 2009 +0000
19196
19197     Structs in arrays are not marshalled correctly
19198
19199     https://bugzilla.gnome.org/show_bug.cgi?id=602709
19200
19201  gi/pygi-argument.c |   29 ++++++++++++++++++++++++-----
19202  tests/libtestgi.c  |   23 ++++++++++++++++++++++-
19203  tests/libtestgi.h  |    7 +++++--
19204  tests/test_gi.py   |    8 ++++++++
19205  4 files changed, 59 insertions(+), 8 deletions(-)
19206
19207 commit 4a373b8ad6ec137e911b92a3e745e0fd76541292
19208 Author: Simon van der Linden <svdlinden@src.gnome.org>
19209 Date:   Wed Nov 25 16:53:55 2009 +0100
19210
19211     Use the right variable when looking up in sys.modules
19212
19213  gi/importer.py |    2 +-
19214  1 file changed, 1 insertion(+), 1 deletion(-)
19215
19216 commit fc3dca018e85aee34ade79d104ebd8cdd1dd5968
19217 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19218 Date:   Tue Nov 24 15:52:47 2009 +0100
19219
19220     Accept 0 as a valid value for flag and enum arguments
19221
19222     https://bugzilla.gnome.org/show_bug.cgi?id=602638
19223
19224  gi/pygi-argument.c |   19 ++++++++++++++++++-
19225  tests/libtestgi.c  |    6 ++++++
19226  tests/libtestgi.h  |    1 +
19227  tests/test_gi.py   |    1 +
19228  4 files changed, 26 insertions(+), 1 deletion(-)
19229
19230 commit 33081c29a1c2fdec2b8bfe17ae0a72b8db7a8d84
19231 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19232 Date:   Tue Nov 24 13:10:11 2009 +0100
19233
19234     Add stuff to .gitignore
19235
19236  .gitignore |    7 +++++++
19237  1 file changed, 7 insertions(+)
19238
19239 commit 5c010fe673d9bd01c27c8d7d312064665275888c
19240 Author: Simon van der Linden <svdlinden@src.gnome.org>
19241 Date:   Mon Nov 23 22:39:12 2009 +0100
19242
19243     Remove the girepository module
19244
19245  Makefile.am                    |    2 +-
19246  configure.ac                   |   17 -
19247  girepository/Makefile.am       |   54 --
19248  girepository/__init__.py       |   24 -
19249  girepository/bank-argument.c   |  379 -------------
19250  girepository/bank-info.c       | 1194
19251  ----------------------------------------
19252  girepository/bank-repository.c |  236 --------
19253  girepository/bank.c            |  155 ------
19254  girepository/bank.h            |   80 ---
19255  girepository/btypes.py         |  300 ----------
19256  girepository/importer.py       |   51 --
19257  girepository/module.py         |  224 --------
19258  girepository/overrides/Gdk.py  |   14 -
19259  girepository/overrides/Gtk.py  |    8 -
19260  girepository/repository.py     |   51 --
19261  tests/test_girepository.py     |  386 -------------
19262  16 files changed, 1 insertion(+), 3174 deletions(-)
19263
19264 commit a644edf0515c26ed027522891ccf02aceac764e8
19265 Author: Johan Dahlin <johan@gnome.org>
19266 Date:   Mon Nov 23 15:32:16 2009 -0200
19267
19268     Create overridden modules in two passes
19269
19270     This patch splits overridden module creation into two passes. The
19271     first pass
19272     creates the auto-generated module normally before the overridden
19273     module is
19274     attempted to be imported. The second pass imports the overridden
19275     module and
19276     replaces the auto-generated module with the overridden. This is
19277     necessary
19278     for the overridden modules to be able to access the auto-generated
19279     ones.
19280
19281  gi/importer.py |   34 +++++++++++++++++++++-------------
19282  1 file changed, 21 insertions(+), 13 deletions(-)
19283
19284 commit fad89e12a744b57e6348968f351d25d167de8248
19285 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19286 Date:   Sun Nov 22 17:56:20 2009 +0100
19287
19288     Add support for Any arguments
19289
19290     https://bugzilla.gnome.org/show_bug.cgi?id=601253
19291
19292  gi/pygi-argument.c |   20 ++++++++++++--------
19293  tests/libtestgi.c  |    5 +++++
19294  tests/libtestgi.h  |    5 +++++
19295  tests/test_gi.py   |    5 +++++
19296  4 files changed, 27 insertions(+), 8 deletions(-)
19297
19298 commit 1dc62a998dd8d2a0a397f8309011a8d79cb56034
19299 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19300 Date:   Sun Nov 22 17:25:04 2009 +0100
19301
19302     Register interfaces
19303
19304     https://bugzilla.gnome.org/show_bug.cgi?id=601181
19305
19306  gi/gimodule.c |   33 +++++++++++++++++++++++++++++++++
19307  gi/types.py   |    5 ++++-
19308  2 files changed, 37 insertions(+), 1 deletion(-)
19309
19310 commit d67d5afb5115c1d8294415b2e1a82af2c737ba17
19311 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19312 Date:   Sun Nov 22 18:23:02 2009 +0200
19313
19314     Ignore one more file.
19315
19316  .gitignore |    1 +
19317  1 file changed, 1 insertion(+)
19318
19319 commit 408b2186aea58a41ec26b9d0ca29ecd42df5ef7e
19320 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19321 Date:   Sun Nov 22 18:22:23 2009 +0200
19322
19323     Fix wrong minimum checking in float properties
19324
19325     Bug #587637.  Test the fix.
19326
19327  gobject/propertyhelper.py |    5 +++--
19328  tests/test_properties.py  |    6 ++++++
19329  2 files changed, 9 insertions(+), 2 deletions(-)
19330
19331 commit 6ccf58afcf58e118903ced0135f0fe69b00e09ad
19332 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19333 Date:   Mon Oct 26 18:06:06 2009 +0000
19334
19335     Treat GI_INFO_TYPE_INTERFACE same as GI_INFO_TYPE_OBJECT
19336
19337  gi/pygi-argument.c |    3 +++
19338  1 file changed, 3 insertions(+)
19339
19340 commit e6f730d6e1431e36bd5f6b503a1038617f8d1e7d
19341 Author: Simon van der Linden <svdlinden@src.gnome.org>
19342 Date:   Sat Nov 14 21:42:43 2009 +0100
19343
19344     Import pygtk properly to avoid failure on some setups
19345
19346  tests/test_gi.py |    3 +++
19347  1 file changed, 3 insertions(+)
19348
19349 commit e604a89e9dc1a79687ef5fb94af7a2182be07dfb
19350 Author: Alex Dedul <rotmer@gmail.com>
19351 Date:   Sat Nov 14 21:39:15 2009 +0100
19352
19353     Search for python-config-${VERSION} when python${VERSION}-config is
19354     not found
19355
19356     On Gentoo, notably, the config tool is named python-config-${VERSION},
19357     while on
19358     Fedora and Ubuntu, it is named python${VERSION}-config.
19359
19360     Signed-off-by: Simon van der Linden <svdlinden@src.gnome.org>
19361
19362  configure.ac |    7 +++++--
19363  1 file changed, 5 insertions(+), 2 deletions(-)
19364
19365 commit 4a887cfabb326cb99dc65073d592c03f59e2f141
19366 Author: Simon van der Linden <svdlinden@src.gnome.org>
19367 Date:   Sat Nov 14 21:36:19 2009 +0100
19368
19369     Fix silent rules setup
19370
19371  configure.ac |    2 +-
19372  1 file changed, 1 insertion(+), 1 deletion(-)
19373
19374 commit 602afea88c338a38327cd84e08703c5daa384ec6
19375 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19376 Date:   Tue Nov 10 22:32:33 2009 +0200
19377
19378     Move threads_init() function from 'gobject' to 'glib'
19379
19380     Retain in original place for backward compatibility, but remove it
19381     from the docs.
19382
19383  docs/reference/pygobject-functions.xml |   36
19384  +++++++-------------------------
19385  glib/glibmodule.c                      |   16 ++++++++++++++
19386  2 files changed, 23 insertions(+), 29 deletions(-)
19387
19388 commit 734755912fff11332dc0e96317b7d6b7c4014e6a
19389 Author: Simon van der Linden <svdlinden@src.gnome.org>
19390 Date:   Mon Nov 9 22:44:12 2009 +0100
19391
19392     Remove PyGObject patches since they've been merged to master
19393
19394  ...pytype-aware-of-the-interface-enum-flags-.patch |   78 --------
19395  patches/0002-Fix-girpository-build-setup.patch     |  186
19396  ------------------
19397  ...capabilities-to-import-wrappers-from-pygi.patch |  200
19398  --------------------
19399  ...ances-by-calling-tp_alloc-rather-than-PyO.patch |   29 ---
19400  4 files changed, 493 deletions(-)
19401
19402 commit 6a69288941e65312fe82649ec72d2f21b2dc618f
19403 Author: Simon van der Linden <svdlinden@src.gnome.org>
19404 Date:   Sat Nov 7 23:42:07 2009 +0100
19405
19406     Create instances by calling tp_alloc rather than PyObject_NEW
19407
19408     PyObject_NEW calls a generic allocator and should only be called by
19409     tp_new, knowing
19410     that the type's free function agrees. In pyg_boxed_new, we may
19411     allocate
19412     PyGBoxed subtypes, so the subtype's allocation function must be
19413     called instead.
19414
19415  gobject/pygboxed.c |    3 ++-
19416  1 file changed, 2 insertions(+), 1 deletion(-)
19417
19418 commit 000f7c36e667c6e078e3370769ea868e56a1b4ee
19419 Author: Simon van der Linden <svdlinden@src.gnome.org>
19420 Date:   Sat Nov 7 16:43:35 2009 +0100
19421
19422     Add capabilities to import wrappers from pygi
19423
19424     At instance creation for boxed and pointers, at lookup for objects,
19425     when the gtype has no wrapper yet, a wrapper may be imported from
19426     pygi.
19427
19428     The feature is turned on at configure time by --enable-pygi.
19429
19430     Because we couldn't create a circular build dependency, PyGI's import
19431     function and
19432     API definition had to be copied in this tree.
19433
19434  configure.ac            |    8 ++++++
19435  gobject/pygboxed.c      |   10 +++++++
19436  gobject/pygi-external.h |   66
19437  +++++++++++++++++++++++++++++++++++++++++++++++
19438  gobject/pygobject.c     |   10 +++++++
19439  gobject/pygpointer.c    |   11 ++++++++
19440  5 files changed, 105 insertions(+)
19441
19442 commit fdfbc90dbc9e305646b62d73de506b5e0e99cc91
19443 Author: Simon van der Linden <svdlinden@src.gnome.org>
19444 Date:   Sun Nov 8 20:03:58 2009 +0100
19445
19446     Update PyGObject patches
19447
19448     A file, pygi-external.h, was missing in patch #3.
19449
19450  ...capabilities-to-import-wrappers-from-pygi.patch |   74
19451  ++++++++++++++++++--
19452  ...ances-by-calling-tp_alloc-rather-than-PyO.patch |    2 +-
19453  2 files changed, 69 insertions(+), 7 deletions(-)
19454
19455 commit 8f53ca8a72f9958711765281dd5c5bdfb7042d7d
19456 Author: Tomeu Vizoso <tomeu@sugarlabs.org>
19457 Date:   Sun Nov 8 16:52:18 2009 +0100
19458
19459     Add myself to pygi.doap
19460
19461  pygi.doap |    5 +++++
19462  1 file changed, 5 insertions(+)
19463
19464 commit 6f50d5102aec9288e1851f12e9d232b9c141d524
19465 Author: Simon van der Linden <svdlinden@src.gnome.org>
19466 Date:   Sun Nov 8 15:40:51 2009 +0100
19467
19468     Add a doap file
19469
19470  pygi.doap |   17 +++++++++++++++++
19471  1 file changed, 17 insertions(+)
19472
19473 commit ce673b9027868e6add4eeb438bc707eb40bfd046
19474 Author: Simon van der Linden <svdlinden@src.gnome.org>
19475 Date:   Sun Nov 8 13:06:54 2009 +0100
19476
19477     Add PyGObject patches
19478
19479  ...pytype-aware-of-the-interface-enum-flags-.patch |   78 ++++++++
19480  patches/0002-Fix-girpository-build-setup.patch     |  186
19481  ++++++++++++++++++++
19482  ...capabilities-to-import-wrappers-from-pygi.patch |  138 +++++++++++++++
19483  ...ances-by-calling-tp_alloc-rather-than-PyO.patch |   29 +++
19484  4 files changed, 431 insertions(+)
19485
19486 commit b24fd9633cabe1d95cde173a04e9a49833b06a26
19487 Author: Simon van der Linden <svdlinden@src.gnome.org>
19488 Date:   Sun Nov 8 12:35:08 2009 +0100
19489
19490     Initial import
19491
19492  .gitignore                |   33 +
19493  Makefile.am               |   10 +
19494  autogen.sh                |  159 +++
19495  configure.ac              |   53 +
19496  gi/Makefile.am            |   50 +
19497  gi/__init__.py            |   24 +
19498  gi/gimodule.c             |  144 ++
19499  gi/importer.py            |   89 ++
19500  gi/module.py              |  167 +++
19501  gi/overrides/Gdk.py       |   21 +
19502  gi/overrides/Gtk.py       |   13 +
19503  gi/overrides/Makefile.am  |   10 +
19504  gi/pygi-argument.c        | 1976 ++++++++++++++++++++++++++
19505  gi/pygi-argument.h        |   65 +
19506  gi/pygi-info.c            | 2093 ++++++++++++++++++++++++++++
19507  gi/pygi-info.h            |   64 +
19508  gi/pygi-private.h         |   55 +
19509  gi/pygi-repository.c      |  238 ++++
19510  gi/pygi-repository.h      |   39 +
19511  gi/pygi-struct.c          |  175 +++
19512  gi/pygi-struct.h          |   40 +
19513  gi/pygi-type.c            |   96 ++
19514  gi/pygi-type.h            |   43 +
19515  gi/pygi.h                 |   99 ++
19516  gi/pygobject-external.h   |   83 ++
19517  gi/repository/Makefile.am |    8 +
19518  gi/repository/__init__.py |   30 +
19519  gi/types.py               |  163 +++
19520  tests/Makefile.am         |   48 +
19521  tests/libtestgi.c         | 3397
19522  +++++++++++++++++++++++++++++++++++++++++++++
19523  tests/libtestgi.h         |  643 +++++++++
19524  tests/runtests.py         |   22 +
19525  tests/test_gi.py          | 1416 +++++++++++++++++++
19526  33 files changed, 11566 insertions(+)
19527
19528 commit bfd3100a580b8bea9db25b8bb7443fb8c3dbe1cc
19529 Author: Simon van der Linden <svdlinden@src.gnome.org>
19530 Date:   Sat Nov 7 13:23:53 2009 +0100
19531
19532     Fix girpository build setup
19533
19534  configure.ac             |   21 +++++++----
19535  girepository/Makefile.am |   13 +++----
19536  m4/introspection.m4      |   92
19537  ++++++++++++++++++++++++++++++++++++++++++++++
19538  3 files changed, 111 insertions(+), 15 deletions(-)
19539
19540 commit 421c03b1c5b69f90c778663df901b45ca3ee8ba5
19541 Author: Simon van der Linden <svdlinden@src.gnome.org>
19542 Date:   Fri Nov 6 19:17:36 2009 +0100
19543
19544     Make GType.pytype aware of the interface, enum, flags, pointer and
19545     boxed wrappers
19546
19547  gobject/pygtype.c |   39 +++++++++++++++++++++++++++++++++------
19548  1 file changed, 33 insertions(+), 6 deletions(-)
19549
19550 commit a9c168c58cc6a449b51653417bf3f58bdd41457c
19551 Author: Philippe Normad <phil@base-art.net>
19552 Date:   Wed Oct 21 18:01:16 2009 +0200
19553
19554     pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
19555
19556     Fixes bug #481569
19557
19558  glib/pygmainloop.c |   95
19559  +++++++++++++++++++++++++++-------------------------
19560  1 file changed, 50 insertions(+), 45 deletions(-)
19561
19562 commit c6a5750379354c12e2599b3c73b4f9a23fd39114
19563 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19564 Date:   Fri Sep 25 20:12:21 2009 +0200
19565
19566     Post release version bump to 2.21.0
19567
19568  configure.ac |    2 +-
19569  1 file changed, 1 insertion(+), 1 deletion(-)
19570
19571 commit 33920eb013628a5e22b7b32403fb965ae3210f47
19572 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19573 Date:   Wed Sep 23 21:52:04 2009 +0200
19574
19575     Update NEWS and release 2.20.0
19576
19577  NEWS |    6 ++++++
19578  1 file changed, 6 insertions(+)
19579
19580 commit 66b12f7d2f54143ea80b4f8aec863b26800363d6
19581 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19582 Date:   Wed Sep 23 21:51:43 2009 +0200
19583
19584     Bump version to 2.20.0
19585
19586  configure.ac |    2 +-
19587  1 file changed, 1 insertion(+), 1 deletion(-)
19588
19589 commit 7bf87338a026ac82f908aa5fddf2bfea2daf6617
19590 Author: Brian Cameron <Brian.Cameron@sun.com>
19591 Date:   Wed Sep 23 12:11:50 2009 -0500
19592
19593     Updated uninstalled.pc file so that it contains the right paths for
19594     defsdir files and codegen files.  See bug #596023.
19595
19596  pygobject-2.0-uninstalled.pc.in |    4 ++--
19597  1 file changed, 2 insertions(+), 2 deletions(-)
19598
19599 commit d042402b7c649b2bed7f20038eb82518ec7cc9b3
19600 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19601 Date:   Tue Sep 22 22:02:27 2009 +0300
19602
19603     Plug reference leak of GSource in pyg_main_loop_init()
19604
19605     Bug #579406, second change.
19606
19607  glib/pygmainloop.c |    1 +
19608  1 file changed, 1 insertion(+)
19609
19610 commit 640be8109d066e85ed77c810830a5f73c750415b
19611 Author: Frédéric Péters <fpeters@0d.be>
19612 Date:   Sun Aug 30 16:46:02 2009 +0200
19613
19614     Specify programming language in .devhelp file
19615
19616     This add a new language attribute (hardcoded to python) in the
19617     .devhelp
19618     file that is produced when using ref-html-style.xsl.
19619
19620  docs/xsl/devhelp.xsl |    2 +-
19621  1 file changed, 1 insertion(+), 1 deletion(-)
19622
19623 commit c888b5ca722fcad6a03de585606c677c2969ebd6
19624 Author: Paolo Borelli <pborelli@gnome.org>
19625 Date:   Thu Aug 13 21:32:07 2009 +0200
19626
19627     Allow to use automake 1.11
19628
19629  autogen.sh |   13 +++++++------
19630  1 file changed, 7 insertions(+), 6 deletions(-)
19631
19632 commit 30deaba4bd1e199aab75cb346ee9237237807fbd
19633 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19634 Date:   Tue Aug 11 22:19:50 2009 +0200
19635
19636     Update README
19637
19638  README |   10 ++++++++--
19639  1 file changed, 8 insertions(+), 2 deletions(-)
19640
19641 commit af165d350d0d1bb493be5140bf84376d3da1e4d8
19642 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19643 Date:   Tue Aug 11 22:16:52 2009 +0200
19644
19645     Update AUTHORS
19646
19647  AUTHORS |    8 +++++---
19648  1 file changed, 5 insertions(+), 3 deletions(-)
19649
19650 commit 5f9f87f276b97964b525a501d8584ea8b4d8bfd2
19651 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19652 Date:   Tue Aug 11 22:11:43 2009 +0200
19653
19654     Add myself and Paul as maintainers
19655
19656  MAINTAINERS    |    8 ++++++++
19657  pygobject.doap |   14 ++++++++++++++
19658  2 files changed, 22 insertions(+)
19659
19660 commit 3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775
19661 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19662 Date:   Tue Aug 11 20:52:44 2009 +0200
19663
19664     Update NEWS release 2.19.0
19665
19666  NEWS |   29 +++++++++++++++++++++++++++++
19667  1 file changed, 29 insertions(+)
19668
19669 commit e82a1841f31ad54dd50569d0d45290713409e0bf
19670 Author: John Finlay <finlay@moeraki.com>
19671 Date:   Tue Aug 11 00:04:31 2009 -0700
19672
19673     Add macros to help with Python list to/from GList/GSList conversions.
19674
19675  gobject/pygobject.h |  242
19676  ++++++++++++++++++++++++++++++++++++++++++++++++++-
19677  1 file changed, 241 insertions(+), 1 deletion(-)
19678
19679 commit f1fad96da2c531fbd3218923baa4fe806a2942d4
19680 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19681 Date:   Sat Aug 8 21:37:54 2009 +0200
19682
19683     Bug 590063 â€“ GFileInfo.list_attributes should accept None/NULL
19684
19685  gio/gfileinfo.override |    4 ++--
19686  1 file changed, 2 insertions(+), 2 deletions(-)
19687
19688 commit b7907cf6ff6ccf8d38b5206f09f5c864c205e5de
19689 Author: Johan Dahlin <johan@gnome.org>
19690 Date:   Fri Jul 24 14:30:37 2009 -0300
19691
19692     Remove myself as a maintainer
19693
19694  MAINTAINERS    |    4 ----
19695  pygobject.doap |    7 -------
19696  2 files changed, 11 deletions(-)
19697
19698 commit be6eb21320b4688bcfcd8cbea33f7be29a76f2a2
19699 Author: John Finlay <finlay@moeraki.com>
19700 Date:   Wed Jul 8 15:47:44 2009 -0700
19701
19702             * codegen/defsgen.py (clean_patterns): Strip out Windows
19703             DLL API macros.
19704
19705  codegen/defsgen.py |    6 +++---
19706  1 file changed, 3 insertions(+), 3 deletions(-)
19707
19708 commit 2214cad3529979e29342a7e1fdc2915b90ce9c10
19709 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19710 Date:   Tue Jun 23 21:18:23 2009 +0200
19711
19712     Fix the gio.unix namespace in docs
19713
19714  docs/Makefile.am                          |    2 ++
19715  docs/reference/pygio-classes.xml          |    2 --
19716  docs/reference/pygio-unixinputstream.xml  |   26
19717  +++++++++++++-------------
19718  docs/reference/pygio-unixoutputstream.xml |   26
19719  +++++++++++++-------------
19720  docs/reference/pygiounix-classes.xml      |   13 +++++++++++++
19721  docs/reference/pygobject-ref.xml          |    1 +
19722  6 files changed, 42 insertions(+), 28 deletions(-)
19723
19724 commit c0acaedfe7f4e488a490e07e3184f0709e1fadc2
19725 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19726 Date:   Mon Jun 22 23:13:36 2009 +0200
19727
19728     Add docs for gio functions (mostly for content types)
19729
19730  docs/Makefile.am                   |    2 +
19731  docs/reference/pygio-classes.xml   |    1 +
19732  docs/reference/pygio-functions.xml |  395
19733  ++++++++++++++++++++++++++++++++++++
19734  3 files changed, 398 insertions(+)
19735
19736 commit ebddee47fb7f3e06f9e0a7a14b9532d5cf8a3881
19737 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19738 Date:   Sun Jun 21 18:35:56 2009 +0200
19739
19740     Add docs for gio.Unix[In|Out]putStream classes
19741
19742  docs/Makefile.am                          |    4 +
19743  docs/reference/pygio-classes.xml          |    2 +
19744  docs/reference/pygio-unixinputstream.xml  |  202
19745  +++++++++++++++++++++++++++++
19746  docs/reference/pygio-unixoutputstream.xml |  202
19747  +++++++++++++++++++++++++++++
19748  4 files changed, 410 insertions(+)
19749
19750 commit 5b71e58117c85634d95d08449eb54079b246e5be
19751 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19752 Date:   Sun Jun 21 16:50:03 2009 +0300
19753
19754     Document that many functions got moved gobject -> glib
19755
19756  docs/reference/pygobject-functions.xml |    7 +++++++
19757  1 file changed, 7 insertions(+)
19758
19759 commit b270dc43f2cef5260b0bbc71356fd8e6a2b7f754
19760 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19761 Date:   Sat Jun 20 19:23:25 2009 +0200
19762
19763     Add docs for class gio.DataOutputStream
19764
19765  docs/Makefile.am                          |    2 +
19766  docs/reference/pygio-classes.xml          |    1 +
19767  docs/reference/pygio-dataoutputstream.xml |  504
19768  +++++++++++++++++++++++++++++
19769  3 files changed, 507 insertions(+)
19770
19771 commit 549313fc4886fa3deb31761de6f5400708165d86
19772 Author: Murray Cumming <murrayc@murrayc.com>
19773 Date:   Thu Jun 18 18:48:37 2009 +0200
19774
19775     Allow h2def.py to work when there are tabs or multiple spaces after
19776     the struct keyword.
19777
19778  codegen/h2def.py |    8 ++++----
19779  1 file changed, 4 insertions(+), 4 deletions(-)
19780
19781 commit 5c36ef20dca8cd1793f2d3e88949675299097f40
19782 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19783 Date:   Mon Jun 15 23:02:34 2009 +0200
19784
19785     Add dpcs for class gio.DataInputStream
19786
19787  docs/Makefile.am                         |    2 +
19788  docs/reference/pygio-classes.xml         |    1 +
19789  docs/reference/pygio-constants.xml       |   66 +++
19790  docs/reference/pygio-datainputstream.xml |  799
19791  ++++++++++++++++++++++++++++++
19792  4 files changed, 868 insertions(+)
19793
19794 commit a8b36c343c6850af929c1d5a930f923831b4e637
19795 Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
19796 Date:   Mon Jun 15 23:25:01 2009 +0300
19797
19798     Fix build when builddir is not the same as srcdir
19799
19800     Bug #585817.
19801
19802  girepository/Makefile.am |    2 +-
19803  1 file changed, 1 insertion(+), 1 deletion(-)
19804
19805 commit 9d9ae97b8a49836ec1f3b8d6529bafe1cc06d4d7
19806 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19807 Date:   Mon Jun 15 23:19:47 2009 +0300
19808
19809     Make gio.Emblem constructor new-style
19810
19811     Add optional 'origin' parameter.  Expand gio.Emblem documentation and
19812     mark gio.emblem_new_with_origin as sort-of-deprecated.
19813
19814  docs/reference/pygio-emblem.xml |   51
19815  +++++++++++++++++++++++++++++++++++++--
19816  gio/gio.defs                    |    5 ++--
19817  2 files changed, 52 insertions(+), 4 deletions(-)
19818
19819 commit 268e1681fd5b46e6412d3a8db84f3f1cb02fdbde
19820 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19821 Date:   Sat Jun 13 14:44:47 2009 +0200
19822
19823     Add docs for gio.BufferedOutputStream class
19824
19825  docs/Makefile.am                              |   96 ++++-----
19826  docs/reference/pygio-bufferedoutputstream.xml |  275
19827  +++++++++++++++++++++++++
19828  docs/reference/pygio-classes.xml              |    1 +
19829  3 files changed, 325 insertions(+), 47 deletions(-)
19830
19831 commit a6e25aaa7c8f27d62f2917b06728d7ccfcd46416
19832 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19833 Date:   Sat Jun 13 14:38:34 2009 +0200
19834
19835     Fix gio.BufferedInputStream docs
19836
19837     Added the constructor reference and fixed a typo in properties header
19838
19839  docs/reference/pygio-bufferedinputstream.xml |   34
19840  ++++++++++++++++++++++++--
19841  1 file changed, 32 insertions(+), 2 deletions(-)
19842
19843 commit a9b13b60a5aad726d7d7dd7fdc5153b1561fb591
19844 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19845 Date:   Sat Jun 13 01:25:06 2009 +0200
19846
19847     Add docs for gio.BufferedInputStream
19848
19849  docs/Makefile.am                             |    2 +
19850  docs/reference/pygio-bufferedinputstream.xml |  431
19851  ++++++++++++++++++++++++++
19852  docs/reference/pygio-classes.xml             |    1 +
19853  3 files changed, 434 insertions(+)
19854
19855 commit 7766daa59b0e2b85413cee368bf2ebd2afe198e1
19856 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19857 Date:   Sun May 31 18:25:47 2009 +0300
19858
19859     Cleanup GIO overrides to use Python function/method names
19860
19861     Also move several gio.Mount overrides over from 'gio.override' to
19862     existing 'gmount.override'.  Part of bug #584289.
19863
19864  gio/gfile.override           |   20 ++---
19865  gio/gfileenumerator.override |    6 +-
19866  gio/ginputstream.override    |    2 +-
19867  gio/gio.override             |  204
19868  ------------------------------------------
19869  gio/gmount.override          |  204
19870  ++++++++++++++++++++++++++++++++++++++++++
19871  5 files changed, 218 insertions(+), 218 deletions(-)
19872
19873 commit 07e9c18dc092f6546230168b6b69c1b3454e120a
19874 Author: Paul Pogonyshev <pogonyshev@gmx.net>
19875 Date:   Sun May 31 18:56:55 2009 +0300
19876
19877     Make codegen report errors using Python function/method names
19878
19879     Part of bug #584289.
19880
19881  codegen/codegen.py     |    9 +++++----
19882  codegen/definitions.py |   10 +++++++++-
19883  2 files changed, 14 insertions(+), 5 deletions(-)
19884
19885 commit 235fde85d015382f2ba38b21968e82b3ac0b6612
19886 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19887 Date:   Fri Jun 12 00:12:17 2009 +0200
19888
19889     Fix object type in gio.BufferedInputStream_fill_async
19890
19891  gio/gbufferedinputstream.override |    2 +-
19892  1 file changed, 1 insertion(+), 1 deletion(-)
19893
19894 commit 407b0e909056f15960e6a4e549896d786ce0a0b2
19895 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19896 Date:   Tue Jun 9 00:08:21 2009 +0200
19897
19898     Wrap gio.BufferedInputStream.fill_async
19899
19900     Wrap the method gio.BufferedInputStream.fill_async and add a test
19901
19902  gio/Makefile.am                   |    1 +
19903  gio/gbufferedinputstream.override |   70
19904  +++++++++++++++++++++++++++++++++++++
19905  gio/gio.override                  |    1 +
19906  tests/test_gio.py                 |   25 +++++++++++++
19907  4 files changed, 97 insertions(+)
19908
19909 commit b7c96b41b287685fe57504e0add3a6f16e649975
19910 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19911 Date:   Mon Jun 8 15:42:40 2009 +0200
19912
19913     Add gio.BufferedOutputStream which was forgotten in the types
19914     definition
19915
19916  gio/gio-types.defs |    7 +++++++
19917  1 file changed, 7 insertions(+)
19918
19919 commit 3666f75af4ef2c8e038116aee5afada59d59f689
19920 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19921 Date:   Mon Jun 8 14:20:02 2009 +0200
19922
19923     Add docs for gio.MemoryOutputStream
19924
19925  docs/Makefile.am                            |    2 +
19926  docs/reference/pygio-classes.xml            |    1 +
19927  docs/reference/pygio-memoryoutputstream.xml |  175
19928  +++++++++++++++++++++++++++
19929  3 files changed, 178 insertions(+)
19930
19931 commit 6eb5e3988cbddb4afb3d5747364d6eb80370bb78
19932 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19933 Date:   Mon Jun 8 13:30:15 2009 +0200
19934
19935     Split overrides for gio.MemoryOutputStream
19936
19937  gio/Makefile.am                  |    1 +
19938  gio/gio.override                 |    1 +
19939  gio/gmemoryoutputstream.override |   45
19940  ++++++++++++++++++++++++++++++++++++++
19941  gio/goutputstream.override       |   24 --------------------
19942  4 files changed, 47 insertions(+), 24 deletions(-)
19943
19944 commit dfbdf23633a772e78b47b0e7b0c3e3b87855d9ff
19945 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
19946 Date:   Mon Jun 8 11:45:11 2009 +0200
19947
19948     Wrap gio.memory_input_stream_new_from_data
19949
19950     Add the wrapper for gio.memory_input_stream_new_from_data including
19951     docs and a test.
19952
19953  docs/Makefile.am                           |    4 +-
19954  docs/reference/pygio-classes.xml           |    1 +
19955  docs/reference/pygio-memoryinputstream.xml |  151
19956  ++++++++++++++++++++++++++++
19957  gio/Makefile.am                            |    1 +
19958  gio/ginputstream.override                  |   34 -------
19959  gio/gio.override                           |    1 +
19960  gio/gmemoryinputstream.override            |   91 +++++++++++++++++
19961  tests/test_gio.py                          |    4 +
19962  8 files changed, 252 insertions(+), 35 deletions(-)
19963
19964 commit fcc3cb0e167789746a1a9db0cba54ea7a97c7259
19965 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
19966 Date:   Mon Jun 8 19:15:24 2009 +0200
19967
19968     Fixes whitespaces style issues with girepository.
19969
19970  girepository/Makefile.am       |    2 +-
19971  girepository/bank-repository.c |   67
19972  ++++++++++++++++++++--------------------
19973  girepository/bank.h            |    2 +-
19974  girepository/btypes.py         |    6 ++--
19975  girepository/module.py         |    2 +-
19976  5 files changed, 39 insertions(+), 40 deletions(-)
19977
19978 commit fb4b2c8cdad2853e6bfe9526529e3a3ab052c5e0
19979 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
19980 Date:   Fri Jun 5 19:03:59 2009 +0200
19981
19982     Removes the header but the modeline in test_girepository.py.
19983
19984  tests/test_girepository.py |   26 +-------------------------
19985  1 file changed, 1 insertion(+), 25 deletions(-)
19986
19987 commit abe4828f52c7eb3a08f5b592e7ced1e97a58ef5c
19988 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
19989 Date:   Wed Jun 3 10:47:58 2009 +0200
19990
19991     Adds overrides modules from PyBank.
19992
19993  girepository/Makefile.am      |    3 +++
19994  girepository/importer.py      |    3 +--
19995  girepository/overrides/Gdk.py |   14 ++++++++++++++
19996  girepository/overrides/Gtk.py |    8 ++++++++
19997  4 files changed, 26 insertions(+), 2 deletions(-)
19998
19999 commit c12964e6a3354d8063355225c94e6d21d621e08b
20000 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
20001 Date:   Tue Jun 2 23:40:41 2009 +0200
20002
20003     Disables the tests that fail in tests/test_girepository.py.
20004
20005  tests/test_girepository.py |  242
20006  +++++++++++++++++++++++++++++++++-----------
20007  1 file changed, 182 insertions(+), 60 deletions(-)
20008
20009 commit a4469a3f7d32a25156bae5e7aef9ec4ae5f6e140
20010 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
20011 Date:   Tue Jun 2 23:03:26 2009 +0200
20012
20013     Imports test_girepository.py from former PyBank's
20014     everything_unittest.py.
20015
20016  tests/test_girepository.py |  288
20017  ++++++++++++++++++++++++++++++++++++++++++++
20018  1 file changed, 288 insertions(+)
20019
20020 commit e4f2a5ef8734cf40cf8345d442612db1f6c62d5a
20021 Author: Simon van der Linden <simon.vanderlinden@student.uclouvain.be>
20022 Date:   Thu May 28 17:45:11 2009 +0200
20023
20024     Introduces the girepository module from the former PyBank.
20025
20026  INSTALL                        |   69 +--
20027  Makefile.am                    |    2 +-
20028  configure.ac                   |   12 +
20029  girepository/Makefile.am       |   52 ++
20030  girepository/__init__.py       |   24 +
20031  girepository/bank-argument.c   |  379 +++++++++++++
20032  girepository/bank-info.c       | 1194
20033  ++++++++++++++++++++++++++++++++++++++++
20034  girepository/bank-repository.c |  237 ++++++++
20035  girepository/bank.c            |  155 ++++++
20036  girepository/bank.h            |   80 +++
20037  girepository/btypes.py         |  300 ++++++++++
20038  girepository/importer.py       |   52 ++
20039  girepository/module.py         |  224 ++++++++
20040  girepository/repository.py     |   51 ++
20041  14 files changed, 2799 insertions(+), 32 deletions(-)
20042
20043 commit f5ab5046fe9b67ec5e8fc64679e1a3d01787af7e
20044 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20045 Date:   Tue Jun 2 18:28:22 2009 +0200
20046
20047     Fix the docs for gio.FilterOutputStream
20048
20049  docs/reference/pygio-filteroutputstream.xml |    6 +++---
20050  1 file changed, 3 insertions(+), 3 deletions(-)
20051
20052 commit fded60d8376fc45d19bf6cd8be6b927cc3f2e8c6
20053 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20054 Date:   Tue Jun 2 18:27:00 2009 +0200
20055
20056     Add gio.FilterOutputStream docs
20057
20058  docs/Makefile.am                            |    2 +
20059  docs/reference/pygio-classes.xml            |    1 +
20060  docs/reference/pygio-filteroutputstream.xml |  152
20061  +++++++++++++++++++++++++++
20062  3 files changed, 155 insertions(+)
20063
20064 commit e2c31f916967229b6547e68013628ce0082cf875
20065 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20066 Date:   Tue Jun 2 13:29:59 2009 +0200
20067
20068     Add gio.FilterInputStream docs
20069
20070  docs/Makefile.am                           |    2 +
20071  docs/reference/pygio-classes.xml           |    1 +
20072  docs/reference/pygio-filterinputstream.xml |  152
20073  ++++++++++++++++++++++++++++
20074  3 files changed, 155 insertions(+)
20075
20076 commit 49a467eee445bc75554db0374006722ac075194b
20077 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20078 Date:   Tue Jun 2 11:33:20 2009 +0200
20079
20080     Add API appeared in 2.20 but not marked as such in gio docs
20081
20082  gio/gio.defs |   30 ++++++++++++++++++++++++++++++
20083  1 file changed, 30 insertions(+)
20084
20085 commit 180c157f2a20b7d2dd9af05bfb5f515fd23870a0
20086 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20087 Date:   Tue Jun 2 10:41:26 2009 +0200
20088
20089     Wrap gio.FileOutputStream.query_info_async
20090
20091     Add the wrapper for gio.FileOutputStream.query_info_async
20092     including docs and a test.
20093
20094  docs/Makefile.am                          |    2 +
20095  docs/reference/pygio-classes.xml          |    1 +
20096  docs/reference/pygio-fileoutputstream.xml |  257
20097  +++++++++++++++++++++++++++++
20098  gio/Makefile.am                           |    3 +-
20099  gio/gfileoutputstream.override            |   68 ++++++++
20100  gio/gio.override                          |    1 +
20101  tests/test_gio.py                         |   27 +++
20102  7 files changed, 358 insertions(+), 1 deletion(-)
20103
20104 commit 4673577d1f6c3d54423808dd575987092fb05ad2
20105 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20106 Date:   Tue Jun 2 10:17:41 2009 +0200
20107
20108     Fix gio.FileInputStream docs
20109
20110     Add implemented interface section and remove a method description
20111
20112  docs/reference/pygio-fileinputstream.xml |   25 +++++++++----------------
20113  1 file changed, 9 insertions(+), 16 deletions(-)
20114
20115 commit 1e1cad02879d514745b5233658654cbe944530a5
20116 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20117 Date:   Mon Jun 1 22:54:26 2009 +0200
20118
20119     Fix the method name
20120
20121  gio/gfileinputstream.override |   14 +++++++-------
20122  1 file changed, 7 insertions(+), 7 deletions(-)
20123
20124 commit f605811afe8c91f121e89b6f9ec28c70b62f4110
20125 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20126 Date:   Mon Jun 1 22:40:56 2009 +0200
20127
20128     Wrap gio.FileInputStream.query_async
20129
20130     Add the wrapper for gio.FileInputStream.query_async including docs and
20131     a test.
20132
20133  docs/Makefile.am                         |    2 +
20134  docs/reference/pygio-classes.xml         |    1 +
20135  docs/reference/pygio-fileinputstream.xml |  221
20136  ++++++++++++++++++++++++++++++
20137  gio/Makefile.am                          |    1 +
20138  gio/gfileinputstream.override            |   68 +++++++++
20139  gio/gio.override                         |    1 +
20140  tests/test_gio.py                        |   27 ++++
20141  7 files changed, 321 insertions(+)
20142
20143 commit 08623e54a426377c1504b5c364aabae5a17f8ad8
20144 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20145 Date:   Sun May 31 17:43:16 2009 +0300
20146
20147     Install executable codegen parts with executing permissions
20148
20149     Also add shebang where it was missing.  Bug #583979.
20150
20151  codegen/Makefile.am      |   23 ++++++++++++-----------
20152  codegen/code-coverage.py |    2 ++
20153  codegen/codegen.py       |    2 ++
20154  codegen/defsconvert.py   |    2 ++
20155  4 files changed, 18 insertions(+), 11 deletions(-)
20156
20157 commit 833d4da202bcfcb01a414f8aec4b751ec8e1ccb2
20158 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20159 Date:   Sat May 30 16:57:49 2009 +0300
20160
20161     Wrap gio.DataInputStream.read_line_async and read_until_async
20162
20163     Wrap the functions and their corresponding *_finish() functions.
20164     Create 'gdatainputstream.override' for these and move two existing
20165     functions there.  Add unit tests.  Re-enable synchronous read_line
20166     unit test and adjust it for new official GIO behavior.  Bug #584285.
20167
20168  gio/Makefile.am               |    1 +
20169  gio/gdatainputstream.override |  250
20170  +++++++++++++++++++++++++++++++++++++++++
20171  gio/ginputstream.override     |   65 -----------
20172  gio/gio.defs                  |    4 +-
20173  gio/gio.override              |    1 +
20174  tests/test_gio.py             |   51 ++++++++-
20175  6 files changed, 300 insertions(+), 72 deletions(-)
20176
20177 commit 2cb569c0ced49f9ed5ca83292d5f15c837066688
20178 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20179 Date:   Sat May 30 17:24:15 2009 +0300
20180
20181     Fix gio.OutputStream.splice_async
20182
20183     Bug #584290.
20184
20185  gio/goutputstream.override |    8 ++++----
20186  1 file changed, 4 insertions(+), 4 deletions(-)
20187
20188 commit e43fa429f6b4019a432acb481bbc07c8201cc46d
20189 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20190 Date:   Wed May 27 21:19:27 2009 +0300
20191
20192     Code maintenance: ignore one more file created by unit tests
20193
20194  tests/.gitignore |    1 +
20195  1 file changed, 1 insertion(+)
20196
20197 commit 76e9dc74ac706a9207f9d31f887d6e38df2a678f
20198 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20199 Date:   Mon May 25 20:20:38 2009 +0200
20200
20201     Update the docs with new 2.20 API
20202
20203  docs/reference/pygio-appinfo.xml |  115 ++++++++++++++++++++++++++++
20204  docs/reference/pygio-icon.xml    |   99 +++++++++++++++++++++++-
20205  docs/reference/pygio-mount.xml   |  156
20206  ++++++++++++++++++++++++++++++++++++++
20207  3 files changed, 367 insertions(+), 3 deletions(-)
20208
20209 commit 8e40d71ac23deb7d91789486ee8cad440a6be1dd
20210 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20211 Date:   Mon May 25 01:33:08 2009 +0200
20212
20213     Add gio 2.20 API
20214
20215     add the new API added in gio 2.20, some needs to be wrapped manually
20216
20217  gio/gio.defs  |  106
20218  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20219  gio/unix.defs |   48 +++++++++++++++++++++-----
20220  2 files changed, 146 insertions(+), 8 deletions(-)
20221
20222 commit 0d08df42514fba6abc896814abfee0d2d083c29e
20223 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20224 Date:   Mon May 25 00:14:21 2009 +0200
20225
20226     Post release version bump 2.19.0
20227
20228  configure.ac |    2 +-
20229  1 file changed, 1 insertion(+), 1 deletion(-)
20230
20231 commit edfb09e3de7baf294b3beba84b4ecb94e1f16764
20232 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20233 Date:   Sun May 24 23:56:29 2009 +0200
20234
20235     Update NEWS, release 2.18.0
20236
20237  NEWS         |   14 ++++++++++++++
20238  configure.ac |    4 ++--
20239  2 files changed, 16 insertions(+), 2 deletions(-)
20240
20241 commit e0648ea435e0b309cdd5bb0ebe56d4534efd26e4
20242 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20243 Date:   Sun May 24 22:18:40 2009 +0200
20244
20245     Add documentation for the gio.OutputStream class
20246
20247     The docs for this class are not completed, missing methods
20248     descriptions.
20249     The index is complete though, it will be completed once all the
20250     classes
20251     are in place so we can ship a (almost) complete reference.
20252
20253  docs/Makefile.am                      |    2 +
20254  docs/reference/pygio-classes.xml      |    3 +-
20255  docs/reference/pygio-outputstream.xml |  140
20256  +++++++++++++++++++++++++++++++++
20257  3 files changed, 144 insertions(+), 1 deletion(-)
20258
20259 commit 11524cdf6472d9115a812ce431f6767aec5627bc
20260 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20261 Date:   Sun May 24 22:12:04 2009 +0200
20262
20263     Wrap gio.OutputStream.splice_async()
20264
20265     wrap gio.OutputStream.splice_async() and add a test.
20266
20267  gio/goutputstream.override |   58
20268  +++++++++++++++++++++++++++++++++++++++++++-
20269  tests/test_gio.py          |   20 +++++++++++++++
20270  2 files changed, 77 insertions(+), 1 deletion(-)
20271
20272 commit 82ad6b8c8ea4d6694126f5e0e67b826717e38f19
20273 Author: Emilio Pozuelo Monfort <pochu@ubuntu.com>
20274 Date:   Sun May 24 22:55:16 2009 +0300
20275
20276     Add Python version into installed libpyglib name
20277
20278     Do this now, while no-one (as far as we know) links to the library
20279     besides PyGObject itself.  Bug #550235.
20280
20281  configure.ac        |    2 ++
20282  gio/Makefile.am     |    2 +-
20283  glib/Makefile.am    |   10 +++++-----
20284  gobject/Makefile.am |    2 +-
20285  4 files changed, 9 insertions(+), 7 deletions(-)
20286
20287 commit 59da8cd24ea390b6c983995833ec6b0e5d028b35
20288 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20289 Date:   Sun May 24 11:44:24 2009 +0200
20290
20291     Wrap gio.OutputStream.flush_async()
20292
20293     wrap gio.OutputStream.flush_async() and add a test.
20294
20295  gio/goutputstream.override |   47
20296  +++++++++++++++++++++++++++++++++++++++++++-
20297  tests/test_gio.py          |   11 +++++++++++
20298  2 files changed, 57 insertions(+), 1 deletion(-)
20299
20300 commit 84ab6178ed0033f69932df5bc73c86bdff80c953
20301 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20302 Date:   Sun May 17 17:29:37 2009 +0200
20303
20304     Add documentation for the gio.FileMonitor class
20305
20306     The docs for this class are not completed, missing methods
20307     descriptions.
20308     The index is complete though, it will be completed once all the
20309     classes
20310     are in place so we can ship a (almost) complete reference.
20311
20312  docs/Makefile.am                     |    2 +
20313  docs/reference/pygio-classes.xml     |    1 +
20314  docs/reference/pygio-filemonitor.xml |  128
20315  ++++++++++++++++++++++++++++++++++
20316  3 files changed, 131 insertions(+)
20317
20318 commit 629496a5617d30e4dfa494b05a62c85a6af77b9a
20319 Author: Josselin Mouette <joss@malsain.org>
20320 Date:   Sun May 17 18:03:44 2009 +0300
20321
20322     Use 'Requires.private' for libffi in '.pc' files
20323
20324     Correction for patch in bug #550231.
20325
20326  pygobject-2.0-uninstalled.pc.in |    3 ++-
20327  pygobject-2.0.pc.in             |    3 ++-
20328  2 files changed, 4 insertions(+), 2 deletions(-)
20329
20330 commit 90cd8b7c4a25cd2ecb751f8337b401c98538272b
20331 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20332 Date:   Wed May 13 21:54:39 2009 +0200
20333
20334     Add wrapper for gio.FileAttributeMatcher
20335
20336     added a boxed type for gio.FileAttributeMatcher which has been
20337     forgotten while
20338     wrapping the gio API. This should probably be done in gio itself.
20339
20340  gio/gfileinfo.override |   24 ++++++++++++++++++++++--
20341  gio/gio-types.defs     |    7 +++++++
20342  gio/gio.override       |    2 ++
20343  3 files changed, 31 insertions(+), 2 deletions(-)
20344
20345 commit e707447d9313f2f2ecba395cfe3682d5a5e859f4
20346 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20347 Date:   Wed May 13 22:06:25 2009 +0300
20348
20349     Mark relevant glib.IOChannel methods as METH_NOARGS
20350
20351     Additionally fix glib.IOChannel.set_close_on_unref: was marked
20352     METH_NOARGS but actually accepted arguments.  Fixes bug #582427.
20353
20354  glib/pygiochannel.c |   83
20355  +++++++++++++--------------------------------------
20356  1 file changed, 20 insertions(+), 63 deletions(-)
20357
20358 commit 002915e5f458fec5a89766a54e8119a70a80caa7
20359 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20360 Date:   Tue May 12 20:37:24 2009 +0200
20361
20362     Add documentation for the gio.FileInfo class
20363
20364     The docs for this class are not completed, missing methods
20365     descriptions.
20366     The index is complete though, it will be completed once all the
20367     classes
20368     are in place so we can ship a (almost) complete reference.
20369
20370  docs/Makefile.am                  |    2 +
20371  docs/reference/pygio-classes.xml  |    1 +
20372  docs/reference/pygio-fileinfo.xml |  346
20373  +++++++++++++++++++++++++++++++++++++
20374  3 files changed, 349 insertions(+)
20375
20376 commit 8cd25c871609580425c6c4c9e5bc6ec8d40862a1
20377 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20378 Date:   Sat May 9 16:46:04 2009 +0300
20379
20380     Retire hand-written ChangeLog; autocreate from Git history
20381
20382     Basically copied over from GLib source tree.
20383
20384  ChangeLog          | 3606
20385  ---------------------------------------------------
20386  ChangeLog.pre-2.18 | 3608
20387  ++++++++++++++++++++++++++++++++++++++++++++++++++++
20388  Makefile.am        |   32 +
20389  3 files changed, 3640 insertions(+), 3606 deletions(-)
20390
20391 commit 23556bdbcf9cf06db866901fb822dd78a9043648
20392 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20393 Date:   Sat May 9 00:03:05 2009 +0200
20394
20395     Fix a bug in InputStream.skip_async
20396
20397     use the count argument instead of buffer_size which is always zero
20398
20399  gio/ginputstream.override |    3 ++-
20400  1 file changed, 2 insertions(+), 1 deletion(-)
20401
20402 commit ed6b06315c17441b41c001d38537c904b8fe18de
20403 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20404 Date:   Sat May 9 00:02:33 2009 +0200
20405
20406     Add docs for the gio.InputStream class
20407
20408  docs/Makefile.am                     |    2 +
20409  docs/reference/pygio-classes.xml     |    1 +
20410  docs/reference/pygio-inputstream.xml |  730
20411  ++++++++++++++++++++++++++++++++++
20412  3 files changed, 733 insertions(+)
20413
20414 commit d58322b84d47da7905f95b43e9e0daf9f7c4b507
20415 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20416 Date:   Mon May 4 23:40:28 2009 +0200
20417
20418     Wrap gio.InputStream.skip_async()
20419
20420     wrap gio.InputStream.skip_async() and add a test.
20421
20422  gio/ginputstream.override |   50
20423  ++++++++++++++++++++++++++++++++++++++++++++-
20424  tests/test_gio.py         |   20 ++++++++++++++++++
20425  2 files changed, 69 insertions(+), 1 deletion(-)
20426
20427 commit 2311187824d1b48a996ee2620fd3c9a63e3edd66
20428 Author: Siavash Safi <siavash@siavashs.org>
20429 Date:   Mon May 4 15:46:49 2009 +0430
20430
20431     Add -n --namespace option and the code to remove
20432     dll API in headers, Added documentation
20433
20434     Patch from bug #579275
20435
20436  ChangeLog        |    8 ++++
20437  codegen/h2def.py |  133
20438  ++++++++++++++++++++++++++++++++++++++++++++----------
20439  2 files changed, 117 insertions(+), 24 deletions(-)
20440
20441 commit 442ec5bb997bb7dab55baeea6e54e79d3ce0d3c1
20442 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20443 Date:   Sat May 2 23:54:52 2009 +0300
20444
20445     Properly mark glib.get_user_special_dir() as a keywords method
20446
20447     Fixes bug #581082.
20448
20449  glib/glibmodule.c |    2 +-
20450  1 file changed, 1 insertion(+), 1 deletion(-)
20451
20452 commit f466dca880cc6ea68b9fe236943eea7a07d33520
20453 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20454 Date:   Sun May 3 11:03:25 2009 +0200
20455
20456     Add docs for the gio.LoadableIcon class
20457
20458  docs/Makefile.am                      |    2 +
20459  docs/reference/pygio-classes.xml      |    1 +
20460  docs/reference/pygio-loadableicon.xml |  198
20461  +++++++++++++++++++++++++++++++++
20462  3 files changed, 201 insertions(+)
20463
20464 commit eab4ebf7f6c82580b61205f34e1cfe535aeada60
20465 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20466 Date:   Sun May 3 01:21:55 2009 +0200
20467
20468     Add docs for the gio.ThemedIcon class
20469
20470  docs/Makefile.am                    |    2 +
20471  docs/reference/pygio-classes.xml    |    1 +
20472  docs/reference/pygio-themedicon.xml |  204
20473  +++++++++++++++++++++++++++++++++++
20474  3 files changed, 207 insertions(+)
20475
20476 commit 22d7de8b620055f14b30f9c3c99160c8b4ebe672
20477 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20478 Date:   Sat May 2 12:25:19 2009 +0200
20479
20480     post release version bump to 2.17.1
20481
20482  configure.ac |    2 +-
20483  1 file changed, 1 insertion(+), 1 deletion(-)
20484
20485 commit 282ac3c76e1e3513bd76f819f320ec56aba15d9e
20486 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20487 Date:   Fri May 1 23:40:31 2009 +0200
20488
20489     Fix the class title
20490
20491  docs/reference/pygio-mountoperation.xml |    2 +-
20492  1 file changed, 1 insertion(+), 1 deletion(-)
20493
20494 commit d8b70dec1e5c09b73ae277f4f5b246315841fb8e
20495 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20496 Date:   Fri May 1 22:24:33 2009 +0200
20497
20498     Add docs for the gio.MountOperation class
20499
20500  docs/Makefile.am                        |    2 +
20501  docs/reference/pygio-classes.xml        |    1 +
20502  docs/reference/pygio-constants.xml      |  107 +++++
20503  docs/reference/pygio-mountoperation.xml |  726
20504  +++++++++++++++++++++++++++++++
20505  4 files changed, 836 insertions(+)
20506
20507 commit fceea8e843e880f0469e454df23141e7dd2bc0cf
20508 Author: Gian Mario Tagliaretti <gianmt@gnome.org>
20509 Date:   Thu Apr 30 22:13:06 2009 +0200
20510
20511     Update NEWS, release 2.17.0
20512
20513  NEWS |   93
20514  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20515  1 file changed, 93 insertions(+)
20516
20517 commit 47389217d1a65a8e3f404d486c508cf5d3164756
20518 Author: Paul Pogonyshev <pogonyshev@gmx.net>
20519 Date:   Thu Apr 30 22:47:19 2009 +0300
20520
20521     Fix memory leak in gio.File.query_info_async()
20522
20523     After the recent patch it would leak exception data if old argument
20524     order was used.  Properly decref the objects.
20525
20526  gio/gfile.override |    4 ++++
20527  1 file changed, 4 insertions(+)