summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Optimise "unichr()" into "PyUnicode_FromOrdinal()".Stefan Behnel2020-05-291-1/+1
| |/ |/|
* | Fix compilation in PyPy.Stefan Behnel2020-05-271-1/+1
* | Merge branch '0.29.x'Stefan Behnel2020-05-271-0/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2020-05-271-0/+3
* | Revert "Disable "c_api_binop_methods" directive in 0.29.x and provide it only...Stefan Behnel2020-05-272-4/+85
* | Merge branch '0.29.x'Stefan Behnel2020-05-274-85/+17
|\ \ | |/
| * Disable "c_api_binop_methods" directive in 0.29.x and provide it only as an e...Stefan Behnel2020-05-272-85/+4
| * Update changelog.Stefan Behnel2020-05-271-10/+4
| * Use Py_SET_SIZE() and Py_SET_REFCNT() on Python 3.9.0a4 and newer (GH-3639)Victor Stinner2020-05-275-10/+22
* | Update changelog.Stefan Behnel2020-05-271-10/+7
* | Use Py_SET_SIZE() and Py_SET_REFCNT() on Python 3.9.0a4 and newer (GH-3639)Victor Stinner2020-05-275-10/+22
* | Merge branch '0.29.x'Stefan Behnel2020-05-262-39/+64
|\ \ | |/
| * Limited API updates and cleanup for #2056. GH-3635)Robert Bradshaw2020-05-262-39/+64
* | Merge branch '0.29.x'Stefan Behnel2020-05-261-6/+10
|\ \ | |/
| * Update changelog.Stefan Behnel2020-05-261-6/+10
* | Merge branch '0.29.x'Stefan Behnel2020-05-266-17/+225
|\ \ | |/
| * Update changelog.Stefan Behnel2020-05-261-0/+7
| * Emit an error when typeid() is used outside of C++ mode (GH-3637)Celelibi2020-05-262-0/+29
| * Fix overflow handling for abs() calls on signed integer types (GH-3634)serge-sans-paille2020-05-262-7/+13
| * Fix handling of "no-cpp" test tag for error tests, where "cpp" is already rem...Stefan Behnel2020-05-261-2/+4
| * Update changelog.Stefan Behnel2020-05-261-0/+11
| * Avoid "uninitialised" warnings for sizeof and typeid (GH-3631)Celelibi2020-05-263-0/+22
| * Merge branch '0.29.x' of git+ssh://github.com/cython/cython into 0.29.xStefan Behnel2020-05-256-17/+206
| |\
| | * Invoke binop super method via direct slot access.Robert Bradshaw2020-05-232-32/+7
| | * Add support for pow operator.Robert Bradshaw2020-05-233-3/+29
| | * Python-style binary operation methods.Robert Bradshaw2020-05-236-17/+205
* | | Update changelog.Stefan Behnel2020-05-261-0/+3
* | | Fix overflow handling for abs() calls on signed integer types (GH-3634)serge-sans-paille2020-05-262-7/+13
* | | Emit an error when typeid() is used outside of C++ mode (GH-3637)Celelibi2020-05-262-0/+29
* | | Fix handling of "no-cpp" test tag for error tests, where "cpp" is already rem...Stefan Behnel2020-05-261-2/+5
* | | Update "test_grammar.py" from CPython 3.9.Stefan Behnel2020-05-261-85/+375
* | | Avoid "uninitialised" warnings for sizeof and typeid (GH-3631)Celelibi2020-05-253-0/+22
* | | Remove dead code.Stefan Behnel2020-05-251-2/+0
* | | Update changelog.Stefan Behnel2020-05-241-2/+30
* | | Change default of "always_allow_keywords" directive to True (GH-3605)scoder2020-05-2415-34/+188
* | | Exclude a test that crashes in PyPy.Stefan Behnel2020-05-241-0/+7
* | | Use "!" instead of the less clear "== 0" when testing for type features.Stefan Behnel2020-05-241-3/+3
* | | Follow numpy.pxd change in numpy/#16266 (GH-3630)jbrockmendel2020-05-241-2/+91
* | | Use a more efficient way to check for PyCFunction and CyFunction at the same ...Stefan Behnel2020-05-243-8/+13
* | | Use an inlined version of PyType_HasFeature() instead of directly accessing "...Stefan Behnel2020-05-235-8/+14
* | | Extend test.Stefan Behnel2020-05-231-2/+3
* | | Implement type inference for stared unpacking targets as list.Stefan Behnel2020-05-232-2/+34
* | | Make error message more helpful.Stefan Behnel2020-05-231-1/+1
* | | Enable a working test.Stefan Behnel2020-05-231-0/+3
* | | Add parentheses to clarify a C expression.Stefan Behnel2020-05-231-1/+1
* | | 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