platform/upstream/python-cython.git
2012-10-30 Robert BradshawMerge branch 'bugs' into main_master
2012-10-30 Robert BradshawNested class tests.
2012-10-30 Robert BradshawFix non-template nested class declarations.
2012-10-30 Robert BradshawAdd array cimport test.
2012-10-30 Robert BradshawFix cpython.array declaration order.
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
2012-10-29 Stefan Behnelsuppress compiler crashes in cythonize() trial&error...
2012-10-29 Stefan Behneldisable some Cython syntax in .py compilation mode...
2012-10-29 Stefan Behnelfix compiler crash in optimiser dispatch code
2012-10-29 Stefan Behnelimplemented 'ignore compile failures' mode in cythonize...
2012-10-12 Robert BradshawFix typo in array test.
2012-10-12 Stefan Behnelbacked out docstring handling change - breaks too many...
2012-10-12 Stefan BehnelBacked out changeset 3311f176703f
2012-10-12 Stefan Behnelclean up new docstring handling code and fix compiler...
2012-10-12 scoderMerge pull request #142 from mongi3/master
2012-10-12 scoderMerge pull request #152 from Talanor/DocstringsError
2012-10-12 Stefan Behnelfix 'cython.compiled' flag
2012-10-11 Quentin PoirierFix error when the first statement of Module/Function...
2012-10-10 Robert BradshawFix specialization for varargs function signatures.
2012-10-08 scoderMerge pull request #151 from joonro/patch-1
2012-10-08 Joon RoFixed a couple of typos in setup script
2012-10-05 Robert BradshawFix specialization for varargs function signatures.
2012-10-04 Robert BradshawSupport __version__ attribute in pure compiled mode.
2012-10-04 Robert BradshawFix __version__ import.
2012-10-03 Robert BradshawMove version to Shadow.py
2012-09-28 Stefan Behnelsimplified some nonlocally_immutable() tests
2012-09-28 Stefan Behnelliterals are always 'nonlocally immutable'
2012-09-28 Stefan Behnelavoid unnecessary safety temping of function arguments...
2012-09-28 Stefan Behnelavoid unnecessary safety temping of function arguments...
2012-09-28 Stefan Behneladded dump_pos() method to Node class as a quick debugg...
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
next