cython-devel

log

age author description
9 hours Robert Bradshaw mergedefault tip
9 hours Robert Bradshaw Refnanny unraisable fix.
9 hours Lisandro Dalcin fix Makefile, clean more *.py[co] files
10 hours Lisandro Dalcin remove ancient Plex test file
11 hours Robert Bradshaw Get rid of unraisable warnings in the refnanny.
11 hours Lisandro Dalcin remove dependency on structmember.h
12 hours Stefan Behnel trial fix for Py2.3 build
12 hours Stefan Behnel trial fix for Py2.3 build
12 hours Stefan Behnel Py2.3 fix
13 hours Lisandro Dalcin fix typo in Makefile and remove make logfile after run
15 hours Lisandro Dalcin fix signed/unsigned comparison in buffer access code
19 hours Stefan Behnel run embedding test with current Python, not system Python
20 hours Stefan Behnel run embedding test with current Python, not system Python
22 hours Stefan Behnel Py2.3 test work-around
22 hours Stefan Behnel py2.3 build fix
24 hours Stefan Behnel re-enable exception beautification
35 hours Lisandro Dalcin casting to typedef pointer/array types (ticket #518)
36 hours Robert Bradshaw merge latest cython-devel into cpp branch
2 days daniloaf some .pxd for stl on Cython/Includes/libcpp. Tests missing
7 days daniloaf Fixed bug on overloaded methods from templated C++ classes and correct
2 weeks Robert Bradshaw Reference type inference
2 weeks Robert Bradshaw Simple reference tests.
2 weeks Robert Bradshaw Parsing fix, vector test.
2 weeks Robert Bradshaw Function call returning a reference is an lvalue.
2 weeks Robert Bradshaw cleanup
2 weeks Robert Bradshaw C++ references
45 hours Stefan Behnel simplification
47 hours Stefan Behnel minor cleanup
47 hours Stefan Behnel support 'from __future__ import print_function' in Py2.6+
2 days Stefan Behnel fix print implementation in Py3, make it more suitable for potential inlining
2 days Craig Citro merge
2 days Craig Citro arithmatic -> arithmetic
2 days Craig Citro seperated -> separated
2 days Craig Citro Fix for autotestdict & property not playing well together.
2 days Craig Citro Fixes to runtests.py.
2 days Lisandro Dalcin fix tescase for cast to pointer from integer of different size in 64bits
2 days Lisandro Dalcin fix buffer code and testcases to silent GCC warning
2 days Lisandro Dalcin fix testcases to silent GCC warning
2 days Lisandro Dalcin fix testcases to silent GCC warning
2 days Stefan Behnel doc fix
2 days Stefan Behnel doc fix
2 days Stefan Behnel doc fix
2 days Stefan Behnel doc fix
2 days Stefan Behnel fix sdist build in Py3
2 days Stefan Behnel cleanup code for print() function in Py3
2 days Stefan Behnel renamed test functions to make the output more readable
2 days Stefan Behnel merge
2 days Stefan Behnel implemented 'print >> stream'
3 days Lisandro Dalcin change display of typedef types, use plain name instead of qualified name
5 days Stefan Behnel fix infer_types directive check
5 days Stefan Behnel disabled another pyregr test
5 days Stefan Behnel code simplification
5 days Stefan Behnel minor fix for double inference
5 days Stefan Behnel readability fix
5 days Stefan Behnel fix ticket 467: restore eval-once semantics for all rhs items in parallel assignments by extracting common subexpressions into temps
6 days Stefan Behnel fix test crashes
6 days Stefan Behnel support terminating the test runner without error return code even after test failures
6 days Stefan Behnel exclude Python regression test that currently breaks the test run
6 days Stefan Behnel code cleanup
6 days Stefan Behnel safety fix