platform/upstream/python-cython.git
2012-11-09 Olivier ParcolletFix destructor name ...
2012-11-09 Robert BradshawAdd nullary constructors for stl type conversion utilit...
2012-11-08 Robert BradshawMore nullary C++ class constructor checks.
2012-11-08 Robert BradshawRemove module docstring if docstrings are disabled...
2012-11-06 Stefan BehnelPyPy compile fix for PyLong conversion
2012-11-06 Stefan Behnelwork around for exception output change in Py3.4
2012-11-05 Stefan Behnelfix initial module registration for (nested) packages
2012-11-04 Stefan Behnelprevent auto_cpdef from breaking module-level lambdas
2012-11-04 Mark FlorissonUse cython.long instead of long in python mode
2012-11-04 Mark FlorissonFix fused types delimiter, add pure-mode memoryview...
2012-11-04 Mark FlorissonFix fused signature delimiter and ndim dispatch
2012-11-04 Stefan Behneladded changelog file
2012-11-03 Stefan Behnelfix early module registering by using FQMN instead...
2012-11-03 Stefan Behneladded test for self-reimport at module init time
2012-11-03 Stefan Behnelalways insert the module into sys.modules right after...
2012-11-03 Robert BradshawFix destructor name computation in the face of namespac...
2012-10-30 Stefan Behnelfix pure Python test
2012-10-29 Stefan Behnelfix exclusion comparison in cythonize()
2012-10-29 Stefan Behnelfix parser crash
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
2012-10-12 Robert BradshawFix typo in array test.
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-11-01 Robert BradshawMove nested classes helper file.
2012-11-01 Robert BradshawTest of last two fixes.
2012-11-01 Robert BradshawFix type names as arg names for int types.
2012-11-01 Robert BradshawFix using non-encoded strings as identifiers.
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-10 Robert BradshawFix specialization for varargs function signatures.
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 Behnelfix for refnanny C code in dict iteration: generate...
2012-09-25 Stefan Behnelfix ticket 790: reference leak during dict iteration
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
next