projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2007-12-05
Robert Bradshaw
Pyrex type conversion with overflow check for all int...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Robert Bradshaw
Remove redundant marking code
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Robert Bradshaw
Fix classmethod for non-cdef classes.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-21
Robert Bradshaw
Change version number
commit
|
commitdiff
|
tree
|
snapshot
2007-11-18
Robert Bradshaw
Add annotate file for html output
commit
|
commitdiff
|
tree
|
snapshot
2007-11-16
Robert Bradshaw
HTML source annotation module
commit
|
commitdiff
|
tree
|
snapshot
2007-11-11
Robert Bradshaw
Fix agreement of cpdef functions and pxd files
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Robert Bradshaw
ignore METH_COEXIST for python < 2.4
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
Robert Bradshaw
docstrings for special methods and cpdef functions
commit
|
commitdiff
|
tree
|
snapshot
2007-11-07
"Gustavo Sverzut...
Re: Disabling docstrings in generated .so?
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
Move assert exception object creation inside assert...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
Version number change
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
make overridable a type-level property, now overriding...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
Fix cpdef after merge, change so one can still call...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-29
Stefan Behnel
fix DECREF of borrowed reference
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
Fix function import refcount (Stefan Behnel)
commit
|
commitdiff
|
tree
|
snapshot
2007-11-01
Robert Bradshaw
Re-enable __index__ for Py_ssize_t, fix refcount error...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-28
Robert Bradshaw
Fix missing decref in __Pyx_ImportModule
commit
|
commitdiff
|
tree
|
snapshot
2007-10-27
Carl Witty
PyObject_Hash returns long, not int
commit
|
commitdiff
|
tree
|
snapshot
2007-10-26
Robert Bradshaw
Fix crash on undeclared builtin
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Robert Bradshaw
rdef -> cpdef
commit
|
commitdiff
|
tree
|
snapshot
2007-10-25
Robert Bradshaw
cache builtins at module level
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Robert Bradshaw
Generate module cleanup code
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Robert Bradshaw
Fix builtins caching
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Robert Bradshaw
Cleanup builtin function code
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Robert Bradshaw
Enable relative cimports
commit
|
commitdiff
|
tree
|
snapshot
2007-10-24
Robert Bradshaw
Decref error in except clause
commit
|
commitdiff
|
tree
|
snapshot
2007-10-21
Stefan Behnel
package-local import patch reverted
commit
|
commitdiff
|
tree
|
snapshot
2007-10-21
Robert Bradshaw
ctypedef casting, more cdef extern class work
commit
|
commitdiff
|
tree
|
snapshot
2007-10-21
Robert Bradshaw
Fix ctypedef extern class, assignment on declaration...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-20
Robert Bradshaw
merge (including cwitty's change to get_exception_utili...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
indent fix
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
greg: Tests passed
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
Added getattr3() builtin
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
General cdef block
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
Only include public types in generated headers
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
Fix C API namespace pollution
commit
|
commitdiff
|
tree
|
snapshot
2007-10-18
Stefan Behnel
Fix king1 - compile time == operator
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Stefan Behnel
greg: Add --force support to distutils extension
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Stefan Behnel
greg: Fix ishimoto4 - calling convention omitted from...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Stefan Behnel
removed debug code
commit
|
commitdiff
|
tree
|
snapshot
2007-10-17
Stefan Behnel
import modules only once, support module-level imports
commit
|
commitdiff
|
tree
|
snapshot
2007-10-15
Stefan Behnel
preliminary merge of Pyrex 0.9.6.2 -> crashes
commit
|
commitdiff
|
tree
|
snapshot
2007-10-14
Carl Witty
Fix __Pyx_GetExcValue to avoid (possibly) running Pytho...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-13
Stefan Behnel
merged in changes from Cython 0.9.6.7
commit
|
commitdiff
|
tree
|
snapshot
2007-10-12
Stefan Behnel
merge of Pyrex 0.9.6.2
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Robert Bradshaw
New version
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Robert Bradshaw
Interned integer constants, created at module load...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Robert Bradshaw
Minor bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Stefan Behnel
imported added files of Pyrex 0.9.6.2
commit
|
commitdiff
|
tree
|
snapshot
2007-10-11
Stefan Behnel
import of Pyrex 0.9.6.2
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Robert Bradshaw
rdef keyword for overridable methods
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Robert Bradshaw
Error message (rather than traceback) on missing name...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Robert Bradshaw
Fix c++ error when using 'is' with different types.
commit
|
commitdiff
|
tree
|
snapshot
2007-10-09
Thomas Hunger
bugfix: avoid emitting code that closes a comment in...
commit
|
commitdiff
|
tree
|
snapshot
2007-10-10
Robert Bradshaw
Use PyObject_RichCompare rather than PyObject_Cmp
commit
|
commitdiff
|
tree
|
snapshot
2007-10-08
Robert Bradshaw
merge changes for 0.9.6.7 release
commit
|
commitdiff
|
tree
|
snapshot
2007-10-02
Robert Bradshaw
(Python) override modifier for cdef methods
commit
|
commitdiff
|
tree
|
snapshot
2007-09-23
Stefan Behnel
another fix to make it work with Robert's signature...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-23
Stefan Behnel
fix to still support a keyword dictionary besides kw...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-23
Stefan Behnel
support for keyword-only arguments and required keyword...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-25
Robert Bradshaw
Fix traceback on conditional expression error
commit
|
commitdiff
|
tree
|
snapshot
2007-09-23
Stefan Behnel
support for keyword-only arguments and required keyword...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-21
Thomas Hunger
Use assert instead of if without else to ensure an...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Thomas Hunger
The changes for code execution registered the
commit
|
commitdiff
|
tree
|
snapshot
2007-09-25
Robert Bradshaw
Use assignable_from for conditional node
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Robert Bradshaw
Use PY_VERSION_HEX rather than sys.version_info for...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Thomas Hunger
Add versioning to slots so that additional
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Robert Bradshaw
Fix classmethod for use in cdef classes.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Thomas Hunger
Changed the assigment code generator to emit
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Thomas Hunger
Emit and release temporary variables in global namespace
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Robert Bradshaw
Finish class members
commit
|
commitdiff
|
tree
|
snapshot
2007-09-19
Robert Bradshaw
Class members in cdef classes
commit
|
commitdiff
|
tree
|
snapshot
2007-09-18
tom@tom
partial code for execution in classes
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Stefan Behnel
removed callable() again
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Stefan Behnel
removed getattr() optimisation as it disables the usage...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Stefan Behnel
another signature fix, support for issubclass() and...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Stefan Behnel
[has|get|set]attr() optimisation (fix for setattr)
commit
|
commitdiff
|
tree
|
snapshot
2007-09-15
Stefan Behnel
[has|get|set]attr() optimisation
commit
|
commitdiff
|
tree
|
snapshot
2007-09-13
Stefan Behnel
support method slots specific to a Python version
commit
|
commitdiff
|
tree
|
snapshot
2007-09-12
Stefan Behnel
merge from 0.9.6.6
commit
|
commitdiff
|
tree
|
snapshot
2007-09-11
Stefan Behnel
use 'with GIL' instead of 'withGIL' to avoid introducin...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-11
Stefan Behnel
use 'with GIL' instead of 'withGIL' to avoid introducin...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-10
Stefan Behnel
support automatic GIL grabbing inside a function by...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-11
Robert Bradshaw
Type check after (not before) operation on inplace...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-10
Stefan Behnel
support automatic GIL grabbing inside a function by...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-10
Robert Bradshaw
enable attribute access of cdef functions
commit
|
commitdiff
|
tree
|
snapshot
2007-09-07
Robert Bradshaw
Check return values before PyErr_Occurred() for coercio...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-05
Robert Bradshaw
incref_local_binop option for SAGE
commit
|
commitdiff
|
tree
|
snapshot
2007-09-05
Robert Bradshaw
Better error for ** on integer types.
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
do not use __builtin_expect with GCC < 2.96
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
do not use __builtin_expect with GCC < 2.96
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
rewrote Python 2.5-ism
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
Stefan Behnel
rewrote Python 2.5-ism
commit
|
commitdiff
|
tree
|
snapshot
2007-08-31
Stefan Behnel
version update
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Stefan Behnel
fix for property functions
commit
|
commitdiff
|
tree
|
snapshot
2007-08-25
Stefan Behnel
fix for property functions
commit
|
commitdiff
|
tree
|
snapshot
next