summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.18.0.29.18Stefan Behnel2020-05-182-2/+2
* Add ticket reference explaining why a work-around is needed.Stefan Behnel2020-05-181-0/+1
* Update changelog.Stefan Behnel2020-05-181-0/+4
* Disable GC during hacked calls to PyType_Ready() that simulate a heap type fo...Stefan Behnel2020-05-181-9/+53
* Uncomment timedelta macros in datetime.pxd, because why not have them?Stefan Behnel2020-05-162-3/+5
* Update changelog.Stefan Behnel2020-05-161-1/+2
* Also mark the case of an uninitialised memory view slice as "unlikely()" when...Stefan Behnel2020-05-161-4/+3
* Mark the last deletion of a memory view slice as "unlikely()" to ask the C co...Stefan Behnel2020-05-161-1/+2
* Sprinkle "unlikely()" branch hints in all places where the memory view C code...Stefan Behnel2020-05-161-1/+1
* Mark the first creation of a memory view slice as "unlikely()" to ask the C c...Stefan Behnel2020-05-161-1/+1
* Sprinkle "unlikely()" branch hints in all places where the memory view C code...Stefan Behnel2020-05-161-23/+20
* Fix up the NumPy warnings hack by using the actual "import_array()" function ...Stefan Behnel2020-05-161-2/+2
* Fix PyArray_SearchSorted signature (GH-3606)jbrockmendel2020-05-162-5/+19
* Fix test output in Py2.Stefan Behnel2020-05-151-1/+1
* Update changelog.Stefan Behnel2020-05-151-0/+3
* Run ParallelRangeTransform also recursively on function arguments (GH-3608)da-woods2020-05-152-0/+7
* Allow decorators on nested async-def functions.Stefan Behnel2020-05-153-1/+31
* Update changelog.Stefan Behnel2020-05-151-0/+4
* Move the work directory of the examples tests into an 'examples/' subdirector...Stefan Behnel2020-05-151-1/+2
* Allow '# cython: …' module level directives in Cython utility code.Stefan Behnel2020-05-151-1/+1
* Avoid unnecessary generation of unused error handling code in memory view sli...Stefan Behnel2020-05-152-5/+4
* Make sure the module init function is declared as 'extern "C"' in C++ also wh...Stefan Behnel2020-05-132-12/+16
* Update changelog.Stefan Behnel2020-05-121-0/+3
* Remove illegal casting of structs when using ctuple (GH-3599)MegaIng2020-05-122-1/+3
* Fix typo in changelog.Stefan Behnel2020-05-101-1/+1
* Fix optimisation of aligned '%' formats ('%05s', '%-5s') into the correct f-s...Stefan Behnel2020-05-092-14/+20
* Update changelog.Stefan Behnel2020-05-091-0/+6
* Fix optimised string formatting when '%d' argument is a float object. (GH-3589)scoder2020-05-093-9/+19
* Tentatively add Py3.9 to the travis test targets in 0.29.x, but allow it to f...Stefan Behnel2020-05-021-0/+9
* Improve error handling in "cython.array" creation code to avoid calling Py_Bu...Stefan Behnel2020-05-022-10/+16
* Re-enable test in Py2.7.Stefan Behnel2020-05-011-2/+2
* Disable test in old Python versions < 3.5.Stefan Behnel2020-05-011-1/+2
* Try to fix the buffmt test's struct alignment issue on Windows, where "unsign...Stefan Behnel2020-05-011-2/+2
* Update changelog.Stefan Behnel2020-05-011-0/+3
* Simplify test code.Stefan Behnel2020-05-011-3/+1
* Fix buffer parsing for memoryviews of arrays of structs (GH-3562)smutch2020-05-013-5/+98
* Remove duplicates from list of reserved words.Stefan Behnel2020-05-011-2/+2
* Update changelog.Stefan Behnel2020-05-011-0/+4
* Maintain a separate copy of distutils' build_ext options (GH-3561)Kamekameha2020-05-011-3/+3
* Remove Py2.4- compatibility fallback.Stefan Behnel2020-05-011-20/+1
* Update changelog.Stefan Behnel2020-04-291-0/+2
* Fix error handling for module init sub-functions, which failed to set the err...Stefan Behnel2020-04-291-7/+6
* Update changelog.Stefan Behnel2020-04-291-0/+10
* Generate function-local error indicator variables whenever "error_goto()" is ...Stefan Behnel2020-04-292-19/+16
* Always enable C line in traceback for tests (GH-3098)0.29.17Jeroen Demeyer2020-04-262-1/+7
* Changed always_allow_keywords_T295 for Py3.9 (GH-3351)da-woods2020-04-261-16/+15
* Prepare release of 0.29.17.Stefan Behnel2020-04-262-2/+2
* Add appveyor build for Py3.8 (will probably fail tests, but it should at leas...Stefan Behnel2020-04-261-0/+8
* Avoid a C compiler warning in clang for a constant strchr() call.Stefan Behnel2020-04-261-1/+2
* Clarify on PyPI page that "--no-cython-compile" is only helpful if no wheels ...Stefan Behnel2020-04-261-2/+3