cython.git
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
2009-10-15 Dag Sverre... Remove TempNode from OverrideCheckNode (fixes #411)
2009-10-15 Robert BradshawFix typo in test.
2009-10-15 Robert Bradshawshort circut bug test #404
2009-10-15 Robert BradshawAllow explicit casts between object and void*/struct*.
2009-10-15 Robert BradshawFix #245, crash on cimported struct -> object.
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawTestcase for #411, cpdef temps.
2009-10-15 Robert BradshawMinor cleanup.
2009-10-15 Dag Sverre... complexvar.conjugate() support
2009-10-15 Dag Sverre... Adding reminders to self
2009-10-15 Dag Sverre... #412 testcase
2009-10-15 Peter Alexandernaming references changed from 'option' to 'directive'
2009-10-15 Dag Sverre... Testcase for 304
2009-10-15 Dag Sverre... Testcase for #373
2009-10-15 Dag Sverre... Testcase for #245
2009-10-15 Dag Sverre... merge
2009-10-15 Dag Sverre... numpy.pxd: Iterator macros
2009-10-15 Robert BradshawFix error in hashing partially-declared types.
2009-10-15 Robert BradshawNew test for #409
2009-10-15 Robert BradshawFix bug #409 with temps and sequence unpacking.
2009-10-14 Lisandro Dalcinfix for changes in PyXXXDescrObject structures in upcom...
2009-10-14 Lisandro DalcinPublic module C-API is broken under Python 3.2 (ticket...
2009-10-15 Robert Bradshawautodict richcmp test
2009-10-15 Robert BradshawAnother blacklisted autotestdict method.
2009-10-15 Dag Sverre... Incomplete hack for autotestdict, see #387
2009-10-14 Lisandro Dalcinfix testcase to silent compiler warnings
2009-10-14 Lisandro Dalcinfix for distutils changes in upcoming Py2.7 and Py3.2
2009-10-14 Lisandro DalcinRefNanny: renaming of internal stuff and simpler import...
2009-10-14 Lisandro Dalcinfix for unittest changes in upcoming Py2.7 and Py3.2
2009-10-14 Stefan Behnelfix new .pxd file and cimport it in python.pxd
2009-10-14 Stefan BehnelPyCObject C-API declarations
2009-10-14 Stefan Behnelmerge
2009-10-14 Stefan Behnelsafer way to initialise string constants: keep bytes...
2009-10-14 Stefan Behnelfix nice_identifier regex
2009-10-14 Stefan Behnelfix identifier handling: must not use encoding
2009-10-13 Stefan Behnelfix ticket #346
2009-10-13 Lisandro DalcinSeamless C99/C++ complex numbers support (ticket #398)
2009-10-12 Stefan Behnelsmall refactoring and cleanup in try-except code generation
2009-10-12 Stefan Behnelcleanup
2009-10-12 Stefan Behnelfix PyString_CheckExact definition in Py3, minor cleanup
2009-10-11 Stefan Behneldo not check identifiers for decodability
2009-10-11 Stefan Behneltest fix after str changes
2009-10-11 Stefan Behnelfix builtins after identifier changes
2009-10-11 Stefan Behnelfix identifiers, simplify Python string cnames
2009-10-11 Stefan Behnelsafety fix
2009-10-11 Stefan Behnelimplement proper encoding support for new str literals
2009-10-10 Stefan Behneldisable coercion from str->bytes, fix coercion from...
2009-10-10 Stefan Behnelfix undefined symbol in Py<2.6 when assigning to bytes...
2009-10-10 Stefan Behneltest fixes
2009-10-10 Stefan Behnelfix char* coercion to other C types (such as void*)
2009-10-10 Stefan Behnelerror reporting on string type coercion
2009-10-10 Stefan Behnelprovide 'str' type in Builtins.py
2009-10-10 Stefan Behnelenable cleanup code generation in test runner
2009-10-10 Stefan Behnelmerge
next