openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Cython
Settings
|
Report Duplicate
63
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 19 of 25
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix access to __qualname__ and __module__ during class definition (#4812)
da-woods
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)
scoder
More...
over 1 year ago
Add a directive `embedsignature.format` to configure autodoc/embedsignature (GH-5415)
Lisandro Dalcin
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)
scoder
More...
over 1 year ago
Check definition of "__STDC_VERSION__" macro before usage (GH-5443)
matttyson
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)
Matti Picus
More...
over 1 year ago
Custom int128 conversion as a slow fallback (GH-5419)
scoder
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)
Philipp Wagner
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)
scoder
More...
over 1 year ago
Prevent calling the dealloc slot of a non-GC base class with GC tracking enabled. (GH-5432)
scoder
More...
over 1 year ago
enable passing datetime tests on PyPy (#5427)
Matti Picus
More...
over 1 year ago
Support PyBufferProcs with Limited C-API under Py3.9+ or Py3.11+ (GH-5422)
Lisandro Dalcin
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)
Matus Valo
More...
over 1 year ago
Silence GCC -Wsign-conversion (GH-5421)
Lisandro Dalcin
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)
matttyson
More...
over 1 year ago
Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414)
Matti Picus
More...
over 1 year ago
Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414)
Matti Picus
More...
over 1 year ago
Catch ValueError when calling memoryview() to avoid leaking implementation details (GH-5406)
Matus Valo
More...
over 1 year ago
←
1
2
…
15
16
17
18
19
20
21
22
23
24
25
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree