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


Commits:
74799858 by Ronan Lamy at 2020-07-07T17:12:11+01:00
document merged branch

- - - - -
d1885ef9 by Matti Picus at 2020-07-09T22:39:11+03:00
test, implement PyCFunction_Call (writing the test was the hard part)

- - - - -
30b8b296 by Matti Picus at 2020-07-12T00:55:12+03:00
backport rpython parts of winconsoleio

- - - - -
b1dbe74f by Matti Picus at 2020-07-12T12:18:19+03:00
add symlinks to pypy, pypy3.6 to tarball. Maybe needed for macOS and multibuild

--HG--
branch : py3.6

- - - - -
c7597c7b by Matti Picus at 2020-07-12T20:31:18+03:00
fix win32 test for py3

- - - - -
e66a04bd by Matti Picus at 2020-07-12T21:55:21+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
2f1c8ef9 by Matti Picus at 2020-07-13T10:23:01+03:00
update ropenssl for openssl 1.1 on win32

- - - - -
e02f9c5f by Armin Rigo at 2020-07-13T12:10:19+02:00
Better performance for pypy3---the following sequence no longer
makes any copy:

     b = StringBuilder(); b.append(some_large_string); s = b.build()

- - - - -
0790c01f by Armin Rigo at 2020-07-13T12:10:47+02:00
merge heads

- - - - -
4aa77881 by Armin Rigo at 2020-07-13T12:11:20+02:00
hg merge default

--HG--
branch : py3.6

- - - - -
538fda70 by Matti Picus at 2020-07-13T14:57:21+03:00
merge heads

- - - - -
90908653 by Matti Picus at 2020-07-13T18:24:02+03:00
no METH_OLDARGS on py3, remove test pulled in from merge-from-default

--HG--
branch : py3.6

- - - - -
bb8c77db by Matti Picus at 2020-07-13T18:24:26+03:00
revert this change

- - - - -
1850eccf by Matti Picus at 2020-07-13T18:25:40+03:00
merge default into branch

--HG--
branch : py3.6

- - - - -
d29ee619 by Matti Picus at 2020-07-13T22:17:46+03:00
add missing constantns for win32

--HG--
branch : py3.6

- - - - -
c962e3cb by Matti Picus at 2020-07-14T10:52:43+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -


9 changed files:

- extra_tests/ctypes_tests/test_commethods.py
- pypy/doc/whatsnew-head.rst
- pypy/module/cpyext/eval.py
- pypy/module/cpyext/test/test_methodobject.py
- pypy/module/posix/moduledef.py
- pypy/tool/release/package.py
- rpython/rlib/ropenssl.py
- rpython/rtyper/lltypesystem/rbuilder.py
- rpython/rtyper/test/test_rbuilder.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/8a997249c6b05f3704d816ee95ce99a38ded6b1c...c962e3cb5eb6f478713a25048d941aaa75aaa422

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/8a997249c6b05f3704d816ee95ce99a38ded6b1c...c962e3cb5eb6f478713a25048d941aaa75aaa422
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to