[pypy-commit] [Git][pypy/pypy][branch/py3.7-newtext-const-arg-caching] passing unicode into newtext is no longer supported

2021-05-10 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7-newtext-const-arg-caching at PyPy / pypy Commits: 08daa0a3 by Carl Friedrich Bolz-Tereick at 2021-05-10T09:36:05+02:00 passing unicode into newtext is no longer supported --HG-- branch : py3.7-newtext-const-arg-caching - - - - - 1 c

[pypy-commit] [Git][pypy/pypy][branch/py3.7-newtext-const-arg-caching] document branch

2021-05-10 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7-newtext-const-arg-caching at PyPy / pypy Commits: 95b57249 by Carl Friedrich Bolz-Tereick at 2021-05-10T11:11:47+02:00 document branch --HG-- branch : py3.7-newtext-const-arg-caching - - - - - 1 changed file: - pypy/doc/whatsnew-py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] implement three of CPython's optimizations for binary readlines:

2021-05-10 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 3546da3a by Carl Friedrich Bolz-Tereick at 2021-05-09T22:00:24+02:00 implement three of CPython's optimizations for binary readlines: - shortcut for checking whether the file is closed - search much quicker for \n

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix https://bugs.python.org/issue27805

2021-05-10 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: f8769e89 by Carl Friedrich Bolz-Tereick at 2021-05-10T15:11:15+02:00 fix https://bugs.python.org/issue27805 when opening a pipe in "a" mode, ignore seek errors on opening --HG-- branch : py3.7 - - - - - 2 chan

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 9 commits: try to cache the result of space.newtext during translation, if the argument is

2021-05-10 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: a0230372 by Carl Friedrich Bolz-Tereick at 2021-05-02T21:42:57+02:00 try to cache the result of space.newtext during translation, if the argument is constant --HG-- branch : py3.7-newtext-const-arg-caching - - -