summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version number0.11.3Robert Bradshaw2009-09-261-1/+1
* Missing items in MANIFEST.inRobert Bradshaw2009-09-251-2/+3
* Version number 0.11.3.rc0Robert Bradshaw2009-09-251-1/+1
* Added tag 0.11.3.rc0 for changeset eb00d00a73c1Robert Bradshaw2009-09-251-0/+1
* Enable profile tests.0.11.3.rc0Robert Bradshaw2009-09-251-3/+0
* Turn of profiling by default, rename macro.Robert Bradshaw2009-09-254-24/+21
* Better check for broken NumPy installDag Sverre Seljebotn2009-09-251-0/+16
* numpy.pxd: Old iteration method did not iterate dtype in order (fixes #371)Dag Sverre Seljebotn2009-09-251-4/+5
* Fix refnanny string literalDag Sverre Seljebotn2009-09-251-1/+1
* pyximport: parse distutils config files (except local setup.cfg)Lisandro Dalcin2009-09-241-0/+5
* Failing numpy.pxd dtype serialization testcaseDag Sverre Seljebotn2009-09-241-1/+16
* 0.11.3 betaRobert Bradshaw2009-09-221-1/+1
* Some fixes for OS X 10.6Robert Bradshaw2009-09-222-2/+5
* String literal warning.Robert Bradshaw2009-09-222-1/+16
* make trace unlikelyRobert Bradshaw2009-09-221-3/+3
* mergeRobert Bradshaw2009-09-211-9/+9
|\
| * fix C-API exception setter declarations to let them actually raise the except...Stefan Behnel2009-09-161-9/+9
* | mergeRobert Bradshaw2009-09-142-4/+10
|\ \ | |/
| * Py2.3 and eval.h: include C header in proto section of pyexec_utility_codeLisandro Dalcin2009-09-141-5/+5
| * Py2.3 does not automatically include eval.h in Python.hStefan Behnel2009-09-121-0/+5
| * partial backport from cython-unstable: keep Python literals from loosing thei...Stefan Behnel2009-09-121-1/+2
* | Python 3 fixesRobert Bradshaw2009-09-113-7/+11
|/
* support conversion between Python byte strings and unsigned char*Stefan Behnel2009-09-113-1/+40
* enabled working testsStefan Behnel2009-09-111-2/+0
* added test for ticket 248Stefan Behnel2009-09-111-0/+16
* imported patch shrink-int-convertRobert Bradshaw2009-09-101-7/+4
* extern ctypedef integral <-> python object conversion (ticket #333)Lisandro Dalcin2009-09-106-46/+845
* Enable test for T135.Robert Bradshaw2009-09-101-1/+0
* Fix 135 -- scope objects have return_type set to None by defaultKurt Smith2009-03-171-0/+1
* Fix tests after #355Robert Bradshaw2009-09-102-6/+2
* Ticket #355 - ctypedef class orderingRobert Bradshaw2009-09-106-9/+20
* fix aquire_gil testsRobert Bradshaw2009-09-101-1/+1
* Tests for ticket #355, ctypedef public classesRobert Bradshaw2009-09-102-0/+12
* #344, stop pipeline before code generation in case of errorsRobert Bradshaw2009-09-106-11/+32
* tests for #286Robert Bradshaw2009-09-102-0/+7
* #286, make sure cdef classes fully defined in pxdRobert Bradshaw2009-09-103-4/+25
* Ticket #216, Exceptions in __Pyx_InitGlobals() lead to a crashRobert Bradshaw2009-09-101-5/+9
* use PyObject* type for arguments to PyErr_Restore() in Cython/Includes/python...Lisandro Dalcin2009-09-092-6/+6
* remove is_longlong member from class PyrexTypeLisandro Dalcin2009-09-091-5/+1
* Attempt to fix public enum values not being exported.Grant Baillie2009-08-272-1/+11
* fix error messageStefan Behnel2009-08-201-1/+1
* mergeStefan Behnel2009-08-1927-133/+1216
|\
| * mergeStefan Behnel2009-08-0827-133/+1216
| |\
| | * cython_freeze for making stand-alone programsMark Lodato2009-08-065-0/+226
| | * merge main branch to develRobert Bradshaw2009-08-052-40/+470
| | |\
| | | * #347 fix: Make numpy.complexX_t use Cython complexDag Sverre Seljebotn2009-07-292-2/+19
| | | * Updated numpy.pxdDag Sverre Seljebotn2009-07-061-39/+452
| | * | numpy headers in demo setup.pyRobert Bradshaw2009-07-231-1/+7
| | * | Better complex conversion.Robert Bradshaw2009-07-221-2/+3
| | * | Better CYTHON_TRACING macro.Robert Bradshaw2009-07-211-0/+5