[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: typo-level fixed, make a few things more explicit

2021-03-20 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 4581b4c2 by Carl Friedrich Bolz-Tereick at 2021-03-20T14:15:17+01:00 typo-level fixed, make a few things more explicit - - - - - b8028025 by Carl Friedrich Bolz-Tereick at 2021-03-20T14:32:07+01:00 try to rewri

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add a way to get at the overallocated size of a list

2021-03-20 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: cfc0dad9 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:28:08+01:00 add a way to get at the overallocated size of a list - - - - - e299fa94 by Carl Friedrich Bolz-Tereick at 2021-03-20T15:46:09+01:00 expose th

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2021-03-20 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 92d6cfab by Carl Friedrich Bolz-Tereick at 2021-03-20T16:06:33+01:00 fix translation - - - - - 1 changed file: - pypy/objspace/std/listobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/co

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: (cfbolz, twitch): make int.__new__ call __index__ if the argument doesn't have

2021-03-20 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 652818d8 by Carl Friedrich Bolz-Tereick at 2021-03-20T20:25:55+01:00 (cfbolz, twitch): make int.__new__ call __index__ if the argument doesn't have __int__ --HG-- branch : py3.8 - - - - - 049de51a by Carl Fried