| 5 weeks | Robert Bradshaw | Bump version number. |
| 5 weeks | Robert Bradshaw | Added tag Version-0.9.8 for changeset 16a746d969e2 |
| 5 weeks | Robert Bradshaw | Only make dep file for recursive |
| 5 weeks | Robert Bradshaw | Fix cpdef, make corrupt c file older than pyx file. |
| 6 weeks | Robert Bradshaw | Added tag 0.9.8rc1 for changeset 67ee5a34bfc6 |
| 6 weeks | Robert Bradshaw | Fix e_declarations.pyx, e_nogilfunctype.pyx, e_tempcast.pyx. All tests pass. |
| 6 weeks | Robert Bradshaw | Tests e_powop, e_pyobinstruct, e_tempcast, e_while, nogilcmeth now pass. |
| 6 weeks | Robert Bradshaw | Fix e_nogilcmeth |
| 6 weeks | Robert Bradshaw | We do allow execution in cdef class bodies. |
| 6 weeks | Robert Bradshaw | Fix e_ctypedefornot |
| 6 weeks | Robert Bradshaw | Fix e_cstruct errors |
| 6 weeks | Robert Bradshaw | Fix crash for scope=None compilation error, more strict literal char* -> int |
| 6 weeks | Robert Bradshaw | merge |
| 6 weeks | Stefan Behnel | more error tests, some failing |
| 6 weeks | Stefan Behnel | new test cases from Pyrex |
| 6 weeks | Stefan Behnel | new test cases from Pyrex |
| 6 weeks | Stefan Behnel | new test cases from Pyrex |
| 6 weeks | Robert Bradshaw | Cleanup MANIFEST |
| 6 weeks | Stefan Behnel | scope isn't always set for new classes |
| 6 weeks | Stefan Behnel | applied pending fix by Greg |
| 6 weeks | Robert Bradshaw | merge |
| 6 weeks | Stefan Behnel | added test case from Pyrex rev 96 |
| 6 weeks | Stefan Behnel | stream-lined Node.end_pos() |
| 6 weeks | Stefan Behnel | minor speed-ups in code writer |
| 6 weeks | Stefan Behnel | some stream-lining in CCodeWriter.mark_pos() |
| 6 weeks | Stefan Behnel | do not print error context that resulted from encoding errors (i.e. it's unprintable anyway) |
| 6 weeks | Stefan Behnel | removed unused 'make version' target: there should be one place where the version is updated |
| 6 weeks | Stefan Behnel | more .hgignore's |
| 6 weeks | Stefan Behnel | fix error context output |
| 6 weeks | Stefan Behnel | compile Cython.Plex.Scanners module on install to speed up compilation |
| 6 weeks | Robert Bradshaw | Module name sanity checking |
| 6 weeks | Robert Bradshaw | Fix for cdef extern classes |
| 6 weeks | Robert Bradshaw | Commit rejected hunk for nogill compatability. |
| 2 months | Gregory Ewing | Fix nogil function pointer assignment rules |
| 6 weeks | Robert Bradshaw | Finish porting circular import patch from Pyrex. |
| 2 months | Gregory Ewing | Base class not needed in forward extension class declaration |
| 2 months | Gregory Ewing | Forward declaration of extension class in another module |
| 6 weeks | Robert Bradshaw | Fix for extracting full module name out of full path name. |
| 6 weeks | Robert Bradshaw | Remove spurious const cast and warnings, niceident regex fix, all tests pass. |
| 6 weeks | Robert Bradshaw | merge |
| 6 weeks | Stefan Behnel | Py3 test fixes |
| 6 weeks | Dag Sverre Seljebotn | Initialize unassigned node child attributes to None, clean up ExprNode |
| 6 weeks | Dag Sverre Seljebotn | Fix test case syntax error |
| 6 weeks | Dag Sverre Seljebotn | 64-bit testcase fix |
| 6 weeks | Stefan Behnel | last merge broke the compiler, here are some initial fixes |
| 2 months | jek-cythonhg | Patches to make Windows port work with Python 2.6a3 |
| 2 months | Kirill Smelkov | RFC: constify Cython output all over the place (newbie approach) |
| 2 months | jek-cythonhg | Emit code to guard declarations for this module's public functions. |
| 2 months | Dag Sverre Seljebotn | Fixed iterator raising exception bug. |
| 6 weeks | Robert Bradshaw | Go back to using nice cnames for identifiers |
| 6 weeks | Robert Bradshaw | Fixed trac-17, default values as class members. |
| 6 weeks | Robert Bradshaw | Merge -dagss and -devel |
| 6 weeks | Stefan Behnel | code comments |
| 6 weeks | Stefan Behnel | Pyrex merge: removed leaking declarations |
| 6 weeks | Stefan Behnel | Pyrex merge: disable multiple compilation in one context, verbose mode to output file names during compilation |
| 6 weeks | Stefan Behnel | Pyrex merge: parser context refactoring + nogil blocks |
| 6 weeks | Stefan Behnel | tab cleanup |
| 6 weeks | Stefan Behnel | test case cleanup, removes some gcc warnings |
| 6 weeks | Stefan Behnel | code cleanup after last change |
| 6 weeks | Stefan Behnel | fix return value setting for 'except *' functions |