Home - Speed - Summaries: (trunk - py2.7) : (py3.8) : (py3.9) : (py3.10) : Everything : RPython - Nightly builds - Waterfall - Builders - About

Console View


Categories: aarch64 benchmark-run buildbot linux-ppc64 linux-s390x linux32 linux64 macos-arm64 macos-x86_64 numpy win32 win64
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

aarch64 benchmark-run buildbot linux-ppc64 linux-s390x linux32 linux64 macos-arm64 macos-x86_64 numpy win32 win64
fbd77af0520c...
Matti Picus
PyPy can properly initiate structseq instances, does not suffer from bpo-43916
f3df9e29d5a2...
Carl Friedrich Bolz-Tereick
small optimization: it does not make sense for space.newlong to return a
W_LongObject on pypy3, where there is no observable applevel difference between
W_IntObject and W_LongObject
f22606f8b875...
Carl Friedrich Bolz-Tereick
remove PythonCodeMaker.instrs
dbe67b99e79b...
Matti Picus
space.index(W_Bool) should return an int, not a bool (issue 3906). Also skip cpython pickling of range
c87344328db7...
Matti Picus
allow error msg difference
c652f0e58a0f...
Matti Picus
merge py3.9
c0948a18ee51...
Matti Picus
add (almost all of) sys.stdlib_module_names, details may be different
bf99ff875a44...
Matti Picus
export, test PyDescr_NewGetSet and define PyDescr_TYPE, PyDescr_NAME
beb785f1694b...
Matti Picus
modify abspath since this is an alias to realpath() on PyPy + windows
be773a5400f4...
Matti Picus
add parsing for warn_default_encoding, which should be an int not a bool
be6def4cf91d...
Carl Friedrich Bolz-Tereick
fix the smalllong tests

(small longs are of limited usefulness on 3.x of course)
be068a3facce...
Carl Friedrich Bolz-Tereick
merge default
a137ef13b3eb...
Carl Friedrich Bolz-Tereick
merge py3.9
878e47f5629f...
Carl Friedrich Bolz-Tereick
adapt _Py_HashDouble to the changes in fd20c483b03d to fix numpy, hopefully
7c76d8d56239...
Matti Picus
rework tests for -D with a newer pytest. Still some problems with catching unraiseable exceptions
51b027a7354c...
Carl Friedrich Bolz-Tereick
do a ton less string copies in the bytecode compiler
44af74870a41...
Carl Friedrich Bolz-Tereick
small improvement, rename have_return to be more clear what it means, and add
other opcodes that end the execution of a block
35178cd09d0a...
Carl Friedrich Bolz-Tereick
allow using a default in dict_to_switch with int keys
2147141d4b48...
Carl Friedrich Bolz-Tereick
refactor bytecode compiler Instruction class a tiny bit: encode the jump target less weirdly
1f55da905c8f...
Carl Friedrich Bolz-Tereick
merge heads
17b22a325e6a...
Matti Picus
typo (issue 3901)
16ac9754d5eb...
Carl Friedrich Bolz-Tereick
merge py3.9
02cb38369a80...
Carl Friedrich Bolz-Tereick
merge default
02841ee612b4...
Carl Friedrich Bolz-Tereick
small optimization in the tokenizer: don't allocate tuples for the parenstack,
just use the tokens as entries
0139189ace77...
Carl Friedrich Bolz-Tereick
use dict_to_switch to be more efficient