cython.git
2009-09-15 Stefan Behnelremove redundant transformation run
2009-09-15 Stefan Behnelalways optimise tuple(some_list), not only for literals
2009-09-15 Stefan Behneltest and fix for unicode.encode() transformation
2009-09-15 Stefan Behnelfix copy+paste bug
2009-09-15 Stefan Behnelfix merging keyword arguments in compiler directive...
2009-09-15 Stefan Behnelmerge
2009-09-15 Stefan Behnelallow splitting compiler annotation decorators as Pytho...
2009-09-14 Lisandro Dalcinmerged latest cython-devel
2009-09-14 Lisandro DalcinPy2.3 and eval.h: include C header in proto section...
2009-09-13 Stefan Behneluse iterative control flow graph traversal instead...
2009-09-12 Stefan Behnelmerged latest cython-devel
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 Stefan Behneloptimise unicode.encode() call with constant encoding...
2009-09-12 Stefan Behnelmake sure Python strings (and other Python literals...
2009-09-12 Stefan Behnelmake sure error reporting doesn't just fail on broken...
2009-09-11 Stefan Behnelmerge from latest cython-devel
2009-09-11 Stefan Behnelsupport conversion between Python byte strings and...
2009-09-11 Stefan Behnelsupport conversion between Python byte strings and...
2009-09-11 Stefan Behnelenabled working tests
2009-09-11 Stefan Behnelenabled working tests
2009-09-11 Stefan Behnelenabled working test
2009-09-11 Stefan Behnelimplemented but disabled test - large C integer constan...
2009-09-11 Stefan Behnelenable working test
2009-09-11 Stefan Behneladded test for ticket 248
2009-09-11 Stefan Behneladded test for ticket 248
2009-09-11 Stefan Behnelcdef enums seem to require an analyse_expressions()
2009-09-11 Stefan Behnelextended test cases for public enums
2009-09-11 Stefan Behnelmerge with latest cython-devel
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-08-22 Stefan Behneltest fix for Py 3.1.1
2009-08-22 Stefan Behnelenable tests in Py3
2009-08-21 Stefan BehnelPy3 test fix
2009-08-21 Stefan BehnelCython is basically Py3 clean
2009-08-21 Stefan BehnelPy2 bytes handling fix
2009-08-21 Stefan Behnelmerged in latest cython-devel
2009-08-21 Stefan Behnelfix string typed compiler directives in Py3
2009-08-21 Stefan Behnelfix test that was broken after merge
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan Behnelfix bytes compile time constants in Py3
2009-08-21 Stefan BehnelPy3 test fix
2009-08-21 Stefan Behnelfix struct handling in Py3
2009-08-21 Stefan Behnelfix test exclusion
2009-08-21 Stefan Behneldecode included filenames as we can't handle byte encod...
2009-08-21 Stefan Behnelminor cleanup
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan Behnelexclude incompatible tests under Py3
2009-08-21 Stefan BehnelPy3 encoding fix
2009-08-21 Stefan BehnelPy2.x fix after Py3 char fix ;)
2009-08-21 Stefan Behnelproperly handle char values (bytes with length 1) in Py3
2009-08-21 Stefan Behnelmake sure we do not break encoded scripts when extracti...
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 unicode fixes
2009-08-21 Stefan Behnel__cmp__() is dead in Py3, ep+lt should be enough though
2009-08-21 Stefan Behnelimport Cython as late as possible
2009-08-20 Stefan BehnelPy3.1 fix
2009-08-20 Stefan Behnelsafe a few cycles (~4%) when calling 'in' on dicts
2009-08-20 Stefan Behnelextended test cases
2009-08-20 Stefan Behnelfix error message
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-08 Stefan Behnelfix __future__ division semantics for constant expressi...
2009-07-08 Stefan Behnelfix byte string escaping of '\' in Py2.x (broken by...
2009-07-07 Dag Sverre... Partial fix for #307, see ticket
2009-07-06 Stefan Behnelenable % formatting of byte strings by providing a...
2009-07-06 Stefan Behnelenable running the tests in Py3.1
2009-07-06 Dag Sverre... Updated numpy.pxd
2009-07-06 Stefan BehnelPy3 fix: make sure byte strings end up in the code...
2009-07-06 Stefan Behnelmake sure header filenames pass literally into the...
2009-07-06 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 2to3 fix
next