cython.git
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-24 Danilo FreitasTests for operators and templates
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 Danilo Freitassome fixes in best_match, operators and comparisons
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-17 Danilo FreitasCreating default constructor if no constructor was...
2009-08-16 Robert BradshawFix lots of tests errors, all tests pass.
2009-08-16 Robert BradshawWorking stl vector example.
2009-08-16 Robert BradshawWorking stl vector.
2009-08-16 Robert Bradshawfix templating, actually works
2009-08-13 Robert BradshawConsolidate best_match, minor refactoring.
2009-08-13 Robert BradshawMore explicit TODOs.
2009-08-13 Robert BradshawPropagate more type specialization.
2009-08-13 Robert BradshawSpecialization of C++ template classes.
2009-08-11 Danilo Freitassmall fix
2009-08-11 Danilo FreitasTemplates
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-28 Robert Bradshawmore std into Includes
2009-07-27 Danilo FreitasTemplates
next