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 |
2009-05-14 |
Robert Bradshaw | Minor complex number fixes |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Complex numbers tests |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Complex numeber comparison, etc. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Complex number support without c99 |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Compiler directive fixes, add c99 complex directive |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | More work on complex numbers, mostly works with c99... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Robert Bradshaw | Complex type parsing, very basic support if supported... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dag Sverre... | Cython 0.11.2.beta |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dag Sverre... | Fixes for previous commit |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dag Sverre... | Utility code code stream refactor |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dag Sverre... | More fine-grained type declaration (makes new buffmt... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dag Sverre... | Introduce pre-splitting of code-stream in Code.py |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Minor testcase fixes |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | I was not aware of the offsetof macro |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Testcases for #303 |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | wraparound directive implemented |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | #115 appears to be fixed too |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | Whoops |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Dag Sverre... | More buffer typestring; fixes #285 |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | Buffers: format string check rewrite up to standards... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Dag Sverre... | Buffers: Checkpoint before making struct typeinfo flatt... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Robert Bradshaw | wmain and wchar_t for windows main function |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Lisandro Dalcin | move testcase ('pass' in a 'cdef extern' block) from... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | re-allow 'pass' statement in cdef blocks |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | prevent redundant type checks when 'converting' between... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | be a little more conservative in the last change |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Stefan Behnel | slicing a builtin type will return the same type |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | removed various invalid syntax combinations for the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Stefan Behnel | fix pyregr tests in test runner |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Outdated comment |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Buffers: Rewrite of buffer acquisition |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dag Sverre... | Buffer format string checking rewrite |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Lisandro Dalcin | compiler directive to control METH_O and METH_NOARGS... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dag Sverre... | Whoops, committed debug code. Undoing. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dag Sverre... | Simple fix for #155 |
commit | commitdiff | tree | snapshot |
next |