summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unify and clean up from Python marshalers for basic typesSimon Feltman2013-07-253-189/+28
* Unify from Python int64 and uint64 marshalersSimon Feltman2013-07-253-196/+43
* Unify from Python int16 and int32 marshalersSimon Feltman2013-07-253-259/+48
* Unify from Python boolean, int8, and uint8 marshalersSimon Feltman2013-07-253-169/+45
* Add support for PyBytes with int8 and uint8 from Python marshalerSimon Feltman2013-07-251-0/+14
* Move from Python integer marshaling into separate functionSimon Feltman2013-07-252-78/+84
* Move _pygi_argument_from_object_basic_type into pygi-marshal-from-py.cSimon Feltman2013-07-253-148/+152
* Move basic type marshaling out of _pygi_argument_from_objectSimon Feltman2013-07-251-27/+46
* Replace to Python cached marshalers with unified basic type marshalerSimon Feltman2013-07-255-339/+73
* Move to Python basic type marshaling out of _pygi_argument_to_objectSimon Feltman2013-07-251-23/+63
* Override GValue.set/get_boxed with static C marshalerSimon Feltman2013-07-242-0/+47
* Refactor pyg_value_from_pyobject into two functionsSimon Feltman2013-07-244-15/+59
* Fix indentation for pyg_value_from_pyobjectSimon Feltman2013-07-241-372/+372