platform/upstream/python-cython.git
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
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...
next