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


Commits:
4fdc583f by Carl Friedrich Bolz-Tereick at 2022-01-05T19:20:32+01:00
detail about PYTHONIOENCODING: if the encoding or the error is ommitted, always
use utf-8/strict (instead of asking the locale)

--HG--
branch : py3.7

- - - - -
e3d021a1 by Carl Friedrich Bolz-Tereick at 2022-01-05T20:37:34+01:00
implement utf8-mode

--HG--
branch : py3.7

- - - - -
d1c7ad9e by Carl Friedrich Bolz-Tereick at 2022-01-05T21:03:33+01:00
remove commented out code from 2005ish

--HG--
branch : py3.7

- - - - -
f18cd283 by Carl Friedrich Bolz-Tereick at 2022-01-05T21:07:58+01:00
remove debug print

--HG--
branch : py3.7

- - - - -
d4345d16 by Carl Friedrich Bolz-Tereick at 2022-01-06T12:19:25+01:00
remove pdb

--HG--
branch : py3.7

- - - - -
1ea17ee5 by Matti Picus at 2022-01-07T13:17:09+02:00
fix test for when _locale.setlocale(_locale.LC_CTYPE, None) == "C"

--HG--
branch : py3.7

- - - - -
b5e53477 by Matti Picus at 2022-01-07T13:45:24+02:00
make sure warnings are caught in test

--HG--
branch : py3.7

- - - - -
4622eaf1 by Matti Picus at 2022-01-07T14:07:59+02:00
simplify test_warn_unicode which should make it pass

--HG--
branch : py3.7

- - - - -
5db89312 by Carl Friedrich Bolz-Tereick at 2022-01-08T13:26:43+01:00
this maybe fixes test_sys

--HG--
branch : py3.7

- - - - -
a14dc05f by fijal at 2022-01-08T14:55:32+02:00
add memory pressure for RawByteBuffer around the malloc

- - - - -
a002881e by Matti Picus at 2022-01-08T22:23:23+02:00
avoid problems with setuptools>=60 (pep 483 deprecation warning), 
pytest==4.0.0

--HG--
branch : py3.7

- - - - -
f518ad50 by Matti Picus at 2022-01-09T10:23:53+02:00
merge default

--HG--
branch : py3.7

- - - - -
1310fb04 by Matti Picus at 2022-01-09T10:31:16+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
fb9b298a by Matti Picus at 2022-01-09T10:39:59+02:00
use CYTHON_VERSOIN instead of hard-coding the version

--HG--
branch : py3.8

- - - - -


7 changed files:

- extra_tests/requirements.txt
- pypy/conftest.py
- pypy/goal/targetpypystandalone.py
- pypy/interpreter/app_main.py
- pypy/interpreter/test/test_app_main.py
- pypy/module/_warnings/test/apptest_warnings.py
- rpython/rlib/buffer.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/3d3191fd892fe8cadd41e70be3206d50f01b6897...fb9b298ae074b184d4ef9636dbd43f95ba1fbfa7

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

Reply via email to