cython.git
2009-10-04 Stefan Behneltest for 'first assignment' algorithm
2009-10-04 Stefan Behnelsupport 'and' operator and boolean attribute values...
2009-10-04 Stefan Behnelextended TreePath test case, fix predicate evaluation
2009-10-04 Stefan Behnelfix left-over from earlier commit
2009-10-04 Stefan BehnelPEP-8-ified the decorator names for parse tree assertio...
2009-10-04 Stefan Behnelparse tree test assertions for optimisations on loops...
2009-10-04 Stefan Behneltest support for parse tree path assertions
2009-10-04 Stefan Behnelfix bug #372: reassignment to stop bound of for-range...
2009-10-04 Stefan Behnelfix temp var leak in for-range to for-from transformation
2009-10-04 Stefan Behnelcomment
2009-10-04 Stefan Behnelcleanup
2009-10-04 Stefan Behnelmerged '--embed' fix from cython-devel
2009-10-04 Stefan Behnelmerge
2009-10-04 Stefan Behneloptimise dict([ (x,y) for x,y in ... ]) into dict compr...
2009-10-04 Stefan Behneltiny helper class for replacing all occurrences of...
2009-10-04 Robert Bradshawcleanup
2009-10-04 Robert BradshawFix for embed and freeze which were broken by #216.
2009-10-03 Dag Sverre... merge
2009-10-03 Dag Sverre... Move nodes to exprnodes
2009-10-03 Dag Sverre... merge
2009-10-03 Dag Sverre... some nogil declarations in numpy.pxd
2009-10-01 Dag Sverre... Fix #384
2009-10-01 Dag Sverre... doctesthack directive
2009-10-01 Dag Sverre... doctesthack directive works for global functions
2009-10-01 Dag Sverre... Functionality for only allowing directives in certain...
2009-09-30 Dag Sverre... Some further work on numpy.pxd that I needed
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
next