[pypy-commit] [Git][pypy/pypy][branch/py3.8] 8 commits: constant-fold ovf operations in rpython

2022-11-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 998666e2 by Carl Friedrich Bolz-Tereick at 2022-11-09T10:38:31+01:00 constant-fold ovf operations in rpython - - - - - d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00 #3840: implement the .description attrib

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: skip corner case test that is too hard for PyPy to get right

2022-11-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: c9ba3868 by Matti Picus at 2022-11-12T23:52:25+02:00 skip corner case test that is too hard for PyPy to get right - - - - - b6c30e53 by Matti Picus at 2022-11-13T00:04:53+02:00 sync files - - - - - e1a1057b by Matti Picus at

[pypy-commit] [Git][pypy/pypy][branch/py_initialize] 2 commits: typos and trivial fixes

2022-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py_initialize at PyPy / pypy Commits: 0e84c2b2 by Matti Picus at 2022-11-13T07:53:16+02:00 typos and trivial fixes --HG-- branch : py_initialize - - - - - 237d4ecc by Matti Picus at 2022-11-13T07:54:50+02:00 add a minimal embedding example --HG-- branch :

[pypy-commit] [Git][pypy/pypy][branch/default] skip corner case test that is too hard for PyPy to get right

2022-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 1 changed file: - extra_tests/conftest.py View it on Heptapod: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: add tests for issues 3849, 3850, 3851 from nanobind

2022-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 1fc79049 by Wenzel Jakob at 2022-11-14T10:06:04+02:00 add tests for issues 3849, 3850, 3851 from nanobind --HG-- branch : py3.8 - - - - - 4d05f220 by Matti Picus at 2022-11-14T13:49:22+02:00 skip python3.9 test, make tests pass

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 17 commits: constant-fold ovf operations in rpython

2022-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 998666e2 by Carl Friedrich Bolz-Tereick at 2022-11-09T10:38:31+01:00 constant-fold ovf operations in rpython - - - - - d7b59ef5 by Carl Friedrich Bolz-Tereick at 2022-11-10T21:14:17+01:00 #3840: implement the .description attrib

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix translation

2022-11-14 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 23189923 by Matti Picus at 2022-11-14T23:53:55+02:00 fix translation --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/methodobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: extend PyVectorCall tests to cover kwarg, unbound method

2022-11-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 81b4a3ff by Jakob Wenzel at 2022-11-15T13:14:57+02:00 extend PyVectorCall tests to cover kwarg, unbound method --HG-- branch : py3.9 - - - - - 567c54fc by Matti Picus at 2022-11-15T14:04:11+02:00 make tests pass with -A --pytho

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776)

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instantiate PyFunction_Type, PyMethod_Type, PyRange_Type, PyTraceBack_Type (issue 3776) --HG-- branch : py3.8 - - - - - 7bcbb303 by Matti Picus at 2022-11-16T15:50:

[pypy-commit] [Git][pypy/pypy][branch/py3.8] consolidate PyObject_Call tests

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 28afc163 by Matti Picus at 2022-11-16T17:54:01+02:00 consolidate PyObject_Call tests --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/test/test_eval.py - pypy/module/cpyext/test/test_typeobject.py View

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 6 commits: make type lookups fill the .name field of AttributeError

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 02dfba80 by Carl Friedrich Bolz-Tereick at 2022-11-14T21:46:46+01:00 make type lookups fill the .name field of AttributeError --HG-- branch : py3.8 - - - - - ed183cf5 by Matti Picus at 2022-11-16T14:17:43+02:00 properly instant

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: skip corner case test that is too hard for PyPy to get right

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] backport rpython changes from cfc2d7ffded5

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - - - 4 changed files: - rpython/rlib/rthread.py - rpython/translator/c/src/thread.h - rpython/translator/c/src/thread_nt.c

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: skip corner case test that is too hard for PyPy to get right

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d29c2e0e by Matti Picus at 2022-11-14T10:23:33+02:00 skip corner case test that is too hard for PyPy to get right - - - - - 412d40cd by Matti Picus at 2022-11-16T22:44:29+02:00 backport rpython changes from cfc2d7ffded5 - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] define aliases like CPython does

