cython.git
2009-10-04 Stefan Behneltiny helper class for replacing all occurrences of...
2009-09-27 Robert Bradshaw-devel mergeback
2009-09-27 Robert BradshawBump version number, release 0.11.3.
2009-09-27 Robert BradshawAdded tag 0.11.3 for changeset 7c695fe49fd6
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-18 Stefan Behnelsomewhat hackish fix for supporting not() in TreePath...
2009-09-18 Stefan Behnelsupport attribute value selection in TreePath
2009-09-18 Stefan Behnelrolled back accidentally committed files
2009-09-18 Stefan Behnelsimpler test
2009-09-18 Stefan BehnelTreePath implementation for selecting nodes from the...
2009-09-16 Stefan Behneltest for T370
2009-09-16 Stefan Behnelfix C-API exception setter declarations to let them...
2009-09-16 Stefan Behnelfix C-API exception setter declarations to let them...
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-15 Robert Bradshawmerge
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-12 Robert BradshawPython 3 fixes
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
next