summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc crash on recursive typedef struct0.10.2Robert Bradshaw2008-11-252-0/+22
* fix compiler crash on forward declarationsStefan Behnel2008-11-231-1/+1
* fix for infinite loop in buffer codeDagSverreSeljebotn2008-11-251-0/+4
* conservative fix for empty switch statementsStefan Behnel2008-11-072-0/+13
* 0.10.1 - bump version, metadataRobert Bradshaw2008-11-182-3/+3
* Added tag cython-0.10.1 for changeset ef9d2c680684Robert Bradshaw2008-11-181-0/+1
* fixed ref-count bug in try-except handling0.10.1Stefan Behnel2008-11-172-0/+57
* cleanupDag Sverre Seljebotn2008-11-101-2/+0
* Fix segfault problem with recent numpy.pxd/Python 2.4 patchDag Sverre Seljebotn2008-11-101-2/+3
* Include complex float structs in numpy.pxdDag Sverre Seljebotn2008-11-102-16/+19
* Minor optimization of previous change.Dag Sverre Seljebotn2008-11-101-6/+10
* numpy.pxd support also when Py_ssize_t and npy_intp do not have the same size.David Cournapeau2008-11-101-6/+23
* Version 0.10 releasedRobert Bradshaw2008-11-081-1/+1
* Added tag 0.10 for changeset a89b05b78236Robert Bradshaw2008-11-081-0/+1
* remove line comments from annotated html0.10Robert Bradshaw2008-11-041-0/+3
* Fix trac #107.Robert Bradshaw2008-11-041-1/+1
* mergeRobert Bradshaw2008-11-035-59/+127
|\
| * use argument name directly instead of indirect pointerStefan Behnel2008-11-011-3/+3
| * avoid generating inlined keyword unpacking code when signature has only optio...Stefan Behnel2008-11-011-41/+40
| * Optimisation for kw args parsing: static parsing only for required arguments,...Stefan Behnel2008-11-011-25/+52
| * fix Cython code context comments in C code when annotation is enablesStefan Behnel2008-11-011-3/+2
| * error test case for boolean cooercion of incompatible typesStefan Behnel2008-10-311-0/+42
| * first betaRobert Bradshaw2008-10-301-1/+1
| * Added tag 0.9.9.2.beta for changeset 82084a7b654eRobert Bradshaw2008-10-301-0/+1
* | Fix compiler crash on error.Robert Bradshaw2008-11-031-0/+2
|/
* Add corner case temp (de)allocation test.0.9.9.2.betaRobert Bradshaw2008-10-301-0/+18
* Fix subtle error in new temp allocation.Robert Bradshaw2008-10-301-2/+5
* mergeLisandro Dalcin2008-10-298-19/+91
|\
| * Less string pxd function checkingRobert Bradshaw2008-10-281-0/+1
| * more arg parsing fixesRobert Bradshaw2008-10-282-5/+20
| * Trac #80, error on unimplemented pxd cdef functionsRobert Bradshaw2008-10-283-7/+22
| * Ticket #60, compiler crash on bad arrayRobert Bradshaw2008-10-281-1/+1
| * more call tests with keywordsRobert Bradshaw2008-10-281-1/+11
| * more tests for callargsRobert Bradshaw2008-10-281-1/+14
| * Don't bother testing the tuple type twice in the critical path.Robert Bradshaw2008-10-281-3/+12
| * Fix segfault/invalid value in argument parsing code. Also remove inline for n...Robert Bradshaw2008-10-281-4/+5
| * Fix ticket #98, better error reporting on bad types.Robert Bradshaw2008-10-282-0/+8
* | fix typo in generated C sourcesLisandro Dalcin2008-10-291-1/+1
|/
* unimportant fix in cleanup code for Py23 sets supportLisandro Dalcin2008-10-281-2/+2
* fix bugs introduced in last commitLisandro Dalcin2008-10-281-10/+9
* String subtyping fix from Jason EvansRobert Bradshaw2008-10-271-3/+8
* new error test for uncallable C typesStefan Behnel2008-10-271-0/+14
* fixes for compile-time slicingStefan Behnel2008-10-272-4/+24
* more tests for get/del integer keys in dictsLisandro Dalcin2008-10-271-0/+38
* Re: [Cython] PATCH: fix delitem for index nodes"Lisandro Dalcin"2008-10-272-10/+170
* fix for struct construction testRobert Bradshaw2008-10-271-1/+1
* Buffers.py: Remove dead codeDag Sverre Seljebotn2008-10-271-11/+0
* ignore CmdLine.py in coverage testsStefan Behnel2008-10-261-1/+1
* use unicode strings for compiler error tests (just for consistency)Stefan Behnel2008-10-269-11/+11
* new error test case for string to int conversionStefan Behnel2008-10-261-0/+8