platform/upstream/python-cython.git
2012-12-02 Stefan Behneladd simple test case that tends to be more inefficient...
2012-12-02 Stefan Behnelminor test cleanup
2012-11-30 Stefan Behneladd test case for a C compiler warning due to a bad...
2012-11-29 Stefan Behneladd test case
2012-11-29 Stefan Behnelwork around compiler crash on float().conjugate() for...
2012-11-29 Robert BradshawMerge pull request #163 from joonro/patch-5
2012-11-29 Joon RoMinor cleanup of a couple of examples
2012-11-28 Stefan Behnelmerge 0.17 branch into master
2012-11-28 Stefan Behnelfix 'cimport cython' in string code fragments
2012-11-28 Robert BradshawMerge pull request #162 from joonro/patch-4
2012-11-28 Joon RoFixed indentation of a code example
2012-11-28 Robert BradshawMerge pull request #161 from joonro/patch-3
2012-11-28 Joon Rochanged file order in Sharing C Functions example
2012-11-27 Robert BradshawMerge branch 'bugs'
2012-11-27 Robert BradshawBetter exception reporting for non-child visits.
2012-11-27 Robert BradshawFix compiler crash.
2012-11-27 Stefan Behnelmerged 0.17 branch into master
2012-11-27 Stefan Behnelchangelog
2012-11-27 Stefan Behnelkeep longness when folding negative integer constants
2012-11-27 Stefan Behnelkeep longness when folding negative integer constants
2012-11-27 Stefan Behnelfix PrintTree() debug helper for compiled Cython
2012-11-24 Mark FlorissonMerge pull request #153 from joonro/patch-2
2012-11-22 Robert BradshawMerge pull request #158 from juliantaylor/plat-specific
2012-11-21 Stefan Behnelfix accidental line duplication in changelog
2012-11-20 Stefan Behneladded 0.18 section to changelog
2012-11-20 Stefan Behnelmerged 0.17 branch into master
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 Julian Tayloradd platform specific include directory to compile...
2012-11-18 Stefan Behneladd test for temp type adaptation from C array to C...
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-18 Stefan Behneluse type.as_argument_type() when adapting temp types...
2012-11-18 Stefan Behnelbacked out temp type adaptation changes to use type...
2012-11-17 Stefan Behnelrestrict enforced temp coercion in normal assignments...
2012-11-17 Stefan Behnelrestrict enforced temp coercion in normal assignments...
2012-11-17 Stefan Behnelwhen creating temps for C arrays and C functions, use...
2012-11-17 Stefan Behnelminor comment fix
2012-11-17 Stefan Behnelminor comment fix
2012-11-17 Stefan Behnelmake the RHS of assignments safe if the LHS target...
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-11 Stefan Behnelimproved test for cascaded comparison coercions
2012-11-10 Mark FlorissonRedefine PyIndex_Check in memoryview utility
2012-11-10 Stefan Behnelmerge
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 Stefan Behnelextended test case for cascaded comparisons
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 Stefan Behnelfix type coercion in cascaded comparisons
2012-11-09 Robert BradshawMerge branch 'bugs'
2012-11-09 Robert BradshawC++ specialization fix
2012-11-09 Robert BradshawMerge remote-tracking branch 'main/0.17' into bugs
2012-11-09 Stefan Behnelfix compiler crash for generator expressions with a...
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 Stefan Behnelfix compiler crash on nested generator expressions
2012-11-09 Olivier ParcolletFix destructor name ...
2012-11-09 Robert BradshawAdd nullary constructors for stl type conversion utilit...
2012-11-09 Robert BradshawMerge pull request #156 from parcollet/master
2012-11-09 Olivier ParcolletFix destructor name ...
2012-11-08 Robert BradshawMore overflow test fixes.
2012-11-08 Robert BradshawMore nullary C++ class constructor checks.
2012-11-08 Robert BradshawRemove module docstring if docstrings are disabled...
2012-11-07 Robert BradshawFix 32-bit overflow tests, also got rid of some warnings.
2012-11-06 Stefan Behnelfix result type of integer division in overflow test...
2012-11-06 Stefan Behnelsafety fix
2012-11-06 Stefan BehnelPyPy compile fix for PyLong conversion
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-06 Stefan Behnelwork around for exception output change in Py3.4
2012-11-06 Stefan Behneldisable auto_cpdef for stdlib compilation - too many...
2012-11-06 Stefan Behnelchangelog comment
2012-11-05 Stefan Behnelfix initial module registration for (nested) packages
2012-11-05 Stefan Behnelfix initial module registration for (nested) packages
2012-11-05 Stefan Behnelhandle one more error in cythonize() when ignore-failur...
2012-11-04 Stefan Behnelmore special casing of stdlib modules
2012-11-04 Stefan Behnelprevent auto_cpdef from breaking module-level lambdas
2012-11-04 Stefan Behnelprevent auto_cpdef from breaking module-level lambdas
2012-11-04 Stefan Behnelmore special casing of stdlib modules
2012-11-04 Stefan Behnelmore special casing of stdlib modules, make sure we...
2012-11-04 Stefan Behnelmore special casing of stdlib modules
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 Behnelextended stdlib compilation script that special cases...
2012-11-04 Stefan Behneladded script to compile the CPython stdlib
2012-11-04 Stefan Behnelmerged 0.17 branch into master
2012-11-04 Stefan Behneladded changelog file
2012-11-04 Stefan Behnelreduce code overhead for tuple constants by using PyTup...
2012-11-03 Stefan Behnelremoved useless copy&paste code from test
next