summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.16 RC 20.16rc2Mark Florisson2012-04-151-1/+1
* Merge pull request #112 from robertwb/releaseMark2012-04-157-207/+34
|\
| * Revert "Stopgap support for numpy 1.7"Robert Bradshaw2012-04-146-178/+31
| * Revert "NumPy stopgap: fix type access before type is set and visit children"Robert Bradshaw2012-04-142-5/+1
| * Revert "More hacks for numpy 1.7: Check for Includes/numpy.pxd"Robert Bradshaw2012-04-144-26/+13
| * Revert "Don't assume a NameNode attribute base in NumpySupport"Robert Bradshaw2012-04-142-13/+4
|/
* Use assertEqual instead of assertEqualsMark Florisson2012-04-142-8/+8
* fix copy&paste bug in last commitStefan Behnel2012-04-101-1/+1
* replace plain '#define CYTHON_PEP393_ENABLED' by flag #define as 1 or 0 to ma...Stefan Behnel2012-04-103-7/+8
* fix exception during OpenMP detection in test runner for non-gccStefan Behnel2012-04-131-1/+5
* 0.16 RC 10.16rc1Mark Florisson2012-04-121-1/+1
* Fix BufferType's assignable_from & some testsMark Florisson2012-04-113-11/+18
* Don't assume a NameNode attribute base in NumpySupportMark Florisson2012-04-112-4/+13
* Fix buffer type same_as methodMark Florisson2012-04-101-1/+1
* Allow attribute specializations and add some testsMark Florisson2012-04-103-3/+56
* Merge branch '_numpy' of git://github.com/dagss/cython into releaseMark Florisson2012-04-104-13/+25
|\
| * More hacks for numpy 1.7: Check for Includes/numpy.pxdDag Sverre Seljebotn2012-04-104-13/+25
* | Improve fused specialization stringsMark Florisson2012-04-105-17/+60
|/
* Decref memoryview slice class attributesMark Florisson2012-04-106-41/+75
* Avoid coercing to temporary memoryview slices for simple expressionsMark Florisson2012-04-101-3/+5
* 0.16 RC 00.16rc0Mark Florisson2012-03-311-1/+1
* Fix a silly doctestMark Florisson2012-03-311-2/+2
* Fix copying slice objects in python 2.4Mark Florisson2012-03-311-0/+14
* Transfer some fixes from the _fused_dispatch branchMark Florisson2012-03-312-3/+6
* Fix C++ template fused type specializationMark Florisson2012-03-313-16/+23
* Use signature string of fused subtype instead of compound type for def functionsMark Florisson2012-03-314-4/+62
* Fix ndarray specializationMark Florisson2012-03-314-1/+13
* NumPy stopgap: fix type access before type is set and visit childrenMark Florisson2012-03-312-1/+5
* Decref capsules & fix py3 numpy test outputMark Florisson2012-03-302-11/+25
* Fix two memoryview related tests (py3k)Mark Florisson2012-03-302-18/+15
* partially re-enabled the numpy import function hack - only import_umath() is ...Stefan Behnel2012-03-291-9/+9
* Allow double quotes in dependency resolution.Robert Bradshaw2012-03-291-1/+4
* disabled hackish file that was meant to avoid C compiler warnings in the NumP...Stefan Behnel2012-03-281-7/+9
* test fixStefan Behnel2012-03-271-1/+1
* Py3 test fixStefan Behnel2012-03-271-1/+7
* Py3 test fixesStefan Behnel2012-03-271-1/+2
* Py3 test fixesStefan Behnel2012-03-271-3/+4
* Merge branch '_newnumpyapi' of https://github.com/dagss/cython into releaseMark Florisson2012-03-266-38/+178
|\
| * Stopgap support for numpy 1.7Dag Sverre Seljebotn2012-03-216-31/+178
| * REF remove dead codeDag Sverre Seljebotn2012-03-211-7/+0
* | Clear exception after failed lookup of __pyx_get/releasebuffer capsuleMark Florisson2012-03-261-0/+4
* | Disable some packed struct buffer format testsMark Florisson2012-03-261-9/+12
* | work around reversed(range()) bug by disabling optimised looping for non-triv...Stefan Behnel2012-03-242-0/+22
* | Merge branch '_openmp_lion_fix' into release0.16Mark Florisson2012-03-232-0/+40
|\ \
| * | Move undef/redef (un)likely to CCodeWriterMark Florisson2012-03-232-12/+22
| * | Generate Lion fix only for outer parallel sectionsMark Florisson2012-03-221-12/+14
| * | Workaround for __builtin_expect OpenMP compiler bugs on OS X LionMark Florisson2012-03-221-0/+28
| |/
* | Merge pull request #92 from kif/masterMark2012-03-229-326/+325
|\ \ | |/ |/|
| * Added "nogil" to all methods of classes of std. Jerome Kieffer2012-02-269-326/+325
* | Merge pull request #94 from matthew-brett/fused-tutorial-editsMark2012-03-211-48/+112
|\ \