summaryrefslogtreecommitdiff
path: root/gi/types.py
Commit message (Expand)AuthorAgeFilesLines
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-241-1/+9
* Don't mask GObject sub-class doc strings in meta-classTobias Mueller2014-08-161-1/+11
* Add GTypeClass methods as Python GObject class methodsJohan Dahlin2014-05-251-0/+13
* PEP8 fixesSimon Feltman2014-05-021-1/+1
* docs: Standardize Python doc stringsSimon Feltman2014-03-151-1/+1
* docs: Ignore meta-class bases in dynamic docstring generationSimon Feltman2014-03-151-1/+6
* Rename gi.types.GIObjectMeta to gi.types.GObjectMetaSimon Feltman2014-01-231-5/+5
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-8/+33
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+2
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-011-0/+9
* Replace Python VFunc descriptor directly with PyGIVFuncInfoSimon Feltman2013-07-261-29/+4
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-32/+3
* Add common attribute accessors to PyGIBaseInfoSimon Feltman2013-07-251-4/+3
* Merge method and constructor setupSimon Feltman2013-07-251-11/+4
* Remove redundant info.get_name callsSimon Feltman2013-07-251-5/+3
* Move doc string generator into separate moduleSimon Feltman2013-07-251-52/+3
* Speed up MRO calculationa93755ddba9a176Daniel Drake2013-07-101-3/+27
* Fix vfunc info search for classes with multiple inheritanceSimon Feltman2013-05-121-5/+7
* Prefix __module__ attribute of function objects with gi.repositoryNiklas Koep2013-02-151-3/+3
* types.py: Fix PEP-8 violationMartin Pitt2012-11-121-1/+1
* Add doc strings showing method signatures for gi methodsSimon Feltman2012-11-111-19/+73
* Use hasattr when testing for __info__ when finding vfuncsSimon Feltman2012-11-071-1/+1
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-0/+7
* Move TYPE constants from _gobject to GObjectSimon Feltman2012-11-051-4/+6
* PEP8: Fix indentationMartin Pitt2012-06-221-8/+9
* Fix lookup of vfuncs in parent classesCarlos Garnacho2012-06-011-3/+3
* PEP8: Add spaces before #Johan Dahlin2012-03-221-2/+2
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+4
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-0/+3
* Properly chain up to the class that implements a given vfunc.Tomeu Vizoso2011-11-021-9/+13
* Drop support for old constructor style.Steve Frécinaux2011-08-261-2/+0
* Support function calling with keyword arguments in invoke.Laszlo Pandy2011-08-131-6/+6
* refactor gi module to import and use internal _gobject moduleJohn (J5) Palmieri2011-08-111-6/+6
* [gi] Pass gtype as first parameter to vfuncs (instead of using kwargs).Laszlo Pandy2011-08-071-1/+1
* [gi] revert back to the type.py from masterJohn (J5) Palmieri2011-03-221-6/+15
* Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri2011-03-221-54/+142
|\
| * [gi] wrap the keyword argument in a dict so we don't break Python 2.5John (J5) Palmieri2011-03-031-1/+1
| * [gi] wrap map in a list for Python 3 compatJohn (J5) Palmieri2011-03-031-1/+1
| * Skip interfaces when checking for conflicts in the MROTomeu Vizoso2011-02-281-0/+40
| * [gi] Register GType for non-GType enums and flags at runtime.Laszlo Pandy2011-02-221-16/+0
| * Fix vfunc search bug when using GInterfaces and a do_* method.Laszlo Pandy2011-02-041-1/+3
| * [gi] python 3 fixesJohn (J5) Palmieri2011-01-261-1/+4
| * Speed up _setup_native_vfuncs()Laszlo Pandy2011-01-261-13/+13
| * Speed up class creation: rewrite _setup_vfuncs() to be much more efficient.Laszlo Pandy2011-01-261-40/+64
| * Construct structs using default API constructorTomeu Vizoso2011-01-191-0/+7
| * Amend previous enum wrapping commit to remove redundant setting of __info__ a...Laszlo Pandy2011-01-171-3/+3
| * Fix wrapping of enums: Create new Python type for each non-gtype enum.Laszlo Pandy2011-01-171-0/+2
| * Use g_vfunc_info_invoke for chaining up in vfuncsTomeu Vizoso2011-01-171-1/+27
* | [gi] fix constructor invoking and add some support for interface out valuesJohn (J5) Palmieri2011-01-181-15/+6
|/
* Stop checking that all vfuncs are implementedTomeu Vizoso2010-12-081-10/+2