summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speed up MRO calculationa93755ddba9a176Daniel Drake2013-07-102-7/+39
* tests: Add tests for MRO overrideDaniel Drake2013-07-101-16/+50
* Add GIL safety to pyobject_copy for copying boxed PyObjectsSimon Feltman2013-07-061-0/+3
* testhelper: Fix import requirement for GObjectSimon Feltman2013-07-061-1/+1
* Add marshalling of GI_TYPE_TAG_VOID held in a GValue to intSimon Feltman2013-07-031-2/+2
* GTK overrides: Make connect_signals handle tupleCole Robinson2013-07-032-82/+165
* Re-add support for passing GValue's by referenceSimon Feltman2013-07-032-18/+16
* tests: Add test for pass-by-reference GValueSimon Feltman2013-07-031-0/+7
* Clear return value of closures to zero when an exception occuresSimon Feltman2013-07-032-0/+22
* Don't use doctest syntax in docstrings for examplesMartin Pitt2013-07-033-11/+10
* Add support for properties of type GInterfaceGarrett Regier2013-07-023-1/+19
* pygtkcompat: Fix for missing methods on WindowsMartin Pitt2013-06-211-2/+8
* gi/pygi-info.c: Avoid C99-style variable declarationChun-wei Fan2013-06-211-1/+2
* GLib overrides: fix typo in deprecation messageMartin Pitt2013-05-291-1/+1
* configure.ac: post-release version bump to 3.9.3Martin Pitt2013-05-281-1/+1
* release 3.9.23.9.2Martin Pitt2013-05-281-0/+15
* examples/option.py: Port to GI and Python 3Martin Pitt2013-05-241-19/+19
* Fix vfunc info search for classes with multiple inheritanceSimon Feltman2013-05-122-6/+7
* Fix closure argument conversion for enum and flag in argsSimon Feltman2013-05-121-1/+1
* tests: Add tests for overriding vfunc implementationsSimon Feltman2013-05-111-0/+23
* Fix marshaling Python to FFI return value for enum and flagsSimon Feltman2013-05-111-0/+1
* Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxedSimon Feltman2013-05-073-23/+5
* Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADSSimon Feltman2013-05-035-27/+22
* Remove and deprecate API for setting of thread blocking functionsSimon Feltman2013-05-036-125/+46
* configure.ac: Post-release bump to 3.9.2Martin Pitt2013-04-301-1/+1
* release 3.9.13.9.1Martin Pitt2013-04-301-0/+49
* gtk-demo: Wrap description strings at 80 charactersSimon Feltman2013-04-289-22/+43
* gtk-demo: Use textwrap to reformat description for Gtk.TextViewSimon Feltman2013-04-281-1/+7
* gtk-demo: Use GtkSource.View for showing source codeSimon Feltman2013-04-281-126/+44
* Use correct class for GtkEditable's get_selection_bounds() functionMike Ruprecht2013-04-281-1/+1
* Test results of g_base_info_get_name for NULLSimon Feltman2013-04-251-2/+10
* Remove g_type_init conditional callJose Rostagno2013-04-251-3/+0
* Update deps versions also in READMEJose Rostagno2013-04-251-2/+2
* Drop compat code for old python versionJose Rostagno2013-04-251-12/+0
* Remove duplicate call to _gi.Repository.require()Niklas Koep2013-04-251-1/+0
* Add ObjectInfo.get_class_struct()Johan Dahlin2013-04-232-0/+19
* Change interpretation of NULL pointer field from None to 0Simon Feltman2013-04-222-12/+4
* Do not build tests until neededSobhan Mohammadpour2013-04-221-6/+6
* pygi-convert: Support toolbar stylesKai Willadsen2013-04-201-0/+1
* pygi-convert: Support new-style constructors for Gio.FileKai Willadsen2013-04-201-0/+2
* pygi-convert: Add some support for recent manager constructsKai Willadsen2013-04-201-0/+3
* pygi-convert: Check for double quote in require statementKai Willadsen2013-04-201-0/+1
* pygi-convert: Don't transform arbitrary keysym importsKai Willadsen2013-04-201-1/+1
* Remove Python keyword escapement in Repository.find_by_nameSimon Feltman2013-04-184-10/+45
* Optimize signal lookup in gi repositoryDaniel Drake2013-04-184-46/+23
* Optimize connection of Python-implemented signalsDaniel Drake2013-04-181-4/+15
* Consolidate signal connection codeDaniel Drake2013-04-182-88/+74
* Fix setting of struct property valuesDaniel Drake2013-04-181-1/+2
* Optimize property get/set when using GObject.propsDaniel Drake2013-04-161-18/+19
* configure.ac: Fix PYTHON_SO with Python3.3Christoph Reiter2013-04-161-1/+4