summaryrefslogtreecommitdiff
path: root/Cython/Includes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2168 from vallsv/patch-1scoder2018-04-121-0/+2
|\
| * Improve unordered_map APIValentin Valls2018-03-211-0/+2
* | Misc. typosluz.paz2018-03-284-4/+4
* | Add comments about compatibility.Stefan Behnel2018-03-251-2/+2
* | Patch to add front() and back(), as per issue #2123.Alex Huszagh2018-03-231-0/+2
|/
* Repair the coercion of C string literals to C++ strings for function argument...Stefan Behnel2018-03-091-51/+51
* Fix duplicate declaration in posix/time.pxdJeroen Demeyer2018-03-061-3/+0
* Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk ...Stefan Behnel2018-02-171-2/+4
* Add sigaltstack()Jeroen Demeyer2018-01-291-0/+7
* Promote the new opaque PEP-539 type "Py_tss_t" to a known Cython type to avoi...Stefan Behnel2018-01-281-4/+3
* Fix types of values in libc.limitsJeroen Demeyer2017-11-241-20/+19
* Add NPY_KEEPORDER to NPY_ORDERJohn Kirkham2017-11-151-0/+1
* 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
* Update implementation of PEP 3118 getbuffer special methoddalcinl/fix-getbufferLisandro Dalcin2017-11-011-18/+4
* Add TSS (Thread Specific Storage) API in CPython 3.7+sonots2017-10-311-1/+13
* Merge pull request #1870 from Alexhuszagh/masterscoder2017-10-242-8/+32
|\
| * Updated deque to support random-access iterators and added "difference_type o...Alex Huszagh2017-10-172-8/+32
* | Trivial typo fixesUnknown2017-10-174-6/+6
* | BF: closes 1484 for unordered mapMichael Schatzow2017-10-131-2/+2
* | Add some missing signals.Jeroen Demeyer2017-10-061-53/+49
|/
* Use potentially faster PyObject_Malloc() instead of C malloc() for strides an...Stefan Behnel2017-09-011-5/+5
* Merge branch 'dalleyg-dtype' of https://github.com/dalleyg/cython into masterStefan Behnel2017-09-011-0/+24
|\
| * tweak to PyDataType_SHAPE: return () instead of NoneGerald Dalley2013-07-191-1/+1
| * Added PyDataType_SHAPEGerald Dalley2013-07-191-1/+8
| * use PyArray_ArrayDescr instead of inventing PyArray_SubArrayDescrGerald Dalley2013-07-181-2/+2
| * Changes to allow inspection of the data used by PyArray_EquivTypes:Gerald Dalley2013-07-181-0/+18
* | Include PySet_Check and PyFrozenSet_Check to CPython includes fileMichael Seifert2017-08-281-0/+6
* | Add st_birthtime to struct statNikolaus Rath2017-08-111-0/+5
* | Merge pull request #1588 from tadeu/add-std-functionRobert Bradshaw2017-07-181-0/+13
|\ \
| * | Add basic support for std::functionTadeu Manoel2017-01-261-0/+13
* | | Add declarations for PyObject_GenericGetAttr and PyObject_GenericSetAttrJeroen Demeyer2017-07-171-0/+4
* | | sigset_t is not an integral typeJeroen Demeyer2017-07-041-1/+2
* | | Add a Pythran backend for Numpy operationAdrien Guinet2017-06-171-10/+10
* | | 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
* | | Merge pull request #1578 from mathbunnyru/delete_trailing_spacesscoder2017-02-105-38/+38
|\ \ \
| * | | Delete trailing spacesmathbunnyru2017-01-125-38/+38
| |/ /
* | | add size_type and difference_type to vector and update insert calls to returnJoe Jevnik2017-02-031-20/+27
|/ /
* | A few more wrappers in libcpp.algorithm and libcpp.vectorMike Kolupaev2016-12-112-1/+13
* | errno.h on FreeBSD contains ENOATTR instead of ENODATAWillem Jan Withagen2016-11-281-0/+1
* | Merge pull request #1487 from jdemeyer/numpy_import_arrayRobert Bradshaw2016-10-171-2/+23
|\ \
| * | Implement numpy's import_array and import_ufunc in CythonJeroen Demeyer2016-10-131-2/+23
* | | Add declarations for longintrepr.hJeroen Demeyer2016-10-161-0/+16
|/ /
* | Merge branch 'typeid'Robert Bradshaw2016-09-082-0/+25
|\ \
| * | Add support for the typeid operatorempyrical2016-08-052-0/+25
* | | Fix stack declaration.Robert Bradshaw2016-08-241-1/+1