45
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 15 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement rbigint.isqrt following Mark Dickinson in cpython's mathmodule.c More... 9 months ago
#3978: report exceptions that are created when forcing an oefmt as unraisable More... 9 months ago
update openssl for latest release More... 9 months ago
fix link More... 9 months ago
merge mb-dup which removes some duplicate code More... 9 months ago
test and fix: make rpython isinstance also work on constant first arguments More... 9 months ago
Remove duplicate JIT driver definition More... 9 months ago
py.org ip changed, update the test More... 9 months ago
make UnicodeIO store its data in a list of r_int32, as opposed to using the rpython unicode type. we want to get rid of the unicode type and also it requires an extra copy all the time. More... 9 months ago
add jitdrivers for deque methods extend, extendleft, count More... 9 months ago
make sure that sys.flags are not in a cell in the sys module to speed up access More... 9 months ago
add a test, also move the _strip*left/right helper functions into the StringMethods More... 10 months ago
fix More... 10 months ago
do the same optimization of d1b90d510ad9 for bytes, bytearrays More... 10 months ago
fix test_pypy_c tests, hopefully More... 10 months ago
nicer More... 10 months ago
fix tests More... 10 months ago
fix edge case More... 10 months ago
actually unify the two boxes after guard_true(int_eq(b1, b2)) More... 10 months ago
add a special fast path for strip on ascii too More... 10 months ago
improve unicode.strip to not force the unicode object More... 10 months ago
no reason to write this as recursion, just use a loop More... 10 months ago
mention missing __sizeof__ in differences between CPython and PyPy More... 10 months ago
Update PyPy versions in the FAQ More... 10 months ago
merge jit-smaller-miframes: More... 10 months ago
better More... 10 months ago
merge default More... 10 months ago
fix test_pow in pypy/module/micronumpy/test/test_zjit.py More... 10 months ago
make the name picking of the dispatcher deterministic More... 10 months ago
fix tests More... 10 months ago