Fix forking in runtests.py (ticket #449).
[cython.git] / Cython /
2009-11-17 Robert BradshawFix for setting real/imaginary parts for MSVC C++.
2009-11-13 Lisandro Dalcinmake CTypedefType.declaration_code() honor dll_linkage
2009-11-13 Robert BradshawBump version number.
2009-11-12 Lisandro Dalcingroup definition of Py2/Py3 bytes/str compatibility... 0.12.rc0
2009-11-11 Robert Bradshawmerge
2009-11-11 Robert BradshawFix for in/not in cascading.
2009-11-11 Lisandro Dalcinimplementation of 'not in' is broken (ticket #455)
2009-11-11 Stefan Behnelcomment
2009-11-11 David CournapeauOptional setuptools-based cython build
2009-11-10 Lisandro Dalcinfix mixed declarations and code in function code generation
2009-11-05 Robert Bradshawremove broken option
2009-11-05 Robert BradshawVersion number.
2009-11-05 Robert BradshawFix bug #252, mangle illegal optional c argument names. 0.12.alpha0
2009-11-05 Robert BradshawFix ticket #446 (non-float complex regression).
2009-11-03 Dag Sverre SeljebotnFix #441
2009-11-03 Robert BradshawOptimized list pop.
2009-11-02 Dag Sverre SeljebotnTemporary fix for #441
2009-11-02 Dag Sverre Seljebotnmerge
2009-11-02 Dag Sverre SeljebotnFix #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-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 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 Behnelfix #442: non-pyobject for-in-loop targets failed with...
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 BradshawWorkaround for T441, enumerate optimization bug.
2009-10-29 Robert BradshawFix to compile sage.
2009-10-28 Dag Sverre SeljebotnFix complex return values
2009-10-28 Dag Sverre Seljebotnmerge
2009-10-28 Robert Bradshawmerge
2009-10-28 Stefan Behneldrop ref-counting on C attribute swaps
2009-10-27 Dag Sverre Seljebotnmerge
2009-10-27 Dag Sverre Seljebotnnumpy.pxd: Add intp_t and uintp_t
2009-10-27 Stefan Behnelefficiently support for-in loops over char* arrays...
2009-10-26 Dag Sverre SeljebotnNicer error message for undeclared[idx]
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-24 Mark Lodato--embed mode: fix Py3, floating point on FreeBSD
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-12 Mark Lodatoprevent warnings when compiling with `gcc -Wextra`
2009-10-22 Lisandro DalcinExtension type cast should reject None (ticket #417)
2009-10-16 Mark Lodatonumpy.pxd: add NPY_UINT64 and family
2009-10-16 Mark Lodatonumpy.pxd: fix typo PyArray_ISISCONTIGUOUS
2009-10-23 Stefan Behnelfix cascade order of assignments for complete assignmen...
2009-10-23 Stefan Behnelmore .pxd cleanups
2009-10-23 Stefan Behnelfix bug 409: use cascaded assignments also for the...
2009-10-23 Robert BradshawFix #250, Traceback method name is wrong for exceptions...
2009-10-23 Robert BradshawFix ticket #215, explicit error for __getslice__, __del...
2009-10-22 Stefan Behnelfix in-place division in Py3
2009-10-22 Robert BradshawAnnotation work.
2009-10-22 Robert BradshawRemove backwards incompatable change to string identifiers.
2009-10-22 Robert Bradshawanother merge
2009-10-22 Robert BradshawFix cpp exception catching.
2009-10-22 Robert BradshawReturn value for check_const.
2009-10-22 Stefan Behnelmerge
2009-10-22 Stefan Behnelfix intern() optimisation
2009-10-22 Robert BradshawFix casts and negations in except clauses.
2009-10-22 Robert BradshawMore cmp tests, refix C assignable types.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawMore comparison fixes.
2009-10-22 Stefan Behneltiny cleanup
2009-10-22 Robert BradshawFix comparison type deduction.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawFix #431, intern() doesn't work for python strings...
2009-10-21 Stefan Behnelcleanup
2009-10-21 Stefan Behnelfix bug 430: make 'locals().items()' work
2009-10-21 Stefan Behnelfix bug 429: make 'locals' builtin overridable
2009-10-21 Stefan Behneldetect optimisable IndexNodes assignments in ref-count...
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 Behneldon't allow pointer assignments to Python variables...
2009-10-20 Dag Sverre SeljebotnBlacklist __nonzero__ from autotestdict
2009-10-20 Dag Sverre Seljebotnnumpy.pxd: npy_complexX should be the C structs used...
2009-10-20 Dag Sverre Seljebotnmerge
2009-10-20 Dag Sverre SeljebotnFix z.conjugate() for typedef-ed z; disallow external...
2009-10-19 Stefan Behnelfind common type for comparisons *before* coercing...
2009-10-18 Stefan Behnelfix default string value representation in auto-embedde...
2009-10-18 Stefan Behnelfix source comments for non-ASCII characters
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 Behnelavoid redundant recoding during code comment injection...
2009-10-17 Stefan Behnelfix bug 412: str char comparison, refactoring to move...
2009-10-17 Robert BradshawBetter error for foo(*args) when foo a cdef function.
next