cython.git
2009-10-05 Craig CitroForgot to run tests after last patch. (Oops.)
2009-10-05 Craig CitroFix bug in Cython closures branch.
2009-05-04 Stefan Behnelmerged in latest cython-unstable
2009-05-04 Stefan Behnelmerged in latest cython-devel
2009-05-04 Stefan Behnelre-allow 'pass' statement in cdef blocks
2009-05-04 Stefan Behnelfix the fix
2009-05-04 Stefan Behnelmerged in latest cython-unstable
2009-05-04 Stefan Behnelfix embedding (cython-unstable allocates string constan...
2009-05-04 Stefan Behnelprevent redundant type checks when 'converting' between...
2009-05-04 Stefan Behnelmerged in latest cython-unstable
2009-05-04 Stefan Behnelmerged in latest cython-devel
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-04 Stefan Behnelmore typing in Parsing.pxd
2009-05-04 Stefan Behnelmore typing in Parsing.pxd
2009-05-03 Stefan Behnelcythonise new Parsing.py functions
2009-05-03 Stefan Behnelclean up imports
2009-05-03 Stefan Behnelfix compilation of Parsing.py
2009-05-03 Stefan Behnelmerge with latest cython-unstable
2009-05-03 Stefan Behnelfix test case
2009-05-03 Stefan Behnelremoved various invalid syntax combinations for the...
2009-05-03 Stefan Behnelmerge in latest cython-devel
2009-05-03 Stefan Behnelremoved various invalid syntax combinations for the...
2009-05-03 Stefan Behnelmerge in latest cython-devel
2009-05-03 Stefan Behnelfix pyregr tests in test runner
2009-05-03 Stefan Behnelfix pyregr tests in test runner
2009-05-03 Stefan Behnelfix ref-counting for recursive closures:
2009-05-03 Stefan Behneltest typed lambda expressions
2009-05-03 Stefan Behnelfix parser grammar for lambdas in lambdas
2009-05-03 Stefan Behnellambda expressions
2009-04-30 Stefan Behnelmissing type cast
2009-04-30 Stefan Behnelmerge
2009-04-30 Stefan Behnelfix test
2009-04-30 Stefan Behnelextended test output
2009-04-30 Stefan Behneldon't loose outer closure scope while we still need it
2009-04-30 Stefan Behnelenable working closure test case
2009-04-30 Stefan Behnelenable closure test cases that no longer segfault
2009-04-30 Stefan Behnelcopy function arguments into closure also when no conve...
2009-04-30 Stefan Behnelmerge
2009-04-30 Stefan Behnelavoid redundant initialisation of closure variables...
2009-04-30 Robert Bradshawmerge in cython-unstable
2009-04-29 Stefan Behnelmerge
2009-04-29 Stefan Behnelextended closure test case, more bug analysis
2009-04-29 Stefan Behnelcleanup
2009-04-29 Stefan Behnelfix refnanny for closure variable assignments
2009-04-29 Stefan Behnelmore closure tests
2009-04-28 Stefan Behnelextended closure test cases
2009-04-28 Stefan Behnelremoved now working error test case
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-24 Stefan Behnelmerge
2009-04-24 Stefan Behnelmake sure we do not compile (for now) in Py3
2009-04-24 Stefan BehnelPy3: fix import of Cython.Compiler.Version in setup.py
2009-04-24 Stefan Behneluse lib2to3 to port to Py3 on installation
2009-04-24 Stefan Behnelfix indentation
2009-04-24 Stefan Behnelfix some 'python2.6 -3' warnings
2009-04-23 Dag Sverre... #290: whoops
2009-04-23 Dag Sverre... Packed struct support (#290)
2009-04-23 Robert Bradshawclosure cleanup, test
2009-04-23 Robert BradshawArbitrary nested closure support.
2009-04-23 Robert BradshawFirst pass at closures
2009-04-23 Robert Bradshawmerge cython-devel
2009-04-23 Robert BradshawInput from Mark Lodato on embedding
2009-04-22 Robert Bradshawmore complete embedded mode (trac 291)
2009-04-21 Robert Bradshaw__name__ == "__main__" for embedded modules
2009-04-21 Robert Bradshawembedding example
2009-04-21 Robert BradshawEmbed flag for Cython modules
2009-04-18 Stefan Behnelmerge
2009-04-18 Stefan BehnelPyrex -> Cython
2009-04-17 Lisandro Dalcinchange usage of global variable '__pyx_modulename'...
2009-04-17 Lisandro Dalcinmake '__pyx_modulename' have static storage in generate...
2009-04-17 Stefan Behnelfix test case
2009-04-17 Stefan Behnelfix test case
2009-04-17 Stefan Behnelmerge
2009-04-17 Stefan Behnelmark bug test for T284 as failing
2009-04-17 Stefan Behneladded test case for T284
2009-04-17 Robert Bradshawmove stuff out of tests/bugs directory
2009-04-17 Robert BradshawUse bugs list instead of bugs directory.
2009-04-16 Robert BradshawVersion 0.11.1
2009-04-16 Robert BradshawAdded tag 0.11.1 for changeset 6454db601984
2009-04-16 Robert BradshawModify test for T158 as warnings, not errors, are raised. 0.11.1
2009-04-16 Robert BradshawMove fixed ticket tests to testing directories.
2009-04-16 Robert BradshawMove T252 back to bugs until it is fixed.
2009-04-15 Dag Sverre... Proper nogil checks for buffer access
2009-04-18 Robert BradshawFix T284, cdef list setitem
2009-04-15 Dag Sverre... Add warning in situations where command line directive...
2009-04-15 Dag Sverre... Deprecation warning for -X switch
2009-04-15 Robert BradshawRequire GIL for pythonic division, check for division...
2009-04-14 Robert Bradshaw0.11.1 release candidate
2009-04-14 Robert Bradshawcdivision - raise zero division errors
2009-04-14 Lisandro Dalcinfix error when Lexicon source file cannot be open ...
2009-04-14 Stefan Behnelremoved unused import of ComprehensionTransform (which...
2009-04-10 Stefan Behnelfix compile time constants in array size declarations...
2009-04-10 Stefan Behnelremoved unused code and outdated comment
2009-04-10 Stefan Behnelfix compiler crash - but not the underlying problem...
2009-04-10 Robert Bradshaw0.11.1.beta
2009-04-10 Robert BradshawAdded tag 0.11.1.beta for changeset 7bc36a0f8172
next