2022-11-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 8d747e88 by Matti Picus at 2022-11-17T09:46:07+02:00 define aliases like CPython does --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/include/abstract.h View it on Heptapod: https://foss.heptapod.net/

[pypy-commit] [Git][pypy/pypy][branch/default] sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 23 changed files: - extra_t

[pypy-commit] [Git][pypy/pypy][branch/default] update last commit

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 73fad759 by Matti Picus at 2022-11-17T11:11:07+02:00 update last commit - - - - - 1 changed file: - extra_tests/cffi_tests/cffi1/test_dlopen_unicode_literals.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 4 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 73fad759 by Matti Picus at 2022-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cd84ae35 by Matti Picus at 2022-11-17T11:10:11+02:00 sync with upstream cffi (via pypy/tools/import_cffi), report typo upstream https://foss.heptapod.net/pypy/cffi/-/merge_requests/117 - - - - - 73fad759 by Matti Picus at 2022-

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: skip cffi tests that are too hard/impossible to get right on PyPy

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 763a956e by Matti Picus at 2022-11-17T13:35:26+02:00 skip cffi tests that are too hard/impossible to get right on PyPy --HG-- branch : py3.8 - - - - - 8d9132dc by Matti Picus at 2022-11-17T22:27:46+02:00 fix setting a slice in

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for itemsize != 1

2022-11-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0e40234f by Matti Picus at 2022-11-17T23:07:51+02:00 fix for itemsize != 1 --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/buffer.py - pypy/objspace/std/test/test_memoryobject.py View it on Heptapod: h

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: start a release note

2022-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f5864fa3 by Matti Picus at 2022-11-18T01:29:14+02:00 start a release note - - - - - 3adbe457 by Matti Picus at 2022-11-18T09:53:15+02:00 add new test file - - - - - bc414eb9 by Matti Picus at 2022-11-18T09:59:24+02:00 restore f

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: start a release note

2022-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f5864fa3 by Matti Picus at 2022-11-18T01:29:14+02:00 start a release note - - - - - 3adbe457 by Matti Picus at 2022-11-18T09:53:15+02:00 add new test file - - - - - bc414eb9 by Matti Picus at 2022-11-18T09:59:24+02:00 restore

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: skip cffi tests that are too hard/impossible to get right on PyPy

2022-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 763a956e by Matti Picus at 2022-11-17T13:35:26+02:00 skip cffi tests that are too hard/impossible to get right on PyPy --HG-- branch : py3.8 - - - - - 8d9132dc by Matti Picus at 2022-11-17T22:27:46+02:00 fix setting a slice in

[pypy-commit] [Git][pypy/pypy][branch/py3.9] continue to update the release note

2022-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 3455d226 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: update to latest OpenSSL versions in build script

2022-11-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 16fdd18c by Matti Picus at 2022-11-18T12:23:33+02:00 update to latest OpenSSL versions in build script - - - - - 7f87a919 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note - - - - - d7828adf by M

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: continue updating release note

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: eba2d17e by Matti Picus at 2022-11-19T18:58:04+02:00 continue updating release note - - - - - b2be44a7 by Matti Picus at 2022-11-19T23:29:30+02:00 add links - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View i

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

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/issue3854 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/issue3854 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list

[pypy-commit] [Git][pypy/pypy][branch/issue3854] remove unneeded code

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 31290e87 by Matti Picus at 2022-11-20T08:57:23+02:00 remove unneeded code --HG-- branch : issue3854 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind3.c - pypy/module/cpyext/test/test_typeobject.py View it

[pypy-commit] [Git][pypy/pypy][branch/issue3854] test passes on CPython, fails on PyPy

2022-11-19 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: d54d56e2 by Matti Picus at 2022-11-20T09:00:25+02:00 test passes on CPython, fails on PyPy --HG-- branch : issue3854 - - - - - 1 changed file: - pypy/module/cpyext/test/test_typeobject.py View it on Heptapod: https://

