Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
0a26bbc6 by Matti Picus at 2023-01-09T10:33:17+02:00
dummy implementation of gc interfaces to fix missing functions
--HG--
branch : py3.10
- - - - -
c77b9a2e by Matti Picus at 2023-01-09T10:33:50+02:00
fix test for python3.10,
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
3a0f10cf by Carl Friedrich Bolz-Tereick at 2023-01-08T13:04:13+01:00
more work on error end positions
--HG--
branch : py3.10
- - - - -
9fde7aa9 by Carl Friedrich Bolz-Tereick at 2023-01-08T15:21:33+01:00
more e
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
57301f02 by Carl Friedrich Bolz-Tereick at 2023-01-09T14:47:27+01:00
implement aiter and anext
--HG--
branch : py3.10
- - - - -
2 changed files:
- pypy/module/__builtin__/app_operation.py
- pypy/module/__bui
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
e1ed845b by Carl Friedrich Bolz-Tereick at 2023-01-09T14:50:07+01:00
forgotten test file
--HG--
branch : py3.10
- - - - -
1 changed file:
- + pypy/module/__builtin__/test/apptest_operator.py
View it on Hep
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
f38d9dfe by Carl Friedrich Bolz-Tereick at 2023-01-09T15:07:58+01:00
add __match_args__ to ast classes
--HG--
branch : py3.10
- - - - -
3 changed files:
- pypy/interpreter/astcompiler/ast.py
- pypy/interpret
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
33aae163 by Matti Picus at 2023-01-09T15:15:49+02:00
add missing imports
--HG--
branch : py3.10
- - - - -
9 changed files:
- lib-python/3/test/test_compile.py
- lib-python/3/test/test_grammar.py
- lib-python/3/test/test_mod
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
42022689 by Carl Friedrich Bolz-Tereick at 2023-01-09T15:16:50+01:00
make _socket.timeout an alias to TimeoutError
--HG--
branch : py3.10
- - - - -
3a91aace by Carl Friedrich Bolz-Tereick at 2023-01-09T15:35:07
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
504b8efe by Carl Friedrich Bolz-Tereick at 2023-01-09T15:45:46+01:00
remove complex methods that always raise (bpo-41974)
--HG--
branch : py3.10
- - - - -
303cf47a by Carl Friedrich Bolz-Tereick at 2023-01-09T1
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
d792eb68 by Carl Friedrich Bolz-Tereick at 2023-01-09T16:10:43+01:00
fix __annotations__ copying, use space.call_args
--HG--
branch : py3.10
- - - - -
2 changed files:
- pypy/interpreter/function.py
- pypy/i
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy
Commits:
78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00
add memory pressure for malloc allocations, fix OpenSSL context use
- - - - -
c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00
pair OpenSSL allocation calls better with f
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00
add memory pressure for malloc allocations, fix OpenSSL context use
- - - - -
c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00
pair OpenSSL allocation calls better with
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy
Commits:
78ccf149 by Matti Picus at 2023-01-09T20:27:33+02:00
add memory pressure for malloc allocations, fix OpenSSL context use
- - - - -
c7bf8bde by Matti Picus at 2023-01-09T20:29:27+02:00
pair OpenSSL allocation calls better with fr
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
51a0b447 by Carl Friedrich Bolz-Tereick at 2023-01-09T19:41:24+01:00
add start and stop arguments to array.index
--HG--
branch : py3.10
- - - - -
2 changed files:
- pypy/module/array/interp_array.py
- + pypy
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
f183f9e5 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:04:36+01:00
remove pdb
--HG--
branch : py3.10
- - - - -
1 changed file:
- pypy/module/array/interp_array.py
View it on Heptapod:
https://foss.hepta
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy
Commits:
99a14fa8 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:36:08+01:00
staticmethod and classmethod have nicer reprs
--HG--
branch : py3.10
- - - - -
3 changed files:
- pypy/interpreter/function.py
- pypy/inte
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits:
75565ba8 by Carl Friedrich Bolz-Tereick at 2023-01-09T20:54:27+01:00
(narpfel, cfbolz): #3884 speed up nametuple _replace by code generation
--HG--
branch : py3.9
- - - - -
1 changed file:
- lib-python/3/coll
16 matches
Mail list logo