platform/upstream/python-cython.git
2012-12-14 Stefan Behnelprepare release of 0.17.3 0.17.3
2012-12-09 Stefan BehnelPy3 test fix
2012-12-09 Stefan Behnelsimplify and generalise comprehension/genexpr handling...
2012-12-09 Stefan Behneldelete more redundant code when encountering constant...
2012-12-14 Stefan Behnelchangelog
2012-12-10 Bradley M.... Prevent warning: unused function '__pyx_pw_5numpy_7ndar...
2012-12-14 Stefan Behnelfix crash bug during final cleanup for cimported base...
2012-11-18 Julian Tayloradd platform specific include directory to compile...
2012-10-23 Joon RoUpdate cy break examples
2012-11-28 Joon Rochanged file order in Sharing C Functions example
2012-11-28 Joon RoFixed indentation of a code example
2012-11-29 Joon RoMinor cleanup of a couple of examples
2012-12-04 Mark FlorissonOmit setting docstring for __getbuffer__/__releasebuffer__
2012-12-05 Yaroslav Halchenkofix analysis of entry to be a weakref (typo introduced...
2012-12-06 Yaroslav Halchenkoscripts with shebangs <-> executable + uniform use...
2012-12-09 Stefan Behnelfix up changelog
2012-12-09 Stefan Behnelraise overflow error in Py3.3+ when non-BMP Unicode...
2012-12-09 Stefan Behnelmoved Py_UCS4/Py_UNICODE type conversion helper functio...
2012-11-30 Stefan Behnelfix refnanny code for del statement inside of generators
2012-11-28 Stefan Behnelfix 'cimport cython' in string code fragments
2012-11-27 Robert BradshawBetter exception reporting for non-child visits.
2012-11-27 Robert BradshawFix compiler crash.
2012-11-27 Stefan Behnelchangelog
2012-11-27 Stefan Behnelkeep longness when folding negative integer constants
2012-11-20 Stefan BehnelAdded tag 0.17.2 for changeset 275fb550c1d8
2012-11-20 Stefan Behnelprepare release of 0.17.2 0.17.2
2012-11-18 Stefan Behneladd test for temp type adaptation from C array to C...
2012-11-18 Stefan Behneluse type.as_argument_type() when adapting temp types...
2012-11-17 Stefan Behnelrestrict enforced temp coercion in normal assignments...
2012-11-17 Stefan Behnelminor comment fix
2012-11-17 Stefan Behnelmake the RHS of assignments safe if the LHS target...
2012-11-14 Stefan Behnelincreased version to 0.17.2rc1
2012-11-11 Mark FlorissonMerge branch '0.17' of github.com:cython/cython into...
2012-11-11 Mark FlorissonUse __Pyx_PyIndex_Check instead of PyIndex_Check
2012-11-11 Stefan Behnelmerge
2012-11-11 Stefan Behnelchangelog
2012-11-11 Stefan Behnelimproved test for cascaded comparison coercions
2012-11-10 Mark FlorissonRedefine PyIndex_Check in memoryview utility
2012-11-09 Stefan Behnelextended test case for cascaded comparisons
2012-11-09 Stefan Behnelfix type coercion in cascaded comparisons
2012-11-10 Stefan Behneladded test case for d[x,]
2012-11-10 Stefan Behnelmake the parser correctly understand obj[1,] as passing...
2012-11-09 Robert BradshawMerge remote-tracking branch 'main/0.17' into bugs
2012-11-09 Robert BradshawFix compiler crash for invalid C++ base classes.
2012-11-09 Stefan Behnelfix compiler crash on nested generator expressions
2012-11-09 Stefan Behnelfix compiler crash for generator expressions with a...
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
next