2008-12-16 |
Dag Sverre... | Better error message for lack of pointer buffers support. 0.10.3 |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Dag Sverre... | Fix error in buffer typestring checking |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Robert Bradshaw | Fix memleak in exception handling code (#162) |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Robert Bradshaw | Fix in visitor doctests |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Robert Bradshaw | cdef extern structs may be c++ classes, can refer to... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | bump version number |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | Added tag 0.10.2 for changeset 92baafe0edf3 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Robert Bradshaw | Fix gcc crash on recursive typedef struct 0.10.2 |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Stefan Behnel | fix compiler crash on forward declarations |
commit | commitdiff | tree | snapshot |
2008-11-25 |
DagSverreSeljebotn | fix for infinite loop in buffer code |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Stefan Behnel | fixed bug in Visitor cache, reduces lxml compile time... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Stefan Behnel | conservative fix for empty switch statements |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Robert Bradshaw | 0.10.1 - bump version, metadata |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Robert Bradshaw | Added tag cython-0.10.1 for changeset ef9d2c680684 |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Stefan Behnel | fixed ref-count bug in try-except handling 0.10.1 |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | cleanup |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Fix segfault problem with recent numpy.pxd/Python 2... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Include complex float structs in numpy.pxd |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dag Sverre... | Minor optimization of previous change. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
David Cournapeau | numpy.pxd support also when Py_ssize_t and npy_intp... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Robert Bradshaw | Version 0.10 released |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Robert Bradshaw | Added tag 0.10 for changeset a89b05b78236 |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | remove line comments from annotated html 0.10 |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | Fix trac #107. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Robert Bradshaw | Fix compiler crash on error. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | use argument name directly instead of indirect pointer |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | avoid generating inlined keyword unpacking code when... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | Optimisation for kw args parsing: static parsing only... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Stefan Behnel | fix Cython code context comments in C code when annotat... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Stefan Behnel | error test case for boolean cooercion of incompatible... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | first beta |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Added tag 0.9.9.2.beta for changeset 82084a7b654e |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Add corner case temp (de)allocation test. 0.9.9.2.beta |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Robert Bradshaw | Fix subtle error in new temp allocation. |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Lisandro Dalcin | merge |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Lisandro Dalcin | fix typo in generated C sources |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Less string pxd function checking |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more arg parsing fixes |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Trac #80, error on unimplemented pxd cdef functions |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | Ticket #60, compiler crash on bad array |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more call tests with keywords |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Robert Bradshaw | more tests for callargs |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Don't bother testing the tuple type twice in the critic... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Fix segfault/invalid value in argument parsing code... |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | Fix ticket #98, better error reporting on bad types. |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Lisandro Dalcin | unimportant fix in cleanup code for Py23 sets support |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Lisandro Dalcin | fix bugs introduced in last commit |
commit | commitdiff | tree | snapshot |
2008-10-28 |
Robert Bradshaw | String subtyping fix from Jason Evans |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Stefan Behnel | new error test for uncallable C types |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Stefan Behnel | fixes for compile-time slicing |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Lisandro Dalcin | more tests for get/del integer keys in dicts |
commit | commitdiff | tree | snapshot |
2008-10-27 |
"Lisandro Dalcin" | Re: [Cython] PATCH: fix delitem for index nodes |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Robert Bradshaw | fix for struct construction test |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Dag Sverre... | Buffers.py: Remove dead code |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Stefan Behnel | ignore CmdLine.py in coverage tests |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Stefan Behnel | use unicode strings for compiler error tests (just... |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Stefan Behnel | new error test case for string to int conversion |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Stefan Behnel | generate cleanup code for set utility code |
commit | commitdiff | tree | snapshot |
2008-10-26 |
Stefan Behnel | support cleanup code for utility code |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Lisandro Dalcin | a few fixes for Py2.3 set support |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | fixed stupid mistake from cleaning up Lisandros patch |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | removed now unused import |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | fixes after last commit |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | - more versatile utility code setup: use a dedicated... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | Py2.4 requires some more definitions for the set type |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | replacement implementation for set/frozenset in Py3... |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | updated test case |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2008-10-25 |
Stefan Behnel | new failing test case (from Pyrex list) |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Lisandro Dalcin | fix return types for some numpy API macro calls |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Lisandro Dalcin | fix the location of INLINE macro in prototypes of some... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Robert Bradshaw | handle visibility propagation |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Robert Bradshaw | utility functions must be static |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Robert Bradshaw | Fix switch optimization for attributes |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Robert Bradshaw | Fix arithmatic with unsigned and floating point |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Robert Bradshaw | disallow names as keys in struct dict literals |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Lisandro Dalcin | fix test suite reducing the signal-to-noise ratio of... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Lisandro Dalcin | do not emit type_test_utility_code when type-testing... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dag Sverre... | Minor Py3 fix in testcase |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dag Sverre... | Docstring bugfix (#103) |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Lisandro Dalcin | fix the declaration/initilization/cleanup of module... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Lisandro Dalcin | pyrex backport, accept ctypedef public api declarations |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dag Sverre... | Disable array literals outside of pointer declaration |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Dag Sverre... | Buffers: Better error messages + bugfix |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Dag Sverre... | Unumpy.pxd: Avoid character literals to work around... |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Dag Sverre... | Cleanup |
commit | commitdiff | tree | snapshot |
2008-10-11 |
Dag Sverre... | Buffers: NumPy record array support, format string... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Robert Bradshaw | handle 2.4 dependancy for builtin set |
commit | commitdiff | tree | snapshot |
2008-10-10 |
"didier deshommes" | Re: [Cython] cython doesn't compile cdef'd variables... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Robert Bradshaw | remove debug statement |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Robert Bradshaw | fix for boolean optimization |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Robert Bradshaw | re-enable fast isinstance |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Robert Bradshaw | Optimize conditions when one side of binop is pure C. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Robert Bradshaw | Better NULL parsing, touchup pure test |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Robert Bradshaw | pure mode enhancements, tests |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Robert Bradshaw | struct conversion tests |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Robert Bradshaw | More struct cleanup. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Robert Bradshaw | struct -> object for extern structs |
commit | commitdiff | tree | snapshot |
next |