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
11 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 9 of 607
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix an incorrect C declaration and an unguarded macro reference (found by gcc -Wundef -Wstrict-prototypes) (GH-5756)
Pierre Jolivet
More...
about 1 year ago
Officially support Python 3.12 (knowing that profiling is still broken there).
scoder
as Stefan Behnel
More...
about 1 year ago
CI: Update workflow to use released Python 3.12.
scoder
as Stefan Behnel
More...
about 1 year ago
Prepare the release of Cython 3.0.3.
scoder
as Stefan Behnel
More...
about 1 year ago
Fix some typos found by codespell 2.2.5 (GH-5626)
Yaroslav O. Halchenko
as Yaroslav Halchenko
More...
about 1 year ago
Fix issue with mixed-type "x if y else z" expressions (#5735)
da-woods
More...
about 1 year ago
Clean up special handling of PyCFunction and CyFunction (GH-5739)
scoder
More...
about 1 year ago
Suppress a spelling false positive found by codespell.
scoder
as Stefan Behnel
More...
about 1 year ago
Fix some spelling mistakes found by codespell.
scoder
as Stefan Behnel
More...
about 1 year ago
Allow `--cplus` argument in cythonize command (GH-5736)
Matus Valo
More...
about 1 year ago
C++: Add "reference_wrapper" declarations to "libcpp.functional" (GH-5671)
Vyas Ramasubramani
More...
about 1 year ago
Fix "unused variable" C compiler warning in Limited API.
scoder
as Stefan Behnel
More...
about 1 year ago
Fix mistake acquiring GIL while generating closure functions (GH-5738)
da-woods
More...
about 1 year ago
Avoid C warning about unused fastcall_fallback (#5734)
da-woods
More...
about 1 year ago
Update changelog.
scoder
as Stefan Behnel
More...
about 1 year ago
Show performance hints for nogil functions requiring exception checks (GH-5673)
da-woods
More...
about 1 year ago
Fixup a refnanny-related performance regression (GH-5685)
da-woods
More...
about 1 year ago
Fix copy-paste bug.
scoder
as Stefan Behnel
More...
about 1 year ago
Tests: Improve C code validation to support start and end section patterns.
scoder
as Stefan Behnel
More...
over 1 year ago
Fix relative cimport when package contains only `__init__.py` (#5723)
Matus Valo
More...
over 1 year ago
Fix macro redefintion warning (#5726)
Sebastian Koslowski
More...
over 1 year ago
Release references to traceback objects in Python 3.12+ (GH-5725)
Eric T. Johnson
More...
over 1 year ago
Fix Out of bounds access in Coverity reported issue (GH-5717)
Oleksandr Pavlyk
More...
over 1 year ago
Add a more helpful error message to "Cython.Distutils.build_ext" when distutils is missing in Python 3.12 and setuptools is not installed (which could replace it).
scoder
as Stefan Behnel
More...
over 1 year ago
cythonize: Postpone the distutils import until we know that we really need it. It's no longer available in Python 3.12 (for which we still need a work-around).
scoder
as Stefan Behnel
More...
over 1 year ago
Re-add 'true' and 'false' as "np_python" option values. They were previously allowed but lost when requiring "True" and "False".
scoder
as Stefan Behnel
More...
over 1 year ago
cythonize: Make sure that we catch both distutils and setuptools "Extension" instances when looking for module patterns.
scoder
as Stefan Behnel
More...
over 1 year ago
Tighten the allowed values of the "np_python" option to 'True' and 'False' (which is what we allow for all other boolean options as well). Raise a DeprecationWarning for everything else. Stop depending on distutils for the evaluation (which is gone in Py3.12).
scoder
as Stefan Behnel
More...
over 1 year ago
Fix pre-version number.
scoder
as Stefan Behnel
More...
over 1 year ago
Update changelog.
scoder
as Stefan Behnel
More...
over 1 year ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
606
607
→
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