cython.git
2009-09-26 Robert Bradshawbump version number 0.11.3
2009-09-26 Robert BradshawMissing items in MANIFEST.in
2009-09-25 Robert BradshawVersion number 0.11.3.rc0
2009-09-25 Robert BradshawAdded tag 0.11.3.rc0 for changeset eb00d00a73c1
2009-09-25 Robert BradshawEnable profile tests. 0.11.3.rc0
2009-09-25 Robert BradshawTurn of profiling by default, rename macro.
2009-09-25 Dag Sverre... Better check for broken NumPy install
2009-09-25 Dag Sverre... numpy.pxd: Old iteration method did not iterate dtype...
2009-09-25 Dag Sverre... Fix refnanny string literal
2009-09-24 Lisandro Dalcinpyximport: parse distutils config files (except local...
2009-09-24 Dag Sverre... Failing numpy.pxd dtype serialization testcase
2009-09-22 Robert Bradshaw0.11.3 beta
2009-09-22 Robert BradshawSome fixes for OS X 10.6
2009-09-22 Robert BradshawString literal warning.
2009-09-22 Robert Bradshawmake trace unlikely
2009-09-22 Robert Bradshawmerge
2009-09-16 Stefan Behnelfix C-API exception setter declarations to let them...
2009-09-15 Robert Bradshawmerge
2009-09-14 Lisandro DalcinPy2.3 and eval.h: include C header in proto section...
2009-09-12 Stefan BehnelPy2.3 does not automatically include eval.h in Python.h
2009-09-12 Stefan Behnelpartial backport from cython-unstable: keep Python...
2009-09-12 Robert BradshawPython 3 fixes
2009-09-11 Stefan Behnelsupport conversion between Python byte strings and...
2009-09-11 Stefan Behnelenabled working tests
2009-09-11 Stefan Behneladded test for ticket 248
2009-09-11 Robert Bradshawimported patch shrink-int-convert
2009-09-10 Lisandro Dalcinextern ctypedef integral <-> python object conversion...
2009-09-11 Robert BradshawEnable test for T135.
2009-03-17 Kurt SmithFix 135 -- scope objects have return_type set to None...
2009-09-11 Robert BradshawFix tests after #355
2009-09-11 Robert BradshawTicket #355 - ctypedef class ordering
2009-09-11 Robert Bradshawfix aquire_gil tests
2009-09-10 Robert BradshawTests for ticket #355, ctypedef public classes
2009-09-10 Robert Bradshaw#344, stop pipeline before code generation in case...
2009-09-10 Robert Bradshawtests for #286
2009-09-10 Robert Bradshaw#286, make sure cdef classes fully defined in pxd
2009-09-10 Robert BradshawTicket #216, Exceptions in __Pyx_InitGlobals() lead...
2009-09-09 Lisandro Dalcinuse PyObject* type for arguments to PyErr_Restore(...
2009-09-09 Lisandro Dalcinremove is_longlong member from class PyrexType
2009-08-28 Grant BaillieAttempt to fix public enum values not being exported.
2009-08-20 Stefan Behnelfix error message
2009-08-19 Stefan Behnelmerge
2009-08-19 Stefan Behnelextended exec() implementation, mostly copied from...
2009-08-19 Andrey Plotnikovcode object support in exec statement
2009-08-08 Stefan Behnelmerge
2009-08-08 Stefan Behnelfix switch transform for in-list tests
2009-08-07 Mark Lodatocython_freeze for making stand-alone programs
2009-08-06 Robert Bradshawmerge main branch to devel
2009-07-29 Dag Sverre... #347 fix: Make numpy.complexX_t use Cython complex
2009-07-23 Robert Bradshawnumpy headers in demo setup.py
2009-07-22 Robert BradshawBetter complex conversion.
2009-07-21 Robert BradshawBetter CYTHON_TRACING macro.
2009-07-20 Robert Bradshawfix nogil profiling
2009-07-20 Robert BradshawProfiling test
2009-07-20 Robert BradshawDisable tracing for now.
2009-07-20 Robert BradshawCython profiling
2009-07-16 Robert Bradshawempty bytes global
2009-07-14 Robert Bradshawmore delete tests
2009-07-14 Robert Bradshawdel item test
2009-07-10 Robert BradshawFix cython.locals in pxd for pure Python mode.
2009-07-07 Dag Sverre... Partial fix for #307, see ticket
2009-07-06 Dag Sverre... Updated numpy.pxd
2009-06-28 Robert BradshawName numpy type enum
2009-06-25 Dag Sverre... Remove file which should never have been uploaded
2009-06-25 Dag Sverre... Fix #191
2009-06-19 Lisandro Dalcinget rid of string comparisons in classmethod utility...
2009-06-03 Robert BradshawTicket #326, coerce -1 to -2 for __hash__
2009-05-26 Dag Sverre... merge
2009-05-26 Dag Sverre... New fix for #303
2009-05-26 Dag Sverre... Revert previous fix of #303
2009-05-20 Dag Sverre... Stop compilation when Python headers are not present
2009-05-20 Dag Sverre... Version update
2009-05-20 Dag Sverre... Do not use C99 compound literals (enables compilation... 0.11.2
2009-05-19 Dag Sverre... Redirect error output properly during unit testing
2009-05-17 Dag Sverre... 0.11.2.rc1
2009-05-17 Dag Sverre... Added tag 0.11.2.rc1 for changeset af6f1bed8cd4
2009-05-17 Dag Sverre... Py3 testcase fixes 0.11.2.rc1
2009-05-17 Dag Sverre... Fix bug in new buffmt code
2009-05-17 Lisandro Dalcinfix some tests for Python 3
2009-05-16 Lisandro Dalcinrenaming in testcase, 'mutable' is a C++ keyword.
2009-05-16 Lisandro Dalcinadd compiler directive for user-defined function callin...
2009-05-16 Robert BradshawBuiltin type method
2009-05-15 Dag Sverre... buffer testcase fix again
2009-05-15 Dag Sverre... buffer testcase fix
2009-05-15 Stefan Behnelremove unused ComprehensionTransform class (which doesn...
2009-05-15 Dag Sverre... Update numpy.pxd with complex types and approximate...
2009-05-14 Lisandro Dalcinmerge
2009-05-14 Robert BradshawDon't assume complex.h by default.
2009-05-14 Robert Bradshawreal and imag attributes for complex
2009-05-14 Dag Sverre... Fix obscure bug w/ complex (only present when compiling...
2009-05-14 Dag Sverre... Testcase fix, update error message
2009-05-14 Dag Sverre... Attempt to fix disappearence of conversion errors ...
2009-05-14 Dag Sverre... If we were using git I could more easily erase my embar...
2009-05-14 Dag Sverre... Fixing up flawed fix for #303
2009-05-14 Dag Sverre... Allow <MyStruct*>obj as well; as there is no canonical...
2009-05-14 Dag Sverre... Fix #303 as per Lisandro's idea
2009-05-14 Dag Sverre... Actually remove warning mentioned in last commit...
2009-05-14 Dag Sverre... Disallow <double*>obj (#313). Also removes warning...
2009-05-14 Dag Sverre... Buffer support for complex numbers
2009-05-14 Dag Sverre... Minor testcase improvement
next