summaryrefslogtreecommitdiff
path: root/gi/pygobject-object.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-1/+1
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-5/+5
* Remove all Python 2 C codeChristoph Reiter2020-04-161-32/+26
* pygobject-object: Avoid checking whether NULL is floatingAlexandru Băluț2020-01-201-1/+3
* Port to g_object_new_with_properties()Christoph Reiter2019-10-041-28/+37
* Make pygobject_prepare_construct_properties() staticChristoph Reiter2019-10-041-1/+1
* pygobject-object: fix refcount of floating return valuesMathieu Duponchelle2019-08-111-1/+8
* Don't use PyTypeObject.tp_print with Python 3Christoph Reiter2019-06-071-1/+4
* ci: build python 2.7 and 3.7 in debug mode. Fixes #243ci-debug-buildChristoph Reiter2018-08-161-1/+1
* pygobject: Release the GIL when emitting signalJohn Bassett2018-04-301-0/+2
* Remove the PYGLIB_CPointer_ macrosChristoph Reiter2018-04-181-1/+1
* Enable -Wnull-dereferenceChristoph Reiter2018-04-121-0/+1
* Silence some cast alignment warningsChristoph Reiter2018-04-121-1/+1
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-5/+5
* PyGObject: rework toggle ref logic to not stricly require tp_dictoffset so it...Christoph Reiter2018-04-021-20/+52
* Port more integer convertersChristoph Reiter2018-03-311-5/+6
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* object: try to avoid calling PyObject_ClearWeakRefs()Christoph Reiter2018-03-251-1/+3
* Add error handling to all type init function.Christoph Reiter2018-03-231-6/+11
* Remove pyglib.c/hChristoph Reiter2018-03-221-4/+4
* Remove gobjectmoduleChristoph Reiter2018-03-211-1/+58
* Fix some compiler warningsChristoph Reiter2018-03-211-6/+3
* Remove usage of HAVE_CONFIG_HChristoph Reiter2018-03-211-3/+1
* properties: fix a crash when setting a str value containing surrogates. Fixes...Christoph Reiter2018-03-191-2/+2
* pygobject-object: fix memory corruption around list of closuresMikhail Fludkov2018-01-291-0/+5
* pygobject-object: Fix Python GC collecting a ref cycle too earlyChristoph Reiter2017-10-261-2/+4
* Remove gi._gi._gobject and gi._gobject modulesChristoph Reiter2017-04-011-6/+6
* pygobject_lookup_class: clear exceptions between calls and don't return with ...Christoph Reiter2017-04-011-1/+6
* Fix conversion from pointers to hashfunc return values.Christoph Reiter2017-03-291-2/+2
* Fix various compiler warnings for 32bit buildsChristoph Reiter2017-03-241-2/+2
* Remove pyglib_gil_state_ensure/pyglib_gil_state_releaseChristoph Reiter2017-03-221-18/+18
* Fix various potential compiler warningsChristoph Reiter2017-03-201-10/+10
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-0/+2429