summaryrefslogtreecommitdiff
path: root/gi/pygi-error.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 C codeChristoph Reiter2020-04-161-2/+1
* pygi_error_marshal_to_py: Fix error return handling. Fixes #315Christoph Reiter2019-03-251-14/+13
* Use Py_TYPE() everywhereChristoph Reiter2018-04-181-1/+1
* Include Python.h firstChristoph Reiter2018-04-121-0/+1
* Remove unused pygi_register_exception_for_domain()Christoph Reiter2018-04-051-37/+0
* pygi_error_marshal_from_py: use new convertersChristoph Reiter2018-04-041-6/+21
* Rename PYGLIB_PyImport_ImportModule to pygi_import_module and move to utilsChristoph Reiter2018-03-311-1/+2
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* pygi_arg_cache_alloc() never returns NULLChristoph Reiter2018-03-291-3/+1
* Add error handling to all type init function.Christoph Reiter2018-03-231-2/+10
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Remove pyglib.c/hChristoph Reiter2018-03-221-1/+0
* Use optimized version of PyImport_ImportModuleMikhail Fludkov2018-02-071-1/+1
* to python marshalling: collect cleanup dataMathieu Duponchelle2018-01-231-1/+2
* Remove pyglib_gil_state_ensure/pyglib_gil_state_releaseChristoph Reiter2017-03-221-4/+4
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+1
* gerror: Add special case marshaling for boxing GErrorsSimon Feltman2016-03-011-1/+31
* gerror: Add support for marshaling GError from Python to CSimon Feltman2016-03-011-42/+90
* gerror: Add "_to_py" suffix to pygi_error_marshalSimon Feltman2016-03-011-4/+4
* Set the correct meta type for GErrors when marshaling to PythonGarrett Regier2014-08-061-1/+1
* Clobber GLib.Error with custom implementationSimon Feltman2014-05-051-5/+5
* Simplify pygi_error_marshal to use GError initializer argumentsSimon Feltman2014-05-041-19/+6
* Add Python implementation of GErrorSimon Feltman2014-05-041-11/+7
* Consolidate GError related code into pygi-errorSimon Feltman2014-05-041-1/+221
* cache refactoring: Use consistent prefix for arg cache functionsSimon Feltman2014-02-031-2/+2
* cache refactoring: Move GError arg setup and marshaling to new fileSimon Feltman2014-02-021-0/+109