2009-09-25 |
Robert Bradshaw | Enable profile tests. 0.11.3.rc0 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Robert Bradshaw | Turn of profiling by default, rename macro. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dag Sverre... | Better check for broken NumPy install |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dag Sverre... | numpy.pxd: Old iteration method did not iterate dtype... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Dag Sverre... | Fix refnanny string literal |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Lisandro Dalcin | pyximport: parse distutils config files (except local... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Dag Sverre... | Failing numpy.pxd dtype serialization testcase |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Robert Bradshaw | 0.11.3 beta |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Robert Bradshaw | Some fixes for OS X 10.6 |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Robert Bradshaw | String literal warning. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Robert Bradshaw | make trace unlikely |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Stefan Behnel | fix C-API exception setter declarations to let them... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Lisandro Dalcin | Py2.3 and eval.h: include C header in proto section... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Stefan Behnel | Py2.3 does not automatically include eval.h in Python.h |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Stefan Behnel | partial backport from cython-unstable: keep Python... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Robert Bradshaw | Python 3 fixes |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Stefan Behnel | support conversion between Python byte strings and... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Stefan Behnel | enabled working tests |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Stefan Behnel | added test for ticket 248 |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Robert Bradshaw | imported patch shrink-int-convert |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Lisandro Dalcin | extern ctypedef integral <-> python object conversion... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Robert Bradshaw | Enable test for T135. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kurt Smith | Fix 135 -- scope objects have return_type set to None... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Robert Bradshaw | Fix tests after #355 |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Robert Bradshaw | Ticket #355 - ctypedef class ordering |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Robert Bradshaw | fix aquire_gil tests |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Robert Bradshaw | Tests for ticket #355, ctypedef public classes |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Robert Bradshaw | #344, stop pipeline before code generation in case... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Robert Bradshaw | tests for #286 |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Robert Bradshaw | #286, make sure cdef classes fully defined in pxd |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Robert Bradshaw | Ticket #216, Exceptions in __Pyx_InitGlobals() lead... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Lisandro Dalcin | use PyObject* type for arguments to PyErr_Restore(... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Lisandro Dalcin | remove is_longlong member from class PyrexType |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Grant Baillie | Attempt to fix public enum values not being exported. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Stefan Behnel | fix error message |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Stefan Behnel | extended exec() implementation, mostly copied from... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Andrey Plotnikov | code object support in exec statement |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Stefan Behnel | fix switch transform for in-list tests |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mark Lodato | cython_freeze for making stand-alone programs |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Robert Bradshaw | merge main branch to devel |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dag Sverre... | #347 fix: Make numpy.complexX_t use Cython complex |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Robert Bradshaw | numpy headers in demo setup.py |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Robert Bradshaw | Better complex conversion. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Robert Bradshaw | Better CYTHON_TRACING macro. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Robert Bradshaw | fix nogil profiling |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Robert Bradshaw | Profiling test |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Robert Bradshaw | Disable tracing for now. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Robert Bradshaw | Cython profiling |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Robert Bradshaw | empty bytes global |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Robert Bradshaw | more delete tests |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Robert Bradshaw | del item test |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Robert Bradshaw | Fix cython.locals in pxd for pure Python mode. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Dag Sverre... | Partial fix for #307, see ticket |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Dag Sverre... | Updated numpy.pxd |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Robert Bradshaw | Name numpy type enum |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dag Sverre... | Remove file which should never have been uploaded |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dag Sverre... | Fix #191 |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Lisandro Dalcin | get rid of string comparisons in classmethod utility... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Robert Bradshaw | Ticket #326, coerce -1 to -2 for __hash__ |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Dag Sverre... | New fix for #303 |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Dag Sverre... | Revert previous fix of #303 |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dag Sverre... | Stop compilation when Python headers are not present |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dag Sverre... | Version update |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dag Sverre... | Do not use C99 compound literals (enables compilation... 0.11.2 |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dag Sverre... | Redirect error output properly during unit testing |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Dag Sverre... | 0.11.2.rc1 |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Dag Sverre... | Added tag 0.11.2.rc1 for changeset af6f1bed8cd4 |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Dag Sverre... | Py3 testcase fixes 0.11.2.rc1 |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Dag Sverre... | Fix bug in new buffmt code |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Lisandro Dalcin | fix some tests for Python 3 |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Lisandro Dalcin | renaming in testcase, 'mutable' is a C++ keyword. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Lisandro Dalcin | add compiler directive for user-defined function callin... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Robert Bradshaw | Builtin type method |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Dag Sverre... | buffer testcase fix again |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Dag Sverre... | buffer testcase fix |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Stefan Behnel | remove unused ComprehensionTransform class (which doesn... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Dag Sverre... | Update numpy.pxd with complex types and approximate... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Lisandro Dalcin | merge |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Don't assume complex.h by default. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | real and imag attributes for complex |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Fix obscure bug w/ complex (only present when compiling... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Testcase fix, update error message |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Attempt to fix disappearence of conversion errors ... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | If we were using git I could more easily erase my embar... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Fixing up flawed fix for #303 |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Allow <MyStruct*>obj as well; as there is no canonical... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Fix #303 as per Lisandro's idea |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Actually remove warning mentioned in last commit... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Disallow <double*>obj (#313). Also removes warning... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Buffer support for complex numbers |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Minor testcase improvement |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Dag Sverre... | Fix regression related to --embed support |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Only one source file allowed when using -embed |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Module is main flag for embedded mode. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Complex negation |
commit | commitdiff | tree | snapshot |
next |