summaryrefslogtreecommitdiff
path: root/gi/importer.py
Commit message (Expand)AuthorAgeFilesLines
* Implement DynamicImporter.find_spec()Miro HronĨok2021-09-191-5/+10
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-1/+0
* importer: raise ImportError in load_module() and not find_module(). See #213Christoph Reiter2018-05-031-9/+9
* Fix import warnings pointing to the wrong code with CPython 3.3/3.5Christoph Reiter2015-11-121-5/+23
* Don't leak internal RepositoryError on import.Christoph Reiter2015-10-261-2/+5
* Import dependencies when importing typelibs from gi.repositoryChristoph Reiter2015-10-261-1/+11
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-09-221-69/+24
* Add gi.PyGIWarning and use it instead of PyGIDeprecationWarning in case the v...Christoph Reiter2015-06-021-1/+2
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-2/+97
* Refactor overrides import/modulesChristoph Reiter2015-01-241-5/+6
* Raise ImportError when importing modules not found in repositorySimon Feltman2014-03-241-5/+4
* Remove DynamicGLibModule and DynamicGObjectModuleSimon Feltman2012-11-061-10/+2
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-1/+0
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-1/+1
* make GObject and GLib able to take overridesJohn (J5) Palmieri2011-08-111-6/+5
* add DynamicGLibModule which works like DynamicGObjectModuleJohn (J5) Palmieri2011-08-111-2/+5
* refactor gi module to import and use internal _gobject moduleJohn (J5) Palmieri2011-08-111-2/+0
* [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs.Laszlo Pandy2011-02-241-1/+1
* Don't force loading of DynamicModule until set in sys.modulesLaszlo Pandy2011-02-231-1/+1
* Load typelibs at import time, add gi.require_version()Tomeu Vizoso2011-02-221-0/+1
* Adapt to API changes: g_irepository_enumerate_versionsTomeu Vizoso2010-07-281-1/+1
* Allow specifying a version when loading a typelibTomeu Vizoso2010-07-271-17/+9
* Adjust to API break in GObject-Introspection=?UTF-8?q?Florian=20M=C3=BCllner?=2010-07-121-3/+4
* wrap GObject module so we can go through GI when requesting attrsJohn (J5) Palmieri2010-05-111-3/+3
* Restore the overrides supportSimon van der Linden2010-01-221-26/+14
* Use the right variable when looking up in sys.modulesSimon van der Linden2009-11-251-1/+1
* Create overridden modules in two passesJohan Dahlin2009-11-231-13/+21
* Initial importSimon van der Linden2009-11-081-0/+89