63
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup a lot of casts to char* (#5515) More... about 1 year ago
PyPy lacks support for Py_UNICODE_ISPRINTABLE(), so implement it manually (and without error checking as PyPy would also do it).
scoder
as Stefan Behnel
More... about 1 year ago
Use utility-code version of Py_UNICODE_ISPRINTABLE More... about 1 year ago
Fix "except Exception" in limited api (#5699) More... about 1 year ago
Error if Cython enum is used outside a typed context (#5642) More... about 1 year ago
PyPy lacks support for Py_UNICODE_ISPRINTABLE(), so implement it manually (and without error checking as PyPy would also do it).
scoder
as Stefan Behnel
More... about 1 year ago
Fix test data.
scoder
as Stefan Behnel
More... about 1 year ago
Optimise Py_UCS4.isprintable().
scoder
as Stefan Behnel
More... about 1 year ago
Fix indexing of self.args when passing Python object as varargs parameter (#5805) More... about 1 year ago
Fix indexing of self.args when passing Python object as varargs parameter (#5805) More... about 1 year ago
Remove Py2/Py3.[3456] legacy support (GH-5801) More... about 1 year ago
Add missing directives to Shadow.py (#5803) More... about 1 year ago
Add tests for some of the contents of Shadow.py (#5778) More... about 1 year ago
Add warning about embedding + multiprocessing (#5464) More... about 1 year ago
Fix a C preprocessor condition that prevented calling PyCFunction_CheckExact() instead of PyCFunction_Check() in Py3.9+.
scoder
as Stefan Behnel
More... about 1 year ago
Remove official support for Py<3.7 from master branch.
scoder
as Stefan Behnel
More... about 1 year ago
CI: Remove all Python<3.7 jobs from CI and wheel builds.
scoder
as Stefan Behnel
More... about 1 year ago
Cut off 3.0.x branch and set master version to "3.1.0a0".
scoder
as Stefan Behnel
More... about 1 year ago
CI: Fix macOS/Py2.7 setup which now finds Python 3 before Python 2 in the path by default.
scoder
as Stefan Behnel
More... about 1 year ago
Fix cpdef functions and cimport_from_pyx (#5796) More... about 1 year ago
CI: Use an old 'wheel' version in old Python versions.
scoder
as Stefan Behnel
More... about 1 year ago
Update changelog.
scoder
as Stefan Behnel
More... about 1 year ago
Avoid useless type checks in the fused function dispatch code.
scoder
as Stefan Behnel
More... about 1 year ago
Avoid assigning a Py_UCS4 value to a C char without cast. Instead, just use the Py_UCS4 value.
scoder
as Stefan Behnel
More... about 1 year ago
Simplify some code by avoiding a long indentation.
scoder
as Stefan Behnel
More... about 1 year ago
Fix C++17 error: standard attributes in middle of decl-specifiers (CYTHON_UNUSED) (GH-5791) More... about 1 year ago
Do "dictoffset" check as Python lookup when slot access is disabled (GH-5698) More... about 1 year ago
Stop fallback indexing code using PySequence_*Item first (GH-5777) More... about 1 year ago
Implement string-to-float conversion in Limited API (GH-5695) More... about 1 year ago
Fix error message in PyPy.
scoder
as Stefan Behnel
More... about 1 year ago