cython.git
2009-01-29 Dag Sverre... Refnanny fix
2009-01-29 Dag Sverre... Refnanny fix
2009-01-29 Dag Sverre... FlattenInListTransform leaks, disable until #199 is...
2009-01-29 Dag Sverre... More refnanny fixes
2009-01-29 Dag Sverre... More refnanny fixes
2009-01-29 Dag Sverre... Fix #172
2009-01-29 Dag Sverre... Further kludging for #151
2009-01-29 Dag Sverre... Kludge for #151
2009-01-29 Dag Sverre... refnanny
2009-01-28 Robert BradshawStrange ValueError + numpy bug
2009-01-27 Dag Sverre... refnanny fix...
2009-01-26 Dag Sverre... Fix #117
2009-01-26 Dag Sverre... Added test for #184
2009-01-25 Stefan Behnelremove verbose (and redundant) test runner output
2009-01-25 Stefan Behnelfix 'cdef str' typing in Py3 (becomes bytes type)
2009-01-25 Stefan Behnelfix left-over tabs in source files
2009-01-25 Stefan Behnelmake pyximport work with empty path entries in sys...
2009-01-25 Stefan Behnelfix test case in Py<2.6
2009-01-25 Stefan Behnelfix test runner in Py<2.5
2009-01-25 Stefan Behnelfix test runner
2009-01-25 Stefan Behnelbug test for ticket 166
2009-01-25 Stefan Behnelmark tests in 'tests/bugs' runnable
2009-01-25 Stefan Behnelsimplify calling bug tests with -T[number] option ...
2009-01-25 Stefan Behnelallow explicitly running the tests in tests/bugs
2009-01-25 Stefan Behnelnew directory 'tests/bugs' to keep tests for open tickets
2009-01-24 Robert Bradshaw0.11 beta
2009-01-24 Robert BradshawAdded tag 0.11-beta for changeset a4abf0156540
2009-01-24 Stefan Behnelsupport for pyximporting .py files 0.11-beta
2009-01-24 Stefan Behnelprevent pyxbuild.py from raising SystemExit (!) on...
2009-01-24 Stefan Behnelcleanup
2009-01-14 Jason EvansPrint default arguments syntactically, in order to...
2009-01-17 Jason EvansDo not mangle enum constant names if the enum is public.
2009-01-20 Robert BradshawMust use repr() not str() for literal floats.
2009-01-20 Robert Bradshawliteral float tests
2009-01-18 Stefan Behnelwarnings aren't raised, so catching CompileError is...
2009-01-18 Stefan Behneldisable crash report for normal compiler errors
2009-01-18 Stefan Behnelmake AttributeNode a NewTempExprNode
2009-01-18 Dag Sverre... refnanny: Disable in nogil functions
2009-01-18 Dag Sverre... Pass on free_temps also through non-temp ExprNodes
2009-01-17 Robert Bradshawmerge
2009-01-17 Robert BradshawComment out debugging code (useful, but not perfect...
2009-01-17 Stefan Behnelcleanup
2009-01-17 Stefan Behnelmerge
2009-01-17 Stefan Behnelrewrite of pyximport module based on PEP 302 import...
2009-01-17 Robert Bradshawtest for temp allocation bug in call
2009-01-17 Robert Bradshaw...
2009-01-17 Robert BradshawCleaner code annotation
2009-01-17 Robert BradshawVerbose code writing metaclass
2009-01-17 Stefan BehnelPy3 code deprecation fixes
2009-01-17 Stefan Behnelunused import
2009-01-16 Stefan Behnelfixed license reference in setup.py
2009-01-16 Robert Bradshawbetter #include ordering
2009-01-16 Robert Bradshawmore complete #include test
2009-01-16 Robert BradshawTest for #include order
2009-01-15 Robert BradshawAdded tag sage-cythonizes for changeset 59c67af0674b
2009-01-15 Robert Bradshawtest for char* slices
2009-01-15 Robert Bradshawchar* slices
2009-01-15 Robert BradshawFix for new temps and inplace ops
2009-01-15 Robert Bradshawinstall cython.py for pure python mode use
2009-01-13 Stefan Behnelsimplification
2009-01-06 Jason EvansTake care to preserve cpdef method docstrings when...
2009-01-12 Dag Sverre... Typo
2009-01-12 Dag Sverre... refnanny: Make generated slot functions work.
2009-01-12 Dag Sverre... refnanny: Added missing casts.
2009-01-11 Stefan Behnelmade new test case an error test case
2009-01-10 hoytak@gmail.comNew test case for non-constant DEF statements.
2009-01-10 Stefan Behnelprint size of list attributes on node dump
2009-01-10 Stefan Behnelalso skip '0' values in node dumps, as they usually...
2009-01-10 Stefan Behneldump complete syntax tree path on compiler crashes...
2009-01-10 Stefan Behnelcleanup
2009-01-10 Stefan Behnelprovide more context on compiler crashes during transforms
2009-01-10 Stefan Behnelerror in compile-time attribute access
2009-01-10 hoytak@gmail.comFixed typo; beginswith -> startswith
2009-01-09 Stefan Behnelinit temp allocation error checker to None to fix Attri...
2009-01-07 Dag Sverre... Refnanny fixes
2009-01-07 Dag Sverre... Refnanny: Fix for return from module init function
2009-01-07 Dag Sverre... Refnanny cleanup and bugfix.
2009-01-07 Dag Sverre... merge
2009-01-07 Dag Sverre... merge
2009-01-07 Dag Sverre... Added --refnanny option to runtests.py
2009-01-05 Dag Sverre... Refcount nanny framework in place; smaller fixes and...
2009-01-03 Stefan Behneltest for '**' on int types
2009-01-03 Stefan Behnelremoved redundant type error for '**'
2008-12-30 Stefan Behnelfix exec statement in Py3
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan Behnelcleanup
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
next