[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update cffi to latest HEAD (test for python>=3.11)

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00
update cffi to latest HEAD (test for python>=3.11)

- - - - -
0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00
add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package

- - - - -


2 changed files:

- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1e95a0e63668161f62a52c48e72b253282b2e5dc...0b7883ab9fcd05ef48e3235f1e328e261fdd7618

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1e95a0e63668161f62a52c48e72b253282b2e5dc...0b7883ab9fcd05ef48e3235f1e328e261fdd7618
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.8] 7 commits: add missing import

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00
add missing import

- - - - -
3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00
a test that constructing a named tuple has no weird global lookups. tests the
logic of 8bd3b5c5365d

- - - - -
44823755 by Matti Picus at 2022-03-05T19:09:08+02:00
backport the rest of the changes to support libexpat>2.4.5

- - - - -
1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00
backport parts of package.py from py3.8 to create pypy2.7 (issue 3696)

- - - - -
cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00
update cffi to latest HEAD (test for python>=3.11)

- - - - -
0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00
add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package

- - - - -
a005df1e by Matti Picus at 2022-03-06T10:30:03+02:00
merge default

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/pypyjit/test_pypy_c/test_instance.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/469d339a42def02f83d77e4dc36c6912738141f1...a005df1e5f564b31d6c867a3a7f7e3340ccf2702

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/469d339a42def02f83d77e4dc36c6912738141f1...a005df1e5f564b31d6c867a3a7f7e3340ccf2702
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.9] 21 commits: make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
70f1ac82 by Carl Friedrich Bolz-Tereick at 2022-02-28T20:25:34+01:00
make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as
arguments

--HG--
branch : py3.8

- - - - -
6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00
pyexpat 2.4.6 raises a ExpatError on invalid unicode

- - - - -
0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00
backport stdlib test changes from bpo-46811 for expat>2.4.5

- - - - -
ea8e3138 by Matti Picus at 2022-03-03T14:47:43+02:00
merge default

--HG--
branch : py3.8

- - - - -
8ae55423 by Matti Picus at 2022-03-03T09:47:54+02:00
add back file removed in add5246bab1f when attempting to change to apptest

--HG--
branch : py3.8

- - - - -
abcd97b7 by Matti Picus at 2022-03-03T10:27:53+02:00
python3 pyexpat does not have __version__, tweak and delete tests

--HG--
branch : py3.8

- - - - -
05a48e26 by Matti Picus at 2022-03-03T14:34:54+02:00
add pypy3.7.exe (issue 3693)

--HG--
branch : py3.8

- - - - -
5ace60ed by Matti Picus at 2022-03-03T18:22:39+02:00
add a draft release note

- - - - -
daa8379f by Matti Picus at 2022-03-03T18:30:54+02:00
update main development version to 7.3.10

- - - - -
c99f3298 by Matti Picus at 2022-03-03T18:33:04+02:00
merge default

--HG--
branch : py3.8

- - - - -
033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00
add missing import

- - - - -
9fd6fe2c by Matti Picus at 2022-03-04T15:55:49+02:00
changes to test from bpo-46811 for expat>2.4.5

--HG--
branch : py3.8

- - - - -
3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00
a test that constructing a named tuple has no weird global lookups. tests the
logic of 8bd3b5c5365d

- - - - -
44823755 by Matti Picus at 2022-03-05T19:09:08+02:00
backport the rest of the changes to support libexpat>2.4.5

- - - - -
289d2a82 by Matti Picus at 2022-03-05T19:29:33+02:00
port the rest of the changes to support libexpat>2.4.5

--HG--
branch : py3.8

- - - - -
1e95a0e6 by Matti Picus at 2022-03-05T20:37:34+02:00
backport parts of package.py from py3.8 to create pypy2.7 (issue 3696)

- - - - -
469d339a by Matti Picus at 2022-03-05T22:45:12+02:00
use env in calls to Popen to properly set up env for locale

--HG--
branch : py3.8

- - - - -
cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00
update cffi to latest HEAD (test for python>=3.11)

- - - - -
0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00
add python2.exe, python2.7.exe, pypy2.exe (windows) and pypy2 (posix) to package

- - - - -
a005df1e by Matti Picus at 2022-03-06T10:30:03+02:00
merge default

--HG--
branch : py3.8

- - - - -
156b2724 by Matti Picus at 2022-03-06T10:31:35+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


13 changed files:

- lib-python/3/test/test_minidom.py
- lib-python/3/test/test_xml_etree.py
- pypy/doc/conf.py
- + pypy/doc/release-v7.3.9.rst
- pypy/interpreter/test/test_app_main.py
- pypy/module/_cffi_backend/test/_backend_test_c.py
- pypy/module/cpyext/import_.py
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/pyexpat/moduledef.py
- + pypy/module/pyexpat/test/test_parser.py
- pypy/module/pypyjit/test_pypy_c/test_instance.py
- pypy/module/sys/version.py
- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d6023ba654976dd408c459155be34b1a66149d6c...156b272448ef24dbf79a2b425c648116d00ac487

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d6023ba654976dd408c459155be34b1a66149d6c...156b272448ef24dbf79a2b425c648116d00ac487
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-0.0.4] update HPyModuleDef to 0.0.4

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy


Commits:
90520b22 by Matti Picus at 2022-03-06T10:59:42+02:00
update HPyModuleDef to 0.0.4

--HG--
branch : hpy-0.0.4

- - - - -


2 changed files:

- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/test/test_extra.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/90520b2278ac10920c40968867e6571a1e38eeef

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/90520b2278ac10920c40968867e6571a1e38eeef
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.8] need to patch warn_about_missing_assertion: the assert statement in 3.9+ does

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00
need to patch warn_about_missing_assertion: the assert statement in 3.9+ does
not raise builtins.AssertionError (which might be patched), but always the
"regular" AssertionError