[pypy-commit] [Git][pypy/pypy][branch/issue3854] add a non-raising call, use self.debug_collect for untranslated tests

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 20bfa4fb by Matti Picus at 2022-11-20T19:50:20+02:00 add a non-raising call, use self.debug_collect for untranslated tests --HG-- branch : issue3854 - - - - - 2 changed files: - pypy/module/cpyext/test/nanobind3.c - pypy

[pypy-commit] [Git][pypy/pypy][branch/issue3854] 2 commits: redo the test to use an argument, the tp_dealloc of the argument is not called

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/issue3854 at PyPy / pypy Commits: 0fb4851c by Jakob Wenzel at 2022-11-20T22:36:48+02:00 redo the test to use an argument, the tp_dealloc of the argument is not called --HG-- branch : issue3854 - - - - - f769087b by Matti Picus at 2022-11-20T23:39:04+02:00 d

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: decref even if an exception is raised in tp_init and tp_call (issue 3854)

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 29f445a6 by Matti Picus at 2022-11-20T23:39:04+02:00 decref even if an exception is raised in tp_init and tp_call (issue 3854) - - - - - fdb9445d by Matti Picus at 2022-11-21T00:16:43+02:00 fix expected error - - - - - 2 ch

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/issue3854

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/issue3854 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: add failing test that raising will call tp_dealloc

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6a904927 by Matti Picus at 2022-11-20T08:35:12+02:00 add failing test that raising will call tp_dealloc --HG-- branch : issue3854 - - - - - 31290e87 by Matti Picus at 2022-11-20T08:57:23+02:00 remove unneeded code --HG-- branc

[pypy-commit] [Git][pypy/pypy][branch/default] host python2 (pypy vs cpython) emits different message for 1/0

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: ea2e6448 by Matti Picus at 2022-11-21T07:28:20+02:00 host python2 (pypy vs cpython) emits different message for 1/0 - - - - - 1 changed file: - pypy/module/cpyext/test/test_cpyext.py View it on Heptapod: https://foss.hep

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 11 commits: update to latest OpenSSL versions in build script

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 16fdd18c by Matti Picus at 2022-11-18T12:23:33+02:00 update to latest OpenSSL versions in build script - - - - - 7f87a919 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note - - - - - d7828adf by Mat

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 12 commits: update to latest OpenSSL versions in build script

2022-11-20 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 16fdd18c by Matti Picus at 2022-11-18T12:23:33+02:00 update to latest OpenSSL versions in build script - - - - - 7f87a919 by Matti Picus at 2022-11-18T10:47:16+02:00 continue to update the release note - - - - - d7828adf by Mat

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] fix a typo caught by failing tests

2022-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 6e733d68 by Matti Picus at 2022-11-21T15:11:00+02:00 fix a typo caught by failing tests --HG-- branch : release-pypy2.7-v7.x - - - - - 1 changed file: - pypy/module/cpyext/include/patchlevel.h View it on Hep

[pypy-commit] [Git][pypy/pypy][branch/default] fix name confusion (sorry Wenzel)

2022-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 3 changed files: - LICENSE - pypy/doc/contributor.rst - pypy/doc/tool/makecontributor.py View it on Heptapod: https://foss.

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 5 commits: update contributors

2022-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 6af595db by Matti Picus at 2022-11-21T13:12:43+02:00 update contributors - - - - - af6f6645 by Matti Picus at 2022-11-21T17:21:56+02:00 fix name confusion (sorry Wenzel) - - - - - 9fe12d8e by Carl Friedrich Bolz-

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.9-v7.x] 8 commits: merge default

2022-11-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 3965b0b1 by Matti Picus at 2022-11-21T07:38:43+02:00 merge default --HG-- branch : py3.9 - - - - - c856b1e6 by Matti Picus at 2022-11-21T12:41:56+02:00 merge heads --HG-- branch : py3.9 - - - - - 6af595db by Ma

