Simon Cross pushed to branch branch/hpy at PyPy / pypy


Commits:
a53c5fa6 by Matti Picus at 2020-11-25T20:59:55+02:00
add failing test for issue 3348

--HG--
branch : issue3348

- - - - -
0103526b by Julian Berman at 2020-11-25T19:17:05-05:00
Fix the crypt thread lock on Py3

(Here the module's called _thread

--HG--
branch : fix-crypt-py3-import

- - - - -
08d9c242 by Matti Picus at 2020-11-26T08:20:14+02:00
fix test, remove repeated function, add and reword comments

--HG--
branch : issue3348

- - - - -
16faa2be by Armin Rigo at 2020-11-26T08:20:37+01:00
merge mistake

--HG--
branch : py3.6

- - - - -
c733c285 by Matti Picus at 2020-11-26T13:52:04+02:00
special case final=False for "unexpected end of data"

--HG--
branch : issue3348

- - - - -
60b666f9 by Matti Picus at 2020-11-26T15:34:58+02:00
merge fix-crypt-py3-import which is redundant but correct

--HG--
branch : py3.6

- - - - -
5672b6a4 by Matti Picus at 2020-11-26T15:35:50+02:00
merge issue3348 which fixes utf_8_decode for final=False

--HG--
branch : py3.6

- - - - -
5016b9c3 by Matti Picus at 2020-11-26T15:38:21+02:00
document merged branches

--HG--
branch : py3.6

- - - - -
19f79abb by Armin Rigo at 2020-11-26T18:54:47+01:00
Workaround for CPython's tests.  See comment

- - - - -
44d5cb61 by Armin Rigo at 2020-11-26T19:14:14+01:00
hg merge default, and update test_pypy_modules for python3.
There is one failure, '_opcode', which we might need to implement
for completeness

--HG--
branch : py3.6

- - - - -
eb828ff6 by Ronan Lamy at 2020-12-02T15:10:54+00:00
fix cparser import after move

--HG--
branch : py3.6

- - - - -
df7bf72c by Ronan Lamy at 2020-12-02T15:45:47+00:00
Remove obsolete workaround

--HG--
branch : py3.6

- - - - -
5377bf6e by Simon Cross at 2020-12-03T23:29:18+02:00
Implement constcharpsize2str in rffi.

--HG--
branch : py3.6

- - - - -
ac7049ab by Simon Cross at 2020-12-04T16:44:11+02:00
Merge in py3.6.

--HG--
branch : hpy

- - - - -


8 changed files:

- + extra_tests/test_pypy_modules.py
- lib_pypy/_crypt/__init__.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/test/test_codecs.py
- pypy/module/_hpy_universal/llapi.py
- rpython/rtyper/lltypesystem/rffi.py
- rpython/rtyper/lltypesystem/test/test_rffi.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/8f003db38878449f5046c28a615e6ee4946a5ab7...ac7049ab9440914357fc9fe0ab2cacfa582466fd

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