summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: post-release version bump to 3.10.3pygobject-3-10Martin Pitt2013-11-111-1/+1
* release 3.10.23.10.2Martin Pitt2013-11-111-0/+4
* Fix toggleref safety problems by always enabling the GILSimon Feltman2013-11-112-12/+14
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Martin Pitt2013-11-113-34/+0
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-053-0/+34
* Add threads_init back as a requirement for non-Python threaded reposSimon Feltman2013-10-182-8/+11
* configure.ac: Post-release bump to 3.10.2Martin Pitt2013-10-141-1/+1
* release 3.10.13.10.1Martin Pitt2013-10-141-0/+8
* Fix TypeError when setting drag target_list to NoneNuno Araujo2013-10-142-2/+4
* Use qdata for wrapper retrieval in toggle reference notificationsSimon Feltman2013-10-101-7/+14
* Fix memory leak for caller allocated GValue out argumentsSimon Feltman2013-10-031-5/+6
* configure.ac: post-release bump to 3.10.1Simon Feltman2013-09-231-1/+1
* release 3.10.03.10.0Simon Feltman2013-09-232-2/+5
* Fix test_gi.TestProjectVersion.test_version_str()Martin Pitt2013-09-231-1/+1
* release 3.9.923.9.92Martin Pitt2013-09-161-0/+7
* Update current maintainers list in READMESimon Feltman2013-09-161-1/+2
* Fix union argument regression when marshaling from pythonSimon Feltman2013-09-161-24/+29
* Fix GLib.Source sub-classing with initializer argsSimon Feltman2013-09-112-1/+12
* Copy __doc__ when wrapping functionVratislav Podzimek2013-09-051-0/+1
* configure.ac: post-release bump to 3.9.92Martin Pitt2013-09-021-1/+1
* release 3.9.913.9.91Martin Pitt2013-09-021-0/+10
* Fix GObject signal methods to work with new annotationsSimon Feltman2013-09-021-40/+66
* Fix build on C89 CompilersChun-wei Fan2013-09-021-1/+2
* Change boxed type checking in marshaling to use __gtype__ attributeSimon Feltman2013-09-012-1/+41
* Use G_IS_VALUE for checking return values in closure marshalingSimon Feltman2013-09-012-3/+3
* Fix PEP-8 errors in propertyhelper.pyYanko Kaneti2013-08-211-6/+6
* configure.ac: post-release bump to 3.9.91Martin Pitt2013-08-191-1/+1
* release 3.9.903.9.90Martin Pitt2013-08-191-0/+9
* NEWS: retroactively fix last version numberMartin Pitt2013-08-191-1/+1
* Create GLib.Pid in the same way on python 2 and 3Benjamin Berg2013-08-051-8/+0
* Use PyLong_Type.tp_new for GLib.PidBenjamin Berg2013-08-052-0/+2
* Add accumulator and accu_data arguments to GObject.Signal decoratorSimon Feltman2013-08-052-29/+40
* Pass return values through the GObject.Signal.emit wrapperSimon Feltman2013-08-052-17/+22
* configure.ac: post-release bump to 3.9.90Simon Feltman2013-07-291-1/+1
* release 3.9.53.9.5Simon Feltman2013-07-292-1/+42
* Ensure exceptions set in closure out argument marshaling are printedSimon Feltman2013-07-292-6/+19
* Use Python error messages for marshaling integers from PythonSimon Feltman2013-07-284-108/+86
* Use Py_CLEAR for closure cleanup instead of test with Py_DECREFSimon Feltman2013-07-271-9/+2
* Cleanup invoke args and kwargs combiner codeSimon Feltman2013-07-271-27/+17
* Replace Python VFunc descriptor directly with PyGIVFuncInfoSimon Feltman2013-07-262-31/+27
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-268-72/+212
* Move "from Python" GObject out arg marshaler into specialized functionSimon Feltman2013-07-263-8/+34
* Add underscore prefix and _cache_adapter suffix to marshaling functionsSimon Feltman2013-07-266-131/+131
* Add common attribute accessors to PyGIBaseInfoSimon Feltman2013-07-253-7/+88
* Merge method and constructor setupSimon Feltman2013-07-251-11/+4
* Remove redundant info.get_name callsSimon Feltman2013-07-252-6/+3
* Move doc string generator into separate moduleSimon Feltman2013-07-256-83/+161
* tests: Change GHashTable<string,GValue> marshaling test to use GValueSimon Feltman2013-07-251-6/+15
* gtk-demo: Change demo to use Gtk.ApplicationSimon Feltman2013-07-252-21/+21
* Move _pygi_argument_to_object_basic_type into pygi-marshal-to-py.cSimon Feltman2013-07-255-124/+99