[pypy-commit] [Git][pypy/pypy][branch/py3.8] locally this test passes without the pytest 4.0.0 check

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 56dfd4da by Matti Picus at 2022-11-22T21:11:09+02:00 locally this test passes without the pytest 4.0.0 check --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_warnings/test/apptest_warnings.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: change nightly darwin name to macos_x86_64 in versions.json

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 8c73c9fd by Matti Picus at 2022-11-22T23:16:05+02:00 change nightly darwin name to macos_x86_64 in versions.json - - - - - 2dbb4e4c by Matti Picus at 2022-11-22T23:17:25+02:00 check last-modified-time on nightlies, improve scr

[pypy-commit] [Git][pypy/pypy][branch/default] update repackage script

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 848632b9 by Matti Picus at 2022-11-23T07:45:55+02:00 update repackage script - - - - - 1 changed file: - pypy/tool/release/repackage.sh View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/848632b9aebbb7cf12

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.9-v7.x] 3 commits: fix cpyext PYPY_VERSION_NUM

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 31abccd2 by Matti Picus at 2022-11-23T07:50:30+02:00 fix cpyext PYPY_VERSION_NUM --HG-- branch : release-pypy3.9-v7.x - - - - - 77d2cb21 by Matti Picus at 2022-11-23T07:58:40+02:00 reformat C code to avoid -Werro

[pypy-commit] [Git][pypy/pypy][branch/py3.9] reformat C code to avoid -Werror=misleading-indentation compiler warning

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 77d2cb21 by Matti Picus at 2022-11-23T07:58:40+02:00 reformat C code to avoid -Werror=misleading-indentation compiler warning --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/test/nanobind3.c View it on

[pypy-commit] [Git][pypy/pypy][branch/py3.8] skp tests only when run with pypy3 pytest.py -D

2022-11-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b74d0783 by Matti Picus at 2022-11-23T08:05:30+02:00 skp tests only when run with pypy3 pytest.py -D --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/_warnings/test/apptest_warnings.py View it on Heptapod: ht

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Added tag release-pypy2.7-v7.3.10rc2 for changeset b59d72e97038

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6b0759a7 by Matti Picus at 2022-11-23T13:43:31+02:00 Added tag release-pypy2.7-v7.3.10rc2 for changeset b59d72e97038 - - - - - 61ce71b0 by Matti Picus at 2022-11-23T13:43:49+02:00 Added tag release-pypy3.8-v7.3.10rc2 for chang

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] fix version to match tag

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: 0aa7d625 by Matti Picus at 2022-11-23T13:59:06+02:00 fix version to match tag --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] fix version to match tag

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: 3f5fced4 by Matti Picus at 2022-11-23T13:59:41+02:00 fix version to match tag --HG-- branch : release-pypy3.8-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.9-v7.x] fix version to match tag

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 06a76aaf by Matti Picus at 2022-11-23T14:00:33+02:00 fix version to match tag --HG-- branch : release-pypy3.9-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Added tag release-pypy2.7-v7.3.10rc3 for changeset 59ee452d464d

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 213d3447 by Matti Picus at 2022-11-23T22:55:00+02:00 Added tag release-pypy2.7-v7.3.10rc3 for changeset 59ee452d464d - - - - - 65c5892e by Matti Picus at 2022-11-23T22:55:26+02:00 Added tag release-pypy3.8-v7.3.10rc3 for chang

[pypy-commit] [Git][pypy/pypy][branch/default] update versions.json for the release

2022-11-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72be5a28 by Matti Picus at 2022-11-24T09:41:06+02:00 update versions.json for the release - - - - - 4 changed files: - pypy/doc/how-to-release.rst - pypy/tool/release/check_versions.py - pypy/tool/release/repackage.sh - pyp

[pypy-commit] [Git][pypy/pypy][branch/default] rework the binary package support paragraph

2022-11-24 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5fe2cf50 by Matti Picus at 2022-11-24T15:13:24+02:00 rework the binary package support paragraph - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy][branch/default] always use -fPIC, maybe fixes debian x32 build

2022-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d9058e00 by Matti Picus at 2022-11-26T20:48:02+02:00 always use -fPIC, maybe fixes debian x32 build - - - - - 2 changed files: - rpython/translator/platform/__init__.py - rpython/translator/platform/linux.py View it on He

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 20 commits: change nightly darwin name to macos_x86_64 in versions.json

