[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: implement new features in hexlify, by reusing the bytearray implementation

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
dd0beb10 by Carl Friedrich Bolz-Tereick at 2021-06-10T10:40:20+02:00
implement new features in hexlify, by reusing the bytearray implementation

--HG--
branch : py3.8

- - - - -
1da94324 by Carl Friedrich Bolz-Tereick at 2021-06-10T10:59:16+02:00
make docstrings utf-8 :-(

--HG--
branch : py3.8

- - - - -


5 changed files:

- pypy/module/binascii/interp_hexlify.py
- pypy/module/binascii/test/test_binascii.py
- pypy/objspace/std/bytesobject.py
- pypy/objspace/std/memoryobject.py
- pypy/objspace/std/test/test_bytesobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5671d19ba7a1042d68e8e74697ab32b6db858e33...1da9432408211f1956c5d471356c08bd74ad7c32

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5671d19ba7a1042d68e8e74697ab32b6db858e33...1da9432408211f1956c5d471356c08bd74ad7c32
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] check at translation time that docstrings of builtin functions written in

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00
check at translation time that docstrings of builtin functions written in
rpython are utf-8 (that wasn't the case on the 3.8 branch leading to 
crashes)

- - - - -


1 changed file:

- pypy/interpreter/gateway.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/09312edca51073ccb01b4d70ba3e5a7ea7360f12
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: test and fix: method equality is based on instance identity, not equality

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
b3229da4 by Carl Friedrich Bolz-Tereick at 2021-06-10T11:32:58+02:00
test and fix: method equality is based on instance identity, not equality

--HG--
branch : py3.8

- - - - -
e70b7be0 by Carl Friedrich Bolz-Tereick at 2021-06-10T12:54:49+02:00
fix argument parsing of the new sep and bytes_per_sep arguments to hex and
hexlify functions: bytes_per_sep=0 means something else than not giving a
bytes_per_sep argument

--HG--
branch : py3.8

- - - - -


8 changed files:

- pypy/interpreter/function.py
- pypy/interpreter/test/apptest_function.py
- pypy/module/binascii/interp_hexlify.py
- pypy/module/binascii/test/test_binascii.py
- pypy/objspace/std/bytearrayobject.py
- pypy/objspace/std/bytesobject.py
- pypy/objspace/std/memoryobject.py
- pypy/objspace/std/test/test_bytearrayobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1da9432408211f1956c5d471356c08bd74ad7c32...e70b7be08db52d04819ca425cc0c0ae60eac497f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1da9432408211f1956c5d471356c08bd74ad7c32...e70b7be08db52d04819ca425cc0c0ae60eac497f
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] allow deletion of attribute

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
6e08da64 by Carl Friedrich Bolz-Tereick at 2021-06-10T13:32:45+02:00
allow deletion of attribute

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/module/exceptions/interp_exceptions.py
- pypy/module/exceptions/test/test_exc.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/6e08da646d230eabebb622398ffabcd470781cf4
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 it possible to instantiate Cells

2021-06-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


Commits:
2c744181 by Carl Friedrich Bolz-Tereick at 2021-06-10T14:34:52+02:00
make it possible to instantiate Cells

--HG--
branch : py3.8

- - - - -


3 changed files:

- pypy/interpreter/nestedscope.py
- pypy/interpreter/test/apptest_nestedscope.py
- pypy/interpreter/typedef.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/2c74418185318bdec486ce037f2120d2963d12d8
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] re-enable --no-compile as a valid build target in spite of cffi hack

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
ac10229c by Matti Picus at 2021-06-10T17:14:01+03:00
re-enable --no-compile as a valid build target in spite of cffi hack

- - - - -


2 changed files:

- pypy/goal/targetpypystandalone.py
- rpython/translator/driver.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/ac10229cee1ca4685f72d3ea4f9f87078a0239e6
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] 4 commits: fix test for -A, fix implementatio

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
86592200 by Matti Picus at 2021-06-09T23:11:27+03:00
fix test for -A, fix implementatio

