cython.git
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
2009-10-10 Stefan Behneldisable forked testing in Py3, doesn't currently work...
2009-10-10 Stefan BehnelPy3 test fix
2009-10-10 Stefan BehnelPy2.3 fix
2009-10-10 Stefan Behnelsupport StringNode in compile time expressions
2009-10-10 Stefan Behneltest fix
2009-10-10 Stefan Behneltest fixes
2009-10-10 Stefan Behneltest fix
2009-10-10 Stefan Behnellet str() in Py3 represent the unicode type
2009-10-10 Stefan Behnelsplit BytesNode, UnicodeNode and StringNode
2009-10-10 Stefan Behnelremoved unused function
2009-10-09 Lisandro Dalcinfix globals cleanup code generation
2009-10-09 Stefan Behnelsome more type inference tests
2009-10-09 Stefan Behnelcleanup
2009-10-09 Stefan Behnelmerge
2009-10-09 Stefan Behnelmake ref-count function declarations in Includes/python...
2009-10-08 Lisandro Dalcina few Py3k fixes in runtests.py
2009-10-08 Lisandro Dalcinfix failing testcase in Py2 because of long suffix
2009-10-08 Robert BradshawGet rid of errors for typeof test.
2009-10-08 Robert BradshawFix for Python 2.3
2009-10-08 Robert BradshawRemove string semantics change warning.
2009-10-07 Stefan Behneluse os.fork() when running doctests to prevent tested...
2009-10-06 Robert Bradshawmerge
2009-10-06 Mark Lodatoset module_is_main = 1 in main(), not globally
2009-10-06 Mark Lodatofix -Wextra warning for empty `else' body
2009-10-05 Dag Sverre... Blatant ommision
2009-10-05 Dag Sverre... merge
2009-10-05 Dag Sverre... Fix wrong ctypedef testcase via autotestdict
2009-10-05 Dag Sverre... Rename doctesthack -> autotestdict, and make it default
2009-10-05 Dag Sverre... Fix doctesthack for cdef functions
2009-10-04 Mark Lodatomake cython_freeze.py executable
2009-10-06 Stefan Behnelsupport .py extension in cython_freeze
next