2022-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 8c73c9fd by Matti Picus at 2022-11-22T23:16:05+02:00 change nightly darwin name to macos_x86_64 in versions.json - - - - - 2dbb4e4c by Matti Picus at 2022-11-22T23:17:25+02:00 check last-modified-time on nightlies, improve scrip

[pypy-commit] [Git][pypy/pypy][branch/py3.8] redo int parsing, test more examples

2022-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 903fd7f4 by Matti Picus at 2022-11-27T06:26:15+02:00 redo int parsing, test more examples --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/test/test_compile.py - pypy/interpreter/astcompiler/astbuilder.py - py

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

2022-11-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 95f84887 by Matti Picus at 2022-11-27T04:33:39+02:00 fix test - - - - - 1 changed file: - rpython/translator/test/test_driver.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/95f848870e3a17eec21906f9e

[pypy-commit] [Git][pypy/pypy][branch/py3.8] test, fix corner case eval("0b_1")

2022-11-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d0815325 by Matti Picus at 2022-11-28T09:26:45+02:00 test, fix corner case eval("0b_1") --HG-- branch : py3.8 - - - - - 3 changed files: - lib-python/3/test/test_compile.py - pypy/interpreter/astcompiler/astbuilder.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/default] add sqlite3 update to release note

2022-11-28 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 192a49c0 by Matti Picus at 2022-11-28T14:30:22+02:00 add sqlite3 update to release note - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/192a49c06

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

2022-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/testcapi at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/testcapi You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list --

[pypy-commit] [Git][pypy/pypy][branch/default] release note mporvements

2022-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 59e1f158 by Matti Picus at 2022-11-30T23:33:24+02:00 release note mporvements - - - - - 1 changed file: - pypy/doc/release-v7.3.10.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/59e1f15835be9978d20

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] change candidate to final

2022-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy Commits: e4f45879 by Matti Picus at 2022-11-30T23:45:57+02:00 change candidate to final --HG-- branch : release-pypy3.8-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/versio

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] change candidate to final

2022-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: aca9f5ad by Matti Picus at 2022-11-30T23:44:30+02:00 change candidate to final --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/versio

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.9-v7.x] change candidate to final

2022-11-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: ceabf664 by Matti Picus at 2022-11-30T23:46:38+02:00 change candidate to final --HG-- branch : release-pypy3.9-v7.x - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/versio

[pypy-commit] [Git][pypy/pypy][branch/py3.9] remove redundnat lib_pypy/_functools.py and re-sync test_functools.py (issue 3861)

2022-12-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d63a8587 by Matti Picus at 2022-12-01T15:08:45+02:00 remove redundnat lib_pypy/_functools.py and re-sync test_functools.py (issue 3861) --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/test/test_functools.py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] add a test that passes untranslated, fails after translation (issue 3862)

2022-12-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 6efe6137 by Matti Picus at 2022-12-01T17:44:29+02:00 add a test that passes untranslated, fails after translation (issue 3862) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/time/test/test_time.py View it on

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: remove more redundant tests, sync better with upstream

2022-12-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 24daa14a by Matti Picus at 2022-12-02T16:14:38+02:00 remove more redundant tests, sync better with upstream --HG-- branch : py3.9 - - - - - 436e81c1 by Matti Picus at 2022-12-02T16:15:06+02:00 fix corner cases, should probably

[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix tests for no c_functools

2022-12-03 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 2bbc9c12 by Matti Picus at 2022-12-03T10:42:01+02:00 fix tests for no c_functools --HG-- branch : py3.9 - - - - - 1 changed file: - lib-python/3/test/test_functools.py View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/default] sync with upstream

2022-12-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00 sync with upstream - - - - - 1 changed file: - extra_tests/cffi_tests/cffi0/test_ffi_backend.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cf661

[pypy-commit] [Git][pypy/pypy][branch/py3.8] remove MSVC9 checks from windows strftime formatting

2022-12-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0b36fa16 by Matti Picus at 2022-12-04T10:41:06+02:00 remove MSVC9 checks from windows strftime formatting --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/time/interp_time.py - pypy/module/time/test/test_time.p

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: update comments to reflect code

