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
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
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
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
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
- - -