63
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 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
Add missing unicode C API functions and Py_UNICODE warning (#5836) More... about 1 year ago
Add missing unicode C API functions and Py_UNICODE warning (#5836) More... about 1 year ago
Map Python "int" type to PyLong. (GH-5830) 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) 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) 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) More... about 1 year ago
Pyupgrade: Update codebase to Python 3 syntax and features (GH-5810) More... about 1 year ago
Disable failing Windows CyCache test (#5826) More... about 1 year ago
Disable failing Windows CyCache test (#5826) More... about 1 year ago
Optimize numerical operations with python integer variable (#5785) 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' More... about 1 year ago
Simplify pstats test More... about 1 year ago
update no-compile install from source (#5819) More... about 1 year ago
Remove allowed_failure from Python 3.12 (#5815) More... about 1 year ago
Remove allowed_failure from Python 3.12 (#5815) 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) More... about 1 year ago
Check for MSVC when checking for complex support on C11 (#5809) 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