2009-04-09 |
Stefan Behnel | fix error test |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | merge with latest cython-devel |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | fix for normal assignments to a non-sequence LHS |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | feature complete implementation of PEP 3132 |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Stefan Behnel | fix some compiler errors |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Lisandro Dalcin | use a "size_t" integral for casting to "char*" pointer... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Lisandro Dalcin | cast result of "sizeof()" to "int" in testcase, silents... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefan Behnel | parser support for PEP 3132 (extended iterable unpacking) |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefan Behnel | fix temp allocation when importing external C functions |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefan Behnel | re-enable friendly exception traces |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Stefan Behnel | declare standard C functions 'nogil' |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Stefan Behnel | disable some constant folding operations that can break... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Lisandro Dalcin | fix bug in __Pyx_SetItemInt_Fast |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Include stdexcept in all cases. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Test for cpp exception handling |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | 0.11.1.alpha |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Added tag 0.11.1.alpha for changeset 4497f635d5fd |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Tests for #230 0.11.1.alpha |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Fix ticket #230, pxd cdef override for subclass methods |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Robert Bradshaw | Test for ticket #4, from package cimport module, finish... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Lisandro Dalcin | special-case __weakref__ when determining C-safe identi... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | Fix ticket #4, from package cimport module |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | Add c99 keywords to invalid name list |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | merge latest cython-devel |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Merge of #271 bugfix |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Fix #271 |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Remove old temp system |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Move local manual temporaries from env to code |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Remove allocate_temps/release_temps phase |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dag Sverre... | All exprnodes over; NewTempExprNode folded into ExprNode |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Dag Sverre... | TempNode to new temps (changes its interface was necesarry) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | None check for optimised dict() call |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | NoneCheckNode to enforce runtime None checks for object... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | fix GeneralCallNode |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | fix for ticket 232: remember result type when calling... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | forgotten name change |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | debritification |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | optimise dict(some_dict) into a call to PyDict_Copy() |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | cleanup and simplification, moved some optimised builti... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | CondExprNode over to new temps |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | general optimisation support for calls to builtin types... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | IndexNode went smoothly to newtemps |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | Guard against the class of bugs which #267 was a member of |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Behnel | make import explicit (would be better to avoid the... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | Fix #267 |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Dag Sverre... | Fixed error in testcase |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Robert Bradshaw | Split int/float division cases for efficiency, make... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Robert Bradshaw | Test (and fix) corner case in C division |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | test for #183 |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | Fix for #260, float floor div |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | Test case for #260, floor div on floats |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | Testcase for #267 |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | More easy ones to new temps |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | Debug flag to not intercept pipeline exceptions |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | DictNode, newtemps and so on |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | Remove unused reference to result() in analysis |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | ClassNode to new temps |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | Add trove classifier "Programming Language :: Cython" |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | Use warnings framework for c division. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Dag Sverre... | Some trivial nodes to new temps |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | CDP 516 warnings |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Robert Bradshaw | Propagate directives in analysis phase. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Robert Bradshaw | Add stdexcept when except+ syntax is used. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Stefan Behnel | test case for ticket 262 |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dag Sverre... | NameNode to new temps |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Robert Bradshaw | Remove internal dependancy on included .pxd files |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Robert Bradshaw | Step towards fixing #252 |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Stefan Behnel | mark the real argument name mangling problem as FIXME... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Stefan Behnel | fix cdef opt-arg tests: do not double-mangle __pyx_n... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | cleanup _ERRORS |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | FIx #252, bad C struct identifiers |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | CEP 516 in pure mode |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | merge in latest cython-devel |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | cython.cdiv and cython.cmod for CEP 516 |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | cdivision pragma as specified for CEP 516 |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | Tests for c division CEP 516 |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Robert Bradshaw | More utility code specialization. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Warning, not error, on builting type redeclaration. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Don't have complex as a builtin type (otherwise, can... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | better error when user-declared type conflicts with... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Fix bad self argument crash in cpdef methods (#165) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Fix for #253 |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Fix for #253 |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Tests for floating point for..from steps (#254) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | Tests for floating point for..from steps (#254) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | prevent duplicated calls to analyse_default_values... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
next |