index
:
delta/pygobject.git
PYGTK_1_99_15
a93755ddba9a176
barthalion/gnome-runtime-images-quay
baserock/morph
benzea/gio-asyncio
benzea/gsource-fix
benzea/gsource-fix2
benzea/tmp
benzea/try-disable-gdebug
benzea/vfunc-bound-descr
bilelmoussaoui/dispose
ci-bionic
ci-debug-build
ci-gnome-master
ci-py-update
ci-py37-dev-mode
drop-py35
ebassi/gtk4-overrides
extension-class-branch
gio-liststore-sort
gsoc2009
gtk-3.0
gtk-gnome-1-2
gtk-template-child-internal
gtk4
invoke-rewrite
listmodel-sequence
llvm
master
optionparser-remain-args
pgriffis/soup-overrides
pixbuf-new-from-data
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-26
pygobject-3-28
pygobject-3-30
pygobject-3-32
pygobject-3-34
pygobject-3-36
pygobject-3-38
pygobject-3-4
pygobject-3-40
pygobject-3-42
pygobject-3-44
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
pypy-progress
python-3
python22-branch
revert-typecasts
setup-py-install-hint
short-class-names-branch
sigint-fallback-leak
unknown-scope
widget-freeze-child
windows
wip/creiter/pytest-direct
wip/felder/meson-minimum-version
wip/gio-async-awaitable-return
wip/jfelder/glib-datetime-compare
wip/jfelder/gtk4-sort-list-model
wip/jfelder/template-gtk4
wip/jtojnar/gio-generic-list
wip/mschraal/gdk4-rgba
wip/mschraal/gtk4-container-removal
wip/msvc
wip/msvc-3-24
wip/msvc-3-26
wip/type-object-concurrency-fix
gitlab.gnome.org: GNOME/pygobject.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
/
importer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement DynamicImporter.find_spec()
Miro HronĨok
2021-09-19
1
-5
/
+10
*
Remove all Python 2 Python code
Christoph Reiter
2020-04-15
1
-1
/
+0
*
importer: raise ImportError in load_module() and not find_module(). See #213
Christoph Reiter
2018-05-03
1
-9
/
+9
*
Fix import warnings pointing to the wrong code with CPython 3.3/3.5
Christoph Reiter
2015-11-12
1
-5
/
+23
*
Don't leak internal RepositoryError on import.
Christoph Reiter
2015-10-26
1
-2
/
+5
*
Import dependencies when importing typelibs from gi.repository
Christoph Reiter
2015-10-26
1
-1
/
+11
*
Don't emit require_version warning if namespace was loaded previously using g...
Christoph Reiter
2015-09-22
1
-69
/
+24
*
Add gi.PyGIWarning and use it instead of PyGIDeprecationWarning in case the v...
Christoph Reiter
2015-06-02
1
-1
/
+2
*
Emit ImportWarning when gi.require_version() is not used
Christoph Reiter
2015-01-24
1
-2
/
+97
*
Refactor overrides import/modules
Christoph Reiter
2015-01-24
1
-5
/
+6
*
Raise ImportError when importing modules not found in repository
Simon Feltman
2014-03-24
1
-5
/
+4
*
Remove DynamicGLibModule and DynamicGObjectModule
Simon Feltman
2012-11-06
1
-10
/
+2
*
Remove all tabs and fix indentation
Johan Dahlin
2012-03-22
1
-1
/
+0
*
Correct pyflakes warnings/errors
Johan Dahlin
2012-03-21
1
-1
/
+1
*
make GObject and GLib able to take overrides
John (J5) Palmieri
2011-08-11
1
-6
/
+5
*
add DynamicGLibModule which works like DynamicGObjectModule
John (J5) Palmieri
2011-08-11
1
-2
/
+5
*
refactor gi module to import and use internal _gobject module
John (J5) Palmieri
2011-08-11
1
-2
/
+0
*
[gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs.
Laszlo Pandy
2011-02-24
1
-1
/
+1
*
Don't force loading of DynamicModule until set in sys.modules
Laszlo Pandy
2011-02-23
1
-1
/
+1
*
Load typelibs at import time, add gi.require_version()
Tomeu Vizoso
2011-02-22
1
-0
/
+1
*
Adapt to API changes: g_irepository_enumerate_versions
Tomeu Vizoso
2010-07-28
1
-1
/
+1
*
Allow specifying a version when loading a typelib
Tomeu Vizoso
2010-07-27
1
-17
/
+9
*
Adjust to API break in GObject-Introspection
=?UTF-8?q?Florian=20M=C3=BCllner?=
2010-07-12
1
-3
/
+4
*
wrap GObject module so we can go through GI when requesting attrs
John (J5) Palmieri
2010-05-11
1
-3
/
+3
*
Restore the overrides support
Simon van der Linden
2010-01-22
1
-26
/
+14
*
Use the right variable when looking up in sys.modules
Simon van der Linden
2009-11-25
1
-1
/
+1
*
Create overridden modules in two passes
Johan Dahlin
2009-11-23
1
-13
/
+21
*
Initial import
Simon van der Linden
2009-11-08
1
-0
/
+89