cython.git
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
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
next