--HG--
branch : py3.8

- - - - -


1 changed file:

- _pytest/assertion/__init__.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/bfcb3cd615f41d3e1eebe7cafda4619036f57c45

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/bfcb3cd615f41d3e1eebe7cafda4619036f57c45
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.9] 2 commits: test, fix for subclasss OrderedDict.__ror__

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
40f50fb0 by Matti Picus at 2022-03-06T11:41:13+02:00
test, fix for subclasss OrderedDict.__ror__

--HG--
branch : py3.9

- - - - -
43857404 by Matti Picus at 2022-03-06T13:51:51+02:00
pypy cannot use tp_finalize

--HG--
branch : py3.9

- - - - -


3 changed files:

- lib_pypy/_testmultiphase.c
- pypy/module/_collections/app_odict.py
- pypy/module/_collections/test/apptest_ordereddict.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/156b272448ef24dbf79a2b425c648116d00ac487...43857404b6dabb15baf1f2c6f305fc99b5c93219

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/156b272448ef24dbf79a2b425c648116d00ac487...43857404b6dabb15baf1f2c6f305fc99b5c93219
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/default] maybe like this

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00
maybe like this

- - - - -


1 changed file:

- pypy/module/pypyjit/test_pypy_c/test_instance.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e0b7232024652961570d35bdc43ec8301795c48d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e0b7232024652961570d35bdc43ec8301795c48d
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.8] 3 commits: maybe like this

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy


Commits:
e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00
maybe like this

- - - - -
fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00
merge default

--HG--
branch : py3.8

- - - - -
ecae6537 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:11:09+01:00
fix test_namedtuple_construction by using a module dict in the right place

--HG--
branch : py3.8

- - - - -


2 changed files:

- lib-python/3/collections/__init__.py
- pypy/module/pypyjit/test_pypy_c/test_instance.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bfcb3cd615f41d3e1eebe7cafda4619036f57c45...ecae6537acb524afce515746f03ba6be12d3ee1b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/bfcb3cd615f41d3e1eebe7cafda4619036f57c45...ecae6537acb524afce515746f03ba6be12d3ee1b
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.9] 5 commits: need to patch warn_about_missing_assertion: the assert statement in 3.9+ does

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy


Commits:
bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00
need to patch warn_about_missing_assertion: the assert statement in 3.9+ does
not raise builtins.AssertionError (which might be patched), but always the
"regular" AssertionError

--HG--
branch : py3.8

- - - - -
e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00
maybe like this

- - - - -
fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00
merge default

--HG--
branch : py3.8

- - - - -
ecae6537 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:11:09+01:00
fix test_namedtuple_construction by using a module dict in the right place

--HG--
branch : py3.8

- - - - -
07292e72 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:14:10+01:00
merge py3.8

--HG--
branch : py3.9

- - - - -


3 changed files:

- _pytest/assertion/__init__.py
- lib-python/3/collections/__init__.py
- pypy/module/pypyjit/test_pypy_c/test_instance.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/43857404b6dabb15baf1f2c6f305fc99b5c93219...07292e729dfdc82a6bb8974c4ae3267d8f37077e
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/default] update release note

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
e96dc54d by Matti Picus at 2022-03-06T14:48:18+02:00
update release note

- - - - -


1 changed file:

- pypy/doc/release-v7.3.9.rst


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e96dc54d87d1695e8d351d9940f42df9be373e8e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e96dc54d87d1695e8d351d9940f42df9be373e8e
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.9] 2 commits: check for empty name in putenv

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00
check for empty name in putenv

--HG--
branch : py3.8

- - - - -
75374446 by Matti Picus at 2022-03-06T15:04:45+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


1 changed file:

- pypy/module/posix/interp_posix.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/07292e729dfdc82a6bb8974c4ae3267d8f37077e...7537444681cf9765490205550b1c8fce1e007b03

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/07292e729dfdc82a6bb8974c4ae3267d8f37077e...7537444681cf9765490205550b1c8fce1e007b03
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.8] check for empty name in putenv

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00
check for empty name in putenv

--HG--
branch : py3.8

- - - - -


1 changed file:

- pypy/module/posix/interp_posix.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1e9efcfbaf4093d7c97fbb12b9bcce87a2d3aa31

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1e9efcfbaf4093d7c97fbb12b9bcce87a2d3aa31
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.9] 3 commits: make package.py compatible with python3, remove duplicate symlink

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00
make package.py compatible with python3, remove duplicate symlink

--HG--
branch : py3.8

- - - - -
5ac6a505 by Matti Picus at 2022-03-07T08:05:55+02:00
merge py3.8, ignoring changes

--HG--
branch : py3.9

- - - - -
cbd38994 by Matti Picus at 2022-03-07T08:07:23+02:00
remove duplicate symlink

--HG--
branch : py3.9

- - - - -


1 changed file:

- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7537444681cf9765490205550b1c8fce1e007b03...cbd3899418bc8396231381be409f729ee6787c6a

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7537444681cf9765490205550b1c8fce1e007b03...cbd3899418bc8396231381be409f729ee6787c6a
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.8] make package.py compatible with python3, remove duplicate symlink

2022-03-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00
make package.py compatible with python3, remove duplicate symlink

--HG--
branch : py3.8

- - - - -


1 changed file:

- pypy/tool/release/package.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7771fc0b9b24b6b8f0776b3b2d99dfb950cb29d1

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7771fc0b9b24b6b8f0776b3b2d99dfb950cb29d1
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