summaryrefslogtreecommitdiff
path: root/gi/module.py
Commit message (Expand)AuthorAgeFilesLines
* IntrospectionModule: handle two threads loading type at same timeRay Strode2022-10-151-52/+58
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-9/+1
* repository: use the new convertersChristoph Reiter2018-03-301-9/+0
* IntrospectionModule: __path__ should be List[str] and not strChristoph Reiter2018-03-111-2/+3
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-011-4/+2
* Don't leak internal RepositoryError on import.Christoph Reiter2015-10-261-0/+4
* Refactor overrides import/modulesChristoph Reiter2015-01-241-68/+0
* Rename gi.types.GIObjectMeta to gi.types.GObjectMetaSimon Feltman2014-01-231-4/+4
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-8/+8
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-2/+2
* Remove special case GObject base class check when creating GI classesSimon Feltman2014-01-091-6/+11
* Add enum and flags member methodsSimon Feltman2014-01-061-0/+2
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-3/+2
* Remove redundant info.get_name callsSimon Feltman2013-07-251-1/+0
* Replace usage of __import__ with importlib.import_moduleSimon Feltman2013-07-181-4/+4
* Remove duplicate call to _gi.Repository.require()Niklas Koep2013-04-251-1/+0
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-13/+17
* Remove DynamicGLibModule and DynamicGObjectModuleSimon Feltman2012-11-061-60/+0
* Move TYPE constants from _gobject to GObjectSimon Feltman2012-11-051-13/+25
* [API add] Add get_introspection_module for getting un-overridden modulesSimon Feltman2012-10-251-3/+35
* Fix for python 2.6, drop support for < 2.6Martin Pitt2012-08-231-1/+1
* Fix erronous import statements for Python 3.3Simon Feltman2012-08-201-2/+5
* Fix help() for GI modulesMartin Pitt2012-07-161-1/+2
* Skip gi.CallbackInfo objects from a module's dir()Martin Pitt2012-07-161-2/+5
* Fix __path__ module attributeMartin Pitt2012-07-161-0/+17
* Do not escape enum and flag names that are Python keywordsMartin Pitt2012-06-251-1/+1
* PEP8: Fix indentationMartin Pitt2012-06-221-7/+7
* PEP8: Fix continuation linesMartin Pitt2012-06-221-3/+3
* Add a ccallback type which is used to invoke callbacks passed to a vfuncJohn (J5) Palmieri2012-03-271-0/+5
* PEP8: Remove whitespace before (Johan Dahlin2012-03-221-2/+2
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+3
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-5/+5
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-1/+0
* make GObject and GLib able to take overridesJohn (J5) Palmieri2011-08-111-59/+59
* add DynamicGLibModule which works like DynamicGObjectModuleJohn (J5) Palmieri2011-08-111-3/+29
* refactor gi module to import and use internal _gobject moduleJohn (J5) Palmieri2011-08-111-15/+16
* [python3] Fix maketrans importMartin Pitt2011-07-131-2/+6
* Use _gi.Struct to wrap fundamentalsTomeu Vizoso2011-06-071-1/+3
* Fix symbol names to be locale independentMartin Pitt2011-05-041-1/+8
* [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs.Laszlo Pandy2011-02-241-1/+1
* Load typelibs at import time, add gi.require_version()Tomeu Vizoso2011-02-221-17/+4
* [gi] Register GType for non-GType enums and flags at runtime.Laszlo Pandy2011-02-221-9/+15
* In IntrospectionModule and DynamicModule classes, make all instance attribute...Laszlo Pandy2011-01-171-13/+13
* Amend previous enum wrapping commit to remove redundant setting of __info__ a...Laszlo Pandy2011-01-171-1/+1
* Fix wrapping of enums: Create new Python type for each non-gtype enum.Laszlo Pandy2011-01-171-1/+1
* Fix the __dir__() methods on DynamicModule and IntrospectionModuleLaszlo Pandy2011-01-131-7/+21
* Add a __repr__() method to DynamicModule.Laszlo Pandy2011-01-111-0/+9
* Go back to using getattr() in DynamicModule.__getattr__Tomeu Vizoso2011-01-111-1/+1
* Change __dir__() to report all the attributes that __getattr__ supportsLaszlo Pandy2011-01-111-3/+7
* Fix stupid name clashTomeu Vizoso2010-12-281-2/+5