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 test for macos, fix thousands separator length check (issue 5311) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
skip test_same_file since PyPy is not implementing cffi-2.0 | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
finalize release note | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Samuel Ytterbrink
neppord @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Test the compiled lexer that was ignored before, by mistake This is probably due to a typo that became clear after cleaning the code and looking at the test using intellij. Intellij told me that the result from compiling the lexer function was never used. The fact that the assertions after the compilation also were identical to the one above the compilation call was hint that something was wrong. |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
CF Bolz-Tereick
cfbolz @gmx.de |
|
|
|
|
|
|
|
|||||||||||||||||||||
Merge pull request #5322 from pypy/bit-length-speedup speed up int.bit_length (gh-5314) |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
CF Bolz-Tereick
cfbolz @gmx.de |
|
|
|
|
|
|
|
|||||||||||||||||||||
Merge pull request #5301 from Neppord/clean-tests-in-rlib-parsing Replace a test class that has only a single test method with function |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
remove named-branches action | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Merge pull request #5320 from pypy/disallow-instantiation set __new__ to disallow instantiation when Py_TPFLAGS_DISALLOW_INSTANTIATION is set |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
percolate unicode locale numeric separators int formatting (issue 5311) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
fix ht_qualname on TypeFromSpec (issue 5319) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
fix/skip tests that fail on buildbots | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
CF Bolz-Tereick
cfbolz @gmx.de |
|
|
|
|
|
|
|
|||||||||||||||||||||
speed up int.bit_length (gh-5314) thanks Bjorn Martinsson |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
fix cut at setting __new__ to disallow instantiation when Py_TPFLAG_DISALLOW_INSTANTIATION is set | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Samuel Ytterbrink
neppord @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Extract test for translating the lexer into its own test file This is so that you can run a smaller set of test easier when only changing the lexer, or the parser. This also makes it possible to run each test file in parallel using xargs or parallel when speeding up the test suit. |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Merge pull request #5305 from pypy/remove-named-branches remove named-branches action |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
allow '%lli' formatting code in PyUnicode_FromFormat* (issue 5313) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Samuel Ytterbrink
neppord @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Replace a test class that has only a single test method with a corresponding function | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
skip untranslated test properly | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
ld format needs long argument in cpyext test Signed-off-by: Matti Picus <matti.picus@gmail.com> |
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
remove test that fails on buildbots | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
fix replacing __new__ | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
update release note, versions.json | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Matti Picus
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
add newline to end of generated headers (issue 5312) | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
mattip
matti.picus @gmail.com |
|
|
|
|
|
|
|
|||||||||||||||||||||
Merge branch 'main' into py3.11 | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||