Console View
|
Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64 |
|
| aarch64 | benchmark-run | linux32 | linux64 | macos-arm64 | macos-x86_64 | win64 | ||||||||||||||||||||||
|
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
fix latent bug in typedef (issue 5458) Commit d3fba0e2e8 exposed a latent bug in the use of typedef.doc, it must be either a str or None. That commit showed it could be be set to a getset, so block that possibility Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Remove over-eager warning emitted when cr_frame is accessed on a not started coroutine The warning is still correctly emitted in the finalizer if the coroutine was never started Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
fix __text_signature__ on function type and object.__init__/__new__ (issue 5458) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5465 from StanFromIreland/splitlines-jt Move implementation of `str.splitlines` to a helper for the JIT |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Victorien
65306057+Viicos@users.noreply.github.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Fix release date for PyPy v7.3.22 | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| add warning about flaky v7.3.21 release | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| properly fix failing coroutines test | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
move test, adjust inspect, fix test_rlcompleter for last commit Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5452 from stefanor/main-typos Fix some typos spotted by lintian |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix module name of _sqlite3 exceptions like CPython | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stefano Rivera
stefano@rivera.za.net |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Fix some typos spotted by lintian | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
CF Bolz-Tereick
cfbolz@gmx.de |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5456 from StanFromIreland/splitlines Improve the performance of `str.splitlines()` |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
fix module and name for builtin classes with deeper hierarchies (issue 5296) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stan Ulbrych
stan@python.org |
|
|
|
|
|
|
|
|||||||||||||||||||||
| gh-5118: Fix a `SystemError` when `OSError` is raised in `gc.dump_rpy_heap` | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5455 from StanFromIreland/dump-systemerror gh-5118: Fix a `SystemError` when `OSError` is raised in `gc.dump_rpy_heap` |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5453 from stefanor/py3.11-typos Fix some typos spotted by lintian |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| datetime: fromisoformat raises without setting a context in _datetime.c | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stefano Rivera
stefano@rivera.za.net |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Fix some typos spotted by lintian These ones are specific to the py3.11 branch, and build on top of #5452. |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stan Ulbrych
stan@python.org |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Improve the performance of `str.splitlines` | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
make __text_signature__ on functions compatible Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stan Ulbrych
stan@python.org |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Move implementation of `str.splitlines` to a helper for the JIT | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
fix error messages (issue 5458) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Stan Ulbrych
stan@python.org |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Add a test | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| finalize release | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5459 from Viicos/patch-2 Fix release date for PyPy v7.3.22 |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||