Imported Upstream version 3.8.0 upstream/3.8.0
authorAnas Nashif <anas.nashif@intel.com>
Mon, 8 Apr 2013 18:50:28 +0000 (11:50 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 8 Apr 2013 18:50:28 +0000 (11:50 -0700)
commit6d01561d7cf50dd60acc49dab08b264bbaa3018d
treec69a12da1d1bcbd82db4cb2fe0f8e5308cf8458b
parent30d64c4635299104da5d3ef8c81596a4fd53079f
Imported Upstream version 3.8.0
78 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
PKG-INFO
aclocal.m4
autogen.sh [new file with mode: 0755]
configure
configure.ac
examples/Makefile.in
gi/Makefile.in
gi/__init__.py
gi/_glib/Makefile.in
gi/_glib/pyglib-python-compat.h
gi/_gobject/Makefile.in
gi/_gobject/gobjectmodule.c
gi/_gobject/propertyhelper.py
gi/_gobject/pygenum.c
gi/_gobject/pygflags.c
gi/_gobject/pygobject-private.h
gi/_gobject/pygobject.c
gi/_gobject/pygobject.h
gi/_gobject/pygtype.c
gi/gimodule.c
gi/overrides/GLib.py
gi/overrides/GObject.py
gi/overrides/Gdk.py
gi/overrides/Gtk.py
gi/overrides/Makefile.in
gi/overrides/__init__.py
gi/pygi-argument.c
gi/pygi-argument.h
gi/pygi-boxed.c
gi/pygi-boxed.h
gi/pygi-cache.c
gi/pygi-closure.c
gi/pygi-foreign.c
gi/pygi-info.c
gi/pygi-invoke.c
gi/pygi-marshal-cleanup.c
gi/pygi-marshal-from-py.c
gi/pygi-marshal-from-py.h
gi/pygi-marshal-to-py.c
gi/pygi-marshal-to-py.h
gi/pygi-private.h
gi/pygi-property.c
gi/pygi-repository.c
gi/pygi-signal-closure.c
gi/pygi-source.c
gi/pygi-source.h
gi/pygobject-external.h
gi/pygtkcompat.py
gi/repository/Makefile.in
gi/types.py
pygobject.doap [new file with mode: 0644]
pygtkcompat/Makefile.am
pygtkcompat/Makefile.in
pygtkcompat/generictreemodel.py [new file with mode: 0644]
pygtkcompat/pygtkcompat.py
tests/Makefile.am
tests/Makefile.in
tests/runtests.py
tests/test-thread.c
tests/test_everything.py
tests/test_generictreemodel.py [new file with mode: 0644]
tests/test_gi.py
tests/test_gio.py [moved from tests/test_overrides_gio.py with 60% similarity]
tests/test_glib.py
tests/test_gobject.py
tests/test_gtype.py
tests/test_object_marshaling.py [new file with mode: 0644]
tests/test_overrides_gdk.py
tests/test_overrides_glib.py
tests/test_overrides_gtk.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py
tests/testhelpermodule.c