platform/upstream/python-cython.git
2012-09-28 Stefan Behnelslightly extended test case
2012-09-26 Stefan Behnelminor string type fix in refnanny
2012-09-26 Stefan Behnelmake refnanny output easier to detect when used outside...
2012-09-26 Stefan Behneladd missing gotrefs() for PyPy code (currently irreleva...
2012-09-26 Stefan Behnelmerged 0.17 branch back into master
2012-09-26 Stefan Behnelprepare release of 0.17.1 0.17.1
2012-09-25 Mark FlorissonError checking for NULL strides + tests
2012-09-25 Christoph Grothmake memoryviews work when strides is NULL
2012-09-25 Stefan Behnelmerged 0.17 branch back into master
2012-09-25 Stefan Behnelfix for refnanny C code in dict iteration: generate...
2012-09-25 Stefan Behnelmerged 0.17 branch back into master
2012-09-25 Stefan Behnelfix ticket 790: reference leak during dict iteration
2012-09-23 Mark FlorissonError checking for NULL strides + tests
2012-09-23 Mark FlorissonMerge branch 'master' of https://github.com/cgroth...
2012-09-19 Robert BradshawAnother const test.
2012-09-19 Christoph Grothmake memoryviews work when strides is NULL
2012-09-19 Robert BradshawMerge branch 'const'
2012-09-19 Robert BradshawConst tests.
2012-09-18 Robert BradshawRudimentary const support.
2012-09-12 B. Clausiususage does not match the options
2012-09-11 Stefan Behneloptimise 'for in [...]' into 'for in (...)'
2012-09-02 Stefan Behnelwork around C compiler warnings about unused utility...
2012-09-02 scoderMerge pull request #148 from BertrandBordage/master
2012-09-02 Bertrand BordageFixes setup filename in Demos/Makefile.
2012-09-02 Stefan Behnelminor cleanups in test runner, flush output regularly...
2012-09-02 Stefan Behnelset master version to 0.18-pre
2012-09-01 Stefan Behnelprepare release of 0.17 final 0.17
2012-08-31 Stefan Behnelfix PYTHONPATH handling for end-to-end tests
2012-08-31 Stefan Behnelalways set CYTHON_FORMAT_SSIZE_T to 'z' on Py2.5+
2012-08-31 Stefan Behneluse '%lld' format for Py_ssize_t on Win64+MSVC if supported
2012-08-31 scoderMerge pull request #147 from cgohlke/patch-1
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeUse CYTHON_FORMAT_SSIZE_T
2012-08-30 cgohlkeDefine CYTHON_FORMAT_SSIZE_T for use in PyErr_Format...
2012-08-30 scoderMerge pull request #146 from cgohlke/patch-4
2012-08-30 cgohlkeAdd '/openmp' flag when compiling Cpp code with msvc...
2012-08-30 Stefan Behnelclean up and simplify signature matching test
2012-08-30 Stefan Behneladded some tests for the function signature override...
2012-08-30 Stefan Behnelprepare release of 0.17b4 0.17b4
2012-08-29 Stefan Behnelalso fix up keyword type checking function to allow...
2012-08-29 Stefan Behnelrefactoring and rewrite of optional kw arguments parsin...
2012-08-29 Mark FlorissonMerge pull request #145 from cgohlke/patch-1
2012-08-29 Stefan Behnelmove utility code inclusion from Name/AttributeNodes...
2012-08-28 Stefan BehnelPyPy fix
2012-08-28 Stefan Behnelalways instantiate exceptions directly when raising...
2012-08-28 Stefan Behnelprevent utility code of overloaded function entries...
2012-08-28 Stefan Behneladded safety assertion to prevent utility code from...
2012-08-28 Stefan Behneldisable pyregr.test_exceptions: crashes in infinite...
2012-08-28 Stefan Behneltest runner: disable gdb testing/usage in PyPy
2012-08-27 Stefan Behnelfix some PyPy glitches in __Pyx_Globals()
2012-08-27 Stefan Behnelminor cleanup
2012-08-27 Stefan Behnelimplement 1-arg exec()
2012-08-27 Stefan Behneldeleted unnecessary helper code from Py2.6+ test
2012-08-27 Stefan Behnelmoved 'exec' and globals() utility code to new file...
2012-08-27 cgohlkeRemove initialization of target index after #pragma...
2012-08-26 Stefan Behnelreduce code redundancy in Py2/3 cleanup code setup
2012-08-25 Stefan Behnelwork around 'unused function __Pyx_ImportModule()'...
2012-08-25 Stefan Behnelclean up .format_code() usage in .load_as_string()...
2012-08-25 Stefan Behnelfactored import/export utility code out into separate...
2012-08-25 Stefan Behnelminor cleanup
2012-08-25 Stefan Behneluse proper module.m_free() way to run module cleanup...
2012-08-25 Stefan Behnelclean up injection of RegisterModuleCleanup utility...
2012-08-25 Stefan Behnelatexit._exithandlers is no longer available in Py3
2012-08-25 Stefan Behnelimprove module cleanup safety a little by making Cython...
2012-08-25 Stefan Behnelmoved utility code for registering the module cleanup...
2012-08-25 Stefan Behneldeleted dead code in test
2012-08-25 Stefan Behnelre-enable test_ctypes pyregr test, now disabled in...
2012-08-25 Stefan Behnelextended test case
2012-08-25 Stefan Behneladded failing test for optimised float .conjugate(...
2012-08-25 Stefan Behnelminor cleanup
2012-08-24 Stefan BehnelC comment fix in utility code
2012-08-24 Stefan BehnelPy3 test fix
2012-08-24 Stefan BehnelPyPy fix in exception reraising code
2012-08-24 Stefan Behnelimplement bare 'raise' statement outside of except...
2012-08-24 Stefan Behnelfix declaration of Python classes with names that shado...
2012-08-24 Stefan Behneldisable pyregr test test_ioctl: crashes in pyregr+stdli...
2012-08-24 Stefan Behnelset initial __file__ value in pyregr test modules
2012-08-24 Stefan Behnelfix compiler crash during type inference when calling...
2012-08-24 Stefan Behnelshow 'no inc/dec in Python' warning only for ++ and...
2012-08-24 Stefan Behnelfix attribute access on optimised builtin functions
2012-08-24 Stefan Behnelfix in-test when RHS needs coercion from non-Python...
2012-08-23 Robert BradshawMerge pull request #143 from tshirtman/patch-1
2012-08-23 Gabriel PettierUpdate docs/src/tutorial/caveats.rst
2012-08-23 Stefan Behnelprepare release of 0.17b3 0.17b3
2012-08-23 Stefan Behnelfix copy&paste bug in pypy code
2012-08-23 Stefan Behnelenable 'binding' directive by default when compiling...
2012-08-23 Stefan Behnelcleanups and portability fixes in optimised string...
2012-08-23 Stefan Behnelfix Numpy test by replacing 'char' buffer type by expli...
2012-08-23 Stefan Behneldisable ctypes pyregr test - crashes with stdlib compil...
2012-08-23 Vitja MakarovAlways try global scope on class scope lookup failure
2012-08-23 Vitja MakarovRevert "fix lookup order in Python class scope"
2012-08-23 Vitja MakarovSet DefNode's decorators to None after assignment synthesis
2012-08-23 Vitja MakarovMake decorators an attribute of PyClassDefNode
2012-08-21 Stefan Behnelfix C compiler warning about unused function parameter...
2012-08-21 Stefan Behneldelete blank lines from memoryview utility code
2012-08-21 Stefan Behnelwork around C compiler warning about unused label in...
next