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-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 | Fix py target for-from loop. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | loop cleanup, comment |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | fix a loop test |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | fix most loop tests |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Robert Bradshaw | loop semantics are STILL wrong, as were some T203 doctests |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Robert Bradshaw | Demos/Setup.py -> Demos/setup.py |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Dag Sverre... | Fix #271 |
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 |
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 |
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 |
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 |
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 | 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 | 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 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | extended error test cases |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Kurt Smith | Added test case for ticket 135 in tests/bugs. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | cleanup last commit |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | move optimisation for empty except-blocks to code gener... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Behnel | enable temp allocation debug comments in test runner |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Stefan Behnel | generate shorter code for empty except blocks (ticket... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Stefan Behnel | generate shorter code for empty except blocks (ticket... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Stefan Behnel | extended test cases to check for exception __context__... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | patch cleanup and test fix (avoid uninitialised variable) |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | patch for ticket 203 by Prajwal Suhas P |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Robert Bradshaw | Trac #247, better error reporting when Python.h not... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | minor cleanups |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | minor cleanup of thread-init code |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | fix keyword arguments in extension type calls |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | thread initialisation when using with gil/nogil (by... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Nicolas Dumazet | Spam.amount attribute has to be declared. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Robert Bradshaw | More unpickling error catching. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Hoyt Koepke... | Made lexicon unpickling more robust; on error it regene... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Robert Bradshaw | Ticket #241, better error for keywords in cdef functions. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dag Sverre... | #158: Small change to error message |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kurt Smith | Bug 158 -- raise error if cdef variable declared after... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Stefan Behnel | test case for ticket 232 (without __new__ support) |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Stefan Behnel | moved working bug test case to tests/run/ |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Stefan Behnel | test for ticket 237 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Behnel | print node position in PrintTree |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Behnel | make code generation tracing an official debug feature... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Robert Bradshaw | Fix #156, missing self in cpdef method. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Magnus Lie... | Added if around for loop (for issue 208) |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Robert Bradshaw | int powering tests |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Robert Bradshaw | pow operator on ints |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Robert Bradshaw | Templating utility code |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Behnel | minor cythonisation and cleanup in Scanners.pxd |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Behnel | removed dead code |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Robert Bradshaw | Reduce code size for tuple unpacking. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Robert Bradshaw | Fix changeset 1839, both typecasts are valid. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Behnel | fix annotation of optimised switch statement |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Behnel | merge 0.11 |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Robert Bradshaw | Bump version number to 0.11. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Behnel | ticket #186: generate more efficient code when tuple... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Behnel | support interdependencies between utility code fragments |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Behnel | major cleanup to fix Py3 code issues (found by 2to3... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Behnel | use new-style classes everywhere to prevent unexpected... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Stefan Behnel | some more cythonisation in Plex scanner classes (15... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Stefan Behnel | cleanup: use new-style classes in PyrexTypes |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Stefan Behnel | merge |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Stefan Behnel | prevent parser syntax from allowing 'cdef cpdef ...' |
commit | commitdiff | tree | snapshot |
next |