2008-07-10 |
Dag Sverre... | Typo in buffer |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dag Sverre... | Non-buffer code working again, typedefs working with... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dag Sverre... | Buffer access working for builtin numeric types. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Dag Sverre... | Non-ndim buffer indices falls back to Python; stops... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Dag Sverre... | Buffer assignment appears to be working |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Dag Sverre... | Moved buffer transform to Buffer.py |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Dag Sverre... | Works with some assignment expressions |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Dag Sverre... | PS: non-working state. Buffer access able to run fully... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dag Sverre... | more merge |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dag Sverre... | Creating buffer type |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dag Sverre... | Merge of buffer test case (forgot to commit it earlier) |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Dag Sverre... | Buffer test cases |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Dag Sverre... | Merge; disabled activation of unfinished closure code |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Dag Sverre... | Buffer parsing complete; small transform factorizations... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Dag Sverre... | Parsing.py parses [] buffer access; fixed a unit test... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Stefan Behnel | cleanup |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Stefan Behnel | S5 theme for Cython, 'make s5' target to build slides... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Stefan Behnel | fix for module .pxd file searching: must start at packa... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | Add indirection to closure variables |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Generates closure classes for all functions |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Now handles the case of pipeline raising exception... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | First pass at PersistentLocalScope |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | Mark closure visitor |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | More Main refactoring cleanup |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Pulled transforms from ModuleNode to Main |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Scope now creating by parse stage in Main |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Have the code generator transform generate the Compilat... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Regex matching for unit tests |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Robert Bradshaw | Transform nodes for analyse_declarations and analyse_ex... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Added unit tests to test runner |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Temporary Main.py refactoring; divided in pieces which... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Added test case with typing |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Fixed typos, using Naming for temp prefixes |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | fixed test case |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Fixed problem with unicode temporary strings |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Dag Sverre... | Better exception info reading for with statement |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Dag Sverre... | merge |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Dag Sverre... | Support for with statement |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Dag Sverre... | More CodeWriter support |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Dag Sverre... | Merge |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Dag Sverre... | Started on TempName support, more CodeWriter |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Stefan Behnel | reverted last type casting change |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Bump version number. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Added tag Version-0.9.8 for changeset 16a746d969e2 |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Only make dep file for recursive 0.9.8 |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Behnel | type casting simplification that seems to remove strict... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Behnel | resolved strict aliasing problem by changing type cast |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Behnel | quick work-around for PEP 3121 implementation in Py3... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Stefan Behnel | Py3 test fix |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Fix cpdef, make corrupt c file older than pyx file. |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Added tag 0.9.8rc1 for changeset 67ee5a34bfc6 |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Robert Bradshaw | Fix e_declarations.pyx, e_nogilfunctype.pyx, e_tempcast... 0.9.8rc1 |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Tests e_powop, e_pyobinstruct, e_tempcast, e_while... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Fix e_nogilcmeth |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | We do allow execution in cdef class bodies. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Fix e_ctypedefornot |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Fix e_cstruct errors |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Fix crash for scope=None compilation error, more strict... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Cleanup MANIFEST |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | more error tests, some failing |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | new test cases from Pyrex |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | new test cases from Pyrex |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | new test cases from Pyrex |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | scope isn't always set for new classes |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | applied pending fix by Greg |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | added test case from Pyrex rev 96 |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | stream-lined Node.end_pos() |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | minor speed-ups in code writer |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | some stream-lining in CCodeWriter.mark_pos() |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Stefan Behnel | do not print error context that resulted from encoding... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Module name sanity checking |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Robert Bradshaw | Fix for cdef extern classes |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Stefan Behnel | removed unused 'make version' target: there should... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Stefan Behnel | more .hgignore's |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Robert Bradshaw | Commit rejected hunk for nogill compatability. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Stefan Behnel | fix error context output |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Stefan Behnel | compile Cython.Plex.Scanners module on install to speed... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Robert Bradshaw | Remove spurious const cast and warnings, niceident... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Robert Bradshaw | merge |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Stefan Behnel | Py3 test fixes |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Dag Sverre... | Initialize unassigned node child attributes to None... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Dag Sverre... | Fix test case syntax error |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Dag Sverre... | 64-bit testcase fix |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Stefan Behnel | last merge broke the compiler, here are some initial... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Robert Bradshaw | Fixed trac-17, default values as class members. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Robert Bradshaw | Merge -dagss and -devel |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Robert Bradshaw | Switch statement omptimization |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Stefan Behnel | code comments |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Stefan Behnel | Pyrex merge: removed leaking declarations |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Stefan Behnel | Pyrex merge: disable multiple compilation in one contex... |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Stefan Behnel | Pyrex merge: parser context refactoring + nogil blocks |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Robert Bradshaw | Final cleanup of child accessor stuff |
commit | commitdiff | tree | snapshot |
next |