2022-12-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 46e5a949 by Matti Picus at 2022-12-05T02:04:06+02:00 update comments to reflect code --HG-- branch : py3.8 - - - - - 822cf9d8 by Matti Picus at 2022-12-05T02:04:43+02:00 "prefix" on windows turns into a directory name, which is

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix for MSVC

2022-12-04 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 17b9c12e by Matti Picus at 2022-12-05T02:27:58+02:00 fix for MSVC --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/test/nanobind1.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/17b

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: sync with upstream

2022-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: cf661a8b by Matti Picus at 2022-12-04T20:40:40+02:00 sync with upstream - - - - - 9cb6c0a5 by Matti Picus at 2022-12-05T13:44:01+02:00 upate release notes for grafted commits - - - - - 2a1451b1 by Matti Picus at 2022-12-05T14:0

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 19 commits: add sqlite3 update to release note

2022-12-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 192a49c0 by Matti Picus at 2022-11-28T14:30:22+02:00 add sqlite3 update to release note - - - - - 59e1f158 by Matti Picus at 2022-11-30T23:33:24+02:00 release note mporvements - - - - - 6efe6137 by Matti Picus at 2022-12-01T17:

[pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: fix macos builders in force-builds.py

2022-12-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2f206306 by Matti Picus at 2022-12-05T14:42:31+02:00 fix macos builders in force-builds.py - - - - - f0df5ef1 by Matti Picus at 2022-12-06T01:43:55+02:00 Added tag release-pypy2.7-v7.3.10 for changeset 451ff45aeccb - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: update to v3.8.16

2022-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 61d7250a by Matti Picus at 2022-12-07T06:49:33-05:00 update to stdlib v3.8.16 --HG-- branch : py3.8 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/vendor/stdlib-3.8] update to v3.8.16

2022-12-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/vendor/stdlib-3.8 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 12 changed files: - lib-python/3/encodings/idna.py - lib-python/3/http/server.py - lib-python/3/m

[pypy-commit] [Git][pypy/pypy][branch/default] only use pthread_jit_write_protect_np on arm64 + darwin

2022-12-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 29a6d0d5 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darwin - - - - - 1 changed file: - rpython/rlib/rmmap.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/

[pypy-commit] [Git][pypy/pypy][branch/py3.8] backport disabling NPN from py3.9

2022-12-09 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: b1916342 by Matti Picus at 2022-12-07T19:52:26-05:00 backport disabling NPN from py3.9 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/__init__.py View it on Heptapod: https://foss.heptapod.ne

[pypy-commit] [Git][pypy/pypy][branch/default] add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a32b0e1b by Matti Picus at 2022-12-10T21:16:13-05:00 add sysconfig.get_config_var('CONFINCLUDEPY') (issue 3866 - - - - - 1 changed file: - lib-python/2.7/sysconfig.py View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 9 commits: update to v3.8.16

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 59185d23 by Matti Picus at 2022-12-07T06:41:15-05:00 update to v3.8.16 --HG-- branch : vendor/stdlib-3.8 - - - - - 61d7250a by Matti Picus at 2022-12-07T06:49:33-05:00 update to stdlib v3.8.16 --HG-- branch : py3.8 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: fix logic when not packaging DLLs

2022-12-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: f9f3998c by Matti Picus at 2022-12-09T08:10:22-05:00 fix logic when not packaging DLLs --HG-- branch : py3.8 - - - - - bbc8d929 by Renaud Blanch at 2022-12-09T08:06:09-05:00 only use pthread_jit_write_protect_np on arm64 + darw

[pypy-commit] [Git][pypy/pypy][branch/default] add a paragraph about buildbot

2022-12-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 868d14bb by Matti Picus at 2022-12-11T16:10:57-05:00 add a paragraph about buildbot - - - - - 1 changed file: - pypy/doc/contributing.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/868d14bb6dfb1bb3

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: typo?

2022-12-12 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 6b96d926 by Matti Picus at 2022-12-12T16:41:04-05:00 typo? - - - - - 9db186fa by Matti Picus at 2022-12-12T21:19:07-05:00 macOS now packages tkinter (issues 3760, 3868) - - - - - 2 changed files: - pypy/doc/build.rst - rpy

[pypy-commit] [Git][pypy/pypy][branch/default] slightly improve version detection with git, for bettern udir creation

2022-12-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 065c85b3 by Matti Picus at 2022-12-13T11:07:42-05:00 slightly improve version detection with git, for bettern udir creation - - - - - 2 changed files: - rpython/tool/ansi_mandelbrot.py - rpython/tool/version.py View it on

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/gc-hooks2

2022-12-14 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/gc-hooks2 at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/gc-hooks2 You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] ensure that only valid values are passed to unicodedb calls (issue 3870)

