2009-03-23 |
Stefan Behnel | test for constant folding on character literals |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Behnel | enabled now working bug test |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Behnel | moved constant folding before type analysis, disabled... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | merged in latest cython-devel |
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-20 |
Stefan Behnel | fix struct auto-typedef-ing |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | minor cleanup |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Stefan Behnel | major cleanup, move argument default value caching... |
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 | use an explicit way to ask for a non-calculated constan... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | minor cleanups |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | merged in latest cython-devel |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefan Behnel | moved working bug test case |
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-18 |
Stefan Behnel | almost complete refactoring of constant allocation... |
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 | refactored GIL checking into separate transform (ticket... |
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 |
2009-03-11 |
Lisandro Dalcin | fix typecast testcase, int and pointer have different... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Robert Bradshaw | Release Candidate 3 |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Robert Bradshaw | More indexing tests |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Robert Bradshaw | Less hacky fast c int indexing. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Stefan Behnel | better error message |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stefan Behnel | remove unused code |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stefan Behnel | fix (Py_s)size_t as argument type by removing old code... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Robert Bradshaw | Release Candidate 2 |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stefan Behnel | set up numpy include directories in test runner when... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stefan Behnel | fix inclusion of package data files |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Robert Bradshaw | Better error reporting in pyxbuild |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Stefan Behnel | add missing files to MANIFEST.in |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Stefan Behnel | test case for ticket #18 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Stefan Behnel | test case for ticket #99 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Stefan Behnel | tests for T165 and T156 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Stefan Behnel | extended test case to also cover ticket #6 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Robert Bradshaw | release candidate |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Robert Bradshaw | Added tag 0.11.rc for changeset 838a6b7cae62 |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Stefan Behnel | use function pointer arguments in import/export api... 0.11.rc |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Lisandro Dalcin | get rid of the few usages of strcmp(), now replaced... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Robert Bradshaw | another warning avoidance |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Robert Bradshaw | Better cpdef override check (use method in C API rather... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Robert Bradshaw | Enable @locals for methods (ctx is c_class_pxd, not... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Robert Bradshaw | re-instate @cython.locals in pxd |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Lisandro Dalcin | cleanup unused exception class and some fixes for bette... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Lisandro Dalcin | Fix warning when __Pyx_Print is not used |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefan Behnel | work-around to fix ticket #228 at least work in Py2... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefan Behnel | fix test case |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefan Behnel | test case for ticket #228 |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefan Behnel | fix Cython compilation after cdef-locals change |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Stefan Behnel | prevent generating empty code section during vtable... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefan Behnel | enabled test for working ticket |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefan Behnel | reverted rev 1786 as it breaks strict aliasing |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefan Behnel | fix ticket #227: type check for bool is called PyBool_C... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefan Behnel | test case for ticket 227 |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Robert Bradshaw | Fix warning when __Pyx_PrintOne not used. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Robert Bradshaw | Fix bug in cdef locals |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Robert Bradshaw | change syntax for Cython's pxd |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Robert Bradshaw | decorators for cdef functions, remove strange pxd local... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Stefan Behnel | comments |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Stefan Behnel | faster unpacking of optional arguments (10-20%): findin... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Stefan Behnel | fix vtable type casting in Py3 to support strict aliasing |
commit | commitdiff | tree | snapshot |
next |