platform/upstream/python-cython.git
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
2012-11-03 Stefan Behnelmerged 0.17 branch into master
2012-11-03 Stefan Behnelfix early module registering by using FQMN instead...
2012-11-03 Stefan Behnelmerged 0.17 branch into master
2012-11-03 Stefan Behneladded test for self-reimport at module init time
2012-11-03 Stefan Behneladded test for self-reimport at module init time
2012-11-03 Robert BradshawMerge branch 'bugs'
2012-11-03 Robert BradshawFix destructor name computation in the face of namespac...
2012-11-03 Stefan Behnelalways insert the module into sys.modules right after...
2012-11-03 Stefan Behnelalways insert the module into sys.modules right after...
2012-11-03 Stefan Behnelno need to use a long in __Pyx_Import() when an int...
2012-11-03 Stefan Behnelin Py3.3, use new PyImport_ImportModuleLevelObject...
2012-11-03 Stefan Behnelmoved helper function __Pyx_Import() into ImportExport...
2012-11-01 Robert BradshawMerge remote-tracking branch 'remotes/origin/0.17'
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-31 Robert BradshawSwap args for lhs const overflow check.
2012-10-31 Robert BradshawMerge branch 'overflow'
2012-10-30 Robert BradshawMore warning suppression, formatting.
next