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
mattip
tweak null bytes and fstring error messages to pass test_cmd_line_script
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Stan Ulbrych
Add `widht`/`height` to SVG
mattip
use no_debug_ranges
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
test, fix fastpath slot lookup for LOADATTR, SAVEATTR
fixes test_opcache failure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
avoid importing in PREP_RERAISE_STAR, it messes with pdb (test_pdb)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
fix bug in computation of tp_basicsize for mixed python/c-extension mro types
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
refactor to make first build of lib_pypy cffi modules quieter (issue 5428)
mattip
fix test_repl stdin test failure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
generate default docstring from __text_signature__ at interp2app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
adapt test to PyPy byte-code differences, with justifications
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
clean up fallout from lineno changes, add more tests to prevent regressions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
fix generator/coroutine resumptions (test_pdb)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
pyrepl: implement set_completion_display_matches_hook, parse_and_bind, set_pre_input_hook
- set_completion_display_matches_hook: store hook in ReadlineConfig, call it
  from complete.do() in place of build_menu when set
- parse_and_bind: parse GNU readline key:value syntax; translate Control-x/Meta-x
  key names and quoted macro strings to pyrepl keyspecs; map readline command
  names (backward-char etc.) to pyrepl equivalents; defer bindings until reader
  is created
- set_pre_input_hook: store and call alongside startup_hook in input()
- unix_console: add restore_output/prepare_output to re-enable OPOST around
  user callbacks so print() in completers and hooks produces \r\n line endings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
update dunder method docstrings and make test pass
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
test and fix lineno for function def with multiple decorators
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mattip
tweak _report_wakeup_fd_error, make _poll_for_signals reentrant
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Matti Picus
Merge pull request #5430 from StanFromIreland/sidebar-doc
Add PyPy logo to docs sidebar
Matti Picus
Merge pull request #5429 from StanFromIreland/build-doc
Fix issues in building doc
Stan Ulbrych
Add PyPy logo to sidebar
Stan Ulbrych
Gate CPython-specific test in `test_string_literals.py‎`
Matti Picus
Merge pull request #5431 from StanFromIreland/favicon
Add a favicon to PyPy doc
mattip
remove unicode from comment
mattip
remove unicode and simplify comment
Stan Ulbrych
Fix issues in building doc
Stan Ulbrych
Add a favicon to PyPy doc