Ronan Lamy pushed to branch branch/default at PyPy / pypy

Commits:
3b79e52f by Ronan Lamy at 2020-01-31T05:20:58+00:00
Store UnicodeIO data as a list of unichars instead of GC strings

--HG--
branch : StringIO-perf

- - - - -
ab49bc60 by Ronan Lamy at 2020-02-02T16:18:04+00:00
Add explicit state attribute to W_StringIO

--HG--
branch : StringIO-perf

- - - - -
ecb863a3 by Ronan Lamy at 2020-02-04T02:25:21+00:00
Move pos attribute from UnicodeIO to W_StringIO

--HG--
branch : StringIO-perf

- - - - -
5ff325c7 by Ronan Lamy at 2020-02-05T21:42:37+00:00
Add new operation mode for W_StringIO, backed by a W_UnicodeObject, for 
read-only operations

--HG--
branch : StringIO-perf

- - - - -
969c6bbf by Ronan Lamy at 2020-02-11T03:29:20+00:00
Optimize sequences of .write() calls on W_StringIO

--HG--
branch : StringIO-perf

- - - - -
a93ed65f by Ronan Lamy at 2020-02-13T19:26:41+00:00
fix translation

--HG--
branch : StringIO-perf

- - - - -
5d2908a0 by Ronan Lamy at 2020-02-14T19:09:50+00:00
hg merge default

--HG--
branch : StringIO-perf

- - - - -
ae85a0df by Ronan Lamy at 2020-02-17T17:22:04+00:00
hg merge default

--HG--
branch : StringIO-perf

- - - - -
06c75f31 by Matti Picus at 2020-02-19T19:57:13+02:00
merge default into branch

--HG--
branch : StringIO-perf

- - - - -
f18c13c5 by Ronan Lamy at 2020-02-27T15:15:56+00:00
Backport changes from branch py3-StringIO-perf

--HG--
branch : StringIO-perf

- - - - -
b6292af2 by Ronan Lamy at 2020-02-27T16:04:32+00:00
Document branch

--HG--
branch : StringIO-perf

- - - - -
260af9a1 by Ronan Lamy at 2020-02-27T16:36:01+00:00
hg merge default

--HG--
branch : StringIO-perf

- - - - -
da15ea00 by Ronan Lamy at 2020-02-27T16:38:47+00:00
Close branch before merging

--HG--
branch : StringIO-perf

- - - - -
e5f0e3fb by Ronan Lamy at 2020-02-27T16:58:17+00:00
Merge branch StringIO-perf

- - - - -


4 changed files:

- + extra_tests/test_stringio.py
- pypy/doc/whatsnew-head.rst
- pypy/module/_io/interp_stringio.py
- pypy/module/_io/test/test_stringio.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/050ed50c67a800b6636d7a419065cffdc6312f6f...e5f0e3fbb462ee66c025bb730644510084c1bd4a

---
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/compare/050ed50c67a800b6636d7a419065cffdc6312f6f...e5f0e3fbb462ee66c025bb730644510084c1bd4a
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