(Optionally) mutate range into for..from loops. |
|
More...
|
about 17 years ago
|
Due to occasional issues with cleanup on exit, cleanup now disabled by default. |
|
More...
|
about 17 years ago
|
Pyrex type conversion with overflow check for all int types. |
|
More...
|
about 17 years ago
|
fixed broken call to compiler error function |
|
More...
|
about 17 years ago
|
Remove redundant marking code |
|
More...
|
about 17 years ago
|
Fix classmethod for non-cdef classes. |
|
More...
|
about 17 years ago
|
Keep counted reference to module |
|
More...
|
about 17 years ago
|
merge of Cython 0.9.6.9 |
|
More...
|
about 17 years ago
|
merge of Cython 0.9.6.9 |
|
More...
|
about 17 years ago
|
Change version number |
|
More...
|
about 17 years ago
|
Add annotate file for html output |
|
More...
|
about 17 years ago
|
HTML source annotation module |
|
More...
|
about 17 years ago
|
Fix agreement of cpdef functions and pxd files |
|
More...
|
about 17 years ago
|
merge of 0.9.6.8 |
|
More...
|
about 17 years ago
|
ignore METH_COEXIST for python < 2.4 |
|
More...
|
about 17 years ago
|
docstrings for special methods and cpdef functions |
|
More...
|
about 17 years ago
|
Re: Disabling docstrings in generated .so? |
|
More...
|
about 17 years ago
|
Move assert exception object creation inside assert if block |
|
More...
|
about 17 years ago
|
Version number change |
|
More...
|
about 17 years ago
|
make overridable a type-level property, now overriding functions must agree |
|
More...
|
about 17 years ago
|
... |
|
More...
|
about 17 years ago
|
Fix cpdef after merge, change so one can still call super methods |
|
More...
|
about 17 years ago
|
Fix function import refcount (Stefan Behnel) |
|
More...
|
about 17 years ago
|
Re-enable __index__ for Py_ssize_t, fix refcount error in that function |
|
More...
|
about 17 years ago
|
enable builtin caching and cleanup |
|
More...
|
about 17 years ago
|
fix DECREF of borrowed reference |
|
More...
|
about 17 years ago
|
fix DECREF of borrowed reference |
|
More...
|
about 17 years ago
|
Fix missing decref in __Pyx_ImportModule |
|
More...
|
about 17 years ago
|
PyObject_Hash returns long, not int |
|
More...
|
about 17 years ago
|
error handling code was missing |
|
More...
|
about 17 years ago
|