Home - Speed - Summaries: (main - py2.7) : (py3.10) : (py3.11) : Everything : RPython - Nightly builds - Waterfall - Builders - About

Console View


Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
Christoph Jung
fix/disable test on non x86
mattip
typo
Christoph Jung
disable address resolving on everything but x86/x86_64
mattip
Merge branch 'py3.10' into py3.11
mattip
refactor _keccak_init to be a regular class method (issue 5127)
mattip
rework macros in _curses_build
CF Bolz-Tereick
ouch, fix tests
mattip
check input for valid c in mulmod(a, b, c) (issue 5128)
CF Bolz-Tereick
gh-5117: guard against list mutation in the list repr
mattip
be more careful in the order of StringIO.__init__ since decoding can fail (issue 5126)
mattip
implement PyGC_Collect, fix som PyGC API calls, move PyThreadState_GetInterpreter to C
mattip
close file at end of test
mattip
merge main, fix list.pop and list.insert to use '__index__'
mattip
typo
mattip
check input for divide-by-zero in __pypy__.intops (issue 5129)
CF Bolz-Tereick
Merge pull request #5114 from Cskorpion/vmprof-native-profiling-names
VMProf: Resolve names of native functions
CF Bolz-Tereick
some more rewrites about shifts, and, or
mattip
refactor and move C code in _curses
Christoph Jung
refactor rvmprof resolve_addr
Christoph Jung
implement native function address resolving
Co-authored-by: CF Bolz-Tereick <cfbolz@gmx.de>
CF Bolz-Tereick
use newlist_hint for the list of operations in rewrite
Christoph Jung
lineno must be uint
Christoph Jung
refactor
mattip
clean up test