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 6 of 607
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add missing unicode C API functions and Py_UNICODE warning (#5836)
da-woods
More...
about 1 year ago
Add missing unicode C API functions and Py_UNICODE warning (#5836)
da-woods
More...
about 1 year ago
Map Python "int" type to PyLong. (GH-5830)
scoder
More...
about 1 year ago
docs: Clarify the warning about "Py_UNICODE" usage and make it more visible.
scoder
as Stefan Behnel
More...
about 1 year ago
Make language level 3 the default (GH-5827)
scoder
More...
about 1 year ago
Fix crash on undefined variable.
scoder
as Stefan Behnel
More...
about 1 year ago
Remove Py2/Py3.x compatibility code that is not needed in Py3.7+ (GH-5824)
Matus Valo
More...
about 1 year ago
Remove legacy _pyximport2.py
scoder
as Stefan Behnel
More...
about 1 year ago
Remove the redundant coverage build (we have separate "pycoverage" and "cycoverage" jobs).
scoder
as Stefan Behnel
More...
about 1 year ago
Remove tests for WITH_THREAD (#5829)
da-woods
More...
about 1 year ago
Pyupgrade: Update codebase to Python 3 syntax and features (GH-5810)
Ewout ter Hoeven
More...
about 1 year ago
Disable failing Windows CyCache test (#5826)
da-woods
More...
about 1 year ago
Disable failing Windows CyCache test (#5826)
da-woods
More...
about 1 year ago
Optimize numerical operations with python integer variable (#5785)
Matus Valo
More...
about 1 year ago
Regenerate Lexicon from Python 3.13a1 unicodedata.
scoder
as Stefan Behnel
More...
about 1 year ago
Write Python 3 code in Lexicon generator.
scoder
as Stefan Behnel
More...
about 1 year ago
Merge branch '3.0.x'
da-woods
More...
about 1 year ago
Simplify pstats test
da-woods
More...
about 1 year ago
update no-compile install from source (#5819)
etymology
More...
about 1 year ago
Remove allowed_failure from Python 3.12 (#5815)
da-woods
More...
about 1 year ago
Remove allowed_failure from Python 3.12 (#5815)
da-woods
More...
about 1 year ago
Add tests for optimised "float(unicode)" parsing of non-ASCII digits when auto-decoding is enabled for C strings.
scoder
as Stefan Behnel
More...
about 1 year ago
Add a test for optimised "float(unicode)" parsing of non-ASCII digits.
scoder
as Stefan Behnel
More...
about 1 year ago
Avoid conditional branching in the __Pyx__PyBytes_AsDouble_Copy() helper function. This means that we no longer short-circuit if we fail to parse the string (containing underscores) passed into float(), but that's unlikely to become a problem in practice, given that strings expected to be parsable by float() tend to be less than 100 characters. The copying function is very fast even for long strings.
scoder
as Stefan Behnel
More...
about 1 year ago
Fix "float(std::string)" and other non-PyObject arguments to float().
scoder
as Stefan Behnel
More...
about 1 year ago
Fix "float(std::string)" and other non-PyObject arguments to float().
scoder
as Stefan Behnel
More...
about 1 year ago
Check for MSVC when checking for complex support on C11 (#5809)
Lysandros Nikolaou
More...
about 1 year ago
Check for MSVC when checking for complex support on C11 (#5809)
Lysandros Nikolaou
More...
about 1 year ago
Remove unused import.
scoder
as Stefan Behnel
More...
about 1 year ago
docs: Add a note that profiling and tracing are non-functional in CPython 3.12.
scoder
as Stefan Behnel
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
…
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