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
Fix access to __qualname__ and __module__ during class definition (#4812) More... over 1 year ago
Use unstable PyLong functions in Py3.12b1, if defined.
scoder
as Stefan Behnel
More... over 1 year ago
Increase CI job timeout to avoid build failures on Windows.
scoder
as Stefan Behnel
More... over 1 year ago
Avoid generating dead code in the special binop method handling helpers. (GH-5420) More... over 1 year ago
Add a directive `embedsignature.format` to configure autodoc/embedsignature (GH-5415) More... over 1 year ago
Adapt the exception handling to Py3.12a6 which replaces the (type, value, tb) exception triplet with a single "tstate->current_exception" value. (GH-5442) More... over 1 year ago
Check definition of "__STDC_VERSION__" macro before usage (GH-5443) More... over 1 year ago
Merge branch '0.29.x'
scoder
as Stefan Behnel
More... over 1 year ago
Disable fast Py_SIZE(PyLong) check in Py3.12a7+ since it's no longer valid there.
scoder
as Stefan Behnel
More... over 1 year ago
Keep the "tp_print" slot for PyPy < 3.10 and CPython < 3.9 (GH-5437) More... over 1 year ago
Custom int128 conversion as a slow fallback (GH-5419) More... over 1 year ago
Merge branch 'master' of git+ssh://github.com/cython/cython
scoder
as Stefan Behnel
More... over 1 year ago
Fix a signedness compiler warning in vector.to_py (GH-5438) More... over 1 year ago
Merge branch '0.29.x'
scoder
as Stefan Behnel
More... over 1 year ago
Prevent calling the dealloc slot of a non-GC base class with GC tracking enabled. (GH-5432) More... over 1 year ago
Prevent calling the dealloc slot of a non-GC base class with GC tracking enabled. (GH-5432) More... over 1 year ago
enable passing datetime tests on PyPy (#5427) More... over 1 year ago
Support PyBufferProcs with Limited C-API under Py3.9+ or Py3.11+ (GH-5422) More... over 1 year ago
Remove useless parentheses.
scoder
as Stefan Behnel
More... over 1 year ago
Remove the useless check that the struct field visibility is the same as the struct's visibility. This is assured by syntax.
scoder
as Stefan Behnel
More... over 1 year ago
Keep 'extern' visibility in context of struct/union to properly infer 'noexcept' for function pointer fields (GH-5386) More... over 1 year ago
Silence GCC -Wsign-conversion (GH-5421) More... over 1 year ago
Merge branch '0.29.x'
scoder
as Stefan Behnel
More... over 1 year ago
Update changelog.
scoder
as Stefan Behnel
More... over 1 year ago
Allow users to override CYTHON_PEP489_MULTI_PHASE_INIT in PyPy 3.9+.
scoder
as Stefan Behnel
More... over 1 year ago
Allow users to override CYTHON_PEP489_MULTI_PHASE_INIT in PyPy 3.9+.
scoder
as Stefan Behnel
More... over 1 year ago
Fix usage of _MSC_VER macro (GH-5417) More... over 1 year ago
Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414) More... over 1 year ago
Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414) More... over 1 year ago
Catch ValueError when calling memoryview() to avoid leaking implementation details (GH-5406) More... over 1 year ago