lp:~mwhudson/pypy/imported-buffer

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-buffer
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Hudson-Doyle
Project:
PyPy
Status:
Development

Recent revisions

19483. By arigo

Aaah. socket.send() with a timeout would wait until
the socket was ready to be *read* from before sending
its data.....

19482. By arigo

Bug fix. test_array passes on top of pypy-c too now.

19481. By arigo

Final whacking. Tests pass.

19480. By arigo

Trying to make test_array pass again: whack at the test :-/

19479. By arigo

More bug fixes.

19478. By arigo

Typo.

19477. By arigo

Bug fixes.

19476. By arigo

Bug fix. Many more remain.

19475. By arigo

For now a good compromise for the array module is
to have it purely at app-level but based on various
low-level read-write buffer implementations, as
available. This version has the advantage of running
on top of CPython too. On PyPy it uses _rawffi if
available, allowing buffer_info() to be meaningful.

19474. By arigo

In the app-level version of struct: struct.pack_into, struct.unpack_from

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pypy
This branch contains Public information 
Everyone can see this information.