[pygobject] Created tag PYGOBJECT_2_26_0
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Created tag PYGOBJECT_2_26_0
- Date: Mon, 27 Sep 2010 17:00:43 +0000 (UTC)
The signed tag 'PYGOBJECT_2_26_0' was created.
Tagger: John (J5) Palmieri <johnp redhat com>
Date: Mon Sep 27 12:34:22 2010 -0400
release PyGObject 2.6.0 (version now matches glib releases)
Changes since the last tag 'PYGOBJECT_2_21_5':
Colin Walters (3):
pyglib: Fix a compiler warning
tests: Port to new introspection tests
compilation: Fix syntax error
Damien Caliste (1):
pygi: always free the invocation_state struct
Gustavo Noronha Silva (1):
Add defines for size_t and ssize_t conversion functions
Ignacio Casal Quinteiro (1):
Fix some warnings.
Johan Dahlin (1):
[Gtk] Add overrides for Button
John (J5) Palmieri (40):
fix passing in type names as a GType and add gtype unit tests
make sure caller allocated structs are freed when they go out of scope
make sure we parse parameters to python object vars not glib vars
check if z# needs an int or Py_ssize_t
move to using richcompare slot instead of compare
Gtk.Button unit tests
prefix compat macros with PYGLIB
use Bytes instead of Unicode when reading io
for py3k we need to do some more processing to get bytes from a unicode string
make giomodule compile under py3k
handle strings correctly in gio
some more p3k PyString and PyInt eradication in GI
convert to using PYGLIB_DEFINE_TYPE for module objects
fix up testshelper module so it compiles in python 3.x
make the gi module compile under 3.x
fix exceptions so they work in python 3.x
make cairo module compile in py3k
make vfuncs work in py3k
we need to specify tp_hash since we overide tp_richcompare
fix up tests so they run in py3k
use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__
no need to offset arg positions when is_method is true
Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0
fix for changes in the gi test libraries
minor fixes in tests for py3k compat
minor py3k fixups for python modules
fix subclassing PyLong by calling __new__ correctly
s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methods
use actual unicode in the tests on py3k, not the byte representation
properly handle ulongs properties in py3k
fix handling of UINT64 and INT64 arguments in py3k
Use PyMapping_Keys to determine if an object is a dict (py3k fix)
include the correct pycairo version
Check the type of the instance object
remove unused code
fix a couple of compiler warnings
add checks so we can compile under python 3 by setting PYTHON=python3
fixed typo - missing comma in glib.option module
fixed make check and make dist
update NEWS for release
John Ehresman (1):
working enum/flags/pid subclasses of long
John Stowers (2):
Disable GI tests when introspection disabled
Wrap g_get_system_{config,data}_dirs ()
Jonathan Matthew (1):
treat GFreeFunc as equivalent to GDestroyNotify when scanning callbacks
Paul Bolle (3):
PyGI: properly quit cairo-demo
Make an example and a demo work out of the box
Fix a few uses of TRUE and FALSE in the docs
Simon van der Linden (8):
Don't use == to compare doubles, use <= and =>.
Clean and improve the test infrastructure
Add myself as a maintainer
Remove useless checks.
Fix caller-allocates emergency free.
Fix some warnings
Replace autogen.sh by a newer version
Make Cairo an optional dependency
Steve Frécinaux (1):
Fix some ref leaks in hook_up_vfunc_implementation()
Tomeu Vizoso (31):
Post release version bump to 2.21.6
Add HACKING file with instructions for releasing
Add HACKING to MANIFEST.in
Add foreign struct support for GVariant
Actually add the files for GVariant foreign structs
Increase a bit verbosity of tests so people know which test failed
Make error message less ambiguous
Allow passing ints as enum args
Allow specifying a version when loading a typelib
Readd Gdk.Rectangle override for Gtk-2.0
Implement getting and setting properties using introspection information.
Improve error reporting for missing attributes in introspection modules
Chain up with the non-introspection implementation for properties if needed
Add GValue<->GArgument marshalling for some more types
Adapt to API changes: g_irepository_enumerate_versions
Add some more transformations to pygi-convert.sh
Revert "override gdk.Event to return attribute from the proper event object."
Properly allocate boxed structs that are (caller-allocates)
Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly
Don't import again PyGObject (John Ralls)
Don't force gtk 2.0
pyglib: Fix typo (Leo Singer)
Rename GArgument to GIArgument
gi: Add support for more property types
Add override for GLib.Variant.new_tuple
Add missing file
Specify encoding of tests/test_gi.py
Rename static methods as functions
Start implementing something equivalent to g_variant_new
Wrap g_uri_list_extract_uris. Fixes bug #584431
Pre-release version bump 2.26.0
Toms Baugis (2):
override gdk.Event to return attribute from the proper event object.
override gdk.Event to return attribute from the proper event object
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]