63
I Use This!
Activity Not Available

Commits : Listings

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