index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of pickling the whole decoder, use the new getstate/setstate API.
Guido van Rossum
2007-04-17
1
-33
/
+27
*
Support name and mode attributes on all file types.
Guido van Rossum
2007-04-13
1
-10
/
+81
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
1
-2
/
+0
*
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