Imported Upstream version 3.7.3 upstream/3.7.3
authorAnas Nashif <anas.nashif@intel.com>
Thu, 20 Dec 2012 12:29:00 +0000 (04:29 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 20 Dec 2012 12:29:00 +0000 (04:29 -0800)
commit30d64c4635299104da5d3ef8c81596a4fd53079f
tree5b4e30d98b770811a333c49562b319bd1f8e9224
parente8ab6cfd64c87b05fe163886578ab72744688618
Imported Upstream version 3.7.3
120 files changed:
AUTHORS
ChangeLog
ChangeLog.pre-2.18 [deleted file]
INSTALL
Makefile.am
Makefile.in
NEWS
PKG-INFO
README
aclocal.m4
configure
configure.ac
examples/Makefile.in
gi/Makefile.am
gi/Makefile.in
gi/__init__.py
gi/_glib/Makefile.am
gi/_glib/Makefile.in
gi/_glib/__init__.py
gi/_glib/glibmodule.c
gi/_glib/option.py
gi/_glib/pygiochannel.c [deleted file]
gi/_glib/pygiochannel.h [deleted file]
gi/_glib/pyglib.c
gi/_glib/pyglib.h
gi/_glib/pygmaincontext.c [deleted file]
gi/_glib/pygmaincontext.h [deleted file]
gi/_glib/pygmainloop.c [deleted file]
gi/_glib/pygmainloop.h [deleted file]
gi/_glib/pygsource.c
gi/_glib/pygsource.h
gi/_gobject/Makefile.am
gi/_gobject/Makefile.in
gi/_gobject/__init__.py
gi/_gobject/constants.py
gi/_gobject/gobjectmodule.c
gi/_gobject/propertyhelper.py
gi/_gobject/pygobject.c
gi/_gobject/pygtype.c
gi/_gobject/signalhelper.py
gi/gimodule.c
gi/importer.py
gi/module.py
gi/overrides/GIMarshallingTests.py
gi/overrides/GLib.py
gi/overrides/GObject.py [new file with mode: 0644]
gi/overrides/Gdk.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/Makefile.am
gi/overrides/Makefile.in
gi/overrides/Pango.py
gi/overrides/__init__.py
gi/pygi-argument.c
gi/pygi-boxed.c
gi/pygi-cache.c
gi/pygi-callbacks.c [deleted file]
gi/pygi-callbacks.h [deleted file]
gi/pygi-ccallback.c
gi/pygi-closure.c
gi/pygi-foreign-cairo.c
gi/pygi-foreign-gvariant.c [deleted file]
gi/pygi-foreign.c
gi/pygi-info.c
gi/pygi-invoke-state-struct.h
gi/pygi-invoke.c
gi/pygi-marshal-cleanup.c
gi/pygi-marshal-cleanup.h
gi/pygi-marshal-from-py.c
gi/pygi-marshal-to-py.c
gi/pygi-private.h
gi/pygi-property.c
gi/pygi-property.h
gi/pygi-repository.c
gi/pygi-signal-closure.c
gi/pygi-source.c [new file with mode: 0644]
gi/pygi-source.h [moved from gi/pygi-foreign-gvariant.h with 64% similarity]
gi/pygi-type.c
gi/pygi-type.h
gi/pygi.h
gi/pygobject-external.h
gi/pygtkcompat.py
gi/repository/Makefile.in
gi/types.py
ltmain.sh
m4/libtool.m4
m4/python.m4
pygi-convert.sh [new file with mode: 0755]
pygtkcompat/Makefile.am [new file with mode: 0644]
pygtkcompat/Makefile.in [new file with mode: 0644]
pygtkcompat/__init__.py [new file with mode: 0644]
pygtkcompat/pygtkcompat.py [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/compat_test_pygtk.py [moved from tests/test_pygtkcompat.py with 85% similarity]
tests/org.gnome.test.gschema.xml
tests/runtests.py
tests/test_atoms.py
tests/test_everything.py
tests/test_gdbus.py
tests/test_gi.py
tests/test_glib.py
tests/test_gobject.py
tests/test_gtype.py [new file with mode: 0644]
tests/test_interface.py
tests/test_internal_api.py [new file with mode: 0644]
tests/test_iochannel.py [new file with mode: 0644]
tests/test_mainloop.py
tests/test_option.py
tests/test_overrides.py
tests/test_overrides_gio.py
tests/test_overrides_glib.py
tests/test_overrides_gtk.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py
tests/test_subprocess.py
tests/test_thread.py
tests/test_uris.py [deleted file]
tests/testhelpermodule.c