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 | ||||||||||||||||||||||
|
|
|
|
|
|
|
|
||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| improve debug_collect | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| optimize "a in [1, 2, 3]" to use a tuple, remove old un-optimization of "u'abc'[2]" | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| tighten limit on optimizing constant a**b to match CPython | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| clean up 7513073b7d PEP 688 buffer handling | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| expire deprecation around fsencode accepting too many types | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| implement RETURN_CONST | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| disable _hpy_universal build and tests | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
Merge pull request #5559 from jseop-lim/fix/int-base-range-check Fix `int()` raising `TypeError` instead of `ValueError` for a bad base |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| disable more _hpy_universal in pypy config | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| port more py3.11 patches and fix edge cases in __type_params__ and method discovery | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Merge branch 'py3.11' into py3.12 | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| restore more py3.11 patches | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| Implement PEP 688 __buffer__/__release_buffer__ for bytearray subclasses and cpyext types | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix SyntaxError for EOF | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| start test_dis compatibility work | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| missing py3.11 patches | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix translation | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix tabnanny and tests | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix inspect.isbuiltin/ismethodwrapper for slot-wrapper bound methods, do not call repr() on Method.descr_method_repr (which could recurse) (issue 5503) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix translation | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix/skip most test_peephole tests | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Jeongseop Lim
jseoplim@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| check the int() base range before dispatching on the type of x | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
| fix hpy debug-mode abort by routing call sites through debug_before_call/debug_after_call | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
|
fill make_sq_set_item for either __setitem__ or __delitem__ (issue 5564) Also add slot_mp_ass_subscript/slot_sq_ass_item for user classes, and carve out specific behaviour for c-level wrapping of _collections.deque which implements only the sequence protocol |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||