cython.git
2009-11-07 Stefan Behnelmerged in latest cython-devel
2009-11-06 Robert BradshawTry-except around doctest tempfile deletion (for windows).
2009-11-06 Robert BradshawRemove unneeded cpp_exception compile test.
2009-11-05 Robert BradshawInclude all of Tools.
2009-11-05 Robert BradshawMove cpp_exceptions_helper.cpp to cpp_exceptions_helper...
2009-11-05 Robert Bradshawremove broken option
2009-11-05 Robert BradshawVersion number.
2009-11-05 Robert BradshawAdded tag 0.12.alpha0 for changeset 4208042ceeae
2009-11-05 Robert BradshawFix bug #252, mangle illegal optional c argument names. 0.12.alpha0
2009-11-05 Robert BradshawTests for ticket #446.
2009-11-05 Robert BradshawFix ticket #446 (non-float complex regression).
2009-11-03 Stefan Behnelrun gc after running a test, prevent the test runner...
2009-11-03 Dag Sverre... Fix #441
2009-11-03 Robert BradshawOptimized list pop.
2009-11-03 Robert BradshawOptional forking in runtests.py
2009-11-02 Dag Sverre... Temporary fix for #441
2009-11-02 Dag Sverre... merge
2009-11-02 Dag Sverre... Fix #444 (utility code not pulled in in corner case)
2009-11-01 Stefan Behnelcleanup
2009-11-01 Stefan Behneldisable compile time error in favour of a runtime error...
2009-11-01 Stefan Behneltest __new__() optimisation interaction with __cinit__()
2009-10-31 Robert Bradshawcomplex number coercion fix
2009-10-31 Robert BradshawFix complex zero division testing.
2009-10-31 Stefan Behnelfix tp_new() function return type
2009-10-31 Stefan Behnelfix C assignment issue for the typed target case
2009-10-31 Stefan Behneladd a None check, except for plain extension type names
2009-10-31 Stefan Behneloptimise MyType.__new__(MyType) into a tp_new() slot...
2009-10-30 Stefan BehnelPy3 test fix
2009-10-30 Stefan BehnelPy3 doctest fix
2009-10-30 Stefan Behnelvarious Py3 test fixes after doctest refactoring
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...
next