projects
/
cython.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cython.git
2009-03-08
Stefan Behnel
use function pointer arguments in import/export api...
0.11.rc
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
Lisandro Dalcin
get rid of the few usages of strcmp(), now replaced...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
Robert Bradshaw
another warning avoidance
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
Robert Bradshaw
Better cpdef override check (use method in C API rather...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
Robert Bradshaw
Enable @locals for methods (ctx is c_class_pxd, not...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
Robert Bradshaw
re-instate @cython.locals in pxd
commit
|
commitdiff
|
tree
|
snapshot
2009-03-06
Lisandro Dalcin
cleanup unused exception class and some fixes for bette...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-06
Lisandro Dalcin
Fix warning when __Pyx_Print is not used
commit
|
commitdiff
|
tree
|
snapshot
2009-03-03
Stefan Behnel
work-around to fix ticket #228 at least work in Py2...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-03
Stefan Behnel
fix test case
commit
|
commitdiff
|
tree
|
snapshot
2009-03-03
Stefan Behnel
test case for ticket #228
commit
|
commitdiff
|
tree
|
snapshot
2009-03-03
Stefan Behnel
fix Cython compilation after cdef-locals change
commit
|
commitdiff
|
tree
|
snapshot
2009-03-02
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-03-02
Stefan Behnel
prevent generating empty code section during vtable...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Stefan Behnel
enabled test for working ticket
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Stefan Behnel
reverted rev 1786 as it breaks strict aliasing
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Stefan Behnel
fix ticket #227: type check for bool is called PyBool_C...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Stefan Behnel
test case for ticket 227
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Robert Bradshaw
Fix warning when __Pyx_PrintOne not used.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Robert Bradshaw
Fix bug in cdef locals
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Robert Bradshaw
change syntax for Cython's pxd
commit
|
commitdiff
|
tree
|
snapshot
2009-03-01
Robert Bradshaw
decorators for cdef functions, remove strange pxd local...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-28
Stefan Behnel
comments
commit
|
commitdiff
|
tree
|
snapshot
2009-02-28
Stefan Behnel
faster unpacking of optional arguments (10-20%): findin...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-28
Stefan Behnel
Py3 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-28
Stefan Behnel
fix vtable type casting in Py3 to support strict aliasing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
Optimize negative indexing.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
Optimize indexing for -1 case.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Stefan Behnel
fix GCC warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Stefan Behnel
let's generate some code for Cython :)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
Wrap likely() expressions individually in indexing...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
more branch avoidance
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Robert Bradshaw
Fix to handle None or fast tuple/list indexing.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-27
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Optimize printing of one object.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Optimized indexing for tuple, list types.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Test for indexing
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Create new c file to play better with hard links (Trac...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Stefan Behnel
function type casting patch for c-imported/exported...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Fix memleak in try-continue
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Another test for try-break.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Fix leak in try-break.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Test for typed from...import
commit
|
commitdiff
|
tree
|
snapshot
2009-02-26
Robert Bradshaw
Fix type conversion for from...import statement.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Robert Bradshaw
Avoid crashes in refnanny when PyFinalize gets messy...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Stefan Behnel
fix default arguments for C89 (based on patch by Lisandro)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Robert Bradshaw
Another fix to #include ordering
commit
|
commitdiff
|
tree
|
snapshot
2009-02-25
Lisandro Dalcin
fix reference leak in the capi export function, add...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-24
Stefan Behnel
fix test case
commit
|
commitdiff
|
tree
|
snapshot
2009-02-24
Stefan Behnel
do not use refnanny in module cleanup code
commit
|
commitdiff
|
tree
|
snapshot
2009-02-24
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-24
Stefan Behnel
clean up ref-counting for default arguments (by Lisandro)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Lisandro Dalcin
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Stefan Behnel
actually, don't call generate_post_assignment_code...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Lisandro Dalcin
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Lisandro Dalcin
do not nullify imported extension types at module cleanup
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Stefan Behnel
enable test case in Py3
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Stefan Behnel
do it right this time: call generate_post_assignment_code
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Stefan Behnel
merge and fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Stefan Behnel
revert offending NumPy test changes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-23
Lisandro Dalcin
fix ref-counting & cleanup and add testcase for functio...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
re-enable refnanny in Py3
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
make pyxbuild.py Py3 compatible with .c compile fallbac...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
preparing a function default argument needs a GIVEREF
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
use __Pyx_DOCSTR() and __Pyx_NAMESTR() for module docst...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
fix ref-counting for the module object in the module...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
fix leaking classmethods in cdef classes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-22
Stefan Behnel
enable refnanny for module init function (by Lisandro)
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
minor consistency fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
proposed fix to prevent exception chaining in Py3
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
work around Python inconsistency in test case
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Lisandro Dalcin
do not use refnanny in module cleanup function
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
Py3 test fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
unicode test fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
unicode fixes for numpy test (untested, hopefully not...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
comment
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
refnanny fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
refnanny: Cleanup + fix some smaller issues
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
Py3 test fix
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Stefan Behnel
fix long literals in Py3
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
new temps bug on indexing deletion
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
refnanny: Do Python operations exception-safely in...
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Dag Sverre...
refnanny: Remove dead exception raising code
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Robert Bradshaw
Test for cmp nodes
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Robert Bradshaw
Fix memleak in cascaded comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Robert Bradshaw
try-break test
commit
|
commitdiff
|
tree
|
snapshot
2009-02-21
Robert Bradshaw
Fix memleak when break used in try statement
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Robert Bradshaw
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Robert Bradshaw
Fix refnanny for cpdef functions
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Stefan Behnel
merge
commit
|
commitdiff
|
tree
|
snapshot
2009-02-20
Stefan Behnel
Py3 compile fixes
commit
|
commitdiff
|
tree
|
snapshot
next