index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that writing an array instance returns the number of bytes,
Guido van Rossum
2007-04-12
1
-1/+6
*
TextIO improvement:
Guido van Rossum
2007-04-12
1
-3/+5
*
Speed up next() by disabling snapshot updating then.
Guido van Rossum
2007-04-11
1
-5/+19
*
More efficient implementation of tell(); _read_chunk() doesn't have to
Guido van Rossum
2007-04-11
1
-29/+34
*
Real pickling for bytes.
Guido van Rossum
2007-04-11
1
-1/+5
*
Checkpoint so I can continue to work on this at a different box.
Guido van Rossum
2007-04-11
1
-25/+145
*
truncate() returns the new size and position.
Guido van Rossum
2007-04-10
1
-11/+14
*
Implement long positioning (Unix only, probably).
Guido van Rossum
2007-04-10
1
-14/+22
*
BufferedIOBase and TextIOBase should derive from IOBase, not from RawIOBase!
Guido van Rossum
2007-04-10
1
-3/+2
*
More cleanup. Renamed BlockingIO to BlockingIOError.
Guido van Rossum
2007-04-10
1
-253/+312
*
Cleanup.
Guido van Rossum
2007-04-08
1
-61/+124
*
Add some backwards compatibility stuff.
Guido van Rossum
2007-04-07
1
-4/+29
*
Checkpoint.
Guido van Rossum
2007-04-06
1
-16/+49
*
Get rid of duplicate definition of BufferedIOBase.
Guido van Rossum
2007-04-06
1
-12/+6
*
Added a working Text I/O layer, by Mark Russell.
Guido van Rossum
2007-04-06
1
-26/+257
*
Bug 1679498: remove unused instance variables _readable, _writable and
Guido van Rossum
2007-03-18
1
-4/+0
*
Bug 1679498: unset variable 'bs'.
Guido van Rossum
2007-03-18
1
-0/+2
*
Add some XXX comments and fix BufferedReader signature.
Guido van Rossum
2007-03-15
1
-2/+6
*
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
Guido van Rossum
2007-03-08
1
-1/+13
*
Change the specs for readinto() -- it should *not* shorten the buffer to
Guido van Rossum
2007-03-07
1
-4/+10
*
New version from Mike Verdone (sat in my inbox since 2/27).
Guido van Rossum
2007-03-07
1
-57/+174
*
Mike Verdone's checkpoint, cleaned up.
Guido van Rossum
2007-02-27
1
-12/+132
*
Added some comments and docstrings. More is needed.
Guido van Rossum
2007-02-27
1
-16/+62
*
Add some XXX comments for Guido to look at.
Neal Norwitz
2007-02-27
1
-0/+4
*
Checkpoint for new I/O library.
Guido van Rossum
2007-02-27
1
-0/+264