[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win64

2020-07-20 Thread nulano
nulano pushed new branch branch/win64 at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win64 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 11 commits: A branch for issue #3250: W_LongObject causes missed opportunity to use

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: d1019841 by Armin Rigo at 2020-07-20T13:26:54+02:00 A branch for issue #3250: W_LongObject causes missed opportunity to use IntegerListStrategy --HG-- branch : list-with-longs - - - - - 51f78ec0 by Armin Rigo at 2020-07-20T15:30

[pypy-commit] [Git][pypy/pypy][branch/list-with-longs] document branch

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy Commits: 20b96819 by Armin Rigo at 2020-07-20T20:44:21+02:00 document branch --HG-- branch : list-with-longs - - - - - 1 changed file: - pypy/doc/whatsnew-pypy3-head.rst View it on GitLab: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/list-with-longs] Don't use space.int_w() on plain ints, because this is a generic method that

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy Commits: a5fb54a0 by Armin Rigo at 2020-07-20T19:31:04+02:00 Don't use space.int_w() on plain ints, because this is a generic method that contain many cases including recursion. A recursion test fails at the moment, probably bec

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/hpy-update-vendored

2020-07-20 Thread Matti Picus
Matti Picus pushed new branch branch/hpy-update-vendored at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-update-vendored You're receiving this email because of your account on foss.heptapod.net. ___ pypy-c

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/win-unicode

2020-07-20 Thread Matti Picus
Matti Picus deleted branch branch/win-unicode at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 3 commits: fix building wstr and usc4 buffers when sizeof(Py_UNICODE) == 2 (windows)

2020-07-20 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 518c25a2 by Matti Picus at 2020-07-20T10:01:09+03:00 fix building wstr and usc4 buffers when sizeof(Py_UNICODE) == 2 (windows) --HG-- branch : win-unicode - - - - - 7290a0c0 by Matti Picus at 2020-07-20T18:20:56+03:00 close bra

[pypy-commit] [Git][pypy/pypy][branch/py3.6] fix this test for the BadUtf8 exception we get now

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: e31fcfd2 by Armin Rigo at 2020-07-20T16:26:27+02:00 fix this test for the BadUtf8 exception we get now --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/objspace/std/test/test_stdobjspace.py View it on GitLab: https:/

[pypy-commit] [Git][pypy/pypy][branch/list-with-longs] another case for rbigint.fits_int()

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy Commits: 5bff8fc9 by Armin Rigo at 2020-07-20T16:11:35+02:00 another case for rbigint.fits_int() --HG-- branch : list-with-longs - - - - - 2 changed files: - rpython/rlib/rbigint.py - rpython/rlib/test/test_rbigint.py View

[pypy-commit] [Git][pypy/pypy][branch/list-with-longs] 3 commits: oops

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy Commits: 19b4ae2d by Armin Rigo at 2020-07-20T15:56:01+02:00 oops --HG-- branch : list-with-longs - - - - - ddc501a5 by Armin Rigo at 2020-07-20T15:57:27+02:00 same with specialized tuples --HG-- branch : list-with-longs - -

[pypy-commit] [Git][pypy/pypy][branch/list-with-longs] 2 commits: same with dicts

2020-07-20 Thread Armin Rigo
Armin Rigo pushed to branch branch/list-with-longs at PyPy / pypy Commits: e8f1908f by Armin Rigo at 2020-07-20T15:40:33+02:00 same with dicts --HG-- branch : list-with-longs - - - - - fca4ffd2 by Armin Rigo at 2020-07-20T15:52:59+02:00 same with sets --HG-- branch : list-with-longs - - - -

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/list-with-longs

2020-07-20 Thread Armin Rigo
Armin Rigo pushed new branch branch/list-with-longs at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/list-with-longs You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mai

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/win-unicode

2020-07-20 Thread Matti Picus
Matti Picus pushed new branch branch/win-unicode at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/win-unicode You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing lis