platform/upstream/python-cython.git
2012-11-17 Dan MillerImplementing module name parsing with os.path.
2012-11-11 Stefan Behnelimproved test for cascaded comparison coercions
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 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.
2012-10-30 Stefan Behnelmerge
2012-10-30 Stefan Behnelfix pure Python test
2012-10-30 Stefan Behnelfix pure Python test
2012-10-30 Robert BradshawMerge branch 'bugs' into main_master
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-29 Stefan Behnelfix exclusion comparison in cythonize()
2012-10-29 Stefan Behnelfix exclusion comparison in cythonize()
2012-10-29 Stefan Behnelfix parser crash
2012-10-29 Stefan Behnelfix parser crash
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
2012-10-29 Stefan Behneldelete broken C output file on compiler failures in...
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-10-25 Robert BradshawOverflow check docs.
2012-10-25 Robert BradshawLeft shift overflow guards.
2012-10-25 Robert Bradshaw(Cheaper) overflow check for const rhs.
2012-10-25 Robert BradshawAllow constant typecasts.
2012-10-25 Robert BradshawOverflow initialization checking
2012-10-25 Robert BradshawOverflow check tests.
2012-10-25 Robert Bradshawcontrol overflow with a directive
2012-10-25 Robert BradshawFirst pass at int overflow checking.
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...
next