lp:~mwhudson/pypy/imported-pypy-interp-file

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/pypy/imported-pypy-interp-file
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

18226. By arigo

The ReadBZ2Filter acts like a read buffer itself, so we don't need
to layer another one on top of it - at least if the peek() method
is present.

18225. By arigo

Kill dead code.

18224. By arigo

Two more checks for a closed file.

18223. By arigo

hacking hacking... can't just use the name "__init__" again
because the RTyper is confused about the two direct__init__() with
a different signature, confusion caused by the fact that
W_File.file__init__() would appear to contain an indirect
call to one of the two versions of direct__init__().

18222. By arigo

Ah. The docstring says 'buffering' defaults to 0, but the previous app-level
version had a default of -1. The difference in performance for readline()
ad readlines() is huuuuuuuge...

18221. By arigo

Trying to fix the bz2 module:

* port BZ2File to interp-level. This is not as nice as it could be.

* fix various bugs in ReadBZ2Filter that for some reason were not
  apparent before (probably differences in what stream methods get
  called in answer to what file-level operation).

18220. By arigo

Not much point in testing this here.

18219. By arigo

Files are weakrefable.

18218. By arigo

Fix marshal on real file objects.

18217. By arigo

Dead code.

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.