summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extend "always_allow_keywords" test to cover some edge cases.gh3090_always_allow_keywordsStefan Behnel2020-05-241-14/+129
* Fix some refcounting tests (apparently only in Py3.6) by restoring the origin...Stefan Behnel2020-05-245-0/+8
* Fix a crash when a keyword argument is passed to a function that does not all...Stefan Behnel2020-05-241-1/+3
* Fix warning output in unrelated test.Stefan Behnel2020-05-241-3/+3
* Fix unicode name handling of no-args functions when allowing keywords.Stefan Behnel2020-05-242-8/+24
* Update docs on "always_allow_keywords" directive.Stefan Behnel2020-05-242-5/+5
* Fix the direct calls to METH_O functions in the "cythonscope" test by disabli...Stefan Behnel2020-05-241-0/+3
* Merge branch 'master' into gh3090_always_allow_keywordsscoder2020-05-2234-246/+603
|\
| * Document "@exceptval" default for return type annotations.Stefan Behnel2020-05-211-0/+7
| * Merge branch '0.29.x'Stefan Behnel2020-05-201-0/+13
| |\
| | * Prepare release of 0.29.19.0.29.19Stefan Behnel2020-05-201-1/+1
| | * Update changelog.Stefan Behnel2020-05-201-0/+13
| | * Use platform dependent test for "unpacked_struct_with_arrays" (GH-3621)smutch2020-05-201-1/+5
| | * Fix a macro name that was accidentally broken in c9dec706354b06a8689223cfb92b...Stefan Behnel2020-05-201-1/+1
| * | Use platform dependent test for "unpacked_struct_with_arrays" (GH-3621)smutch2020-05-201-1/+5
| * | The names of Cython's internal types (functions, generator, coroutine, etc.) ...Stefan Behnel2020-05-208-16/+18
| * | Provide timedelta.total_seconds() implementation in datetime.pxd (GH-3616)jbrockmendel2020-05-192-1/+30
| * | Make PyDateTime_DELTA_*() macros in datetime.pxd available in Py2.Stefan Behnel2020-05-192-41/+75
| * | Fixed "test_*_path_exists" + CompilerDirectivesNode (GH-3619)da-woods2020-05-192-0/+24
| * | Merge branch '0.29.x'3.0a5Stefan Behnel2020-05-181-0/+3
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2020-05-181-0/+3
| * | Update changelog.Stefan Behnel2020-05-181-0/+4
| * | Prepare release of 3.0a5.Stefan Behnel2020-05-182-2/+2
| * | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2020-05-182-52/+148
| |\ \
| | * | Fix several issues in overflow checks (GH-3591)Sam Sneddon2020-05-182-52/+148
| * | | Merge branch '0.29.x'Stefan Behnel2020-05-183-4/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * 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
| * | Clean up changelog.Stefan Behnel2020-05-181-15/+1
| * | Merge branch '0.29.x'Stefan Behnel2020-05-181-0/+4
| |\ \ | | |/
| | * 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
| * | Disable GC during hacked calls to PyType_Ready() that simulate a heap type fo...Stefan Behnel2020-05-181-9/+53
| * | Fix unrelated test after changing memoryview code.Stefan Behnel2020-05-171-6/+6
| * | Minor code cleanup.Stefan Behnel2020-05-171-1/+1
| * | Reduce the code overhead of the memoryview implementation a little by disabli...Stefan Behnel2020-05-171-0/+3
| * | Reduce the code overhead of exception raising in generated Cython code and th...Stefan Behnel2020-05-172-22/+22
| * | Move less common ref-counting cases for memory views out of the fast-path and...Stefan Behnel2020-05-171-25/+28
| * | Ensure utility code keeps the directives that it was compiled with (GH-3615)da-woods2020-05-173-2/+30
| * | Merge branch '0.29.x'Stefan Behnel2020-05-162-3/+5
| |\ \ | | |/
| | * Uncomment timedelta macros in datetime.pxd, because why not have them?Stefan Behnel2020-05-162-3/+5
| * | Add yet another branch hint for an exception case.Stefan Behnel2020-05-161-1/+1
| * | Merge branch '0.29.x'Stefan Behnel2020-05-161-1/+2
| |\ \ | | |/
| | * 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
| * | Merge branch '0.29.x'Stefan Behnel2020-05-160-0/+0
| |\ \ | | |/