--HG--
branch : py3.7

- - - - -
09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00
check at translation time that docstrings of builtin functions written in
rpython are utf-8 (that wasn't the case on the 3.8 branch leading to 
crashes)

- - - - -
ac10229c by Matti Picus at 2021-06-10T17:14:01+03:00
re-enable --no-compile as a valid build target in spite of cffi hack

- - - - -
9f22ea4d by Matti Picus at 2021-06-10T17:15:26+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -


5 changed files:

- pypy/goal/targetpypystandalone.py
- pypy/interpreter/gateway.py
- pypy/module/cpyext/memoryobject.py
- pypy/module/cpyext/test/test_memoryobject.py
- rpython/translator/driver.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/af030868477ad9e71cac82827f809cd3d65bd7eb...9f22ea4df9f2c33f6983b6395207d125fe6f847f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/af030868477ad9e71cac82827f809cd3d65bd7eb...9f22ea4df9f2c33f6983b6395207d125fe6f847f
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] remove pdb

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
65b72784 by Matti Picus at 2021-06-10T17:53:19+03:00
remove pdb

- - - - -


1 changed file:

- rpython/translator/driver.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/65b72784422d52361b6c454a0c927e0f159bd3e1
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: remove pdb

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
65b72784 by Matti Picus at 2021-06-10T17:53:19+03:00
remove pdb

- - - - -
93c9d1f8 by Matti Picus at 2021-06-10T18:01:11+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -


1 changed file:

- rpython/translator/driver.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9f22ea4df9f2c33f6983b6395207d125fe6f847f...93c9d1f8dd5cf5f8e86eb91096d2457862b35b84

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9f22ea4df9f2c33f6983b6395207d125fe6f847f...93c9d1f8dd5cf5f8e86eb91096d2457862b35b84
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] fix 47712db62fce which broke building extension modules

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
61638c45 by Matti Picus at 2021-06-11T09:47:25+03:00
fix 47712db62fce which broke building extension modules

--HG--
branch : py3.7

- - - - -


1 changed file:

- lib_pypy/_sysconfigdata.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/61638c4530facd0d768f647f493d97d2c67935aa
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] 8 commits: fix test for -A, fix implementatio

2021-06-10 Thread Matti Picus (@mattip)


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


Commits:
86592200 by Matti Picus at 2021-06-09T23:11:27+03:00
fix test for -A, fix implementatio

--HG--
branch : py3.7

- - - - -
09312edc by Carl Friedrich Bolz-Tereick at 2021-06-10T11:10:29+02:00
check at translation time that docstrings of builtin functions written in
rpython are utf-8 (that wasn't the case on the 3.8 branch leading to 
crashes)

- - - - -
ac10229c by Matti Picus at 2021-06-10T17:14:01+03:00
re-enable --no-compile as a valid build target in spite of cffi hack

- - - - -
9f22ea4d by Matti Picus at 2021-06-10T17:15:26+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -
65b72784 by Matti Picus at 2021-06-10T17:53:19+03:00
remove pdb

- - - - -
93c9d1f8 by Matti Picus at 2021-06-10T18:01:11+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
61638c45 by Matti Picus at 2021-06-11T09:47:25+03:00
fix 47712db62fce which broke building extension modules

--HG--
branch : py3.7

- - - - -
2aa79fab by Matti Picus at 2021-06-11T09:48:47+03:00
merge py3.7 into branch

--HG--
branch : py3.8

- - - - -


5 changed files:

- lib_pypy/_sysconfigdata.py
- pypy/goal/targetpypystandalone.py
- pypy/interpreter/gateway.py
- pypy/module/cpyext/memoryobject.py
- pypy/module/cpyext/test/test_memoryobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/2c74418185318bdec486ce037f2120d2963d12d8...2aa79fabdf18434f30280d2f379580525c99dc9b

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