summaryrefslogtreecommitdiff
path: root/Cython/Includes/cpython
Commit message (Expand)AuthorAgeFilesLines
* Add iterobject.pxd (GH-3452)Zackery Spytz2020-03-231-0/+24
* Add genobject.pxdZackery Spytz2020-03-211-0/+25
* Add missing declarations to slice.pxd (GH-3411)Zackery Spytz2020-03-211-0/+23
* Add missing declarations to number.pxd (GH-3421)Zackery Spytz2020-03-121-0/+14
* Fix the signature of _Py_PyAtExit() (GH-3382)Zackery Spytz2020-02-291-2/+2
* Include memoryview C-API (GH-3082)Nathan Manville2019-08-211-0/+50
* Include: cpython.pystate: Make PyGILState_STATE definition usable (GH-2997)Kirill Smelkov2019-07-191-1/+2
* Fix array typecode's typejakirkham2018-11-161-1/+1
* Add warning to PyThreadState_Swap() that it should not be used in Cython code...Stefan Behnel2018-08-251-1/+1
* Minor C-API declaration fix.Stefan Behnel2018-08-251-1/+1
* Add C-API function declaration for PyInterpreterState_GetID(), which is new o...Stefan Behnel2018-08-251-0/+3
* Add declarations from CPython's "pylifecycle.h".Stefan Behnel2018-08-251-0/+68
* Add export of the bytearray cpython apiCharles L. Yost2018-08-221-0/+33
* Remove unused import.Stefan Behnel2018-08-111-2/+0
* Define Raw memory functions near non-Raw onesJohn Kirkham2018-08-091-5/+3
* Define Python Raw Mem helpers in ModuleSetupCodeJohn Kirkham2018-08-091-9/+5
* Add Python Raw memory helper functionsJohn Kirkham2018-08-091-0/+11
* Removed an outdated pxd, added a declaration of exc.pxd and made two examples...gabrieldemarmiesse2018-07-071-0/+7
* Merge pull request #2305 from lkollar/ceval-declarationsscoder2018-06-021-0/+8
|\
| * Add decrlarations from ceval.hLászló Kiss Kollár2018-05-301-0/+8
* | Adapt some non-const C-API declarations that were already constified in Py2.5.Stefan Behnel2018-05-263-14/+14
* | Allow access to long/int internalsJeroen Demeyer2018-05-031-5/+4
* | Misc. typosluz.paz2018-03-282-2/+2
|/
* Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk ...Stefan Behnel2018-02-171-2/+4
* Promote the new opaque PEP-539 type "Py_tss_t" to a known Cython type to avoi...Stefan Behnel2018-01-281-4/+3
* Add declaration for tp_freeJeroen Demeyer2017-11-131-0/+2
* Add 'except' values for various function typesJeroen Demeyer2017-11-051-10/+10
* Add 'except NULL' to PyWeakref_GetObject.Jeroen Demeyer2017-11-021-1/+1
* Add TSS (Thread Specific Storage) API in CPython 3.7+sonots2017-10-311-1/+13
* Trivial typo fixesUnknown2017-10-172-4/+4
* Include PySet_Check and PyFrozenSet_Check to CPython includes fileMichael Seifert2017-08-281-0/+6
* Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttrJeroen Demeyer2017-07-171-0/+4
* Allow pointer access to 64-bit arraysDavid Christenson2017-05-061-0/+2
* include functions (Python 2.6+) of PyLong_TypeMichael Seifert2017-04-061-0/+35
* Add declaration for PyImport_ImportModuleLevelJeroen Demeyer2017-04-051-0/+13
* Include except clause for PyTuple_SetItem in CPython-IncludesMichael Seifert2017-03-181-1/+1
* Delete trailing spacesmathbunnyru2017-01-122-32/+32
* Add declarations for longintrepr.hJeroen Demeyer2016-10-161-0/+16
* Add tp_dict and tp_descr_* declarationsJeroen Demeyer2016-06-141-0/+7
* use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small mem...Stefan Behnel2016-02-072-3/+36
* adapt some C-API declarations that used to have Py_UNICODE arguments to Py3.3...Stefan Behnel2015-10-261-16/+19
* Fix typo.Jakub Wilk2015-10-241-1/+1
* Fix typos.Jakub Wilk2015-10-181-1/+1
* PyTypeObject members tp_compare, tp_richcompare, tp_baseJeroen Demeyer2015-04-281-0/+8
* Add declarations for PyObject_Malloc()Jeroen Demeyer2015-04-061-0/+4
* add some more type slow declarationsStefan Behnel2015-04-061-1/+8
* change declaration of GC related type slot functions to use 'PyObject*' inste...Stefan Behnel2015-04-061-5/+10
* fix syntax warnings that show up as errors in "werror" testsStefan Behnel2015-04-051-2/+2
* fix cimports of PyObject type in cpython capi pxd filesStefan Behnel2015-04-0417-17/+15
* move declarations of PyObject and PyTypeObject from ref.pxd to object.pxd and...Stefan Behnel2015-04-042-12/+40