cython.git
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-23 Lisandro Dalcinadditional test for type casts (ticket #417)
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 Behnelapplied pyximport patch from ticket 312
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 BradshawCpp exception tests.
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 Behneltest fixes
2009-10-21 Stefan Behnelfix bug 429: make 'locals' builtin overridable
2009-10-21 Stefan Behnelnew test case for locals()
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneltest case for locals(), ticket 429
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneldetect optimisable IndexNodes assignments in ref-count...
2009-10-21 Dag Sverre... Preliminary scons support (in Tools dir)
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
2009-10-15 Stefan Behnelfix PyObject declaration
2009-10-15 Stefan Behnelfix PyObject import in numpy.pxd, added ndarray.base...
2009-10-15 Stefan Behnelreenable test forking in test runner
2009-10-15 Dag Sverre... merge
2009-10-15 Dag Sverre... Remove use of TempNode in FromImportStatNode
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawOnly need simple, don't need to force temp for bool...
2009-10-15 Robert BradshawFix short-circuit for and/or, preserve type.
2009-10-15 Dag Sverre... merge
next