2022-12-15 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5f5a3196 by Matti Picus at 2022-12-16T09:40:58+02:00 ensure that only valid values are passed to unicodedb calls (issue 3870) --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/unicodeobject.py View it on

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] fix using wrong free in _ssl (issue 3871)

2022-12-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 0be12be0 by Matti Picus at 2022-12-16T16:29:40+02:00 fix using wrong free in _ssl (issue 3871) --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdssl/certificate.py View it on Heptapod: https://foss.

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] commit ssl interface changes

2022-12-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5f7fdb84 by Matti Picus at 2022-12-16T16:35:52+02:00 commit ssl interface changes --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_cffi_src/openssl/x509v3.py View it on Heptapod: https://foss.heptapod

[pypy-commit] [Mercurial][pypy/pypy] Deleted branch branch/gc-hooks2

2022-12-17 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/gc-hooks2 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.

[pypy-commit] [Mercurial][pypy/pypy][branch/default] 2 commits: fix test

2022-12-17 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on darwin - - - - - 2 changed files: - lib_pypy/_tkinter/tklib_build.py - rpyt

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] 4 commits: update to v7.3.12

2022-12-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - 5dfce051 by Matti Picus at 2022-12-18T07:29:21+02:00 fix test - - - - - 03b30100 by Matti Picus at 2022-12-18T08:45:09+02:00 fix _tkinter build on

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 6 commits: update to v7.3.12

2022-12-18 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - ef9c152f by Matti Picus at 2022-12-17T22:23:58+02:00 update to v7.3.12 --HG-- branch : py3.8 - - - - - 5dfce051 by Matti Picus at 2022-12-18T07:2

[pypy-commit] [Mercurial][pypy/pypy][branch/release-pypy3.9-v7.x] 9 commits: update to v7.3.12

2022-12-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/release-pypy3.9-v7.x at PyPy / pypy Commits: 92a0be32 by Matti Picus at 2022-12-17T22:22:59+02:00 update to v7.3.12 - - - - - ef9c152f by Matti Picus at 2022-12-17T22:23:58+02:00 update to v7.3.12 --HG-- branch : py3.8 - - - - - 124e31f8 by Matti Picus at

[pypy-commit] [Mercurial][pypy/pypy][branch/default] update release note

2022-12-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d10b8d3b by Matti Picus at 2022-12-21T19:01:33+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.11.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/d10b8d3b5bdddb55c3d4e80c

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] add __qualname__ to some cpyext types (issue 3878_)

2022-12-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6803847f by Matti Picus at 2022-12-21T16:58:34+02:00 add __qualname__ to some cpyext types (issue 3878_) py3.9 only. Requires passing around a type_name --HG-- branch : py3.9 - - - - - 8 changed files: - pypy/module/_hpy_un

[pypy-commit] [Mercurial][pypy/pypy][branch/default] remove deprecated OpenSSL functions, change OpenSSL link command for buildbots

2022-12-21 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 354d8574 by Matti Picus at 2022-12-22T09:12:52+02:00 remove deprecated OpenSSL functions, change OpenSSL link command for buildbots - - - - - 8 changed files: - lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py - lib_pypy/_cffi

[pypy-commit] [Mercurial][pypy/pypy][branch/default] update release note

2022-12-22 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cae5debe by Matti Picus at 2022-12-22T13:46:11+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.11.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/cae5debed0eac78e2a4e06e5

  1   2   3   4   5   6   7   8   9   10   >