Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a38e04b566879a5040ea97428d7ee4331d76513f
/
Lib
/
io.py
« Previous
fa0054a
Make test_subprocess work. Fix universal newlines in io.py.
by Guido van Rossum
· 17 years ago
c2f93dc
Remove native popen() and fdopen(), replacing them with subprocess calls.
by Guido van Rossum
· 17 years ago
7d0a826
Sockets facelift. APIs that could return binary data (e.g. aton() and
by Guido van Rossum
· 17 years ago
024da5c
Make all the multibyte codec tests pass.
by Guido van Rossum
· 17 years ago
e35553e
Fix io.StringIO for wide Python builds.
by Walter Dörwald
· 17 years ago
9d2ac22
Fix io.StringIO: String are stored encoded (using "unicode-internal" as the
by Walter Dörwald
· 17 years ago
a5c313d
Add to an XXX comment.
by Guido van Rossum
· 18 years ago
2b08b38
Fix a few places where a str instead of a bytes object was used.
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
d76e779
Instead of pickling the whole decoder, use the new getstate/setstate API.
by Guido van Rossum
· 18 years ago
13633bb
Support name and mode attributes on all file types.
by Guido van Rossum
· 18 years ago
dc0b1a1
Make a few more tests pass with the new I/O library.
by Guido van Rossum
· 18 years ago
d410395
Make sure that writing an array instance returns the number of bytes,
by Guido van Rossum
· 18 years ago
aa43ed9
TextIO improvement:
by Guido van Rossum
· 18 years ago
b9c4c3e
Speed up next() by disabling snapshot updating then.
by Guido van Rossum
· 18 years ago
cba608c
More efficient implementation of tell(); _read_chunk() doesn't have to
by Guido van Rossum
· 18 years ago
0dd32e2
Real pickling for bytes. Restore complex pickling. Use cPickle in io.py.
by Guido van Rossum
· 18 years ago
9b76da6
Checkpoint so I can continue to work on this at a different box.
by Guido van Rossum
· 18 years ago
8742977
truncate() returns the new size and position.
by Guido van Rossum
· 18 years ago
53807da
Implement long positioning (Unix only, probably). Etc., etc.
by Guido van Rossum
· 18 years ago
cce92b2
BufferedIOBase and TextIOBase should derive from IOBase, not from RawIOBase!
by Guido van Rossum
· 18 years ago
141f767
More cleanup. Renamed BlockingIO to BlockingIOError.
by Guido van Rossum
· 18 years ago
4f0db6e
Cleanup.
by Guido van Rossum
· 18 years ago
9be5597
Add some backwards compatibility stuff.
by Guido van Rossum
· 18 years ago
76c5d4d
Checkpoint.
by Guido van Rossum
· 18 years ago
1866859
Get rid of duplicate definition of BufferedIOBase.
by Guido van Rossum
· 18 years ago
78892e4
Added a working Text I/O layer, by Mark Russell.
by Guido van Rossum
· 18 years ago
ef17c16
Bug 1679498: remove unused instance variables _readable, _writable and
by Guido van Rossum
· 18 years ago
bb09b21
Bug 1679498: unset variable 'bs'.
by Guido van Rossum
· 18 years ago
c819dea
Add some XXX comments and fix BufferedReader signature.
by Guido van Rossum
· 18 years ago
a9e2024
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
by Guido van Rossum
· 18 years ago
00efead
Change the specs for readinto() -- it should *not* shorten the buffer to
by Guido van Rossum
· 18 years ago
01a2752
New version from Mike Verdone (sat in my inbox since 2/27).
by Guido van Rossum
· 18 years ago
68bbcd2
Mike Verdone's checkpoint, cleaned up.
by Guido van Rossum
· 18 years ago
17e43e5
Added some comments and docstrings. More is needed.
by Guido van Rossum
· 18 years ago
8b41c3d
Add some XXX comments for Guido to look at.
by Neal Norwitz
· 18 years ago
28524c7
Checkpoint for new I/O library.
by Guido van Rossum
· 18 years ago