cython.git
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
2009-05-14 Dag Sverre... Fix regression related to --embed support
2009-05-14 Robert BradshawOnly one source file allowed when using -embed
2009-05-14 Robert BradshawModule is main flag for embedded mode.
2009-05-14 Robert BradshawComplex negation
2009-05-14 Robert BradshawMinor complex number fixes
2009-05-14 Robert BradshawComplex numbers tests
2009-05-14 Robert BradshawComplex numeber comparison, etc.
2009-05-14 Robert BradshawComplex number support without c99
2009-05-14 Robert BradshawCompiler directive fixes, add c99 complex directive
2009-05-14 Robert BradshawMore work on complex numbers, mostly works with c99...
2009-05-14 Robert BradshawComplex type parsing, very basic support if supported...
2009-05-12 Dag Sverre... Cython 0.11.2.beta
2009-05-12 Dag Sverre... Fixes for previous commit
2009-05-12 Dag Sverre... Utility code code stream refactor
2009-05-11 Dag Sverre... More fine-grained type declaration (makes new buffmt...
2009-05-11 Dag Sverre... Introduce pre-splitting of code-stream in Code.py
2009-05-06 Dag Sverre... Minor testcase fixes
2009-05-06 Dag Sverre... I was not aware of the offsetof macro
2009-05-06 Dag Sverre... Testcases for #303
2009-05-06 Dag Sverre... wraparound directive implemented
2009-05-06 Dag Sverre... #115 appears to be fixed too
2009-05-06 Dag Sverre... Whoops
2009-05-06 Dag Sverre... More buffer typestring; fixes #285
2009-05-05 Dag Sverre... merge
2009-05-05 Dag Sverre... Buffers: format string check rewrite up to standards...
2009-05-05 Dag Sverre... Buffers: Checkpoint before making struct typeinfo flatt...
2009-05-04 Robert Bradshawwmain and wchar_t for windows main function
2009-05-04 Lisandro Dalcinmove testcase ('pass' in a 'cdef extern' block) from...
2009-05-04 Stefan Behnelre-allow 'pass' statement in cdef blocks
2009-05-04 Stefan Behnelprevent redundant type checks when 'converting' between...
2009-05-04 Stefan Behnelbe a little more conservative in the last change
2009-05-04 Stefan Behnelslicing a builtin type will return the same type
2009-05-03 Stefan Behnelfix test case
2009-05-03 Stefan Behnelremoved various invalid syntax combinations for the...
2009-05-03 Stefan Behnelfix pyregr tests in test runner
2009-05-02 Dag Sverre... Outdated comment
2009-05-02 Dag Sverre... Buffers: Rewrite of buffer acquisition
2009-05-02 Dag Sverre... Buffer format string checking rewrite
2009-04-28 Lisandro Dalcincompiler directive to control METH_O and METH_NOARGS...
2009-04-28 Dag Sverre... Whoops, committed debug code. Undoing.
2009-04-28 Dag Sverre... Simple fix for #155
2009-04-26 Stefan Behnelrenamed to correct ticket number
2009-04-25 Dag Sverre... Fix tuple unpacking bug (related to old temps)
2009-04-23 Lisandro Dalcinfixes int/long type slots in Py2/Py3 (ticket #287)
2009-04-23 Dag Sverre... merge
2009-04-23 Dag Sverre... #290: whoops
next