summaryrefslogtreecommitdiff
path: root/Cython/Includes
Commit message (Expand)AuthorAgeFilesLines
* Fix constants in libc/math.pxdRobert Bradshaw2011-08-161-13/+13
* Add FIONBIO ioctl constantVitja Makarov2011-07-211-0/+2
* Add some more errno codesVitja Makarov2011-07-201-4/+121
* Add posix.ioctl pxdVitja Makarov2011-07-201-0/+2
* Add strerror to string.pxdLars Buitinck2011-07-051-0/+1
* Fix warnings from GCC -WconversionLisandro Dalcin2011-06-151-3/+3
* Add NPY_INTP type enum.Robert Bradshaw2011-06-101-0/+2
* Fix openmp pxd & support num_threads clauseMark Florisson2011-05-251-38/+38
* Merge remote branch 'markflorisson/withgil'Robert Bradshaw2011-05-252-0/+89
|\
| * Gilnanny + pystate.pxdMark Florisson2011-05-052-0/+89
* | Clean up the declaration of constants in numpy.pxd.Nathaniel J. Smith2011-05-051-5/+5
* | BUG numpy.pxd: 'requirements' is not a typeDag Sverre Seljebotn2011-05-051-1/+1
|/
* OpenMP header pxdMark Florisson2011-05-041-0/+49
* add libcpp.string + tests.Brent Pedersen (brentp)2011-04-201-0/+114
* doc fix in .pxd fileStefan Behnel2011-04-111-6/+8
* PEP 3118: fix for NULL Py_buffer argLisandro Dalcin2011-04-071-0/+3
* Add setjmp.pxd and testsLisandro Dalcin2011-03-041-0/+5
* nogil for functions in locale.pxd and math.pxdLisandro Dalcin2011-02-242-2/+2
* Python 3: fix NumPy supportLisandro Dalcin2011-02-181-2/+5
* more declarations in math.pxdStefan Behnel2011-02-181-0/+48
* Update PyBuffer_Release() declaration to match new buffer API.W. Trevor King2010-12-191-3/+3
* Couple more trailing whitespace deletions.Robert Bradshaw2010-12-131-91/+91
* Remove trailing whitespace.Robert Bradshaw2010-12-1334-146/+146
* Merge branch 'math' of https://github.com/certik/cythonRobert Bradshaw2010-12-041-0/+37
|\
| * Implement libc.math and test itOndrej Certik2010-12-031-0/+37
* | provide Python complex type as cpython.complex.complexStefan Behnel2010-12-041-1/+10
|/
* Unsigned PY_LONG_LONG.Robert Bradshaw2010-11-021-1/+1
* fixes and enhancements in libcppLisandro Dalcin2010-10-067-23/+31
* fixes, additions and tests for libcpp.vectorLisandro Dalcin2010-10-051-2/+10
* Richcmp operator constants.Robert Bradshaw2010-09-091-0/+2
* Ranked longness for stdint types.Robert Bradshaw2010-09-061-28/+31
* CPython and C++ bool declarations.Robert Bradshaw2010-08-112-0/+6
* fix return types of PyBytes_* C-API functionsStefan Behnel2010-07-201-6/+6
* declare PyThread_acquire_lock and PyThread_release_lock as nogilStefan Behnel2010-07-131-4/+3
* fix return types of tuple C-API callsStefan Behnel2010-07-131-3/+3
* include standard cimport for pythread.pxd in cpython cimportStefan Behnel2010-07-111-0/+1
* added missing standard cimport for pythread.hStefan Behnel2010-07-111-0/+34
* Fix imports in Cython/Include/numpy.pxd.Craig Citro2010-07-091-3/+4
* move legacy pxd files to Cython/Includes/DeprecatedLisandro Dalcin2010-06-1139-5/+5
* add some POSIX pxd's and a few testsLisandro Dalcin2010-05-053-0/+195
* fix signatures in numpy.pxdStefan Behnel2010-04-231-2/+2
* added PyUnicode_FromOrdinal() to unicode.pxdStefan Behnel2010-04-221-1/+1
* added PyUnicode_FromOrdinal() to unicode.pxdStefan Behnel2010-04-221-0/+7
* remove Py_UNICODE from standard imports as it is now a builtin typeStefan Behnel2010-04-222-3/+0
* Bugfix in numpy.pxdEric Firing2010-04-201-2/+2
* make __init__.pxd properly specify a package directoryLisandro Dalcin2010-04-093-3/+0
* C++ fixes (parsing and scope lookup), working libcpp pxd's, more testsLisandro Dalcin2010-04-0910-104/+203
* rename stack.pxd -> list.pxdLisandro Dalcin2010-04-081-0/+0
* test many cimport statement variants for the C stdlib pxd'sLisandro Dalcin2010-04-081-0/+1
* some .pxd for C99 on Cython/Includes/libc (incomplete, many tests missing)Lisandro Dalcin2010-03-1610-11/+483