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

2021-01-05 Thread Carl Friedrich Bolz-Tereick


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


Commits:
1c844c4e by Carl Friedrich Bolz-Tereick at 2021-01-04T22:49:01+01:00
fix translation

--HG--
branch : py3.8

- - - - -


1 changed file:

- pypy/interpreter/astcompiler/fstring.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/1c844c4eca1fc9203b6284905e4db6d7c3f27dcb

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/1c844c4eca1fc9203b6284905e4db6d7c3f27dcb
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] update versions

2021-01-05 Thread Carl Friedrich Bolz-Tereick


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


Commits:
d0b9cbb7 by Carl Friedrich Bolz-Tereick at 2021-01-05T11:55:44+01:00
update versions

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/module/cpyext/include/patchlevel.h
- pypy/module/sys/version.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9
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.7] another workaround for windows lib-python test hanging, issue 3374

2021-01-05 Thread Matti Picus


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


Commits:
7c057c80 by Matti Picus at 2021-01-05T12:57:30+02:00
another workaround for windows lib-python test hanging, issue 3374

--HG--
branch : py3.7

- - - - -


1 changed file:

- lib-python/3/test/test_regrtest.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/7c057c80bc5403685fccbfa0de4d4191ca99fa8e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/7c057c80bc5403685fccbfa0de4d4191ca99fa8e
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] 2 commits: dummy implement new undocumented keyword argument to compile to make the ast

2021-01-05 Thread Carl Friedrich Bolz-Tereick


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


Commits:
53f078ad by Carl Friedrich Bolz-Tereick at 2021-01-05T12:18:38+01:00
dummy implement new undocumented keyword argument to compile to make the ast
module work a bit more

--HG--
branch : py3.8

- - - - -
9db1577d by Carl Friedrich Bolz-Tereick at 2021-01-05T12:19:19+01:00
raise the correct error to make the subprocess except ModuleNotFoundError block
work

--HG--
branch : py3.8

- - - - -


3 changed files:

- lib_pypy/msvcrt.py
- pypy/module/__builtin__/compiling.py
- pypy/module/__builtin__/test/apptest_compile.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9...9db1577d4e99ffbad2e3191f63f2983441e3402e

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d0b9cbb7d2220c204e4c310a76d4959f7ab591f9...9db1577d4e99ffbad2e3191f63f2983441e3402e
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] implement replace method of code objects

2021-01-05 Thread Carl Friedrich Bolz-Tereick


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


Commits:
55b53a98 by Carl Friedrich Bolz-Tereick at 2021-01-05T17:08:24+01:00
implement replace method of code objects

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/interpreter/pycode.py
- pypy/interpreter/test/test_code.py
- pypy/interpreter/typedef.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/55b53a980fc8156605ad39dfe40122482364e653

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/55b53a980fc8156605ad39dfe40122482364e653
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] update list of tests

2021-01-05 Thread Carl Friedrich Bolz-Tereick


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


Commits:
692b8c65 by Carl Friedrich Bolz-Tereick at 2021-01-05T19:48:27+01:00
update list of tests

--HG--
branch : py3.8

- - - - -


1 changed file:

- lib-python/conftest.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/692b8c6504a83ceb4483f6456a7a7509cbd8a29b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/692b8c6504a83ceb4483f6456a7a7509cbd8a29b
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] fix included import lib for MSVC

2021-01-05 Thread Matti Picus


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


Commits:
427cd83d by Matti Picus at 2021-01-05T23:22:56+02:00
fix included import lib for MSVC

--HG--
branch : py3.8

- - - - -


1 changed file:

- pypy/module/cpyext/include/pyconfig.h


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/427cd83d607d0cd28f11ddc443fa331622203cb6

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/427cd83d607d0cd28f11ddc443fa331622203cb6
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.7] 2 commits: provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle

2021-01-05 Thread Matti Picus


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


Commits:
9f4e1806 by Matti Picus at 2021-01-05T21:02:53+02:00
provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle

--HG--
branch : py3.7

- - - - -
a939fa73 by Matti Picus at 2021-01-05T23:50:08+02:00
remove code added in cdacad9a627a that does not exist in cpython

--HG--
branch : py3.7

- - - - -


1 changed file:

- lib-python/3/pickle.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/7c057c80bc5403685fccbfa0de4d4191ca99fa8e...a939fa73e2968edbdb33900b5d7a5008eb4127cb

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/7c057c80bc5403685fccbfa0de4d4191ca99fa8e...a939fa73e2968edbdb33900b5d7a5008eb4127cb
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