| 2 weeks | Robert Bradshaw | Version 0.10.3 |
| 2 weeks | Robert Bradshaw | Added tag 0.10.3 for changeset cdf889c30e7a |
| 2 weeks | Dag Sverre Seljebotn | Better error message for lack of pointer buffers support. |
| 2 weeks | Dag Sverre Seljebotn | Fix error in buffer typestring checking |
| 3 weeks | Robert Bradshaw | Fix memleak in exception handling code (#162) |
| 3 weeks | Robert Bradshaw | Fix in visitor doctests |
| 4 weeks | Stefan Behnel | merge |
| 7 weeks | Stefan Behnel | fixed bug in Visitor cache, reduces lxml compile time by ~20% |
| 5 weeks | Robert Bradshaw | cdef extern structs may be c++ classes, can refer to themselves |
| 5 weeks | Robert Bradshaw | bump version number |
| 5 weeks | Robert Bradshaw | Added tag 0.10.2 for changeset 92baafe0edf3 |
| 5 weeks | Robert Bradshaw | Fix gcc crash on recursive typedef struct |
| 6 weeks | Stefan Behnel | fix compiler crash on forward declarations |
| 5 weeks | DagSverreSeljebotn | fix for infinite loop in buffer code |
| 2 months | Stefan Behnel | conservative fix for empty switch statements |
| 6 weeks | Robert Bradshaw | 0.10.1 - bump version, metadata |
| 6 weeks | Robert Bradshaw | Added tag cython-0.10.1 for changeset ef9d2c680684 |
| 7 weeks | Stefan Behnel | fixed ref-count bug in try-except handling |
| 8 weeks | Dag Sverre Seljebotn | cleanup |
| 8 weeks | Dag Sverre Seljebotn | Fix segfault problem with recent numpy.pxd/Python 2.4 patch |
| 8 weeks | Dag Sverre Seljebotn | Include complex float structs in numpy.pxd |
| 8 weeks | Dag Sverre Seljebotn | Minor optimization of previous change. |
| 8 weeks | David Cournapeau | numpy.pxd support also when Py_ssize_t and npy_intp do not have the same size. |
| 8 weeks | Robert Bradshaw | Version 0.10 released |
| 8 weeks | Robert Bradshaw | Added tag 0.10 for changeset a89b05b78236 |
| 2 months | Robert Bradshaw | remove line comments from annotated html |
| 2 months | Robert Bradshaw | Fix trac #107. |
| 2 months | Robert Bradshaw | merge |
| 2 months | Robert Bradshaw | Fix compiler crash on error. |
| 2 months | Stefan Behnel | use argument name directly instead of indirect pointer |
| 2 months | Stefan Behnel | avoid generating inlined keyword unpacking code when signature has only optional arguments |
| 2 months | Stefan Behnel | Optimisation for kw args parsing: static parsing only for required arguments, moved optional arg parsing into a separate function |
| 2 months | Stefan Behnel | fix Cython code context comments in C code when annotation is enables |
| 2 months | Stefan Behnel | error test case for boolean cooercion of incompatible types |
| 2 months | Robert Bradshaw | first beta |
| 2 months | Robert Bradshaw | Added tag 0.9.9.2.beta for changeset 82084a7b654e |
| 2 months | Robert Bradshaw | Add corner case temp (de)allocation test. |
| 2 months | Robert Bradshaw | Fix subtle error in new temp allocation. |
| 2 months | Lisandro Dalcin | merge |
| 2 months | Lisandro Dalcin | fix typo in generated C sources |
| 2 months | Robert Bradshaw | Less string pxd function checking |
| 2 months | Robert Bradshaw | more arg parsing fixes |
| 2 months | Robert Bradshaw | Trac #80, error on unimplemented pxd cdef functions |
| 2 months | Robert Bradshaw | Ticket #60, compiler crash on bad array |
| 2 months | Robert Bradshaw | more call tests with keywords |
| 2 months | Robert Bradshaw | more tests for callargs |
| 2 months | Robert Bradshaw | Don't bother testing the tuple type twice in the critical path. |
| 2 months | Robert Bradshaw | Fix segfault/invalid value in argument parsing code. Also remove inline for non-critial path. |
| 2 months | Robert Bradshaw | Fix ticket #98, better error reporting on bad types. |
| 2 months | Lisandro Dalcin | unimportant fix in cleanup code for Py23 sets support |
| 2 months | Lisandro Dalcin | fix bugs introduced in last commit |
| 2 months | Robert Bradshaw | String subtyping fix from Jason Evans |
| 2 months | Stefan Behnel | new error test for uncallable C types |
| 2 months | Stefan Behnel | fixes for compile-time slicing |
| 2 months | Lisandro Dalcin | more tests for get/del integer keys in dicts |
| 2 months | "Lisandro Dalcin" | Re: [Cython] PATCH: fix delitem for index nodes |
| 2 months | Robert Bradshaw | fix for struct construction test |
| 2 months | Dag Sverre Seljebotn | Buffers.py: Remove dead code |
| 2 months | Stefan Behnel | ignore CmdLine.py in coverage tests |
| 2 months | Stefan Behnel | use unicode strings for compiler error tests (just for consistency) |