cython.git
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
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan Behnelfix doctest
2008-12-30 Stefan Behnelfree new style temps when catching exceptions
2008-12-30 Stefan Behnelextended test case for list.pop()
2008-12-28 Stefan Behnelfix temp leak in default argument preparation code
2008-12-28 Stefan Behnelsplit argument default value assignment to avoid redund...
2008-12-28 Stefan Behnelextended test case to make sure arguments pass as expected
2008-12-28 Stefan Behnelavoid minor redundancy in generated code
2008-12-28 Stefan Behnelavoid minor redundancy in generated code
2008-12-28 Stefan Behnelinitialise argument value array with default values...
2008-12-26 Stefan Behnelcode simplification
2008-12-26 Stefan Behnelcleanup
2008-12-26 Stefan Behnelreverted latest changes: calling PyDict_GetItem inside...
2008-12-26 Stefan Behnelspecial keyword checking code when we know the exact...
2008-12-25 Stefan Behnelminor performance tweaking
2008-12-25 Stefan Behnelextended test case
2008-12-24 Stefan Behnelcleanup, comments, less code for special case of no...
2008-12-24 Stefan Behnelalways parse keyword arguments in a PyDict_Next() loop...
2008-12-24 Stefan Behnelbe more optimistic when parsing optional keywords:...
2008-12-23 Stefan Behnelmerge
2008-12-23 Lisandro Dalcinfix distutils GCC compilation flags to remove -Wstrict...
2008-12-23 Stefan Behnelfix error message
2008-12-22 Lisandro Dalcinmake GCC happy when string literals and const char...
2008-12-22 Lisandro DalcinBacked out changeset 9ef9ef371247
2008-12-22 Lisandro Dalcinfix testcase to avoid GCC warning about unused function
2008-12-22 Lisandro Dalcinfix function declaration in utility code
2008-12-21 Stefan Behneland another tiny speed-up
2008-12-21 Stefan Behnelsome more cythonisation in Visitor.py
2008-12-21 Stefan Behnelcompile classes in Visitor.py into real extension classes
2008-12-21 Stefan Behneldon't complain when extension classes 'inherit' from...
2008-12-20 Stefan Behnelsmall cleanup in parser
2008-12-20 Stefan Behnellittle tweak for looking up node children
2008-12-20 Stefan Behnelmore streamlining
2008-12-20 Stefan Behnelsome profiler guided streamlining in compiler output...
2008-12-20 Lisandro Dalcinupdate clean target in makefile
2008-12-20 Jason EvansSet module name for Spam/__init__.pyx to Spam.
2008-12-19 Stefan Behneltiny cleanup, fix #163
2008-12-19 Stefan Behnelextended for-loop test case
2008-12-19 Stefan Behnelfix expected messages in error test
2008-12-19 Stefan Behnelfix previously introduced crash bug due to multiple...
2008-12-19 Stefan Behnelmissing cpdef declarations for Parsing.py
2008-12-19 Stefan BehnelCython compile fixes
2008-12-19 Stefan Behnelremoved original iter-range optimisation (now replaced...
2008-12-19 Stefan Behneldisable comprehension transform to keep current leaking...
2008-12-19 Stefan Behnelmajor cleanup for comprehension code to remove redundan...
2008-12-19 Stefan Behnelcleanup
2008-12-19 Stefan Behneluse a straight call to PyList_Tuple() on code like...
2008-12-19 Stefan BehnelPy2.3 test fix
2008-12-19 Stefan Behnelallow skipping GIL checks on nodes generated by transforms
2008-12-19 Stefan Behnelwork around for earlier compile error
2008-12-19 Stefan Behnelfix for-from loop in list comprehensions
2008-12-18 Stefan Behnelavoid recursive coercion in CoerceToPyTypeNode
2008-12-18 Stefan Behnelnew transform that hides the loop variable in a compreh...
2008-12-18 Stefan Behnelextended test cases for for-loop and list comp
2008-12-18 Stefan Behnelfor-from-loop: remember loopvar node instead of its...
2008-12-18 Stefan Behnelcleanup, keep for-range optimisation more local
2008-12-18 Stefan Behnelmore tests for for-loops and constant expressions
2008-12-18 Stefan Behnel... and through type casts
2008-12-18 Stefan Behnelbetter error messages during constant folding, forward...
2008-12-17 Stefan Behnelmoved iter-range() optimisation into a transform (worth...
2008-12-17 Stefan Behnelgive a hint on what went wrong on a failed Cython impor...
2008-12-17 Robert BradshawVersion 0.10.3
2008-12-17 Robert BradshawAdded tag 0.10.3 for changeset cdf889c30e7a
2008-12-16 Dag Sverre... Better error message for lack of pointer buffers support. 0.10.3
2008-12-16 Dag Sverre... Fix error in buffer typestring checking
2008-12-16 Stefan Behnelsmall refactoring
2008-12-16 Lisandro Dalcinfix outdated Parsing.pxd
2008-12-14 Stefan Behnelreplace set([...]) by a literal set {...}
2008-12-14 Stefan Behnelall Nodes inherit from object, so should CmpNode
next