[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: add failing test

Matti Picus foss at heptapod.net
Fri Nov 27 07:32:09 EST 2020



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


Commits:
78ea634b by Matti Picus at 2020-11-27T08:41:55+02:00
add failing test

--HG--
branch : incremental_decoder

- - - - -
2c6154ab by Matti Picus at 2020-11-27T09:30:56+02:00
simplify, which also fixes failing stdlib test

--HG--
branch : incremental_decoder

- - - - -
000969d3 by Matti Picus at 2020-11-27T12:52:36+02:00
test, fix for surrogatepass which should allow surrogates

--HG--
branch : incremental_decoder

- - - - -
e3bcce64 by Matti Picus at 2020-11-27T13:08:29+02:00
add passing tests for utf-16

--HG--
branch : incremental_decoder

- - - - -
81eb76be by Matti Picus at 2020-11-27T13:51:25+02:00
pypy does not support has randomization nor malloc strategies

--HG--
branch : py3.7

- - - - -
5bdb2b54 by Matti Picus at 2020-11-27T14:16:40+02:00
sys.flags.dont_write_bytecode is an int, sys.dont_write_bytecode is a bool

--HG--
branch : py3.7

- - - - -
673c9fe2 by Matti Picus at 2020-11-27T14:29:15+02:00
document branch, work around glitch in test_whatsnew for multiple pypy3 branches

--HG--
branch : incremental_decoder

- - - - -
d45cf076 by Matti Picus at 2020-11-27T14:30:01+02:00
Merge incremental_decoder which fixes more utf_8_decode

--HG--
branch : py3.7

- - - - -


6 changed files:

- lib-python/3/test/test_cmd_line.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/interpreter/app_main.py
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/interp_codecs.py
- pypy/module/_codecs/test/test_codecs.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/c911e305de0ba7a4804eb811ec2889dc7f2a6567...d45cf076f698e7a1c7c4774e501eb7a7948ab61d

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c911e305de0ba7a4804eb811ec2889dc7f2a6567...d45cf076f698e7a1c7c4774e501eb7a7948ab61d
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20201127/ca497be6/attachment-0001.html>


More information about the pypy-commit mailing list