[pypy-commit] [Git][pypy/pypy][branch/default] fix failing tests

2020-10-05 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 4bd4f38e by Matti Picus at 2020-10-06T08:48:26+03:00 fix failing tests - - - - - 1 changed file: - extra_tests/test_os.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4bd4f38eaacc07e40c205aa6779fc12209

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 4 commits: Fix test_dict failures from bpo-27945 tests

2020-10-05 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 8750999f by Stefano Rivera at 2020-10-05T20:06:39-07:00 Fix test_dict failures from bpo-27945 tests As-applied to py3.6 in 63c246992f08 --HG-- branch : stdlib-2.7.18-3 - - - - - b0ddceb1 by Stefano Rivera at 2020-

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: Return a TypeError like cpython would if a timedelta argument doesn't divmod correctly

2020-10-05 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 2b6d8a98 by Stefano Rivera at 2020-10-05T18:42:38-07:00 Return a TypeError like cpython would if a timedelta argument doesn't divmod correctly Handle the ridiculous __divmod__ results that test_datetime.TestTimeDel

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746)

2020-10-05 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 54c76ca0 by Ronan Lamy at 2020-05-27T17:57:16+01:00 Ensure correct PEP3118 codes for primitive ctypes types (cf. bpo-10746) --HG-- branch : stdlib-2.7.18-3 - - - - - b47c45b9 by Matti Picus at 2019-08-25T10:36:16+0

[pypy-commit] [Git][pypy/pypy][branch/win64] skip cppyy, cpyext tests on win64

2020-10-05 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: dc69a3bb by Matti Picus at 2020-10-05T23:54:25+03:00 skip cppyy, cpyext tests on win64 --HG-- branch : win64 - - - - - 2 changed files: - pypy/module/_cppyy/test/conftest.py - pypy/module/cpyext/test/conftest.py View it on

[pypy-commit] [Git][pypy/pypy][branch/default] Fix crypt with a multithread protection lock, similar to the one in grp.py

2020-10-05 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 36b29935 by Armin Rigo at 2020-10-05T22:14:31+02:00 Fix crypt with a multithread protection lock, similar to the one in grp.py - - - - - 1 changed file: - lib_pypy/crypt/__init__.py View it on GitLab: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/win64] 3 commits: fix rposix function signatures for both Linux and Win64

2020-10-05 Thread nulano
nulano pushed to branch branch/win64 at PyPy / pypy Commits: 30c125a4 by nulano at 2020-10-05T20:42:27+01:00 fix rposix function signatures for both Linux and Win64 --HG-- branch : win64 - - - - - 250ca1b4 by nulano at 2020-10-05T20:50:34+01:00 typo in test_semaphore --HG-- branch : win64 -

[pypy-commit] [Git][pypy/pypy][branch/win64] install cffi from source

2020-10-05 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: 4ebf4727 by Matti Picus at 2020-10-05T20:41:13+03:00 install cffi from source --HG-- branch : win64 - - - - - 1 changed file: - requirements.txt View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/4ebf47278083

[pypy-commit] [Git][pypy/pypy][branch/hpy] 175 commits: more merge-from-default cleanup

2020-10-05 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: 1ddc8bd8 by Matti Picus at 2020-08-25T20:48:02+03:00 more merge-from-default cleanup --HG-- branch : py3.6 - - - - - 1b2d3708 by Matti Picus at 2020-08-26T17:43:49+03:00 more merge-from-default cleanup --HG-- branch : py3.6 -

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 35 commits: ./update_vedored to hpy git revision 7cf3e2f

2020-10-05 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/py3.6 at PyPy / pypy Commits: 290fef6b by Antonio Cuni at 2020-09-22T09:30:26+02:00 ./update_vedored to hpy git revision 7cf3e2f --HG-- branch : hpy - - - - - 669b93dc by Antonio Cuni at 2020-09-22T10:35:52+02:00 remove duplicate entry and ignore the conte

[pypy-commit] [Git][pypy/pypy][branch/hpy] 2 commits: fix translation

2020-10-05 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: d94560f9 by Antonio Cuni at 2020-10-05T13:28:21+01:00 fix translation --HG-- branch : hpy - - - - - 4c55e9e2 by Antonio Cuni at 2020-10-05T14:28:11+02:00 use a different way to get the version without importing _vendored.hpy.dev

[pypy-commit] [Git][pypy/pypy][branch/win64] 149 commits: Check whether stream is closed in BufferedMixin.truncate_w().

2020-10-05 Thread Matti Picus
Matti Picus pushed to branch branch/win64 at PyPy / pypy Commits: 02d287ec by Manuel Jacob at 2020-03-08T02:21:14+01:00 Check whether stream is closed in BufferedMixin.truncate_w(). Before this, the method was failing later on a closed stream when accessing the underlying raw stream. It is mor

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/hpy-46f151a

2020-10-05 Thread Antonio Cuni
Antonio Cuni deleted branch branch/hpy-46f151a 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/hpy] 9 commits: ./update_vendored.sh to git rev 46f151a

2020-10-05 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy at PyPy / pypy Commits: b814aa95 by Antonio Cuni at 2020-10-04T17:38:57+02:00 ./update_vendored.sh to git rev 46f151a --HG-- branch : hpy-46f151a - - - - - d6738f87 by Antonio Cuni at 2020-10-04T17:58:34+02:00 implement hpy.universal.get_version(), usi

[pypy-commit] [Git][pypy/pypy][branch/hpy-46f151a] 3 commits: fix the case for params==NULL

2020-10-05 Thread Antonio Cuni
Antonio Cuni pushed to branch branch/hpy-46f151a at PyPy / pypy Commits: cbf4cc42 by Antonio Cuni at 2020-10-04T18:59:41+02:00 fix the case for params==NULL --HG-- branch : hpy-46f151a - - - - - 49858015 by Antonio Cuni at 2020-10-04T19:14:38+02:00 fix for test_ztranslation --HG-- branch : h