Imported Upstream version 3.13.3
[platform/upstream/pygobject2.git] / NEWS
1 3.13.3  23-Jun-2014
2         - demos: Cleanup CSS accordion demo to use a loop for adding buttons
3           (Simon Feltman)
4         - refactor: Move builder connection utilities outside of Builder class
5           (Simon Feltman) (#701843)
6         - tests: Move TestSignals from test_everything into test_signal
7           (Simon Feltman) (#701843)
8
9 3.13.2  26-May-2014
10         - Python 3.4 make check fixes (Simon Feltman) (#730411)
11         - overrides: Add Gtk.Container.child_get/set overrides (Simon Feltman)
12           (#685076)
13         - overrides: Make value argument to Widget.style_get_property optional
14           (Simon Feltman) (#685076)
15         - overrides: Make value argument to Container.child_get_property optional
16           (Simon Feltman) (#685076)
17         - Add GTypeClass methods as Python GObject class methods
18           (Johan Dahlin) (#685218)
19         - Add marshalling coercion for Python classes and instances to GTypeClass
20           (Simon Feltman) (#685218)
21         - Replace direct parent class call by super() (Andrew Grigorev) (#729970)
22         - Add cairo marshaling support for non-introspected signals
23           (Simon Feltman) (#694604)
24         - [New API] Add gi.require_foreign (Simon Feltman) (#707735)
25         - Initialize the foreign API at PyGI load time (Simon Feltman) (#694604)
26         - Move pygi foreign API into pygi-foreign-api.h (Simon Feltman) (#694604)
27         - Unify GLib.GError and GLib.Error (Simon Feltman) (#712519)
28         - PEP8 fixes (Simon Feltman)
29
30 3.13.1  28-Apr-2014
31         - Raise TypeError if arguments are passed to Boxed.__init__
32           (Christoph Reiter) (#727810)
33         - Gdk.Event: Override __setattr__ to set fields based on the event type
34           (Christoph Reiter) (#727810)
35         - Gdk.Event: Include GdkEventType in __repr__ (Christoph Reiter) (#727810)
36         - Fix crash with type checking for GObject arguments (Simon Feltman) (#727604)
37         - Do not leak info of destroy notify (Paolo Borelli)
38         - Ignore GValueArray deprecations (Simon Feltman)
39         - Raise ImportError when importing modules not found in repository
40           (Simon Feltman) (#726877)
41         - tests: Rename test_overrides to test_import_machinery
42           (Simon Feltman) (#726877)
43
44 3.12.0  24-Mar-2014
45
46 3.11.92 17-Mar-2014
47         - configure.ac: Remove option to build without libffi (Simon Feltman)
48         - docs: Standardize Python doc strings (Simon Feltman)
49         - Fix reference leaks with (transfer full) foreign struct returns
50           (Owen W. Taylor) (#726206)
51
52 3.11.91 03-Mar-2014
53         - Use ffi_call directly instead of g_callable_info_invoke
54           (Simon Feltman) (#723642)
55         - configure.ac: Use -std=c90 and error on declaration-after-statement
56           (Simon Feltman)
57         - Fix Build on Visual Studio (Chun-wei Fan) (#725122)
58
59 3.11.90 17-Feb-2014
60         - Use GObject type checking for instance arguments (Simon Feltman) (#724009)
61         - configure.ac: post release version bump to 3.11.90 (Simon Feltman)
62
63 3.11.5  03-Feb-2014
64         - cache refactoring: Move all cache marshalers into files based on type
65           (Simon Feltman) (#709700)
66         - tests: Add test for an owned boxed struct passed in a callback
67           (Mike Gorse) (#722899)
68         - build: Add --without-common configure option for package maintainers
69           (Patrick Welche) (#721646)
70         - demo: Add TreeModel interface implementation demonstration
71           (Simon Feltman)
72         - build: Set PLATFORM_VERSION again to 3.0 (Colin Walters)
73         - tests: Run PyFlakes and PEP8 only on SUBDIRS (Simon Feltman)
74         - Merge static PyGLib and PyGObject modules into PyGI
75           (Simon Feltman) (#712197)
76         - Add test for callback user data arguments with following arguments
77           (Martin Pitt) (#722104)
78
79 3.11.4  13-Jan-2014
80         - overrides: Fix __repr__ for various Gdk structs (Simon Feltman)
81         - Add enum and flags member methods (Simon Feltman) (#693099)
82         - python.m4: g/c JD_PYTHON_CHECK_VERSION (Patrick Welche) (#721662)
83         - Support union creation with PyGIStruct (Simon Feltman)
84         - docs: List constructors in object and struct doc strings
85           (Simon Feltman) (#708060)
86         - docs: Fix array length argument skipping with preceding out arguments
87         - docs: Add return values and skip implicit out arguments in functions
88           (Simon Feltman) (#697356)
89         - docs: Skip implicit array length args when building function doc
90           strings (Simon Feltman) (#697356)
91         - gtk-demo: Add CSS demos (Gian Mario Tagliaretti) (#719722)
92         - build: Avoid clash between gi/types.py and stdlib
93           (Colin Watson) (#721025)
94
95 3.11.3  16-Dec-2013
96         - Replace usage of PyGIBoxed_Type with PyGIStruct_Type
97           (Simon Feltman) (#581525)
98
99 3.11.2  17-Nov-2013
100         - gkt-demo: Change main info/source notebook into a GtkStack (Simon Feltman)
101         - Add deprecation warnings and cleanup class initializer overrides (Simon Feltman) (#705810)
102         - Fix dir method for static GParamSpec in Python 3 (Simon Feltman)
103         - Remove overzealous argument checking for callback userdata (Simon Feltman) (#711173)
104
105 3.11.1  28-Oct-2013
106         - Fix toggleref safety problems by always enabling the GIL
107           (Simon Feltman) (#709223)
108         - Add consistent GLib.MainLoop SIGINT cleanup (Simon Feltman) (#710978)
109         - docs: Add a keyword value of None for allow-none annotations
110           (Simon Feltman) (#640812)
111         - Remove overrides for supporting pre-3.10 GObject signal functions
112           (Simon Feltman)
113         - Add threads_init back as a requirement for non-Python threaded repos
114           (Simon Feltman) (#710447)
115         - Add dir method to GObject props accessor (Simon Feltman) (#705754)
116         - Remove PyGObjectWeakRef now that g_binding_unbind exists
117           (Simon Feltman) (#699571)
118         - Fix lots of memory leaks leaks (Simon Feltman) (#693402, #709397)
119         - Add support for variable user data arguments (Simon Feltman) (#640812)
120         - Bump glib and g-i dependencies to latest stable. (Martin Pitt)
121         - Fix TypeError when setting drag target_list to None (Nuno Araujo)
122           (#709926)
123         - Use qdata for wrapper retrieval in toggle reference notifications
124           (Simon Feltman) (#709223)
125         - Expose all GI enum and flags types (Simon Feltman) (#709008)
126         - Add support for default arguments annotated with allow-none
127           (Simon Feltman) (#640812)
128         - Refactor argument cache handling (Simon Feltman) (#640812)
129         - Remove support for allowing PyObjects as void pointers
130           (Simon Feltman) (#688081)
131
132 3.10.0  23-Sep-2013
133         - Fix test_gi.TestProjectVersion.test_version_str() (Martin Pitt)
134
135 3.9.92  16-Sep-2013
136         - Fix union argument regression when marshaling from python
137           (Simon Feltman) (#703873)
138         - Fix GLib.Source sub-classing with initializer args (Simon Feltman)
139           (#707904)
140         - Copy __doc__ when wrapping function (Vratislav Podzimek)
141
142 3.9.91  02-Sep-2013
143         - Fix GObject signal methods to work with new annotations
144           (Simon Feltman) (#707280)
145         - Fix build on C89 Compilers (Chun-wei Fan) (#707264)
146         - Change boxed type checking in marshaling to use __gtype__ attribute
147           (Simon Feltman) (#707140)
148         - Use G_IS_VALUE for checking return values in closure marshaling
149           (Simon Feltman) (#707170)
150         - Fix PEP-8 errors in propertyhelper.py (Yanko Kaneti) (#706319)
151
152 3.9.90  19-Aug-2013
153         - Create GLib.Pid in the same way on python 2 and 3 (Benjamin Berg)
154           (#705451)
155         - Use PyLong_Type.tp_new for GLib.Pid (Benjamin Berg) (#705451)
156         - Add accumulator and accu_data arguments to GObject.Signal decorator
157           (Simon Feltman) (#705533)
158         - Pass return values through the GObject.Signal.emit wrapper
159           (Simon Feltman) (#705530)
160
161 3.9.5   29-Jul-2013
162         - Ensure exceptions set in closure out argument marshaling are printed
163           (Simon Feltman) (#705064)
164         - Always raise OverflowError for marshaling integers from Python
165           (not ValueError or OverflowError) (Simon Feltman) (#705057)
166         - Cleanup invoke args and kwargs combiner code (Simon Feltman) (#640812)
167         - gtk-demo: Change demo to use Gtk.Application (Simon Feltman) (#698547)
168         - Add callable and descriptor protocols to PyGICallableInfo
169           (Simon Feltman) (#704037)
170         - Unify basic type argument marshaling for methods, closures, and
171           properties (Simon Feltman) (#693405)
172         - Override GValue.set/get_boxed with static C marshaler
173           (Simon Feltman) (#688081, #693405)
174         - Add deprecation warning for marshaling arbitrary objects as pointers
175           (Simon Feltman) (#688081)
176         - Replace usage of __import__ with importlib.import_module
177           (Simon Feltman) (#682320)
178         - Always unref the GiTypeInfo when generating an argument cache
179           (Mike Gorse) (#703973)
180         - Unref interface info when fetching enums or flags
181           (Mike Gorse) (#703960)
182         - Speed up MRO calculation (Daniel Drake) (#703829)
183         - Add GIL safety to pyobject_copy for copying boxed PyObjects
184           (Simon Feltman) (#688081)
185         - Add marshaling of GI_TYPE_TAG_VOID held in a GValue to int
186           (Simon Feltman) (#694233)
187         - GTK overrides: Make connect_signals handle tuple
188           (Cole Robinson) (#693994)
189         - Re-add support for passing GValue's by reference
190           (Simon Feltman) (#701058)
191         - Clear return value of closures to zero when an exception occurs
192           (Simon Feltman) (#702552)
193         - Don't use doctest syntax in docstrings for examples
194           (Martin Pitt) (#701009)
195         - Add support for properties of type GInterface
196           (Garrett Regier) (#703456)
197         - pygtkcompat: Fix for missing methods on Windows
198           (Martin Pitt) (#702787)
199         - gi/pygi-info.c: Avoid C99-style variable declaration
200           (Chun-wei Fan) (#702786)
201
202 3.9.2   28-May-2013
203         - examples/option.py: Port to GI and Python 3 (Martin Pitt)
204         - Fix vfunc info search for classes with multiple inheritance
205           (Simon Feltman) (#700092)
206         - Fix closure argument conversion for enum and flag in args
207           (Simon Feltman)
208         - Fix marshaling Python to FFI return value for enum and flags
209           (Simon Feltman)
210         - Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxed
211           (Simon Feltman) (#677091)
212         - Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADS
213           (Simon Feltman) (#699440)
214         - Remove and deprecate API for setting of thread blocking functions
215           (Simon Feltman) (#699440)
216
217 3.9.1   30-Apr-2013
218         - gtk-demo: Wrap description strings at 80 characters (Simon Feltman)
219           (#698547)
220         - gtk-demo: Use textwrap to reformat description for Gtk.TextView
221           (Simon Feltman) (#698547)
222         - gtk-demo: Use GtkSource.View for showing source code (Simon Feltman)
223           (#698547)
224         - Use correct class for GtkEditable's get_selection_bounds() function
225           (Mike Ruprecht) (#699096)
226         - Test results of g_base_info_get_name for NULL (Simon Feltman)
227           (#698829)
228         - Add ObjectInfo.get_class_struct() (Johan Dahlin) (#685218)
229         - Change interpretation of NULL pointer field from None to 0
230           (Simon Feltman) (#698366)
231         - Do not build tests until needed (Sobhan Mohammadpour) (#698444)
232         - pygi-convert: Support toolbar styles (Kai Willadsen) (#698477)
233         - pygi-convert: Support new-style constructors for Gio.File
234           (Kai Willadsen) (#698477)
235         - pygi-convert: Add some support for recent manager constructs
236           (Kai Willadsen) (#698477)
237         - pygi-convert: Don't transform arbitrary keysym imports
238           (Kai Willadsen) (#698477)
239         - Remove Python keyword escapement in Repository.find_by_name
240           (Simon Feltman) (#697363)
241         - Optimize signal lookup in gi repository (Daniel Drake) (#696143)
242         - Optimize connection of Python-implemented signals (Daniel Drake)
243           (#696143)
244         - Consolidate signal connection code (Daniel Drake) (#696143)
245         - Fix setting of struct property values (Daniel Drake)
246         - Optimize property get/set when using GObject.props (Daniel Drake)
247           (#696143)
248         - configure.ac: Fix PYTHON_SO with Python3.3 (Christoph Reiter)
249           (#696646)
250         - Simplify registration of custom types (Daniel Drake) (#696143)
251         - pygi-convert.sh: Add GStreamer rules (Christoph Reiter) (#697951)
252         - pygi-convert: Add rule for TreeModelFlags (Jussi Kukkonen)
253         - Unify GI marshalling code (Simon Feltman) (#693405)
254         - Use distutils.sysconfig to retrieve the python include path.
255           (Christoph Reiter) (#696648)
256         - Support PEP 3149 (ABI version tagged .so files) (Christoph Reiter)
257           (#696646)
258         - Fix stack corruption due to incorrect format for argument parser
259           (Simon Feltman) (#696892)
260         - Deprecate GLib and GObject threads_init (Simon Feltman) (#686914)
261         - Drop support for Python 2.6 (Martin Pitt)
262         - Remove static PollFD bindings (Martin Pitt) (#686795)
263         - Drop test skipping due to too old g-i (Martin Pitt)
264         - Bump glib and g-i dependencies (Martin Pitt)
265
266 3.8.0   25-Mar-2013
267         - tests: Fix incorrect assumption when testing pyglib version
268           (Simon Feltman)
269
270 3.7.92  18-Mar-2013
271         - Fix stack smasher when marshaling enums as a vfunc return value
272           (Simon Feltman) (#637832)
273         - Change base class of PyGIDeprecationWarning based on minor version
274           (Simon Feltman) (#696011)
275         - autogen.sh: Source gnome-autogen to fix out of source builddir (Alban
276           Browaeys) (#694889)
277         - pygtkcompat: Make gdk.Window.get_geometry return tuple of 5
278           (Simon Feltman)
279         - pygtkcompat: Initialize hint to zero in set_geometry_hints
280           (Simon Feltman)
281         - Remove incorrect bounds check with property helper flags
282           (Simon Feltman)
283         - Fix crash when setting property of type object to an incorrect type
284           (Simon Feltman) (#695420)
285         - Give more informative error when setting property to incorrect type
286           (Simon Feltman) (#695420)
287
288 3.7.91.1 05-Mar-2013
289         - Revert "Drop gi.overrides.overridefunc()" (Martin Pitt) (#695199)
290
291 3.7.91  04-Mar-2013
292         - Fix many memory leaks (#675726, #693402, #691501, #510511, #691501,
293           #672224, and several more which are detected by our test suite)
294           (Martin Pitt)
295         - Dot not clobber original Gdk/Gtk functions with overrides
296           (Martin Pitt) (#686835)
297         - Optimize GValue.get/set_value by setting GValue.g_type to a local
298           (Simon Feltman) (#694857)
299         - Run tests with G_SLICE=debug_blocks (Martin Pitt) (#691501)
300         - Add override helper for stripping boolean returns (Martin Pitt)
301           (#694431)
302         - Drop obsolete pygobject_register_sinkfunc() declaration (Martin Pitt)
303           (#639849)
304         - Fix marshalling of C arrays with explicit length in signal arguments
305           (Martin Pitt) (#662241)
306         - Fix signedness, overflow checking, and 32 bit overflow of GFlags
307           (Martin Pitt) (#693121)
308         - gi/pygi-marshal-from-py.c: Fix build on Visual C++ (Chun-wei Fan)
309           (#692856)
310         - Raise DeprecationWarning on deprecated callables (Martin Pitt)
311           (#665084)
312         - pygtkcompat: Add Widget.window, scroll_to_mark, and window methods
313           (Simon Feltman) (#694067)
314         - pygtkcompat: Add Gtk.Window.set_geometry_hints which accepts keyword
315           arguments (Simon Feltman) (#694067)
316         - Ship pygobject.doap for autogen.sh (Martin Pitt) (#694591)
317         - Fix crashes in various GObject signal handler functions
318           (Simon Feltman) (#633927)
319         - pygi-closure: Protect the GSList prepend with the GIL (Olivier Crête)
320           (#684060)
321         - generictreemodel: Fix bad default return type for get_column_type
322           (Simon Feltman)
323
324 3.7.90  19-Feb-2013
325         - overrides: Fix inconsistencies with drag and drop target list API
326           (Simon Feltman) (#680640)
327         - pygtkcompat: Add pygtk compatible GenericTreeModel implementation
328           (Simon Feltman) (#682933)
329         - overrides: Add support for iterables besides tuples for TreePath
330           creation (Simon Feltman) (#682933)
331         - Prefix __module__ attribute of function objects with gi.repository
332           (Niklas Koep) (#693839)
333         - configure.ac: only enable code coverage when available, to fix
334           autogen.sh with older gnome-commons (Jonathan Ballet) (#693328)
335         - Correctly set properties on object with statically defined properties
336           (Jonathan Ballet) (#693618)
337         - autogen.sh: Use gnome-autogen.sh (Martin Pitt) (#693328)
338         - Fix reference leaks with transient floating objects (Simon Feltman)
339           (#687522)
340
341 3.7.5.1 05-Feb-2013
342         - Fix ABI break with pygobject.h from 3.7.5 (Simon Feltman) (#675726)
343
344 3.7.5   04-Feb-2013
345         - Move various signal methods from static bindings to GI
346           (Simon Feltman) (#692918)
347         - GLib overrides: Support unpacking 'maybe' variants (Paolo Borelli)
348           (#693032)
349         - Fix ref count leak when creating pygobject wrappers for input args
350           (Mike Gorse) (#675726)
351         - Prefix names of typeless enums and flags for GType registration
352           (Simon Feltman) (#692515)
353         - Fix compilation with non-C99 compilers such as Visual C++
354           (Chun-wei Fan) (#692856)
355         - gi/overrides/Glib.py: Fix running on Windows/non-Unix (Chun-wei Fan)
356         - Do not immediately initialize Gdk and Gtk on import (Martin Pitt)
357           (#692300)
358         - Accept ±inf and NaN as float and double values (Martin Pitt) (#692381)
359         - Fix repr() of GLib.Variant (Martin Pitt)
360         - Fix gtk-demo for Python 3 (Martin Pitt)
361         - Define GObject.TYPE_VALUE gtype constant (Martin Pitt)
362         - gobject: Go through introspection on property setting (Olivier Crête)
363           (#684062)
364         - Clean up caller-allocated GValues and their memory (Mike Gorse)
365           (#691820)
366         - Use GNOME_COMPILE_WARNINGS from gnome-common (Martin Pitt)
367
368 3.7.4   14-Jan-2013
369         - Allow setting values through GtkTreeModelFilter (Simonas Kazlauskas)
370           (#689624)
371         - Support GParamSpec signal arguments from Python (Martin Pitt)
372           (#683099)
373         - pygobject_emit(): Fix cleanup on error (Martin Pitt)
374         - Add signal emission methods to TreeModel which coerce the path
375           argument (Simon Feltman) (#682933)
376         - Add override for GValue (Bastian Winkler) (#677473)
377         - Mark caller-allocated boxed structures as having a slice allocated
378           (Mike Gorse) (#699501)
379         - pygi-property: Support boxed GSList/GList types (Olivier Crête)
380           (#684059)
381         - tests: Add missing backwards compat methods for Python 2.6
382           (Martin Pitt) (#691646)
383         - Allow setting TreeModel values to None (Simon Feltman) (#684094)
384         - Set clean-up handler for marshalled arrays (Mike Gorse) (#691509)
385         - Support setting string fields in structs (Vadim Rutkovsky) (#678401)
386         - Permit plain integers for "gchar" values (Martin Pitt)
387         - Allow single byte values for int8 types (Martin Pitt) (#691524)
388         - Fix invalid memory access handling errors when registering an enum
389           type (Mike Gorse)
390         - Fix (out) arguments in callbacks (Martin Pitt)
391         - Fix C to Python marshalling of struct pointer arrays (Martin Pitt)
392         - Don't let Property.setter() method names define property names
393           (Martin Pitt) (#688971)
394         - Use g-i stack allocation API (Martin Pitt) (#615982)
395         - pyg_value_from_pyobject: support GArray (Ray Strode) (#690514)
396         - Fix obsolete automake macros (Marko Lindqvist) (#691101)
397         - Change dynamic enum and flag gtype creation to use namespaced naming
398           (Simon Feltman) (#690455)
399         - Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII chars
400           (Jonathan Ballet) (#690329)
401         - Don't dup strings before passing them to type registration functions
402           (Mike Gorse) (#690532)
403         - Fix marshalling of arrays of boxed struct values (Carlos Garnacho)
404           (#656312)
405
406 3.7.3   17-Dec-2012
407         - Add support for caller-allocated GArray out arguments (Martin Pitt)
408           (#690041)
409         - [API add] Re-support calling GLib.io_add_watch with an fd or Python
410           file (Martin Pitt)
411         - pygtkcompat: Work around IndexError on large flags (Martin Pitt)
412         - Fix pyg_value_from_pyobject() range check for uint (Martin Pitt)
413         - Fix tests to work with g-i 1.34.2 (Martin Pitt)
414         - Fix wrong refcount for GVariant property defaults (Martin Pitt)
415           (#689267)
416         - Fix array arguments on 32 bit architectures (Martin Pitt)
417         - Add backwards compatible API for GLib.unix_signal_add_full()
418           (Martin Pitt)
419         - Drop MININT64/MAXUINT64 workaround, current g-i gets this right now
420           (Martin Pitt)
421         - Fix maximum and minimum ranges of TYPE_(U)INT64 properties
422           (Simonas Kazlauskas) (#688949)
423         - Ship pygi-convert.sh in tarballs (Martin Pitt) (#688697)
424
425 3.7.2   19-Nov-2012
426         - [API change] Drop almost all static GLib bindings and replace them
427           with proper introspection. This gets rid of several cases where the
428           PyGObject API was not matching the real GLib API, makes the full GLib
429           API available through introspection, and makes the code smaller,
430           easier to maintain. For backwards compatibility, overrides are
431           provided to emulate the old static binding API, but this will throw a
432           PyGIDeprecationWarning for the cases that diverge from the official
433           API (in particular, GLib.io_add_watch() and GLib.child_watch_add()
434           being called without a priority argument). (Martin Pitt, Simon Feltman)
435         - [API change] Deprecate calling GLib API through the GObject
436           namespace. This has always been a misnomer with introspection, and
437           will be removed in a later version; for now this throws a
438           PyGIDeprecationWarning.
439         - [API change] Do not bind gobject_get_data() and gobject_set_data().
440           These have been deprecated for a cycle, now dropped entirely.
441           (Steve Frécinaux) (#641944)
442         - [API change] Deprecate void pointer fields as general PyObject
443           storage. (Simon Feltman) (#683599)
444         - Add support for GVariant properties (Martin Pitt)
445         - Add type checking to GVariant argument assignment (Martin Pitt)
446         - Fix marshalling of arrays of struct pointers to Python (Carlos Garnacho) (#678620)
447         - Fix Gdk.Atom to have a proper str() and repr() (Martin Pitt) (#678620)
448         - Make sure g_value_set_boxed does not cause a buffer overrun with GStrvs (Simon Feltman) (#688232)
449         - Fix leaks with GValues holding boxed and object types (Simon Feltman) (#688137)
450         - Add doc strings showing method signatures for gi methods (Simon Feltman) (#681967)
451         - Set Property instance doc string and blurb to getter doc string (Simon Feltman) (#688025)
452         - Add GObject.G_MINSSIZE (Martin Pitt)
453         - Fix marshalling of GByteArrays (Martin Pitt)
454         - Fix marshalling of ssize_t to smaller ints (Martin Pitt)
455         - Add support for lcov code coverage, and add a lot of missing
456           GIMarshallingTests and g-i Regress tests. (Martin Pitt)
457         - pygi-convert: remove deprecated GLib → GObject conversions (Jose Rostagno)
458         - Add support for overriding GObject.Object (Simon Feltman) (#672727)
459         - Add --with-python configure option (Martin Pitt)
460         - Do not prefer unversioned "python" when configuring, as some distros
461           have "python" as Python 3. Use Python 3 by default if available. Add
462           --with-python configure option as an alternative to setting $PYTHON,
463           whic is more discoverable. (Martin Pitt)
464         - Fix property lookup in class hierarchy (Daniel Drake) (#686942)
465         - Move property and signal creation into _class_init() (Martin Pitt) (#686149)
466         - Fix duplicate symbols error on OSX (John Ralls)
467         - [API add] Add get_introspection_module for getting un-overridden modules (Simon Feltman) (#686828)
468         - Work around wrong 64 bit constants in GLib Gir (Martin Pitt) (#685022)
469         - Mark GLib.Source.get_current_time() as deprecated (Martin Pitt)
470         - Fix OverflowError in source_remove() (Martin Pitt) (#684526)
471
472 3.7.1   22-Oct-2012
473         - Bump version to 3.7.1; let's follow the real GNOME versioning from
474           now on (Martin Pitt)
475         - Change install_properties to not use getattr on classes
476           (Simon Feltman) (#686559)
477         - Move property install function into propertyhelper.py (Simon Feltman)
478           (#686559)
479         - Fix Signal decorator to not use base class gsignals dict
480           (Simon Feltman) (#686496)
481         - tests: Consistently use GLib.MainLoop (Martin Pitt)
482         - Install the .egg-info files into correct multilib directory
483           (Kalev Lember) (#686315)
484         - Fix leaked vfunc return values (Simon Feltman) (#686140)
485         - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
486         - Fix leak with python callables as closure argument. (Simon Feltman)
487           (#685598)
488         - Gio overrides: Handle setting GSettings enum keys (Martin Pitt)
489           (#685947)
490         - tests: Check reading GSettings enums in Gio overrides (Martin Pitt)
491         - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt)
492           (#685860)
493         - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check
494           (Alban Browaeys) (#685000)
495         - Install an .egg-info file (Johan Dahlin) (#680138)
496         - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
497         - pygobject.c: Don't leak GObjectClass reference (Olivier Crête)
498           (#684062)
499         - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys)
500           (#685082)
501         - Fix error messages for out of range numbers (Martin Pitt) (#684314)
502         - Kill dbus-daemon after running tests (Martin Pitt) (#685009)
503         - GVariant overrides: Support empty tuple arrays (Martin Pitt)
504           (#684928)
505         - tests: Fix wrong return type in test_int64_callback() (Martin Pitt)
506           (#684700)
507         - Fix GValue marshalling of long and unsigned long (Giovanni Campagna)
508           (#684331)
509         - Clean up deprecation message for assigning gpointers to objects.
510           (Simon Feltman) (#683599)
511         - pygi-property: Lookup property in base classes of non-introspected
512           types (Olivier Crête) (#684058)
513
514 3.4.0   24-Sep-2012
515         - Bump g-i dependency to 1.33.14 (Martin Pitt)
516
517 3.3.92  17-Sep-2012
518         - [API add] Add ObjectInfo.get_abstract method (Simon Feltman) (#675581)
519         - Add deprecation warning when setting gpointers to anything other than
520           int. (Simon Feltman) (#683599)
521         - argument: Fix 64bit integer convertion from GValue (Nicolas Dufresne)
522           (#683596)
523         - Improve setting pointer fields/arguments to NULL using None
524           (Simon Feltman) (#683150)
525         - Bump g-i dependency to 1.33.10 (Martin Pitt)
526         - Fix -uninstalled.pc.in file (Thibault Saunier) (#683379)
527         - Various test suite additions and improvements (Martin Pitt)
528
529 3.3.91  03-Sep-2012
530         - Fix exception test case for Python 2 (Martin Pitt)
531         - Bump g-i dependency to >= 1.3.9 (Martin Pitt)
532         - Show proper exception when trying to allocate a disguised struct
533           (Martin Pitt) (#639972)
534         - Support marshalling GParamSpec signal arguments (Mark Nauwelaerts)
535           (#683099)
536         - Add test for a signal that returns a GParamSpec (Martin Pitt)
537           (#683265)
538         - [API add] Add Signal class for adding and connecting custom signals.
539           (Simon Feltman) (#434924)
540         - Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
541           (Martin Pitt)
542         - Add override for Gtk.TreeView.insert_column_with_attributes()
543           (Marta Maria Casetti) (#679415)
544         - .gitignore: Add missing built files (Martin Pitt)
545         - Ship tests/gi in tarball (Martin Pitt)
546         - Split test_overrides.py (Martin Pitt) (#683188)
547         - _pygi_argument_to_object(): Clean up array unmarshalling (Martin Pitt)
548         - Fix memory leak in _pygi_argument_to_object() (Alban Browaeys)
549           (#682979)
550         - Fix setting pointer fields/arguments to NULL using None.
551           (Simon Feltman) (#683150)
552         - Fix for python 2.6, officially drop support for < 2.6 (Martin Pitt)
553           (#682422)
554         - Allow overrides in other directories than gi itself
555           (Thibault Saunier) (#680913)
556         - Clean up sys.path handling in tests (Simon Feltman) (#680913)
557         - Fix dynamic creation of enum and flag gi types for Python 3.3
558           (Simon Feltman) (#682323)
559         - [API add] Override g_menu_item_set_attribute (Paolo Borelli) (#682436)
560
561 3.3.90  20-Aug-2012
562         - Implement marshalling for GParamSpec (Mathieu Duponchelle) (#681565)
563         - Fix erronous import statements for Python 3.3 (Simon Feltman)
564           (#682051)
565         - Do not fail tests if pyflakes or pep8 are not installed (Martin Pitt)
566         - Fix PEP-8 whitespace checking and issues in the code (Martin Pitt)
567         - Fix unmarshalling of gssize (David Malcolm) (#680693)
568         - Fix various endianess errors (David Malcolm) (#680692)
569         - Gtk overrides: Add TreeModelSort.__init__(self, model)
570           (Simon Feltman) (#681477)
571         - Convert Gtk.CellRendererState in the pygi-convert script
572           (Manuel Quiñones) (#681596)
573
574 3.3.5   06-Aug-2012
575         - Fix list marshalling on big-endian machines (Martin Pitt)
576           (#680693)
577         - Beautify class/interface type mismatch error messages (Martin Pitt)
578         - Skip instead of fail tests which need Pango, Atk, Gdk, Gtk (Martin Pitt)
579         - [API add] pygtkcompat: Add more pixbuf creation functions (Simon Feltman)
580           (#680814)
581         - Fix error messages on interface/class type mismatches (Martin Pitt)
582         - Fix crash when returning (False, None) from Gtk.TreeModel.do_get_iter() (Simon Feltman)
583           (#680812)
584         - Add test case for Gtk.TextIter.forward_search() (Martin Pitt)
585           (#679415)
586         - pygi-info.c: Robustify pointer arithmetic (Martin Pitt)
587         - Add set_attributes() override to Gtk.TreeViewColumn (Manuel Quiñones)
588         - Gtk overrides: Add TreePath.__getitem__() (Simon Feltman)
589           (#680353)
590         - Fix property type mapping from int to TYPE_INT for python3. (Simon Feltman)
591           (#679939)
592         - Convert Gtk.DestDefaults constants in pygi-convert.sh script (Manuel Quiñones)
593           (#680259)
594         - Convert all Gdk.WindowState constants in pygi-convert.sh (Manuel Quiñones)
595           (#680257)
596         - [API add] Add API for checking pygobject's version (Joe R. Nassimian)
597           (#680176)
598         - pygi-convert.sh: Add some missing Gdk.CursorTypes (Manuel Quiñones)
599           (#680050)
600         - pygi-convert.sh: convert rsvg.Handle(data=...) (Manuel Kaufmann)
601           (#680092)
602
603 3.3.4   16-Jul-2012
604         - pygi-convert.sh: Drop bogus filter_new() conversion (Martin Pitt)
605           (#679999)
606         - Fix help() for GI modules (Martin Pitt) (#679804)
607         - Skip gi.CallbackInfo objects from a module's dir() (Martin Pitt)
608           (#679804)
609         - Fix __path__ module attribute (Martin Pitt)
610         - pygi-convert.sh: Fix some child → getChild() false positives
611           (Joe R. Nassimian) (#680004)
612         - Fix array handling for interfaces, properties, and signals
613           (Mikkel Kamstrup Erlandsen) (#667244)
614         - Add conversion of the Gdk.PropMode constants to pygi-convert.sh
615           script (Manuel Quiñones) (#679775)
616         - Add the same rules for pack_start to convert pack_end (Manuel
617           Quiñones) (#679760)
618         - Add error-checking for the case where _arg_cache_new() fails
619           (Dave Malcolm) (#678914)
620         - Add conversion of the Gdk.NotifyType constants to pygi-convert.sh
621           script (Manuel Quiñones) (#679754)
622         - Fix PyObject_Repr and PyObject_Str reference leaks (Simon Feltman)
623           (#675857)
624         - [API add] Gtk overrides: Add TreePath.__len__() (Martin Pitt)
625           (#679199)
626         - GLib.Variant: Fix repr(), add proper str() (Martin Pitt) (#679336)
627         - m4/python.m4: Update Python version list (Martin Pitt)
628         - Remove "label" property from Gtk.MenuItem if it is not set
629           (Micah Carrick) (#670575)
630
631 3.3.3.1 25-Jun-2012
632         - Do not escape enum and flag names that are Python keywords (Martin Pitt)
633
634 3.3.3   25-Jun-2012
635         - Remove obsolete release-tag make target (Martin Pitt)
636         - Do not do any python calls when GObjects are destroyed after the
637           python interpreter has been finalized (Simon Schampijer) (#678046)
638         - Do not change constructor-only "type" Window property (Martin Pitt)
639           (#678510)
640         - Escape identifiers which are Python keywords (Martin Pitt) (#676746)
641         - Fix code for PEP-8 violations detected by the latest pep8 checker.
642           (Martin Pitt)
643         - Fix crash in GLib.find_program_in_path() (Martin Pitt) (#678119)
644         - Revert "Do not bind gobject_get_data() and gobject_set_data()" (Martin Pitt)
645           (#641944)
646         - GVariant: Raise proper TypeError on invalid tuple input (David Keijser)
647           (#678317)
648
649 3.3.2   05-Jun-2012
650         - foreign: Register cairo.Path and cairo.FontOptions foreign structs
651           (Bastian Winkler) (#677388)
652         - Check types in GBoxed assignments (Marien Zwart) (#676603)
653         - [API add] Gtk overrides: Add TreeModelRow.get_previous()
654           (Bastian Winkler) (#677389)
655         - [API add] Add missing GObject.TYPE_VARIANT (Bastian Winkler) (#677387)
656         - Fix boxed type equality (Jasper St. Pierre) (#677249)
657         - Fix TestProperties.testBoxed test (Jose Rostagno) (#676644)
658         - Fix handling of by-reference structs as out parameters
659           (Carlos Garnacho) (#653151)
660         - tests: Add more vfunc checks for GIMarshallingTestsObject
661           (Martin Pitt)
662         - Test caller-allocated GValue out parameter (Martin Pitt) (#653151)
663         - GObject.bind_property: Support transform functions (Bastian Winkler)
664           (#676169)
665         - Fix lookup of vfuncs in parent classes (Carlos Garnacho) (#672864)
666         - tests/test_properties.py: Fix whitespace (Martin Pitt)
667         - gi: Support zero-terminated arrays with length arguments
668           (Jasper St. Pierre) (#677124)
669         - [API add] Add GObject.bind_property method (Simon Feltman) (#675582)
670         - pygtkcompat: Correctly set flags (Jose Rostagno) (#675911)
671         - Gtk overrides: Implement __delitem__ on TreeModel (Jose Rostagno)
672           (#675892)
673         - Gdk Color override should support red/green/blue_float properties
674           (Simon Feltman) (#675579)
675         - Support marshalling of GVariants for closures (Martin Pitt) (#656554)
676         - _pygi_argument_from_object(): Check for compatible data type
677           (Martin Pitt)
678         - pygtkcompat: Fix color conversion (Martin Pitt)
679         - test_gi: Check setting properties in constructor (Martin Pitt)
680         - Support getting and setting GStrv properties (Martin Pitt)
681         - Support defining GStrv properties from Python (Martin Pitt)
682         - Add GObject.TYPE_STRV constant (Martin Pitt)
683         - Unref GVariants when destroying the wrapper (Martin Pitt) (#675472)
684         - Fix TestArrayGVariant test cases (Martin Pitt)
685         - pygtkcompat: Add gdk.pixbuf_get_formats compat code (Jose Rostagno)
686           (#675489)
687         - pygtkcompat: Add some more compat functions (Jose Rostagno) (#675489)
688         - Fix tests for Python 3 (Martin Pitt)
689         - Fix building with --disable-cairo (Martin Pitt)
690         - tests: Fix deprecated assertions (Martin Pitt)
691         - Run tests with MALLOC_PERTURB_ (Martin Pitt)
692
693 3.3.1   30-Apr-2012
694         - GSettings: allow extra keyword arguments (Giovanni Campagna)
695           (#675105)
696         - pygtkcompat: Correct Userlist module use (Jose Rostagno) (#675084)
697         - Add release-news make rule (Martin Pitt)
698         - Add "make check.nemiver" target (Martin Pitt)
699         - Test flags and enums in GHash values (Martin Pitt) (#637466)
700         - tests: Activate test_hash_in and apply workaround (Martin Pitt)
701           (#666636)
702         - Add special case for Gdk.Atom array entries from Python (Martin Pitt)
703           (#661709)
704         - test_gdbus: Call GetConnectionUnixProcessID() with correct signature
705           (Martin Pitt) (#667954)
706         - Add test case for Gtk.ListStore custom sort (Martin Pitt) (#674475)
707         - GTK overrides: Add missing keyword arguments (Martin Pitt) (#660018)
708         - [API change] Add missing override for TreeModel.iter_previous()
709           (Martin Pitt) (#660018)
710         - pygi-convert.py: Drop obsolete drag method conversions (Martin Pitt)
711           (#652860)
712         - tests: Replace deprecated assertEquals() with assertEqual()
713           (Martin Pitt)
714         - Plug tiny leak in constant_info_get_value (Paolo Borelli) (#642754)
715         - Fix len_arg_index for array arguments (Bastian Winkler) (#674271)
716         - Support defining GType properties from Python (Martin Pitt) (#674351)
717         - Handle GType properties correctly (Bastian Winkler) (#674351)
718         - Add missing GObject.TYPE_GTYPE (Martin Pitt)
719         - Fix test_mainloop.py for Python 3 (Martin Pitt)
720         - Make callback exception propagation test stricter (Martin Pitt)
721           (#616279)
722         - [API add] Add context management to freeze_notify() and
723           handler_block(). (Simon Feltman) (#672324)
724         - Add support for GFlags properties (Martin Pitt) (#620943)
725         - [API add] Wrap GLib.Source.is_destroyed() method (Martin Pitt)
726           (#524719)
727         - Fix error message when trying to override a non-GI class
728           (Martin Pitt) (#646667)
729         - Fix segfault when accessing __grefcount__ before creating the GObject
730           (Steve Frécinaux) (#640434)
731         - [API change] Do not bind gobject_get_data() and gobject_set_data()
732           (Steve Frécinaux) (#641944)
733         - Add test case for multiple GLib.MainLoop instances (Martin Pitt)
734           (#663068)
735         - Add a ccallback type which is used to invoke callbacks passed to a
736           vfunc (John (J5) Palmieri) (#644926)
737         - Regression test: marshalling GValues in GHashTable (Alberto Mardegan)
738           (#668903)
739         - Update .gitignore (Martin Pitt)
740         - Fix "distcheck" and tests with out-of-tree builds (Martin Pitt)
741         - Add a pep8 check to the makefile (Johan Dahlin) (#672627)
742         - PEP8 whitespace fixes (Johan Dahlin) (#672627)
743         - PEP8: Remove trailing ; (Johan Dahlin) (#672627)
744         - tests: Replace deprecated Python API (Martin Pitt)
745         - Fail tests if they use or encounter deprecations (Martin Pitt)
746         - Do not run tests in two phases any more (Martin Pitt)
747         - test_overrides: Find local gsettings schema with current glib
748           (Martin Pitt)
749         - Add GtkComboBoxEntry compatibility (Paolo Borelli) (#672589)
750         - Correct review comments from Martin (Johan Dahlin) (#672578)
751         - Correct pyflakes warnings/errors (Johan Dahlin) (#672578)
752         - Make tests fail on CRITICAL logs, too, and apply to all tests
753           (Martin Pitt)
754         - Support marshalling GI_TYPE_TAG_INTERFACE (Alberto Mardegan)
755           (#668903)
756         - Fix warnings on None values in added tree/list store rows
757           (Martin Pitt) (#672463)
758         - pygtkcompat test: Properly clean up PixbufLoader (Martin Pitt)
759
760 3.1.92  19-Mar-2012
761         - Correct Gtk.TreePath.__iter__ to work with Python 3 (Johan Dahlin)
762         - Fix test_everything.TestSignals.test_object_param_signal test case
763           (Martin Pitt)
764         - Add a PyGTK compatibility layer (Johan Dahlin)
765         - pygtkcompat: Remove first argument for get_origin() (Johan Dahlin)
766         - Fix pygtkcompat.py to work with Python 3 (Martin Pitt)
767         - GtkViewport: Add a default values for the adjustment constructor
768           parameters (Johan Dahlin)
769         - GtkIconSet: Add a default value for the pixbuf constructor parameter
770           (Johan Dahlin)
771         - PangoLayout: Add a default value for set_markup() (Johan Dahlin)
772         - Gtk[HV]Scrollbar: Add a default value for the adjustment constructor
773           parameter (Johan Dahlin)
774         - GtkToolButton: Add a default value for the stock_id constructor
775           parameter (Johan Dahlin)
776         - GtkIconView: Add a default value for the model constructor parameter
777           (Johan Dahlin)
778         - Add a default value for column in Gtk.TreeView.get_cell_area()
779           (Johan Dahlin)
780         - Atomic inserts in Gtk.{List,Tree}Store overrides (Martin Pitt)
781         - Fix Gtk.Button constructor to accept use_stock parameter
782           (Martin Pitt)
783         - Correct bad rebase, remove duplicate Window (Johan Dahlin)
784         - Add bw-compatible arguments to Gtk.Adjustment (Johan Dahlin)
785         - GtkTreePath: make it iterable (Johan Dahlin)
786         - Add a default argument to TreeModelFilter.set_visible_func()
787           (Johan Dahlin)
788         - Add a default argument to Gtk.TreeView.set_cursor (Johan Dahlin)
789         - Add a default argument to Pango.Context.get_metrics() (Johan Dahlin)
790         - Fix double-freeing GValues in arrays (Martin Pitt)
791         - Renamed "property" class to "Property" (Simon Feltman)
792         - Fix Python to C marshalling of GValue arrays (Martin Pitt)
793         - Correct the Gtk.Window hierarchy (Johan Dahlin)
794         - Renamed getter/setter instance attributes to fget/fset respectively.
795           (Simon Feltman)
796         - Add Gtk.Arrow/Gtk.Window constructor override (Johan Dahlin)
797         - Fix marshalling to/from Python to work on big endian machines.
798           (Michel Dänzer)
799         - Use gi_cclosure_marshal_generic instead of duplicating it.
800           (Michel Dänzer)
801         - Override Gtk.TreeView.get_visible_range to fix return (René Stadler)
802         - Plug memory leak in _is_union_member (Paolo Borelli)
803         - tests: Split TestInterfaces into separate tests (Sebastian Pölsterl)
804         - README: Update current maintainers (Martin Pitt)
805
806 3.1.1   20-Feb-2012
807         - Don't use C99 style (Sebastian Pölsterl)
808         - Add test for GPtrArray with transfer full (Martin Pitt)
809         - Drop obsolete g_thread_init() (Martin Pitt)
810         - Fix deprecated g_source_get_current_time() (Martin Pitt)
811         - Fix deprecated g_value_[gs]et_char() (Martin Pitt)
812         - Make pygiconvert.sh correctly convert gtk.gdk.x11_* (Simon Schampijer)
813         - Raise required glib version to 2.31 because of g_value_(get|set)_schar (Sebastian Pölsterl)
814         - Fix cset_first typo (Dieter Verfaillie)
815         - pygi-convert: Handle Clutter and Cogl (Bastian Winkler)
816         - Provide access to gpointer struct values (Cédric Krier)
817         - Add some GType tests (Paolo Borelli)
818         - Split GStrv and array variant tests in their own classes (Paolo Borelli)
819         - Add unit test for builder's connect_after (Paolo Borelli)
820         - fix GtkBuilder signal connection 'after' logic (Ryan Lortie)
821         - test(1) uses '=' to test if strings are identical (Patrick Welche)
822         - pygspawn: improve error checking (Ryan Lortie)
823
824 3.1.0   06-Feb-2012
825         - Updated DOAP file to only include people currently actively working on the project (Sebastian Pölsterl)
826         - Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel" (Sebastian Pölsterl)
827         - tests: Fixed issues with python3 (Sebastian Pölsterl)
828         - Properly distinguish between different integer types for properties (Sebastian Pölsterl)
829         - Distinguish between GArray and GPtrArray when cleaning up (Sebastian Pölsterl)
830         - Add null_gerror_callback unit test (Paolo Borelli)
831         - pyglib_error_check: Re-add missing NULL check (Martin Pitt)
832         - Add tests/runtests-windows.py to source tarball (Michael Culbertson)
833         - Don't issue a depreciation warning for GtkDialog's NO_SEPARATOR flag, even when unused (Sebastian Pölsterl)
834         - Fix bool() operations on GLib.Variant objects (Nirbheek Chauhan)
835         - Fix hash() and __eq__() for GLib.Variant objects (Nirbheek Chauhan)
836         - Fix method names of callback tests (Martin Pitt)
837         - Cairo: add missing braces around array-of-struct definition (Will Thompson)
838         - g_instance_init: cast to PyGObject * as needed (Will Thompson)
839         - Fix a few set-but-not-used warnings. (Will Thompson)
840         - pygmainloop: allow for extra arguments in 'quit' method (Stefano Facchini)
841         - Fix bytearray test compatibility with python3 (Alexandre Rostovtsev)
842         - Respect transfer-type when demarshalling GErrors (Alberto Mardegan)
843         - Support GHashTable and GError as callback/closure arguments (Alberto Mardegan)
844         - Don't leak when marshalling GErrors to C (Will Thompson)
845         - Support functions which return GError (Will Thompson)
846         - Fix indentation of _pygi_argument_to_object() (Alberto Mardegan)
847         - Avoid C99 syntax. (Paolo Borelli)
848         - Connect to first action of a radio group. (Paolo Borelli)
849         - Use g_slist_free_full in pygi-closure. (Paolo Borelli)
850         - Avoid O(n^2) behavior when marshalling lists (Paolo Borelli)
851         - Handle NULL as a valid case of a char** array (Paolo Borelli)
852         - Branching, bump version to 3.1.0 (Tomeu Vizoso)
853         - Add notes about branching to HACKING (Tomeu Vizoso)
854         - Fixed bug where GObject.property did not respect minimum and maximum values (Sebastian Pölsterl)
855         - Remove mention of removed option --enable-docs (Tomeu Vizoso)
856         - Fix sebp's name in NEWS (Tomeu Vizoso)
857
858 3.0.3   12-Dec-2011
859         - Convert all modifier constants to Gdk.ModifierType (Manuel Quiñones)
860         - Convert all strings to utf-8 encoding when retrieving from TreeModel (Sebastian Pölsterl)
861         - add test for bytearray variants (John (J5) Palmieri)
862         - handle NULL arrays correctly for each array type (John (J5) Palmieri)
863         - Revert "Revert "Fix array termination and size calculation"" (John (J5) Palmieri)
864         - pygmainloop: avoid lockups if multiple glib.MainLoop exist (Owen W. Taylor)
865         - Properly chain up to the class that implements a given vfunc. (Tomeu Vizoso)
866         - Revert "Fix array termination and size calculation" (Tomeu Vizoso)
867         - Fix array termination and size calculation (Holger Berndt)
868         - pygi-convert: fix for Pango.Alignment (Daniel Drake)
869         - pygi-convert: fix for Gtk.Orientation (Daniel Drake)
870         - Add tests for calling closures (Martin Pitt)
871         - fix marshaling of arrays of GVariants (Mikkel Kamstrup Erlandsen)
872
873 3.0.2   21-Oct-2011
874         - Add tests for boxed properties. (Ignacio Casal Quinteiro)
875         - Allow GBoxed types as property (Timo Vanwynsberghe)
876         - when converting an object with transfer none, make sure the wrapper owns a ref (John (J5) Palmieri)
877         - unit test for checking ref count of object param in signals (John (J5) Palmieri)
878         - Gdk overrides: Unbreak for Gdk-2.0 (Martin Pitt)
879         - Do union member checks for unions that are parameters (John (J5) Palmieri)
880
881 3.0.1   30-Sep-2011
882         - when checking instances union members are same type as parent
883         - add a floating flag to pygobjects
884         - Revert "Fix refcount bug by not creating python wrapper during gobject init stage"
885
886 3.0.0   19-Sep-2011
887         - up version required of gobject-introspection to 1.29.0 (John (J5) Palmieri)
888         - fix most warnings (John (J5) Palmieri)
889
890 2.90.4  15-Sep-2011 (3.0 pre-release)
891         - do not pass in len(str) to the length argument of gtk_test_buffer_insert* apis (John (J5) Palmieri)
892         - Switch tarball compression format to tar.xz only. (Dieter Verfaillie)
893         - Remove pygtk_version attribute from internal gi._gobject module. (Dieter Verfaillie)
894         - remove overridesdir from the .pc file and add it to the gi module (John (J5) Palmieri)
895         - fix tests to correctly construct a dummy Gtk.TargetEntry (John (J5) Palmieri)
896         - we now assume that C arrays of structs are flat so memcpy them when marshalling (John (J5) Palmieri)
897         - only update the arg counts once if child arg comes before parent arg (John (J5) Palmieri)
898         - Fix refcount bug by not creating python wrapper during gobject init stage (John (J5) Palmieri)
899         - don't destroy just created wrapper when object is created via g_object_new (John (J5) Palmieri)
900         - Remove deprecated API from pygobject.h (Steve Frécinaux)
901         - Convert gtk.TRUE/FALSE to Python True/False. (Marcin Owsiany)
902         - Drop legacy __gobject_init__ method of GObject.Object. (Steve Frécinaux)
903         - AM_CHECK_PYTHON_LIBS does not work for lib64 (Dieter Verfaillie)
904         - Remove common_ldflags from Makefile.am as it is no longer used. (Dieter Verfaillie)
905         - check if object is actually a PyGFlag before trying to access g_type (John (J5) Palmieri)
906         - fix regression - add instance type checks since Py3 no longer does this for us (John (J5) Palmieri)
907         - refactor in/out marshalling to be to_py/from_py (John (J5) Palmieri)
908         - Examples: fix cairo-demo.py imports (Dieter Verfaillie)
909         - Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file (Dieter Verfaillie)
910         - Remove no longer used variables from pkgconfig files (Dieter Verfaillie)
911         - docs/Makefile.am and m4/python.m4: Python3 portability fixes (Dieter Verfaillie)
912         - Refactor and clean Makefile.am files (Dieter Verfaillie)
913         - Remove all PLATFORM_VERSION = 2.0 traces (Dieter Verfaillie)
914         - Remove gi/tests/ directory as all the tests now live in tests/ (Dieter Verfaillie)
915         - autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGS (Dieter Verfaillie)
916         - use improved python.m4 macros to search for Python headers and libs (Dieter Verfaillie)
917         - Make maintiner mode enabled by default (Javier Jardón)
918         - Disable documentation for now since they are completely wrong for GI. (Dieter Verfaillie)
919         - Fix documentation installation directory (Dieter Verfaillie)
920         - Remove distutils based build system. (Dieter Verfaillie)
921         - [gtk-demo] Fix syntax highlighter encoding issue (Dieter Verfaillie)
922         - overrides: add constants for atoms (Ignacio Casal Quinteiro)
923         - Drop pygobject_construct() from public API. (Steve Frécinaux)
924
925 2.90.3  31-Aug-2011 (3.0 pre-release)
926         - support skip annotation for return values (John (J5) Palmieri)
927         - Test GPtrArray regression (Xavier Claessens)
928         - Drop support for old constructor style. (Steve Frécinaux)
929         - Drop support for sink functions. (Steve Frécinaux)
930         - Reinstate copying of in-line structs in arrays (Mike Gorse)
931         - fix inline struct array handling (John (J5) Palmieri)
932         - fix on demos (Dieter Verfaillie)
933         - Added support for __setitem__ to TreeModel and support for slices to TreeModelRow (Sebastian Pölsterl)
934         - Convert ACCEL_* constants into Gtk.AccelFlags. (Olav Vitters)
935         - Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPosition (Olav Vitters)
936
937 2.90.2  18-Aug-2011 (3.0 pre-release)
938         - remove tests that were removed from gi (John (J5) Palmieri)
939         - don't calculate item_size using is_pointer (John (J5) Palmieri)
940         - Updated signal example to use GObject introspection (Timo Vanwynsberghe)
941         - Updated properties example to use GObject introspection (Timo Vanwynsberghe)
942         - Add override for GLib.Variant.split_signature() (Martin Pitt)
943         - [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0 (Timo Vanwynsberghe)
944         - Install pygobject.h again. (Ignacio Casal Quinteiro)
945         - update the doap file (John (J5) Palmieri)
946
947 2.90.1  14-Aug-2011 (3.0 pre-release)
948         - pass exta keywords to the Box constructor (John (J5) Palmieri)
949         - add (Tree|List)Store set method override (John (J5) Palmieri)
950         - add test for object arrays (John (J5) Palmieri)
951         - only support C pointer arrays for structs and objects (John (J5) Palmieri)
952         - revert Gtk.Window override because it causes issues with subclasses (John (J5) Palmieri)
953         - take GIL in _pygi_invoke_closure_free (bug #647016) (Jonathan Matthew)
954         - Add a default parameter to GtkTreeModel.filter_new (Johan Dahlin)
955         - Add vbox/action_area properties (Johan Dahlin)
956         - Add a couple of constructors (Johan Dahlin)
957         - Do not always pass in user_data to callbacks. (Johan Dahlin)
958         - Add a default detail value for Widget.render_icon (Johan Dahlin)
959         - Add an override for Gdk.color_parse() (Johan Dahlin)
960         - Support function calling with keyword arguments in invoke. (Laszlo Pandy)
961         - remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN (John (J5) Palmieri)
962         - Fix gobject vs. gi.repository warning (Martin Pitt)
963         - make GObject and GLib able to take overrides (John (J5) Palmieri)
964         - avoid dependency issue by importing the internal gobject (John (J5) Palmieri)
965         - fix tests to use the new GLib module (John (J5) Palmieri)
966         - add DynamicGLibModule which works like DynamicGObjectModule (John (J5) Palmieri)
967         - refactor, add objects and types to the correct internal module (John (J5) Palmieri)
968         - rename the pyglib shared library so we don't load the old one (John (J5) Palmieri)
969         - refactor tests to only use PyGObject 3 syntax (John (J5) Palmieri)
970         - refactor the internal _glib module to import correct modules (John (J5) Palmieri)
971         - refactor to use the new internal _glib and _gobject modules (John (J5) Palmieri)
972         - refactor gi module to import and use internal _gobject module (John (J5) Palmieri)
973         - move the static bits internal to gi and refactor build files (John (J5) Palmieri)
974         - remove pygtk.py (John (J5) Palmieri)
975         - introspection is no longer optional (John (J5) Palmieri)
976         - up platform version to 3.0 (John (J5) Palmieri)
977         - [gi] Handle GVariants from callback return values (Martin Pitt)
978         - Handle GVariants for callback arguments (Martin Pitt)
979         - [gi] Fix crash: check return value of _invoke_state_init_from_callable_cache() before continuing. (Laszlo Pandy)
980         - [gi] Pass gtype as first parameter to vfuncs (instead of using kwargs). (Laszlo Pandy)
981         - remove codegen (John (J5) Palmieri)
982         - remove some left over ifdefs to complete merge of the invoke-rewrite branch (John (J5) Palmieri)
983         - rename pygi-invoke-ng to pygi-invoke (John (J5) Palmieri)
984         - make invoke-ng the only invoker (John (J5) Palmieri)
985         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
986         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
987         - split the marshalling routines into two source files (John (J5) Palmieri)
988         - Ship tests/te_ST@nouppera in release tarballs for tests to succeed (Martin Pitt)
989         - [invoke] break out caller_allocates allocating into its own function (John (J5) Palmieri)
990         - [invoke] missed a bit when removing constructor_class usage (John (J5) Palmieri)
991         - [invoke] don't hold on to the constructor class, just add a TODO (John (J5) Palmieri)
992         - [gi] Port test_properties from static gio to GI Gio (Martin Pitt)
993         - [python3] Fix maketrans import (Martin Pitt)
994         - [caching] remove all inline compiler flags (John (J5) Palmieri)
995         - [caching] refactor function names to be less confusing (John (J5) Palmieri)
996         - [overrides] deprecate the use of type keyword MessageDialog constructor (John (J5) Palmieri)
997         - gdbus tests: Fix hang if test case fails (Martin Pitt)
998         - use an enum instead of booleans to denote function type (John (J5) Palmieri)
999         - rename aux arguments to child arguments to make their purpose clearer (John (J5) Palmieri)
1000         - Fixed the cairo example (Timo Vanwynsberghe)
1001         - Add override binding for Gtk.ListStore.prepend(). (Adam Dingle)
1002         - Fix crash in Gtk.TextIter overrides (Martin Pitt)
1003         - use gssize instead of int for arg indexes (John (J5) Palmieri)
1004         - [cache] remove refrence to default value as it is not implemented yet (John (J5) Palmieri)
1005         - Handle arguments that are flags correctly (Sebastian Pölsterl)
1006         - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
1007         - correctly initialize the _gi_cairo_functions array to be zero filled (John (J5) Palmieri)
1008         - pass in the address of the gerror, not the gerror itself (John (J5) Palmieri)
1009         - [gi] handle marshalling gerrors arguments for signals (John (J5) Palmieri)
1010         - [gi-invoke-ng] fix NULL check to check before we access the cache struct (John (J5) Palmieri)
1011         - [gi-tests] add test for PyGObject->PyObject TreeModel storage (John (J5) Palmieri)
1012         - [gtk-overrides] special case TreeModel columns of PYGOBJECT types (John (J5) Palmieri)
1013         - [gi-invoke-ng] copy structs when transfer is full for array (John (J5) Palmieri)
1014         - [gtk-override] print warning if user imports Gtk 2.0 (John (J5) Palmieri)
1015         - [gtk-overrides] allow the message_type keyword to be used for MessageDialogs (John (J5) Palmieri)
1016         - Add support for enums in gobject.property (Johan Dahlin)
1017         - Add support for enums in gobject.property (Johan Dahlin)
1018         - [gi-invoke-ng] use g_slice for allocating GValues that are caller allocated (John (J5) Palmieri)
1019         - [gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling integers (John (J5) Palmieri)
1020         - [gi-invoke-ng] only cache caller allocates for interfaces as some API are broken (John (J5) Palmieri)
1021         - [gi-invoke-ng] handle in pointer array marshalling (John (J5) Palmieri)
1022         - Adding GPtrArray tests (Alex Eftimie)
1023         - [gi-invoke-ng] fix array element offset calculations (John (J5) Palmieri)
1024         - [gi] don't clean up arguments that weren't yet processed during in arg failure (John (J5) Palmieri)
1025         - [gi-overrides] use new instead of init when constructing a GLib.VariantBuilder (John (J5) Palmieri)
1026         - [gi-invoke-ng] actual code to import overrides (John (J5) Palmieri)
1027         - [gi-invoke-ng] import pytypes so we get overrides (John (J5) Palmieri)
1028         - [gi-invoke-ng] handle gvariants now that they are not foreign (John (J5) Palmieri)
1029         - [gi-invoke-ng] do not try to clean up NULL arguments (John (J5) Palmieri)
1030         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
1031         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
1032         - closure: avoid double free crash (Ignacio Casal Quinteiro)
1033         - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken)
1034         - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro)
1035         - Use constants instead of literals (Tomeu Vizoso)
1036         - GVariant has now a GType, take that into account (Tomeu Vizoso)
1037         - GVariantType is a boxed struct (Tomeu Vizoso)
1038         - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso)
1039         - Merge gi/HACKING into /HACKING (Tomeu Vizoso)
1040         - Fix GC-related crash during PyGObject deallocation (Daniel Drake)
1041         - [gi-invoke-ng] enable invoke-ng by default (John (J5) Palmieri)
1042         - [gi-invoke-ng] add code to clean up when input values fail to marshal (John (J5) Palmieri)
1043         - [gi-invoke-ng] add hash cleanup routines (John (J5) Palmieri)
1044         - [gi-invoke-ng] handle arrays with transfers of GI_TRANSFER_CONTAINER (John (J5) Palmieri)
1045         - [gi-invoke-ng] add list cleanup routines (John (J5) Palmieri)
1046         - indentation fix (John (J5) Palmieri)
1047         - [gi-invoke-ng] add out array cleanup (John (J5) Palmieri)
1048         - [gi-invoke-ng] do not allocate null terminator for garray (John (J5) Palmieri)
1049         - [gi-invoke-ng] add array cleanup for in arrays (John (J5) Palmieri)
1050         - [gi-invoke-ng] remove remaining bits of the invoke stage state machine (John (J5) Palmieri)
1051         - [gi-invoke-ng] revamp cleanup framework to be orthogonal to cache setup (John (J5) Palmieri)
1052         - [gi-invoke-ng] stub out a cleaner way of cleaning up after ourselves (John (J5) Palmieri)
1053         - Doc Extractor: Correct the logic of the --no-since option. (José Alburquerque)
1054         - Doc Extractor: Add a --no-since option. (José Alburquerque)
1055         - [gi-invoke-ng] tweek cleanup routines (John (J5) Palmieri)
1056         - Fix symbol names to be locale independent (Martin Pitt)
1057         - [gi] pygi-convert.sh: Convert gtk.gdk.CROSSHAIR (Martin Pitt)
1058         - [gi-invoke-ng] handle filename cleanup with the utf8 cleanup function (John (J5) Palmieri)
1059         - [gi-invoke-ng] handle caller allocates cleanup (John (J5) Palmieri)
1060         - [gi-invoke-ng] refactor the cleanup code and add utf8 cleanup as initial test (John (J5) Palmieri)
1061         - use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 builds (John (J5) Palmieri)
1062         - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
1063         - Updated DOAP file (Sebastian Pölsterl)
1064         - [gi] Don't create variant twice (Sebastian Pölsterl)
1065         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
1066         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
1067         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
1068         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
1069         - fix static ABI for setting string gvalues from python objects (John (J5) Palmieri)
1070         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
1071         - dsextras.py: remove \r as wel as \n character (Dieter Verfaillie)
1072         - use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 builds (John (J5) Palmieri)
1073         - [python3] fix build. PYcairo_IMPORT doesn't exists anymore (Ignacio Casal Quinteiro)
1074         - Updated DOAP file (Sebastian Pölsterl)
1075         - [gi] Don't create variant twice (Sebastian Pölsterl)
1076         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
1077         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
1078         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
1079         - [gi-invoke-ng] fix prototype (John (J5) Palmieri)
1080         - [gi-invoke-ng] create new framework for cleaning up args (John (J5) Palmieri)
1081         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
1082         - [gi-invoke-ng] fix marshal header that is no longer part of pygi-arguments.h (John (J5) Palmieri)
1083         - [gi-invoke-ng] code style space fixes (John (J5) Palmieri)
1084         - [gi-invoke-ng] don't decref value taken from a dict as it is borrowed (John (J5) Palmieri)
1085         - [gi-invoke-ng] return None when appropriate so we don't crash (John (J5) Palmieri)
1086         - [gi-invoke-ng] fix aux value caching (John (J5) Palmieri)
1087         - [gi-invoke-ng] backport handling flags with no gtype (John (J5) Palmieri)
1088         - [gi-invoke-ng] backport raw gvalue handling (John (J5) Palmieri)
1089         - [gi-invoke-ng] marshal instances seperately since they differ slightly from other args (John (J5) Palmieri)
1090         - [gi-invoke-ng] refactor FunctionCache to be more generic CallableCache (John (J5) Palmieri)
1091         - [gi-invoke-rewrite] backport glib error handling (John (J5) Palmieri)
1092         - [gi-invoke-ng] backport closure passing from invoke (John (J5) Palmieri)
1093         - [gi-invoke-ng] handle vfuncs and fix cosntrutors (John (J5) Palmieri)
1094         - [gi-invoke-ng] handle foreign types correctly (John (J5) Palmieri)
1095         - [gi] remove the class parameter from the argument list of constructors (John (J5) Palmieri)
1096         - fix static ABI for setting string gvalues from python objects (John (J5) Palmieri)
1097         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
1098         - dsextras.py: remove \r as wel as \n character (Dieter Verfaillie)
1099         - [gi] make new invoke-ng codepath compile correctly (John (J5) Palmieri)
1100         - [gi] conditionalize invoke code paths (John (J5) Palmieri)
1101         - [gi] revert back to the type.py from master (John (J5) Palmieri)
1102         - [gi] revert pygi-argument.h and move the invoke-ng code to pygi-marshal.h (John (J5) Palmieri)
1103         - Merge branch 'master' into invoke-rewrite (John (J5) Palmieri)
1104         - [gi] foreign types now take interface infos instead of type infos (John (J5) Palmieri)
1105         - Fix GSchema tests for separate build tree (Martin Pitt)
1106         - [gi] start of merge from master (John (J5) Palmieri)
1107         - [gi] marshal raw closures (John (J5) Palmieri)
1108         - pygi-convert.sh add GObject.xxx and webkit (John Stowers)
1109         - pygi-convert.sh remove gobject tests, GObject works now (John Stowers)
1110         - [gi-demos] add pickers demo (John (J5) Palmieri)
1111         - [gi-demos] add menu demo (John (J5) Palmieri)
1112         - [gi-overrides] fix exception block so it works in Python 2.5 (John (J5) Palmieri)
1113         - Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES" (Martin Pitt)
1114         - setup.py: fix user_access_control option (Dieter Verfaillie)
1115         - [gi] Respect the MessageType for Gtk.MessageDialog (Martin Pitt)
1116         - [gi] Do not require signature for D-BUS methods without arguments (Martin Pitt)
1117         - [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be None (John Stowers)
1118         - [gi-demos] dont try and run demos that represent directories (John Stowers)
1119         - [gi-demos] some python 3 compat fixes (John (J5) Palmieri)
1120         - [gi-demos] add liststore demo (John (J5) Palmieri)
1121         - [gi-demos] catch the correct error class (John (J5) Palmieri)
1122         - Do not leak python references when using the gobject.property() helper. (Steve Frécinaux)
1123         - handle uchar as bytes, not strings in python 3 (John (J5) Palmieri)
1124         - [gi-overrides] handle unichar gvalues when setting treemodels (John (J5) Palmieri)
1125         - [gi-overrides] special case python 2 keywords that crept in (John (J5) Palmieri)
1126         - check for the py3 _thread module in configure.ac if thread is not found (John (J5) Palmieri)
1127         - [gi-demos] add iconview demo (John (J5) Palmieri)
1128         - [gi] wrap the keyword argument in a dict so we don't break Python 2.5 (John (J5) Palmieri)
1129         - [gi-demos] add the combobox with string ids section to the demos (John (J5) Palmieri)
1130         - [gi-overrides] add an override for Gdk.RGBA (John (J5) Palmieri)
1131         - [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+ master (John (J5) Palmieri)
1132         - [gi-demos] add search entry demo (John (J5) Palmieri)
1133         - [gi] wrap map in a list for Python 3 compat (John (J5) Palmieri)
1134         - [gi-demos] fix up the validation combobox (John (J5) Palmieri)
1135         - add overridesdir variable in the .pc file for 3rd party overrides (John (J5) Palmieri)
1136         - setup.py: Set bdist_wininst user-access-control property (Dieter Verfaillie)
1137         - Fix uninitialized variable in gi.require_version() (Martin Pitt)
1138         - Run tests with LC_MESSAGES="C" (Martin Pitt)
1139         - [gi-overrides] override Gtk.stock_lookup to not return success (John (J5) Palmieri)
1140
1141 2.27.91 28-Feb-2011 (2.28 pre-release)
1142         - [gi-tests] use Gdk.test_simulate_button instead of emitting event ourselves (John (J5) Palmieri)
1143         - [gi-tests] tests for EventButton override. (Laszlo Pandy)
1144         - Skip interfaces when checking for conflicts in the MRO (Tomeu Vizoso)
1145         - [gi-overrides] Add event methods to all event union members (John (J5) Palmieri)
1146         - [gi] check to see if object is a member of a union when validating paramaters (John (J5) Palmieri)
1147         - [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs. (Laszlo Pandy)
1148         - Test case with John's fix for crash with C arrays and a GError is set. (Laszlo Pandy)
1149         - [gi-overrides] fix setting rows in treeview to accept None as a value (John (J5) Palmieri)
1150         - [gi] Add value_name for enum and flags from introspection "c:identifier" (if attr is available). (Laszlo Pandy)
1151         - Don't force loading of DynamicModule until set in sys.modules (Laszlo Pandy)
1152         - Fix flags with multiple names for the same value. (Laszlo Pandy)
1153         - [gi-demos] add liststore demo (John (J5) Palmieri)
1154         - [gi-demos] run through the demos and remove the FIXMEs that have been fixed (John (J5) Palmieri)
1155         - Load typelibs at import time, add gi.require_version() (Tomeu Vizoso)
1156         - use GValue support to marshal GtkTreeModel values correctly (John (J5) Palmieri)
1157         - [gi] pass raw GValues instead of trying to marshal them (John (J5) Palmieri)
1158         - [gi-demos] add icon view edit and drag-and-drop demo (John (J5) Palmieri)
1159         - [gi] Register GType for non-GType enums and flags at runtime. (Laszlo Pandy)
1160         - [gi-demos] add info bars demo (John (J5) Palmieri)
1161         - tests/runtests.py: Add missing "import sys" (Martin Pitt)
1162         - [gi] Add Pythonic gdbus method invocation (Martin Pitt)
1163         - Skip GError out parameters in Python closure. (Laszlo Pandy)
1164         - [gi-demos] added rotate text demo (John (J5) Palmieri)
1165         - [gi-demos] add images demo (John (J5) Palmieri)
1166         - [gi-demos] add pixbuf demo (John (J5) Palmieri)
1167         - [gi-demos] remove fixmes from print demo, fixed in pango (John (J5) Palmieri)
1168         - [gi-demos] add printing demo (John (J5) Palmieri)
1169         - [gi-overrides] add cursor overrides (John (J5) Palmieri)
1170         - [gi-demos] add the links demo (John (J5) Palmieri)
1171         - [gi-demos] add expander demo (John (J5) Palmieri)
1172         - [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargs (John (J5) Palmieri)
1173         - [tests] Separate processes for GI and static binding tests. (Laszlo Pandy)
1174         - [GI] Remove implicit loading of gi module preserve the code path for static bindings. (Laszlo Pandy)
1175         - [gi-demos] add dialogs demo (John (J5) Palmieri)
1176         - [gi-overrides] fix typo in GtkTable constructor (John (J5) Palmieri)
1177         - [gi-demos] keep popup menu from destroying itself by holding a ref in app class (John (J5) Palmieri)
1178         - [gi-overrides] add a Gtk.Menu override for the popup method (John (J5) Palmieri)
1179         - [gi-demos] fix the about dialog in appwindow demo (John (J5) Palmieri)
1180         - [gi-demos] fix clipboard demo so DnD works (John (J5) Palmieri)
1181         - [gi-demos] fix clipboard demo to reflect new API (John (J5) Palmieri)
1182         - [gi-demo] Fix color dialog demo to run with new draw, style and color apis (John (J5) Palmieri)
1183         - [gi-demos] fix most of the combobox app (John (J5) Palmieri)
1184         - Use PyGI type conversion (to fix foreign types) for signal callbacks. (Laszlo Pandy)
1185         - [gi-demos] fix drawingarea app to use the new draw api (John (J5) Palmieri)
1186         - [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleInt (John (J5) Palmieri)
1187         - [gi-overrides] let user set the proper property names in Gtk.Table (John (J5) Palmieri)
1188         - [gi-demos] get appwindow demo working again (John (J5) Palmieri)
1189         - [gi-demos] fixed use of tree_iter_get (John (J5) Palmieri)
1190
1191 2.27.90 11-Feb-2011 (2.28 pre-release)
1192         - fix build to correctly use python-config (John (J5) Palmieri)
1193         - Run gio tests separately when enabled (Martin Pitt)
1194         - Revert "Remove gio static bindings" (Martin Pitt)
1195         - Decrease the refcount for GInitiallyUnowned constructors. (Steve Frécinaux)
1196         - Ensure the sink functions are only ran once. (Steve Frécinaux)
1197         - Revert "Fix wrong refcount when calling introspected widget constructors" (Steve Frécinaux)
1198         - Revert "Fix reference leaks for GInitiallyUnowned objects" (Steve Frécinaux)
1199         - Run test suite under dbus-launch (Martin Pitt)
1200         - Fix test_gdbus.py to be Python3 friendly (Martin Pitt)
1201         - [gi] Provide comfortable GSettings API (Martin Pitt)
1202         - Fix vfunc search bug when using GInterfaces and a do_* method. (Laszlo Pandy)
1203         - [GI] Add tests for Gtk.Widget.drag_* methods. (Laszlo Pandy)
1204         - [python 3] use the right syntaxis to raise exceptions (Ignacio Casal Quinteiro)
1205         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init (Ignacio Casal Quinteiro)
1206         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error (Ignacio Casal Quinteiro)
1207         - Fix wrong refcount when calling introspected widget constructors (Steve Frécinaux)
1208         - Gdk.Window: Map the standard constructor to the *new* constructor (Simon Schampijer)
1209         - Ship tests/org.gnome.test.gschema.xml in dist tarballs (Martin Pitt)
1210         - [gi] Add GSettings tests (Martin Pitt)
1211         - [gi] Provide GtkTextBuffer.insert_with_tags_by_name() (Martin Pitt)
1212         - [gi] Support tag names in GtkTextBuffer.insert_with_tags() (Martin Pitt)
1213         - Add MAINTAINERCLEANFILES (Ignacio Casal Quinteiro)
1214         - Remove .gitignore files and use git.mk (Ignacio Casal Quinteiro)
1215         - pygi-convert.sh: Convert Pango.TabAlign.* (Martin Pitt)
1216         - pygi-convert.sh: Drop window -> get_window() conversion (Martin Pitt)
1217         - pygi-convert.sh: Don't convert self.window assignments (Martin Pitt)
1218         - Fix leaked python reference in python-defined subclasses (Steve Frécinaux)
1219         - Add some tests for the number of python refs held at creation time (Steve Frécinaux)
1220         - Factor out parameter marshalling from construction functions. (Steve Frécinaux)
1221         - [gi] in python 3 an array of uint8 can be bytes but not string (John (J5) Palmieri)
1222         - [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol (John (J5) Palmieri)
1223         - [gi] python 3 fixes (John (J5) Palmieri)
1224         - [gi] fix try/except blocks using depricated raise format (John (J5) Palmieri)
1225         - [gi] Add docstring to GLib.Variant constructor (Martin Pitt)
1226         - [gi] update gdbus test cases for previous GVariant change (Martin Pitt)
1227         - [gi] Accept only a single object in GLib.Variant constructor (Martin Pitt)
1228         - Speed up _setup_native_vfuncs() (Laszlo Pandy)
1229         - Speed up class creation: rewrite _setup_vfuncs() to be much more efficient. (Laszlo Pandy)
1230         - pygi-convert.sh: Convert gtk.UI_MANAGER_* (Sebastian Pölsterl)
1231         - pygi-convert.sh: Convert gdk.GRAB_* (Sebastian Pölsterl)
1232         - [gi] set the gtype GValue correctly (Ignacio Casal Quinteiro)
1233         - [gi] use the right argument type for callback (Ignacio Casal Quinteiro)
1234         - [gi] Add test cases for GDBus client operations (Martin Pitt)
1235         - [gi] Add Variant construction/unpack support for boxed Variants (Martin Pitt)
1236         - Merge branch 'windows-setup-fixes' (Dieter Verfaillie)
1237         - pygi-convert.sh: GdkPixbuf methods (Thomas Hindoe Paaboel Andersen)
1238         - pygi-convert.sh: Gdk.COLORSPACE_RGB (Thomas Hindoe Paaboel Andersen)
1239         - [gi] Support nested objects and empty sequences in GLib.Variant building (Martin Pitt)
1240         - Uncomment test_gi.TestInterfaceClash (Tomeu Vizoso)
1241         - Fix reference leaks for GInitiallyUnowned objects (Steve Frécinaux)
1242         - Add tests for refcount of a GObject owned by a library (Steve Frécinaux)
1243         - Add a test to check for regular object reference count (Steve Frécinaux)
1244         - [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK (Martin Pitt)
1245         - Fix a typo in a private symbol name. (Steve Frécinaux)
1246         - pygi-convert.sh: Convert glib.source_remove() (Martin Pitt)
1247         - Fix typo in previous commit to actually convert glib.GError (Martin Pitt)
1248         - pygi-convert.sh: Move some glib bits which are better handled by gobject (Martin Pitt)
1249         - Modify override for Gtk.Adjustment to allow position or keyword arguments in __init__(). (Laszlo Pandy)
1250         - [gi] Fix small typo in previous commit (Martin Pitt)
1251         - [gi] Add pythonic iterator and indexing for string GVariants (Martin Pitt)
1252         - Construct structs using default API constructor (Tomeu Vizoso)
1253         - pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names (Martin Pitt)
1254         - pygi-convert.sh: Handle .window attributes (Martin Pitt)
1255         - Also deal with foreign boxed structs (Tomeu Vizoso)
1256         - [gi] Convert GErrors to GObject.GError exceptions, and throw them upon returning from calling the C function. (Laszlo Pandy)
1257         - pygi-convert.sh: Don't convert glib -> GLib for now (Martin Pitt)
1258         - Link libregress.so to GIO_LIBS again (Tomeu Vizoso)
1259         - Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType. (Laszlo Pandy)
1260         - [gi] Fixed typo in exception (Sebastian Pölsterl)
1261         - [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS (Sebastian Pölsterl)
1262         - Revert "Fix Pango FontDescription override" (Martin Pitt)
1263         - Python iterator interface support for GFileEnumerator. (Tony Young)
1264         - Remove gio static bindings (Tomeu Vizoso)
1265         - [gi] set length when marshalling guint8 erases (Ignacio Casal Quinteiro)
1266         - Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf (Sebastian Pölsterl)
1267         - Disable calls to PyGILState_* when threads are disabled (Arnaud Charlet)
1268         - pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly (Martin Pitt)
1269         - pygi-convert.sh: Fix match for adding missing imports (Martin Pitt)
1270         - pygi-convert.sh: Fix Gtk.Label handling to be idempotent (Martin Pitt)
1271         - Remove trailing whitespace from gi/overrides/Gtk.py (Laszlo Pandy)
1272         - Fix Pango FontDescription override (Martin Pitt)
1273         - tests: Respect existing $GI_TYPELIB_PATH (Martin Pitt)
1274         - Merge branch 'value' (Sebastian Pölsterl)
1275         - GTK overrides: Do type conversion to column types of ListStore and TreeStore in set_value (Sebastian Pölsterl)
1276         - Always register a new GType when a GObject class is subclassed (Steve Frécinaux)
1277         - Raise required versions of GLib and GObject-Introspection (Simon van der Linden)
1278         - pygi-convert.sh: Handle keysyms (Martin Pitt)
1279         - GLib overrides: Add test case for array variant building (Martin Pitt)
1280         - Remove cairo.RectangleInt from the foreign module (Tomeu Vizoso)
1281         - Dont try to guess the transfer if its a boxed (Tomeu Vizoso)
1282         - The tags can be Empty not None. (Ignacio Casal Quinteiro)
1283         - Add Pythonic iterators and indexing to GVariant (Martin Pitt)
1284         - Add GLib.Variant.unpack() (Martin Pitt)
1285         - Add override for gtk_text_buffer_insert_with_tags (Ignacio Casal Quinteiro)
1286         - Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES (Simon van der Linden)
1287         - Kill JD_CHECK_PYTHON_HEADERS (Simon van der Linden)
1288         - Revert "Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk" (Sebastian Pölsterl)
1289         - Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk" (Sebastian Pölsterl)
1290         - Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk" (Sebastian Pölsterl)
1291         - pygi-convert.sh: Handle gtk.combo_box_new_text() (Martin Pitt)
1292         - Override TreeSortable.set_sort_func and set_default_sort_func to add default values to be pygtk compliant (Sebastian Pölsterl)
1293         - Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk (Sebastian Pölsterl)
1294         - Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk (Sebastian Pölsterl)
1295         - Override Gtk.Paned pack1 and pack2 to add default values to be compliant with pygtk (Sebastian Pölsterl)
1296         - Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk (Sebastian Pölsterl)
1297         - Handle GObject subclasses in the property helper. (Steve Frécinaux)
1298         - Fix handling of unicode for GtkTreeModels (Martin Pitt)
1299         - In IntrospectionModule and DynamicModule classes, make all instance attributes start with an underscore. (Laszlo Pandy)
1300         - Amend previous enum wrapping commit to remove redundant setting of __info__ attribute. (Laszlo Pandy)
1301         - pygi-convert.sh: Handle GdkPixbuf.InterpType (Martin Pitt)
1302         - Fix wrapping of enums: Create new Python type for each non-gtype enum. (Laszlo Pandy)
1303         - Use g_vfunc_info_invoke for chaining up in vfuncs (Tomeu Vizoso)
1304         - Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_API (Simon van der Linden)
1305         - pygi-convert.sh: Handle Gdk.DragAction (Martin Pitt)
1306         - pygi-convert.sh: Generalize Gtk.Settings migration (Martin Pitt)
1307         - pygi-convert.sh: Don't change the name of "glib" submodules (Martin Pitt)
1308         - Plug another memory leak (Paolo Borelli)
1309         - Plug a small memory leak. (Paolo Borelli)
1310         - Override Table.attach() to behave like pygtk (Paolo Borelli)
1311         - pygi-convert.sh: Convert Pango.WrapMode (Martin Pitt)
1312         - pygi-convert.sh: Don't change the name of "gtk" submodules (Martin Pitt)
1313         - Fix the __dir__() methods on DynamicModule and IntrospectionModule (Laszlo Pandy)
1314         - pygi-convert.sh: handle ReliefStyle (Paolo Borelli)
1315         - setup.py: fix the provides keyword argument (Dieter Verfaillie)
1316         - setup.py: use the same spaces-less format for all setup() parameters (Dieter Verfaillie)
1317         - Add a __repr__() method to DynamicModule. (Laszlo Pandy)
1318         - Go back to using getattr() in DynamicModule.__getattr__ (Tomeu Vizoso)
1319         - Change __dir__() to report all the attributes that __getattr__ supports (Laszlo Pandy)
1320         - Bump the minimum gio dependency (Emilio Pozuelo Monfort)
1321         - Add test for incorrect attributes in Gdk.Event (Tomeu Vizoso)
1322         - Don't call getattr again in gi.overrides.Gdk.Event.__getattr__ (Simon van der Linden)
1323         - Release allocated array of arguments when handling closures (Mike Gorse)
1324         - Release GIValueInfo when checking an enum argument (Mike Gorse)
1325         - Respect different type lengths when assigning out-argument pointers. (Eitan Isaacson)
1326         - Fix stupid name clash (Tomeu Vizoso)
1327         - Add /usr/share to XDG_DATA_DIRS when running the tests (Tomeu Vizoso)
1328         - Comment out tests that require SRV lookups (Tomeu Vizoso)
1329         - Use suppresion file when running valgrind (Tomeu Vizoso)
1330         - Fix warnings. (Ignacio Casal Quinteiro)
1331         - Allow comparing Gtk.TreePath to None (Jesse van den Kieboom)
1332         - handle unicode objects in properties (John (J5) Palmieri)
1333         - dsextras.py: check if gcc is there when platform is win32 and compiler is mingw32 (Dieter Verfaillie)
1334         - dsextras.py: be consistent in how distutils imports are done (Dieter Verfaillie)
1335         - dsextras.py: add have_gcc() function (Dieter Verfaillie)
1336         - dsextras.py: use distutils.spawn.find_executable for have_pkgconfig() (Dieter Verfaillie)
1337         - setup.py: fix another case of use True/False instead of 1/0 (Dieter Verfaillie)
1338         - pygi-convert.sh: improve GtkSourceView conversion (Paolo Borelli)
1339         - pygi-convert.sh: Gtk.DialogFlags conversion (Paolo Borelli)
1340         -       Doc Extractor: Print the gtk-doc blocks sorted by function name. (José Alburquerque)
1341         - pygi-convert.sh: add more Gtk conversions and sort (Paolo Borelli)
1342         - pygi-convert.sh: convert Atk (Paolo Borelli)
1343         - pygi-convert.sh: convert a few more Gio types (Paolo Borelli)
1344         - pygi-convert.sh: more GLib conversion (Paolo Borelli)
1345         - pygi-convert.sh: remove two cases handled by overrides (Paolo Borelli)
1346         - Override Gtk.ScrolledWindow constructor (Paolo Borelli)
1347         - pygi-convert.sh: Fix 'find' syntax (Paolo Borelli)
1348         - pygi-convert.sh: start handling Gio and GLib (Paolo Borelli)
1349         - pygi-convert.sh: convert Gdk.ScrollDirection. (Paolo Borelli)
1350         - Override Pango.Layout constructor. (Paolo Borelli)
1351         - Remove Pango.FontDescription() conversion. (Paolo Borelli)
1352         - Override GtkAction and GtkRadioAction constructors. (Paolo Borelli)
1353         - Override Adjustment constructor to behave like pygtk (Dmitrijs Ledkovs)
1354         - add secondary_text apis to MessageDialog (John (J5) Palmieri)
1355         - [gi] get rid of some debug prints and fix error messages (John (J5) Palmieri)
1356         - Fix demo for override changes. (Paolo Borelli)
1357         - Override Pango.FontDescription. (Paolo Borelli)
1358         - Stop checking that all vfuncs are implemented (Tomeu Vizoso)
1359         - Fix usage of TreeIter api that is now an override. (Paolo Borelli)
1360         - Fix Gtk.Label(label="Foo") (Paolo Borelli)
1361         - Fix typo when raising an exception (Paolo Borelli)
1362         - pygi-convert.sh: Added more conversions (Sebastian Pölsterl)
1363         - Override LinkButton constructor to make 'uri' mandatory (Paolo Borelli)
1364         - Container should be iterable. (Dmitry Morozov)
1365         - No need to import Gdk (Paolo Borelli)
1366         - Remove semicolumns (Paolo Borelli)
1367         - [gi] make sure Gtk.Button override passes all keywords to parent constructor (John (J5) Palmieri)
1368         - Fix cut&paste error in the Label override (Paolo Borelli)
1369         - pygi-convert.sh: handle TextWindowType (Paolo Borelli)
1370         - Override Label constructor to behave like pygtk (Paolo Borelli)
1371         - Override GtkTable constructor to behave like pygtk (Paolo Borelli)
1372         - pygi-convert.sh: convert MovementStep (Paolo Borelli)
1373         - Update Gdk overrides to work with latest Gtk+ 3 (Paolo Borelli)
1374         - Gtk: add an override for Gtk.main_quit (Johan Dahlin)
1375         - [gi] handle subtypes when inserting into tree models (John (J5) Palmieri)
1376         - Override TreeSelection.select_path and TreeView.scroll_to_cell (Paolo Borelli)
1377         - Override TreePath.__new__ (Paolo Borelli)
1378         - Override Container to behave like a sequence (Paolo Borelli)
1379         - refactor Jonathan Matthew recurse vfunc patch so it applys and clean up a bit (John (J5) Palmieri)
1380         - Recurse up through base classes when setting up vfuncs (Jonathan Matthew)
1381         - add a profiling torture test for when we fix up invoke (John (J5) Palmieri)
1382         - moved dynamic and base modules outside of gtk-2.0 directory (John (J5) Palmieri)
1383         - add test for inout argument count (John (J5) Palmieri)
1384         - [gi] add check for UNICHAR (John (J5) Palmieri)
1385         - Support gunichar (Paolo Borelli)
1386         - pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._ (Paolo Borelli)
1387         - pygi-convert.sh: handle "from gtk import gdk" (Paolo Borelli)
1388         - pygi-convert.sh: add some Pango special cases (Paolo Borelli)
1389         - Override TextIter (begins|ends|toggles)_tag() (Paolo Borelli)
1390         - Override TextBuffer.set_text() to make length optional (Paolo Borelli)
1391         - Override TextBuffer.create_mark() (Paolo Borelli)
1392         - Fix TextBuffer.get_selection_bounds() override (Paolo Borelli)
1393         - [gi] fix ActionGroup constructor to allow other keyword properties to be set (John (J5) Palmieri)
1394         - [gi] require the name parameter when creatin a Gtk.ActionGroup (John (J5) Palmieri)
1395         - Override UIManager.insert_action_group (Paolo Borelli)
1396         - Override TreeModel.get() to return a tuple (Paolo Borelli)
1397         - Make TreeSelection.get_selected_rows compatible with PyGtk (Paolo Borelli)
1398         - [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t (John (J5) Palmieri)
1399         - [gi] overrides for treeview Drag and Drop (John (J5) Palmieri)
1400         - [gi] when encountering guint8 arrays treat them as byte arrays (John (J5) Palmieri)
1401         - pygi-convert.sh: Add pynotify -> Notify (Martin Pitt)
1402         - pygi-convert.sh: Remove sugar specifics, and allow command line file list (Martin Pitt)
1403         - pygi-convert.sh: Cover Message and Buttons types (Martin Pitt)
1404         - [gi] fix actiongroup test since actions are hashed (John (J5) Palmieri)
1405         - [gi] when converting to UTF-8 accept Python Unicode objects as input (Python 2) (John (J5) Palmieri)
1406         - Correct a bug in the freeing of memory in pygi-invoke.c. (Damien Caliste)
1407         - update news for release (John (J5) Palmieri)
1408         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
1409         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
1410         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
1411         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
1412         - [gi] handle virtual invokers (John (J5) Palmieri)
1413         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
1414         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
1415         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
1416         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
1417         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
1418         - fix inheritence issues in overrides (John (J5) Palmieri)
1419         - tests: add runtests-windows.py script (Dieter Verfaillie)
1420         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
1421         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
1422         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
1423         - setup.py: build and install tests (Dieter Verfaillie)
1424         - setup.py: install documentation when available on build system (Dieter Verfaillie)
1425         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
1426         - setup.py: install fixxref.py script (Dieter Verfaillie)
1427         - setup.py: rearrange constants (Dieter Verfaillie)
1428         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
1429         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
1430         - setup.py: rearrange imports (Dieter Verfaillie)
1431         - README.win32: update build instructions (Dieter Verfaillie)
1432         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
1433         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
1434         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
1435         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
1436         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
1437         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
1438         - dsextras.py: rearrange imports (Dieter Verfaillie)
1439         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
1440         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
1441         - [gi] dir() now works for modules (Deepankar Sharma)
1442         - Don't check the inner type when comparing gpointers (Simón Pena)
1443         - Release GIL when calling into C functions (John (J5) Palmieri)
1444         - _gi.Repository : Implement missing info bindings. (José Aliste)
1445         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
1446         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
1447         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
1448         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
1449         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
1450         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
1451         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
1452         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
1453         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
1454         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
1455         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
1456         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
1457         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
1458         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
1459         - Shortcut removal is not needed on post-uninstall (John Stowers)
1460         - Disable shortcut creation in windows installer (John Stowers)
1461         - overrides for all subclasses of dialog (John (J5) Palmieri)
1462         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
1463         - Correctly build GIO on windows (John Stowers)
1464         - Require Python >= 2.6.0 for Windows build (John Stowers)
1465         - Fix depreciation warning in dsextras.py (John Stowers)
1466         - Fix build on windows (John Stowers)
1467         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
1468         - Remove obsolete comments in dsextras.py (John Stowers)
1469         - Broken dsextras.py pkg-config check error message (John Stowers)
1470         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
1471         - Add __path__ attributes. (Damien Caliste)
1472         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
1473         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
1474         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
1475         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
1476         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
1477         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
1478         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
1479
1480 2.27.0 10-Nov-2010
1481         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
1482         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
1483         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
1484         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
1485         - [gi] handle virtual invokers (John (J5) Palmieri)
1486         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
1487         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
1488         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
1489         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
1490         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
1491         - fix inheritence issues in overrides (John (J5) Palmieri)
1492         - tests: add runtests-windows.py script (Dieter Verfaillie)
1493         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
1494         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
1495         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
1496         - setup.py: build and install tests (Dieter Verfaillie)
1497         - setup.py: install documentation when available on build system (Dieter Verfaillie)
1498         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
1499         - setup.py: install fixxref.py script (Dieter Verfaillie)
1500         - setup.py: rearrange constants (Dieter Verfaillie)
1501         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
1502         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
1503         - setup.py: rearrange imports (Dieter Verfaillie)
1504         - README.win32: update build instructions (Dieter Verfaillie)
1505         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
1506         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
1507         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
1508         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
1509         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
1510         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
1511         - dsextras.py: rearrange imports (Dieter Verfaillie)
1512         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
1513         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
1514         - [gi] dir() now works for modules (Deepankar Sharma)
1515         - Don't check the inner type when comparing gpointers (Simón Pena)
1516         - Release GIL when calling into C functions (John (J5) Palmieri)
1517         - _gi.Repository : Implement missing info bindings. (José Aliste)
1518         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
1519         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
1520         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
1521         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
1522         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
1523         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
1524         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
1525         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
1526         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
1527         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
1528         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
1529         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
1530         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
1531         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
1532         - Shortcut removal is not needed on post-uninstall (John Stowers)
1533         - Disable shortcut creation in windows installer (John Stowers)
1534         - overrides for all subclasses of dialog (John (J5) Palmieri)
1535         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
1536         - Correctly build GIO on windows (John Stowers)
1537         - Require Python >= 2.6.0 for Windows build (John Stowers)
1538         - Fix depreciation warning in dsextras.py (John Stowers)
1539         - Fix build on windows (John Stowers)
1540         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
1541         - Remove obsolete comments in dsextras.py (John Stowers)
1542         - Broken dsextras.py pkg-config check error message (John Stowers)
1543         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
1544         - Add __path__ attributes. (Damien Caliste)
1545         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
1546         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
1547         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
1548         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
1549         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
1550         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
1551         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
1552
1553 2.26.0 24-Sep-2010
1554         - Wrap g_get_system_{config,data}_dirs () (John Strowers)
1555         - fixed make check and make dist (John (J5) Palmieri)
1556         - Disable GI tests when introspection disabled (John Stowers)
1557         - Wrap g_uri_list_extract_uris. Fixes bug #584431 (Tomeu Vizoso)
1558         - Fix a few uses of TRUE and FALSE in the docs (Paul Bolle)
1559         - pygi: always free the invocation_state struct (Damien Caliste)
1560         - Start implementing something equivalent to g_variant_new (Tomeu Vizoso)
1561         - fixed typo - missing comma in glib.option module (John (J5) Palmieri)
1562         - add checks so we can compile under python 3 by setting PYTHON=python3 (John (J5) Palmieri)
1563         - Rename static methods as functions (Tomeu Vizoso)
1564         - fix a couple of compiler warnings (John (J5) Palmieri)
1565         - remove unused code (John (J5) Palmieri)
1566         - Check the type of the instance object (John (J5) Palmieri)
1567         - include the correct pycairo version (John (J5) Palmieri)
1568         - Use PyMapping_Keys to determine if an object is a dict (py3k fix) (John (J5) Palmieri)
1569         - fix handling of UINT64 and INT64 arguments in py3k (John (J5) Palmieri)
1570         - properly handle ulongs properties in py3k (John (J5) Palmieri)
1571         - Specify encoding of tests/test_gi.py (Tomeu Vizoso)
1572         - use actual unicode in the tests on py3k, not the byte representation (John (J5) Palmieri)
1573         - s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methods (John (J5) Palmieri)
1574         - fix subclassing PyLong by calling __new__ correctly (John (J5) Palmieri)
1575         - minor py3k fixups for python modules (John (J5) Palmieri)
1576         - minor fixes in tests for py3k compat (John (J5) Palmieri)
1577         - compilation: Fix syntax error (Colin Walters)
1578         - Add missing file (Tomeu Vizoso)
1579         - Add override for GLib.Variant.new_tuple (Tomeu Vizoso)
1580         - fix for changes in the gi test libraries (John (J5) Palmieri)
1581         - Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0 (John (J5) Palmieri)
1582         - no need to offset arg positions when is_method is true (John (J5) Palmieri)
1583         - gi: Add support for more property types (Tomeu Vizoso)
1584         - use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__ (John (J5) Palmieri)
1585         - Rename GArgument to GIArgument (Tomeu Vizoso)
1586         - fix up tests so they run in py3k (John (J5) Palmieri)
1587         - tests: Port to new introspection tests (Colin Walters)
1588         - we need to specify tp_hash since we overide tp_richcompare (John (J5) Palmieri)
1589         - working enum/flags/pid subclasses of long (John Ehresman)
1590         - make vfuncs work in py3k (John (J5) Palmieri)
1591         - make cairo module compile in py3k (John (J5) Palmieri)
1592         - fix exceptions so they work in python 3.x (John (J5) Palmieri)
1593         - make the gi module compile under 3.x (John (J5) Palmieri)
1594         - fix up testshelper module so it compiles in python 3.x (John (J5) Palmieri)
1595         - convert to using PYGLIB_DEFINE_TYPE for module objects (John (J5) Palmieri)
1596         - some more p3k PyString and PyInt eradication in GI (John (J5) Palmieri)
1597         - pyglib: Fix typo (Leo Singer) (Tomeu Vizoso)
1598         - Add defines for size_t and ssize_t conversion functions (Gustavo Noronha Silva)
1599         - pyglib: Fix a compiler warning (Colin Walters)
1600         - Don't force gtk 2.0 (Tomeu Vizoso)
1601         - Fix some ref leaks in hook_up_vfunc_implementation() (Steve Frécinaux)
1602         - handle strings correctly in gio (John (J5) Palmieri)
1603         - make giomodule compile under py3k (John (J5) Palmieri)
1604         - for py3k we need to do some more processing to get bytes from a unicode string (John (J5) Palmieri)
1605         - use Bytes instead of Unicode when reading io (John (J5) Palmieri)
1606         - prefix compat macros with PYGLIB (John (J5) Palmieri)
1607         - Gtk.Button unit tests (John (J5) Palmieri)
1608         - [Gtk] Add overrides for Button (Johan Dahlin)
1609         - Make Cairo an optional dependency (Simon van der Linden)
1610         - Don't import again PyGObject (John Ralls) (Tomeu Vizoso)
1611         - move to using richcompare slot instead of compare (John (J5) Palmieri)
1612         - Replace autogen.sh by a newer version (Simon van der Linden)
1613         - Fix some warnings (Simon van der Linden)
1614         - Fix caller-allocates emergency free. (Simon van der Linden)
1615         - Remove useless checks. (Simon van der Linden)
1616         - Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly (Tomeu Vizoso)
1617         - Fix some warnings. (Ignacio Casal Quinteiro)
1618         - Add myself as a maintainer (Simon van der Linden)
1619         - Properly allocate boxed structs that are (caller-allocates) (Tomeu Vizoso)
1620         - override gdk.Event to return attribute from the proper event object (Toms Baugis)
1621         - check if z# needs an int or Py_ssize_t (John (J5) Palmieri)
1622         - make sure we parse parameters to python object vars not glib vars (John (J5) Palmieri)
1623         - Make an example and a demo work out of the box (Paul Bolle)
1624         - make sure caller allocated structs are freed when they go out of scope (John (J5) Palmieri)
1625         - Revert "override gdk.Event to return attribute from the proper event object." (Tomeu Vizoso)
1626         - PyGI: properly quit cairo-demo (Paul Bolle)
1627         - override gdk.Event to return attribute from the proper event object. (Toms Baugis)
1628         - Clean and improve the test infrastructure (Simon van der Linden)
1629         - Add some more transformations to pygi-convert.sh (Tomeu Vizoso)
1630         - Adapt to API changes: g_irepository_enumerate_versions (Tomeu Vizoso)
1631         - Add GValue<->GArgument marshalling for some more types (Tomeu Vizoso)
1632         - Chain up with the non-introspection implementation for properties if needed (Tomeu Vizoso)
1633         - Improve error reporting for missing attributes in introspection modules (Tomeu Vizoso)
1634         - Implement getting and setting properties using introspection information. (Tomeu Vizoso)
1635         - Readd Gdk.Rectangle override for Gtk-2.0 (Tomeu Vizoso)
1636         - Allow specifying a version when loading a typelib (Tomeu Vizoso)
1637         - treat GFreeFunc as equivalent to GDestroyNotify when scanning callbacks (Jonathan Matthew)
1638         - Don't use == to compare doubles, use <= and =>. (Simon van der Linden)
1639         - Allow passing ints as enum args (Tomeu Vizoso)
1640         - Make error message less ambiguous (Tomeu Vizoso)
1641         - fix passing in type names as a GType and add gtype unit tests (John (J5) Palmieri)
1642         - Increase a bit verbosity of tests so people know which test failed (Tomeu Vizoso)
1643         - Actually add the files for GVariant foreign structs (Tomeu Vizoso)
1644         - Add foreign struct support for GVariant (Tomeu Vizoso)
1645
1646 2.21.5 12-Jul-2010
1647         - Shut up some compiler warnings (Florian Müllner)
1648         - Adjust to API break in GObject-Introspection (Florian Müllner)
1649         - pass in the demo app so demos can use utility methods like requesting file paths (John (J5) Palmieri)
1650         - demo fixes to keep up with Gtk+ (John (J5) Palmieri)
1651         - override test fixes for new GTK+ annotations (John (J5) Palmieri)
1652         - Fix warning. (Ignacio Casal Quinteiro)
1653         - fix up treeiter usage due to caller-allocates annotations in gtk+ (John (J5) Palmieri)
1654         - add entry completion demo (John (J5) Palmieri)
1655         - string changes (John (J5) Palmieri)
1656         - add the Entry demo directory and the entry_buffer demo (John (J5) Palmieri)
1657         - fix loading of demo modules to support sub modules (John (J5) Palmieri)
1658         - add the ability to have demos in sub catagories (John (J5) Palmieri)
1659         - Add  __name__ to DynamicModule class. (Jose Aliste)
1660         - Do not override GdkRectangle. (Ignacio Casal Quinteiro)
1661         - Add override for TreeModel implementing __len__() (Philip Withnall)
1662
1663 2.21.4 29-Jun-2010
1664         - Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso)
1665         - add drawing area demo (John (J5) Palmieri)
1666         - sort the demo list (John (J5) Palmieri)
1667         - rename iter to treeiter so we aren't using a python reserved word (John (J5) Palmieri)
1668         - Fixup for change in buffer API (John (J5) Palmieri)
1669         - add ListStore, TreeStore and TreeViewColumn APIs (John (J5) Palmieri)
1670         - Add unit test for add_actions user data. (Ignacio Casal Quinteiro)
1671         - Pass user_data param when adding actions (Paolo Borelli)
1672         - add an exception type to the try/except block (John (J5) Palmieri)
1673         - return PyList instead of PyTuple for array, return empty list for NULL arrays (John (J5) Palmieri)
1674         - Fix 'make distcheck' (Tomeu Vizoso)
1675         - Allow building pygobject without introspection support by providing --disable-introspection to configure. (Tomeu Vizoso)
1676         - Make sure that sys.argv is a list and not a sequence. (Tomeu Vizoso)
1677         - Force loading the GObject typelib so we have available the wrappers for base classes such as GInitiallyUnowned. (Tomeu Vizoso)
1678         - we shouldn't g_array_free NULL pointers (John (J5) Palmieri)
1679         - remove unneeded TextIter creation in the tests (John (J5) Palmieri)
1680         - add override for TextBuffer (John (J5) Palmieri)
1681         - fix up some build issues (John (J5) Palmieri)
1682         - make the overrides file git friendly by appending to __all__ after each override (John (J5) Palmieri)
1683         - Override Dialog constructor and add_buttons method (Paolo Borelli)
1684         - Merge PyGI (Johan Dahlin)
1685
1686 2.21.3 21-Jun-2010
1687         - Proper handling of null-ok in virtual methods (Ludovic L'Hours)
1688         - Fall back to use the floating references API in glib if there isn't a sinkfunc defined. (Tomeu Vizoso)
1689         - Revert "Drop sinkfuncs." (Tomeu Vizoso)
1690         - [giounix] Make it possible to compile on glib 2.20 (Johan Dahlin)
1691         - Release the lock when potentially invoking Python code. (Sjoerd Simons)
1692
1693 2.21.2 10-Jun-2010
1694         - Drop sinkfuncs. (Tomeu Vizoso)
1695         - Clear error if we failed the import (Colin Walters)
1696         - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman)
1697         - Fix arg conversion in gio.GFile.set_attribute (John Ehresman)
1698         - Set constants under python 2.5 or before (John Ehresman)
1699         - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque)
1700         - Add build docs for windows (John Stowers)
1701         - Setup.py cosmetic tidy (John Stowers)
1702         - Fix crash when importing gio (John Stowers)
1703         - Bug 589671 - Dont use generate-constants (John Stowers)
1704         - Bug 589671 - Fix setup.py for windows build (John Stowers)
1705         - Include pygsource.h (John Stowers)
1706         - codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;). (José Alburquerque)
1707         - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque)
1708         - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque)
1709         - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque)
1710         - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque)
1711         - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle)
1712         - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario)
1713         - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden)
1714         - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso)
1715         - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario)
1716         - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario)
1717         - Make cancellable an optional parameter in many methods (Gian Mario)
1718
1719 2.21.1 02-Jan-2010
1720         - Wrap gio.Volume.eject_with_operation (Gian Mario)
1721         - Wrap gio.Mount.eject_with_operation (Gian Mario)
1722         - Wrap gio.Mount.unmount_mountable_with_operation (Gian Mario)
1723         - Wrap File.unmount_mountable_with_operation (Gian Mario)
1724         - Wrap gio.File.stop_mountable (Gian Mario)
1725         - Wrap gio.File.start_mountable (Gian Mario)
1726         - Wrap gio.File.replace_readwrite_async (Gian Mario)
1727         - Wrap gio.File.poll_mountable (Gian Mario)
1728         - Wrap gio.File.open_readwrite_async (Gian Mario)
1729         - Wrap gio.File.eject_mountable_with_operation (Gian Mario)
1730         - Wrap gio.File.create_readwrite_async (Gian Mario)
1731         - Wrap gio.Drive.stop (Gian Mario)
1732         - Wrap gio.Drive.start (Gian Mario)
1733         - Wrap gio.SocketListener.accept_socket_async|finish (Gian Mario)
1734         - Wrap gio.SocketListener.accept_finish (Gian Mario)
1735         - Wrap gio.SocketListener.accept_async (Gian Mario)
1736         - Wrap gio.SocketListener.accept_socket (Gian Mario)
1737         - Wrap gio.SocketListener.accept (Gian Mario)
1738         - Make cancellable optional in gio.SocketClient.connect_to_host
1739           (Gian Mario)
1740         - Wrap gio.SocketListener.add_address (Gian Mario)
1741         - Wrap gio.SocketClient.connect_to_service_async (Gian Mario)
1742         - Wrap gio.SocketClient.connect_to_host_async (Gian Mario)
1743         - Wrap gio.SocketClient.connect_async (Gian Mario)
1744         - Wrap gio.SocketAddressEnumerator.next_async (Gian Mario)
1745         - Add a missing object gio.InetSocketAddress new in GIO 2.22
1746           (Gian Mario)
1747         - Make cancellable optional for gio.SocketAddressEnumerator.next
1748           (Gian Mario)
1749         - Wrap gio.Socket.condition_wait (Gian Mario)
1750         - Wrap gio.Socket.condition_check (Gian Mario)
1751         - Wrap gio.Resolver.lookup_service_finish (Gian Mario)
1752         - Wrap gio.Resolver.lookup_service_async (Gian Mario)
1753         - Wrap gio.Resolver.lookup_service (Gian Mario)
1754         - Wrap gio.Resolver.lookup_by_address_async (Gian Mario)
1755         - Wrap gio.Resolver.lookup_by_name_finish (Gian Mario)
1756         - Wrap gio.Drive.eject_with_data (Gian Mario)
1757         - Deprecate old gio.Drive methods (Gian Mario)
1758         - Wrap gio.Resolver.lookup_by_name (Gian Mario)
1759         - Make cancellable optional in gio.Resolver.lookup_by_address
1760           (Gian Mario)
1761         - Strip g_ prefix for many other functions (Gian Mario)
1762         - Strip g_ prefix from InetAddress functions (Gian Mario)
1763         - Fix function name gio.resolver_get_default (Gian Mario)
1764         - Wrap gio.FileIOStream.query_info_async (Gian Mario)
1765         - Register enums and flags in PyGI if needed (Tomeu Vizoso, #603534)
1766         - Wrap gio.IOStream.close_async (Gian Mario)
1767         - Make cancellable optional in GFile.create_readwrite (Gian Mario)
1768         - Remove a duplicate entry in gio.defs (Gian Mario)
1769         - Wrap gio.FileInfo.set_modification_time (Gian Mario)
1770         - Wrap gio.EmblemedIcon.get_emblems (Gian Mario)
1771         - Update Enums and Flags with new API (Gian Mario)
1772         - Fix handling of uchar in pyg_value_from_pyobject (Bastian Winkler)
1773
1774 2.21.0 18-dec-2009
1775         - pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
1776           (Philippe Normad, #481569)
1777         - Add capabilities to import wrappers from pygi (Simon van der Linden)
1778         - Move threads_init() function from 'gobject' to 'glib' (Paul)
1779         - Fix wrong minimum checking in float properties (Paul, #587637)
1780         - Wrap new API added in GIO 2.22 (Gian Mario)
1781         - Fix bad name when rebuilding the unix source module (Gian Mario)
1782         - Add the missing limit constants from glibconfig.h
1783           (Tomeu Vizoso, #603244)
1784         - Suppress warnings about format conversion
1785           (Simon van der Linden, #603355)
1786         - Properly define Connectable as interface type and not object type
1787           (Gian Mario)
1788         - Wrap new API added in GIO-UNIX 2.22 (Gian Mario)
1789         - Wrap g_find_program_in_path (Gian Mario, #598435)
1790         - Add pygi-external.h into Makefile SOURCES (Gian Mario)
1791
1792 2.20.0 23-sep-2009
1793         - Allow to use automake 1.11 (Paolo Borelli)
1794         - Specify programming language in .devhelp file (Frédéric Péters)
1795         - Plug reference leak of GSource in pyg_main_loop_init (Paul)
1796         - Updated uninstalled.pc file (Brian Cameron)
1797
1798 2.19.0 10-aug-2009
1799         - Add macros to help with Python list to/from GList/GSList conversions.
1800           (John Finlay)
1801         - GIO docs practically completed (Gian)
1802         - GFileInfo.list_attributes should accept None/NULL (Gian)
1803         - Strip out Windows DLL API macros (John Finlay)
1804         - Document that many functions got moved gobject -> glib (Paul)
1805         - Allow h2def.py to work when there are tabs or multiple spaces after
1806           the struct keyword. (Murray Cumming)
1807         - Fix build when builddir is not the same as srcdir
1808           (Theppitak Karoonboonyanan)
1809         - Make gio.Emblem constructor new-style (Paul)
1810         - Cleanup GIO overrides to use Python function/method names (Paul)
1811         - Make codegen report errors using Python function/method names (Paul)
1812         - Fix object type in gio.BufferedInputStream_fill_async (Gian)
1813         - Wrap gio.BufferedInputStream.fill_async (Gian)
1814         - Add gio.BufferedOutputStream which was forgotten in the types (Gian)
1815         - Split overrides for gio.MemoryOutputStream (Gian)
1816         - Wrap gio.memory_input_stream_new_from_data (Gian)
1817         - Introduces the girepository module from the former PyBank
1818           (Simon van der Linden)
1819         - Add API appeared in 2.20 but not marked as such in gio docs (Gian)
1820         - Wrap gio.FileOutputStream.query_info_async (Gian)
1821         - Wrap gio.FileInputStream.query_async (Gian)
1822         - Install executable codegen parts with executing permissions (Paul)
1823         - Wrap gio.DataInputStream.read_line_async and read_until_async (Paul)
1824         - Fix gio.OutputStream.splice_async (Paul)
1825         - Add GIO 2.20 API and update docs (Gian)
1826
1827 2.18.0 24-may-2009
1828         - Improve gio docs with some more classes (Gian)
1829         - Wrap gio.OutputStream.splice_async() (Gian)
1830         - Add Python ver into installed libpyglib name (Emilio Pozuelo Monfort)
1831         - Wrap gio.OutputStream.flush_async() (Gian)
1832         - Use 'Requires.private' for libffi in '.pc' files (Josselin Mouette)
1833         - Add wrapper for gio.FileAttributeMatcher (Gian)
1834         - Mark relevant glib.IOChannel methods as METH_NOARGS (Paul)
1835         - Retire hand-written ChangeLog; autocreate from Git history (Paul)
1836         - Wrap gio.InputStream.skip_async() (Gian)
1837         - Add in codegen -n --namespace option and the code to remove dll
1838           API in headers, added documentation (Siavash Safi)
1839         - Properly mark glib.get_user_special_dir() as a keywords method (Paul)
1840
1841 2.17.0 30-apr-2009
1842         - Write a good part of the docs for gio (Gian)
1843         - Wrap g_mount_guess_content_type g_mount_guess_content_type_finish
1844           g_mount_guess_content_type_sync (Gian, #580802)
1845         - Swap first two arguments of gio.File.query_info_async (Paul, #580490)
1846         - Fix a crash in pyg_type_add_interfaces (Paul, #566571)
1847         - Remove an empty structure, use sizeof(PyObject)
1848           instead (Paul, #560591)
1849         - Wrap four g_get_user_*_dir() functions (Paul, #575999)
1850         - Remove 'ltihooks.py' as using deprecated Python module (Paul)
1851         - Code maintenance: add .gitignore files (Paul)
1852         - CellRendererPixbuf stock-size property has wrong type (Paul, #568499)
1853         - Add a doap file after git migration (Johan Dahlin)
1854         - missing dep on libffi in pygobject-2.0.pc (Götz Waschk, #550231)
1855         - g_volume_monitor_tp_new new function, return the singleton object.
1856           (Paul, #555613)
1857         - Remove a DeprecationWarning under python 2.6 (James Westby, #573753)
1858         - several scripts from codegen directory are not distributed
1859           (Krzesimir Nowak)
1860         - g_file_copy_async change argument order to keep it consistent with the
1861           other methods (Gian)
1862         - memory leak in gio.File.copy_async (Paul Pogonyshev, #578870)
1863         - g_file_monitor should accept None for cancellable and set the default
1864           flag to G_FILE_MONITOR_NONE (Gian)
1865         - pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF
1866           (Jonathan Matthew)
1867         - Wrap g_file_set_display_name_async (Gian)
1868         - Add a semi-private method to return the option context C object from
1869           an option context wrapper (Tristan Hill)
1870         - Converting a negative long Python value to a GUINT64 GValue doesn't
1871           error out as it should (Gustavo J. A. M. Carneiro, #577999)
1872         - Wrap g_file_set_attributes_async and
1873           g_file_set_attributes_finish (Gian)
1874         - g_file_query_filesystem_info_async fix a typo (Gian)
1875         - Wrap g_file_query_filesystem_info_async (Gian)
1876         - Add missing g_file_query_filesystem_info_async and
1877           g_file_query_filesystem_info_finish (Gian)
1878         - Wrap g_file_eject_mountable (Gian)
1879         - g_file_copy callback cannot be optional (Gian)
1880         - Swap various kwargs names to reflect the code (Gian)
1881         - Update the address of the FSF (Tobias Mueller, #577134)
1882         - Add g_volume_should_automount (Gian)
1883         - Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers
1884           (Gian)
1885         - Add a couple of convinence functions to convert from/to a python list
1886           and an array of strings (Gian)
1887         - Allow setting pytype wrapper class (Mark Lee, John Ehresman, #559001)
1888         - Wrap g_file_enumerator_close_async (Gian Mario Tagliaretti)
1889
1890 2.16.1 22-feb-2009
1891         - Apply the patch provided by Cygwin Ports maintainer
1892           (Paul Pogonyshev, #564018)
1893         - Bad -I ordering can break build, patch from [dmacks netspace org]
1894           (Gian Mario Tagliaretti, #566737)
1895         - Fix keyword list to be in sync with positional arguments
1896           (Paul, #566744)
1897         - Add a comment explaining why the two for loops for registering
1898           interfaces (Gustavo Carneiro)
1899         - Huge cleanup of GIO overrides (Paul, #566706)
1900         - gtk.Buildable interface method override is not recognized
1901           (Paul, #566571)
1902         - Do not escape the ampersand "&" in entity references. Replace some
1903           unusual entity references in the output with their literal values.
1904           (Daniel Elstner, #568485)
1905         - gio.InputStream.read_async can cause memory corruption.
1906           (Paul, #567792)
1907         - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
1908         - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
1909         - non-async functions don't release python locks before calling
1910           blocking C functions (Gian, Gustavo, #556250)
1911         - Change comment to avoid false positives when grep'ing for deprecated
1912           gtk functions (Andre Klapper)
1913         - ltihooks.py updating license header from GPL to LGPL
1914           (James Henstridge)
1915
1916 2.16.0 04-jan-2009
1917         - gobject.timeout_add_seconds() not found in docs
1918           (Paul Pogonyshev, #547119)
1919         - _wrap_g_output_stream_write_async not adding a reference to the
1920           buffer passed (Paul, #564102)
1921         - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
1922         - Test if `domain' is not-null before using it to avoids segfaults
1923           (Paul, #561826)
1924         - g_output_stream_write_all use gsize instead of gssize (Gian)
1925         - add __repr__ to gio.Drive, gio.Mount and gio.Volume
1926           (Paul, #530935)
1927         - Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
1928         - Make codegen not import when corresponding argument types are not
1929           registered (Paul, #551056)
1930         - Fix typos breaking compilation (Frederic Peters #551212)
1931         - GFile load_contents methods chop data at first \0
1932           (Jonathan Matthew, #551059) 
1933
1934 2.15.4 3-sep-2008
1935         - Fix typo in GPointer type registration (Loïc Minier,#550463)
1936         - support G_TYPE_CLOSURE in codegen (Gian)
1937
1938 2.15.3 31-aug-2008
1939         - Beginning of porting to 3.0. glib & gobject module ported.
1940         - Wrap g_app_info_* functions (Gian)
1941         - Wrap gio.FileAttributeInfo (Gian)
1942         - Wrap g_vfs_get_supported_uri_schemes (Johan, #545846)
1943         - Wrap g_file_info_get_modification_time (Johan, #545861)
1944         - Wrap gio.Volume.mount/eject (Johan)
1945         - Wrap gio.File.move (Johan)
1946         - Wrap gio.query_writable_namespaces (Gian, #545920)
1947         - Separate glib & gobject documentation
1948         - Wrap GFile.append_to_async (Gian, #545959)
1949         - Wrap GFile.create_async (Gian, #546020)
1950         - Change return value from 'gboolean' to 'int' and changed semantics
1951           to Pythonic (Paul, #544946)
1952         - Wrap GFile.replace_async and query_info_async (Gian, #546046)
1953         - GIcon and implementations improvements (Paul, #546135)
1954         - Improve __repr__ and richcompare for gio classes (Paul)
1955         - Missing Py_INCREFs for some file async methods (Jonathan Matthew, #546734)
1956         - File.copy progress_callback does not work (Paul, #546591)
1957         - add File.replace_contents, replace_contents_async, replace_contents_finish.
1958           (Jonathan Matthew, #547067)
1959         - Add GFile.query_default_handler (Gian)
1960         - fix docstring line length (Jonathan Matthew, #547134)
1961         - improve runtime type wrapper creation (Paul, #547104)
1962         - make gio.File more Pythonic (Paul, #546120)
1963         - No TypeError raised when type is None (Paul, #540376)
1964         - wrap a few memory stream methods (Paul, #547354)
1965         - wrap gio.DataInputStream.read_line and ...read_until (Paul, #547484)
1966         - wrap four important asynchronous methods in gio.Drive and gio.Mount
1967           (Paul, #547495)
1968         - gio.InputStream.read() looks broken (Paul, #547494)
1969         - wrap g_content_types_get_registered() (Paul, #547088)
1970         - cannot create new threads when pygtk is used (Paul, #547633)
1971         - an unitialized variable in PyGLib (Paul, #549351)
1972         - Constructor of gtk.TreeView raises TypeError when model is None
1973           (Paul, #549191)
1974         - Fix memory problems reported by valgrind due to invalid tp_basicsize in
1975           PyGPropsDescr_Type. (Gustavo, #549945)
1976
1977 2.15.2 26-jul-2008
1978         - New module: glib, which contains the parts of the old
1979           gobject bindings which are in the glib library.
1980           MainLoop/MainContext/Sources/GOption and a few others has now moved.
1981         - Add a new installed library libpyglib-2.0, which contains the extension
1982           API for third-part modules instead of relying on macros which accesses
1983           struct fields.
1984         - Add bindings for gio.File.enumerate_children_async,
1985           gio.FileEnumerator.next_files_async, gio.Mount.mount,
1986           gio.File.mount_mountable, gio.File.mount_enclosing_volume,
1987           gio.File.unmount_mountable, gio.File.copy.
1988         - Add a new api for mapping a GError domain to an exception and register
1989           an exception for GIOError.
1990         - Remove leading IO_* prefix for the gio flags and register a quark
1991           for the domain.
1992         - Use GSlice in the glib module and bump required version to 2.14.
1993
1994 2.15.1 15-jul-2008
1995         - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
1996           conflicting with PyGTK (Paul Pogonyshev)
1997
1998 2.15.0 15-jul-2008
1999         - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
2000         - Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
2001         - Add more variables to the .pc files (Damien Carbery, Paul, 
2002           Dan Winship, #486876)
2003         - Add pyg_option_group_new to the public API (Johan)
2004         - Add g_get_application_anme and g_get_progname (Sebastian Rittau)
2005         - Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
2006           Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
2007         - Only link against libffi when found (Ed Catmur, #496006)
2008         - Improve gobject.property (Tomeu Vizoso, #523352)
2009         - Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
2010         - Many gobject.Source improvements (Bryan Silverthorn)
2011         - Apply some fixes to make pylint happier (Johan, Simon Schampijer,
2012           #523821)
2013         - Fix error message in pyg_io_add_watch (Juha Sahkangas)
2014         - Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
2015
2016 2.14.0 16-sep-2007
2017         - Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
2018         - Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)
2019         - Always fully initialize the PyGObject (Ed Catmur, #466082)
2020         - Fix compilation in Solaris, again (#339924, Gustavo)
2021         - Fix check for default value in boolean type (Marco Giusti, #470230)
2022         - Fix new style properties with subclasses (Johan Dahlin, #470718)
2023         - Docs generation fixes (John Finlay)
2024
2025 2.13.2 07-jul-2007
2026         - Fix build on opensolaris (Damien Carbery, #339924)
2027         - Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)
2028         - Support G_TYPE_VALUE boxed args/signals
2029          (Ed Catmur, Carlos Martin, #351072)
2030         - pyg_error_exception_check bug fix (Sebastian Granjoux, #449879)
2031         - Toggle references bug fix (#447271, Gustavo Carneiro)
2032         - use python-config to get python includes (#448173, Sebastien Bacher)
2033         - Support GObject properties in new properties API (Gustavo)
2034         - generate-constants fixes (Muntyan)
2035         - Allow running autogen.sh from outside $srcdir (Muntyan)
2036
2037 2.13.1 02-may-2007
2038         - Generic CClosure marshaller using libffi (Johan, #353816)
2039         - Uninstalled .pc file (Damien Carbery, #385129)
2040         - Fix leak in GFlags handling (Daniel Berrange, #428726)
2041         - Use dirname in autogen (Loïc Minier, #409234)
2042         - Treat None in a GValueArray as pointer/NULL (Ed Catmur, #352209)
2043         - Toggle reference bug fix in tp_setattro (Gustavo, #434659)
2044         - Add a simplified helper for creating properties (Johan, Gustavo, #338089)
2045         - Avoid throwing an exception in GValue converter (James Livingstone,
2046           Ed Catmur, #374653)
2047         - Build fix in .pc file (Luca Ferretti, #435132)
2048
2049 2.13.0 23-april-2007
2050         - Release the GIL in g_object_set_property (Edward Hervey, #395048)
2051         - Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428)
2052         - use static inline functions for init_pygobject (Gustavo, #419379)
2053         - Wrap g_set_application_name, g_set_prgname
2054           (Havoc Pennington, #415853)
2055         - New pyg_gerror_exception_check API (Gustavo, #425242)
2056         - New API to get/set multiple properties
2057           (Gian Mario Tagliaretti, #403212)
2058         - Misc. bug fixes.
2059
2060 2.12.3 18-november-2006
2061        - distutils build fixes (Cedric)
2062        - documentation updates (John)
2063        - gobject.handler_block_by_func and friends now accept methods 
2064          (Johan, Dima, #375589)
2065        - avoid truncating of gparamspec (Yevgen Muntyan, #353943)
2066        - set __module__ on gobject derived types (Johan, 
2067          Osmo Salomaa, #376099)
2068        - Ensure exceptions are raised on errors in gobject.OptionGroup
2069          (Johan, Laszlo Pandy, #364576
2070
2071 2.12.2 3-october-2006
2072        - Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
2073        - All headers are now LGPL and not GPL (Johan)
2074        - Remove a couple of GCC warnings (Gustavo)
2075        - Revive distutils support (Cedric Gustin)
2076        - Emission hook reference count bugfix (Gustavo)
2077        - MSVC/ANSI C compilation fix (John Ehresman)
2078        - Bump Ctrl-C timeout handler from 100ms to 1000 (Johan)
2079
2080 2.12.1 4-september-2006
2081        - Corrected version check (Sebastian Dröge, #354364)
2082
2083 2.12.0 4-september-2006
2084       - Install the html files even when using --disable-docs (#353159, Johan,
2085         Matthias Clasen)
2086
2087 2.11.4 27-august-2006
2088       - Include pre-generated html docs in the tarball  (Johan)
2089       - Fix bug in do_set_property called from constructor (Gustavo, #353039)
2090       - Fix type registration involving interfaces with signals and/or
2091         properties (Gustavo)
2092
2093 2.11.3 21-august-2006
2094       - Documentation updates (John)
2095       - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
2096       - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
2097       - Type registration bug fix (Gustavo)
2098
2099 2.11.2 8-august-2006
2100       - Add fixxref.py from PyGTK (Johan)
2101       - Fix parallel build (#350225, Ed Catmur)
2102
2103 2.11.1 4-august-2006
2104       - Add John Finlay's reference manual (Johan, John)
2105       - Fix GOption mem leak (Gustavo)
2106       - Infrastructure for lazy type registration (Johan)
2107       - Enum/Flags fixes (Gustavo, John)
2108       - Eliminate some GCC warnings (Johan)
2109
2110 2.11.0 12-july-2006
2111       - Add GOption support (#163645, Johannes Hölzl)
2112       - GObject metaclass converted to Python code (Gustavo)
2113       - Register GType constants from Python-land (Johan)
2114       - Distutils updates (John Ehresman, Cedric Gustin)
2115       - Add support for signal emission hooks (#154845, Johan)
2116       - g_spawn_close_pid support (Gustavo)
2117       - Add new APIs do add or disable log redirections (Muntyan, #323786)
2118       - "sub-sub-type" bug fixed (Gustavo)
2119       - Coverity report code fixes (Johan)
2120       - Support retrieving signal and property info from interfaces (Finlay)
2121       - Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
2122       - Wrap a few g_filename_* APIs (Gustavo)
2123
2124 2.10.1 11-april-2006
2125       - uint64 property bug fix (Andy Wingo)
2126       - Hard code path to 2.0 (Gustavo)
2127       - Allow only tuples and lists in strv to value (Gustavo)
2128       - Include dsextras.py in the dist (Johan)
2129
2130 2.10.0 13-march-2006
2131       - enum/leak fix (Michael Smith)
2132
2133 2.9.0 16-january-2006
2134       - Signal accumulator support (Gustavo)
2135       - GObject doc string generation improvements (Gustavo)
2136       - Discover GInterfaces in runtime (Gustavo)
2137       - Warn if return value in iowatch callback is not bool (Gustavo)
2138       - Convert string arrays properly (Christopher Aillon)
2139
2140 2.8.0 9-january-2006
2141       - Initial release, split of from PyGTK.
2142       - Updates for Python 2.5's richcompare (Manish Yosh)
2143       - PyFlags bug fixes (Gustavo)
2144       - Fix leak in pygobject_new_with_interfaces (Johan)
2145       - Undeprecate gobject.type_register (Johan)