Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port to Py_TRASHCAN_BEGIN | Christoph Reiter | 2023-01-27 | 1 | -2/+2 |
* | Don't assume Py_TYPE being a macro | Tomas Hrnciar | 2020-11-11 | 1 | -1/+1 |
* | Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPE | Christoph Reiter | 2020-04-16 | 1 | -1/+1 |
* | Remove all Python 2 C code | Christoph Reiter | 2020-04-16 | 1 | -13/+13 |
* | Use Py_TYPE() everywhere | Christoph Reiter | 2018-04-18 | 1 | -1/+1 |
* | Include Python.h first | Christoph Reiter | 2018-04-12 | 1 | -0/+1 |
* | resulttuple: fix a wrong decref | Christoph Reiter | 2018-03-25 | 1 | -2/+0 |
* | resulttuple: disable the tuple free list under PyPy | Christoph Reiter | 2018-03-25 | 1 | -0/+14 |
* | Add error handling to all type init function. | Christoph Reiter | 2018-03-23 | 1 | -2/+2 |
* | Rename pyglib-python-compat.h to pygi-python-compat.h | Christoph Reiter | 2018-03-23 | 1 | -1/+1 |
* | Remove pyglib.c/h | Christoph Reiter | 2018-03-22 | 1 | -1/+2 |
* | Merge pyglib-private.h into pyglib.h | Christoph Reiter | 2016-06-01 | 1 | -1/+1 |
* | Use a named tuple for returning multiple values | Christoph Reiter | 2015-10-27 | 1 | -0/+354 |