platform/upstream/python-cython.git
2012-05-16 Andreas van... updated test to use clone function.
2012-05-16 Andreas van... replaced reference to .ob_size with .length
2012-05-06 Andreas van... moved doctests to individual functions.
2012-05-06 Andreas van... Change unsigned to Py_ssize_t, removed Py_UNICODE decla...
2012-05-02 Andreas van... Single new array function
2012-04-22 Andreas van... Support for Python array objects. Adapted from patch...
2012-04-21 Stefan Behnelincreased version of master to 0.17pre
2012-04-21 Stefan Behnelmerged release branch into master
2012-04-21 Mark Florisson0.16 0.16
2012-04-20 Stefan Behnelmerged release branch into master
2012-04-20 Stefan BehnelPy2.4/2.7 doctest fix
2012-04-20 Stefan Behnelunify None indexing exception message
2012-04-20 Stefan Behnelcheck for None during optimised indexing into list...
2012-04-19 Stefan Behnelpartially reverted change that generally checked for...
2012-04-19 Stefan Behnelfix C compiler warning about unused expression result...
2012-04-19 Stefan Behnelfix C compiler warning about missing struct initialiser...
2012-04-19 Stefan Behnelfix C compiler warning about comparison between signed...
2012-04-19 Stefan Behneldisable GIL check on NoneCheckNode to avoid unnecessary...
2012-04-19 Stefan Behnelavoid C-API intensive optimisations for integer indexin...
2012-04-18 Stefan Behnelremove the now redundant None check in __Pyx_GetItemInt...
2012-04-18 Stefan Behnelproperly catch indexing of None for all Python objects...
2012-04-18 Stefan Behnelavoid None check in __Pyx_PyDict_GetItem() when possible
2012-04-18 Stefan Behnelmoved DictGetItem utility code into ObjectHandling.c
2012-04-18 Stefan Behneldeleted unused utility function __Pyx_GetExcValue()
2012-04-18 Stefan Behnelmoved __Pyx_TypeTest() utility code to ObjectHandling.c
2012-04-18 Stefan Behnelmoved Python metaclass utility code into ObjectHandling.c
2012-04-18 Stefan Behnelminor code cleanups in metaclass utility code, fix...
2012-04-18 Stefan Behnelfix C compiler warnings about unused parameters in...
2012-04-18 Stefan Behnelfix C compiler warnings about unused parameters in...
2012-04-18 Stefan Behneleven when 'boundscheck' is disabled or indexing is...
2012-04-18 Stefan Behnelcall PyUnicode_READY() during unicode indexing to compl...
2012-04-18 Stefan Behnelfix typo
2012-04-18 Stefan Behnelfix C compiler warnings about unused parameters in...
2012-04-18 Stefan Behnelmoved unicode iteration setup code into utility functio...
2012-04-18 Stefan Behnelfixed test runner exclude after renaming test
2012-04-18 Stefan Behnelfix unused arguments warning for tp_new() functions...
2012-04-18 Stefan Behnelremoved outdated dummy assignment code that originally...
2012-04-17 Stefan Behneladditional test case for Python 3 function annotation...
2012-04-17 Stefan Behneladditional test case
2012-04-17 Stefan Behnelextended test case
2012-04-17 Stefan Behnelremoved some dead code
2012-04-17 Stefan Behnelrename test to avoid accidental collision with pyregr...
2012-04-17 Stefan Behnelremove Test* files from coverage analysis
2012-04-17 Stefan Behnelfix
2012-04-17 Stefan Behneltest runner: disable pure Python doctest runs with...
2012-04-17 Stefan Behnelminor test runner fixes
2012-04-17 Stefan Behnelanother test runner fix for coverage analysis
2012-04-17 Stefan Behnelfix coverage analysis in test runner after sharding...
2012-04-17 Stefan Behnelproperly coerce Py_UCS4 characters to a unicode string...
2012-04-17 Stefan Behneluse old-style imports for all Py3 versions (the remaini...
2012-04-17 Stefan Behneluse old-style imports for all Py3 versions (the remaini...
2012-04-16 Robert BradshawTest for vtable mangling.
2012-04-16 Robert BradshawTest for vtable mangling.
2012-04-16 Robert BradshawFix vtab member for illegal C names.
2012-04-16 Robert BradshawFix vtab member for illegal C names.
2012-04-16 Stefan Behnelanother fix for old-style imports in Py3.3: only try...
2012-04-16 Stefan Behnelanother fix for old-style imports in Py3.3: only try...
2012-04-16 Stefan Behnelwork around Py3k importlib changes: old-style rel+abs...
2012-04-16 Stefan Behnelwork around Py3k importlib changes: old-style rel+abs...
2012-04-16 Stefan Behnelfix CythonInclude after importlib changes, avoid search...
2012-04-16 Stefan Behnelfix CythonInclude after importlib changes, avoid search...
2012-04-16 Stefan Behnelfix Py3k compiler crash due to new importlib
2012-04-16 Stefan Behnelfix Py3k compiler crash due to new importlib
2012-04-15 Mark FlorissonMerge branch 'release'
2012-04-15 Mark Florisson0.16 RC 2 0.16rc2
2012-04-15 Stefan Behnelsimplify dict.clear() optimisation
2012-04-15 Stefan Behnelfix: make sure PyUnicode_READY() is called before unico...
2012-04-15 Stefan Behnelextended unicode iteration tests
2012-04-15 MarkMerge pull request #112 from robertwb/release
2012-04-15 Robert BradshawRevert "Stopgap support for numpy 1.7"
2012-04-15 Robert BradshawRevert "NumPy stopgap: fix type access before type...
2012-04-15 Robert BradshawRevert "More hacks for numpy 1.7: Check for Includes...
2012-04-15 Robert BradshawRevert "Don't assume a NameNode attribute base in Numpy...
2012-04-14 Stefan Behnelminor code cleanup
2012-04-14 Stefan Behnelreimplement unicode character iteration for PEP393...
2012-04-14 Mark FlorissonUse assertEqual instead of assertEquals
2012-04-14 Stefan Behnelmerged release branch into master
2012-04-14 Stefan Behneldisable pyregr test 'test_tempfile' - currently hangs
2012-04-13 Stefan Behnelfix comment in CythonFunction.c
2012-04-13 Stefan Behnelfix some function declarations in CythonFunction.c
2012-04-13 Stefan BehnelPy3 test fix
2012-04-13 Stefan Behnelmove utility code reference of __Pyx_Method_ClassMethod...
2012-04-13 Robert BradshawAnother comment on sharding.
2012-04-13 Robert BradshawAllow sharding of runtests.py.
2012-04-13 Robert BradshawApply exclude selectors to unit- and doctests.
2012-04-13 Robert Bradshawcleanup
2012-04-13 Stefan Behnelfix exception during OpenMP detection in test runner...
2012-04-13 Robert BradshawMerge remote-tracking branch 'main/release'
2012-04-12 Mark Florisson0.16 RC 1 0.16rc1
2012-04-11 Mark FlorissonFix BufferType's assignable_from & some tests
2012-04-11 Mark FlorissonDon't assume a NameNode attribute base in NumpySupport
2012-04-10 Mark FlorissonFix buffer type same_as method
2012-04-10 Mark FlorissonAllow attribute specializations and add some tests
2012-04-10 Mark FlorissonMerge branch '_numpy' of git://github.com/dagss/cython...
2012-04-10 Mark FlorissonImprove fused specialization strings
2012-04-10 Dag Sverre... More hacks for numpy 1.7: Check for Includes/numpy.pxd
2012-04-10 Stefan Behnelfix copy&paste bug in last commit
2012-04-10 Stefan Behneldisable some CPython tuned string optimisations in...
2012-04-12 scoderMerge pull request #110 from scoder/pypy
2012-04-12 scoderMerge pull request #107 from scoder/_optional_kwargs_loop
next