Imported Upstream version 3.29.2 upstream/3.29.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:30:30 +0000 (10:30 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:30:30 +0000 (10:30 +0900)
commit513c8411077bae522d73efd3011482550944f63c
treef08bd4ec9f4ac1daedeb873de87ca79715f355ad
parent90a805ac0d5a4af2ac2b43c001038eddad634231
Imported Upstream version 3.29.2
85 files changed:
.gitlab-ci.yml
.gitlab-ci/Dockerfile
.gitlab-ci/README.rst
.gitlab-ci/run-docker-old.sh
.gitlab-ci/run-docker.sh
.gitlab-ci/test-docker.sh
MANIFEST.in
NEWS
PKG-INFO
PyGObject.egg-info/PKG-INFO
PyGObject.egg-info/SOURCES.txt
README.rst
docs/contact.rst
docs/devguide/dev_environ.rst
docs/guide/api/error_handling.rst [new file with mode: 0644]
docs/guide/api/index.rst
gi/_compat.py
gi/_gtktemplate.py
gi/_option.py
gi/_ossighelper.py
gi/_propertyhelper.py
gi/gimodule.c
gi/importer.py
gi/meson.build [new file with mode: 0644]
gi/overrides/GLib.py
gi/overrides/GObject.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/meson.build [new file with mode: 0644]
gi/pygi-array.c
gi/pygi-basictype.c
gi/pygi-basictype.h
gi/pygi-boxed.c
gi/pygi-closure.c
gi/pygi-enum-marshal.c
gi/pygi-error.c
gi/pygi-hashtable.c
gi/pygi-info.c
gi/pygi-list.c
gi/pygi-object.c
gi/pygi-property.c
gi/pygi-python-compat.h
gi/pygi-resulttuple.c
gi/pygi-signal-closure.c
gi/pygi-source.c
gi/pygi-source.h
gi/pygi-struct-marshal.c
gi/pygi-type.c
gi/pygi-value.c
gi/pygobject-object.c
gi/pygobject.h
gi/pygoptioncontext.c
gi/repository/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
pygtkcompat/meson.build [new file with mode: 0644]
pyproject.toml [deleted file]
setup.py
subprojects/glib.wrap [new file with mode: 0644]
subprojects/gobject-introspection.wrap [new file with mode: 0644]
subprojects/libffi.wrap [new file with mode: 0644]
tests/__init__.py
tests/conftest.py
tests/gimarshallingtestsextra.h
tests/meson.build [new file with mode: 0644]
tests/org.gnome.test.gschema.xml
tests/regressextra.h
tests/test_everything.py
tests/test_gi.py
tests/test_gio.py
tests/test_gobject.py
tests/test_gtk_template.py
tests/test_interface.py
tests/test_internal_api.py
tests/test_object_marshaling.py
tests/test_option.py
tests/test_overrides_gio.py [new file with mode: 0644]
tests/test_overrides_gtk.py
tests/test_properties.py
tests/test_signal.py
tests/test_source.py
tests/test_thread.py
tests/test_unknown.py
tests/testhelpermodule.c
tests/valgrind.supp [new file with mode: 0644]