cython.git
2009-10-30 Stefan Behnelmerged in latest cython-devel
2009-10-30 Robert Bradshawremove sage-specific and unused incref-local-binop...
2009-10-29 Stefan Behnelrewrite of C array iteration support to iterate directl...
2009-10-29 Stefan Behnelextended test case
2009-10-29 Stefan Behnelfix #442: non-pyobject for-in-loop targets failed with...
2009-10-29 Robert BradshawMove some tests into function docstrings.
2009-10-29 Stefan Behnelextended/fixed test case
2009-10-29 Stefan Behneloptimise calls to int() and float() for casting purposes
2009-10-29 Robert Bradshawuse plain malloc/free in freezing code
2009-10-29 Robert BradshawT442, not T441.
2009-10-29 Robert BradshawTest fixes for T441 enumerate bug.
2009-10-29 Robert BradshawWorkaround for T441, enumerate optimization bug.
2009-10-29 Robert BradshawFix to compile sage.
2009-10-29 Robert BradshawDisable embedded testing for Py3 (can't run Cython).
2009-10-29 Robert Bradshawadd embedding to the test suite
2009-10-29 Robert BradshawTest for --embedded mode.
2009-10-28 Dag Sverre... Fix complex return values
2009-10-28 Dag Sverre... merge
2009-10-28 Dag Sverre... Testcase: Coercing typedef float to complex miscompiles
2009-10-28 Stefan Behnelextended test case for ticket 252
2009-10-28 Sturla MoldenSyntax highlighting for Cython and NumPy for KATE and...
2009-10-28 Robert Bradshawmerge
2009-10-28 Stefan Behneladded doctest to compile test case
2009-10-28 Stefan Behnelextended test case to make sure the ref-count optimisat...
2009-10-28 Stefan Behneldrop ref-counting on C attribute swaps
2009-10-27 Stefan BehnelPy3 test fixes
2009-10-27 Stefan Behneltest fixes for Py2.4
2009-10-27 Dag Sverre... merge
2009-10-27 Dag Sverre... numpy.pxd: Add intp_t and uintp_t
2009-10-27 Stefan Behnelefficiently support for-in loops over char* arrays...
2009-10-26 Dag Sverre... Nicer error message for undeclared[idx]
2009-10-26 Stefan Behnelcheck for bytes.decode() optimisation in test case
2009-10-26 Stefan Behnelextended test case
2009-10-26 Stefan Behneldrop redundant specialisation code from for-in loop...
2009-10-26 Stefan Behnelcleanup, support unbound method calls to bytes.decode()
2009-10-25 Stefan Behnelticket 436: efficiently support char*.decode() through...
2009-10-25 Lisandro Dalcinadd missing slots 'tp_del' (Py>=2.3) and 'tp_version_ta...
2009-10-25 Stefan Behnelfix intern() test in Py3
2009-10-24 Lisandro Dalcinfix testcase
2009-10-24 Robert BradshawBetter makefile clean.
2009-10-24 Mark Lodato--embed mode: fix Py3, floating point on FreeBSD
2009-10-24 Mark Lodatofreeze: fix for compiling with Python3
2009-10-24 Mark Lodatofreeze: exit(2) in examples, to test exit code
2009-10-24 Mark Lodatofreeze: include FreeBSD fix from Python's main()
2009-10-24 Stefan Behnelmerged in latest cython-devel
2009-10-24 Stefan Behnelfix identifier decoding check
2009-10-24 Stefan Behnelfix exec in Py2.3
2009-10-24 Stefan Behnelmissing weakref .pxd file, include all python_*.pxd...
2009-10-24 Stefan Behnelremoved dead comment
2009-10-24 Stefan Behnelminor refactoring, use 'notnone=True' in type tests
2009-10-21 Stefan Behnelanother merge fix
2009-10-21 Stefan Behnelmerged in latest cython-devel (with minor merge fixes)
2009-10-20 Stefan Behnelhandle simple swap assignments without ref-counting
2009-10-20 Stefan Behnelcomments
2009-10-20 Stefan Behnelfix switch transform
2009-10-20 Stefan Behnelmerge
2009-10-20 Stefan Behnelanother rewrite to catch comparisons of invalid types
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behneldon't allow pointer assignments to Python variables...
2009-10-20 Stefan Behneltest simplification
2009-10-20 Dag Sverre... Fix for buffer testcase (s must be bytes, not unicode)
2009-10-20 Dag Sverre... Blacklist __nonzero__ from autotestdict
2009-10-20 Dag Sverre... numpy.pxd: npy_complexX should be the C structs used...
2009-10-20 Dag Sverre... merge
2009-10-20 Dag Sverre... Fix z.conjugate() for typedef-ed z; disallow external...
2009-10-19 Stefan Behnelfind common type for comparisons *before* coercing...
2009-10-18 Stefan BehnelPy3 test fixes
2009-10-18 Stefan Behnelfix default string value representation in auto-embedde...
2009-10-18 Stefan Behnelenable working test
2009-10-18 Stefan Behnelfix source comments for non-ASCII characters
2009-10-18 Stefan Behneltest case cleanup
2009-10-18 Stefan Behnelnew test case for reraising exceptions
2009-10-18 Stefan BehnelPython calls SetTraceback() later, so should we
2009-10-18 Stefan Behnelfix memory leak in new exception raising code
2009-10-18 Stefan Behnelrefactoring of exception raising code, simpler/faster...
2009-10-17 Stefan BehnelPy2 test fixes
2009-10-17 Stefan Behnelavoid redundant recoding during code comment injection...
2009-10-17 Stefan Behnelfix bug 412: str char comparison, refactoring to move...
2009-10-17 Stefan Behnelfix test case in C++
2009-10-17 Robert Bradshawsome test fixes
2009-10-17 Robert BradshawBetter error for foo(*args) when foo a cdef function.
2009-10-16 Stefan Behnelsimple test for testing truth of C values
2009-10-16 Stefan Behnelmerge
2009-10-16 Stefan Behnelmore .pxd signature fixing
2009-10-16 Dag Sverre... Yet another bugfix for autotestdict
2009-10-16 Dag Sverre... Update a testcase
2009-10-16 Dag Sverre... Fix Parsing.py so it compiles with Cython
2009-10-16 Dag Sverre... Fix #418 (wrong error message)
2009-10-16 Dag Sverre... Another utility code order fix
2009-10-16 Dag Sverre... merge
2009-10-16 Dag Sverre... Even more helpful error message (use bytes?)
2009-10-16 Dag Sverre... Fix complex number utitity code order (sometimes they...
2009-10-16 Stefan Behnelmerge
2009-10-16 Stefan Behnelfixed various declarations in shipped .pxd files
2009-10-16 Dag Sverre... Change command-line directive behaviour for 0.12
2009-10-15 Stefan Behnelcleanup
2009-10-15 Stefan Behnelnew ndarray.base setter/getter functions by Neal Becker
2009-10-15 Stefan Behnelfix PyObject declaration
next