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
/
_pyio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without
Antoine Pitrou
2011-07-23
1
-2/+6
*
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
Victor Stinner
2011-05-25
1
-1/+5
|
\
|
*
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
Victor Stinner
2011-05-25
1
-1/+5
|
*
Backport 87978: Do not expose function type annotations in the standard library.
Raymond Hettinger
2011-01-12
1
-31/+32
|
*
Merged revisions 87427 via svnmerge from
Antoine Pitrou
2010-12-21
1
-6/+14
|
*
Merged revisions 84814 via svnmerge from
Antoine Pitrou
2010-09-14
1
-1/+3
|
*
Merged revisions 80722 via svnmerge from
Antoine Pitrou
2010-05-03
1
-14/+8
|
*
Merged revisions 77895-77896 via svnmerge from
Antoine Pitrou
2010-01-31
1
-5/+3
|
*
Merged revisions 76900 via svnmerge from
Antoine Pitrou
2009-12-19
1
-4/+14
|
*
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...
Georg Brandl
2009-08-13
1
-1/+3
*
|
Merged revisions 88610 via svnmerge from
Antoine Pitrou
2011-02-25
1
-4/+27
*
|
Issue #10899: Move function type annotations into docstrings.
Raymond Hettinger
2011-01-13
1
-30/+36
*
|
More PEP 8: no space around "=" in argument lists.
Georg Brandl
2011-01-13
1
-11/+10
*
|
Issue 10899: Remove function type annotations from the stdlib
Raymond Hettinger
2011-01-13
1
-1/+1
*
|
Issue #10899: No function type annotations in the standard library.
Raymond Hettinger
2011-01-12
1
-31/+31
*
|
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
Antoine Pitrou
2011-01-09
1
-3/+10
*
|
Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
Antoine Pitrou
2010-12-21
1
-6/+14
*
|
Issue #10180: Pickling file objects is now explicitly forbidden, since
Antoine Pitrou
2010-11-05
1
-0/+4
*
|
Issue #9854: The default read() implementation in io.RawIOBase now
Antoine Pitrou
2010-09-14
1
-1/+3
*
|
More docstring updates
Amaury Forgeot d'Arc
2010-09-06
1
-1/+2
*
|
Change docstrings to match the implementation
Amaury Forgeot d'Arc
2010-09-06
1
-6/+6
*
|
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
Antoine Pitrou
2010-09-06
1
-0/+5
*
|
Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an
Antoine Pitrou
2010-09-05
1
-13/+17
*
|
Merged revisions 80720 via svnmerge from
Antoine Pitrou
2010-05-03
1
-14/+8
*
|
Merged revisions 80548-80549 via svnmerge from
Benjamin Peterson
2010-04-27
1
-3/+2
*
|
Merged revisions 80544 via svnmerge from
Benjamin Peterson
2010-04-27
1
-4/+2
*
|
Only the parts which are relevant for 3.x branch.
Florent Xicluna
2010-03-13
1
-3/+12
*
|
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-5/+3
*
|
Merged revisions 76896,76898 via svnmerge from
Antoine Pitrou
2009-12-19
1
-4/+14
*
|
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Alexandre Vassalotti
2009-07-22
1
-0/+5
*
|
Issue #6241: Better type checking for the arguments of io.StringIO.
Alexandre Vassalotti
2009-07-22
1
-1/+3
|
/
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
1
-0/+11
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
1
-1/+16
*
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...
Antoine Pitrou
2009-05-14
1
-0/+20
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
1
-6/+45
*
readline() args must be an int #3521
Benjamin Peterson
2009-04-24
1
-0/+4
*
Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.
Antoine Pitrou
2009-04-19
1
-4/+13
*
add annotations to open()
Benjamin Peterson
2009-04-18
1
-2/+3
*
other places like this just catch IOError
Benjamin Peterson
2009-04-14
1
-1/+1
*
Fix test_memoryio under Windows
Antoine Pitrou
2009-04-04
1
-0/+4
*
add SEEK_ constants to _pyio
Benjamin Peterson
2009-04-02
1
-0/+1
*
fix TextIOWrapper.read() when the buffer is not readable #5628
Benjamin Peterson
2009-03-31
1
-0/+1
*
officially deprecated max_buffer_size
Benjamin Peterson
2009-03-26
1
-7/+14
*
stringio doesn't have an encoding
Benjamin Peterson
2009-03-21
1
-0/+4
*
hack StringIO's repr, so it doesn't give an encoding
Benjamin Peterson
2009-03-09
1
-0/+5
*
give TextIOWrapper a repr that tells you the encoding
Benjamin Peterson
2009-03-09
1
-0/+3
*
remove usage of the deprecated max_buffer_size
Benjamin Peterson
2009-03-05
1
-8/+5
*
rather pointless XXX
Benjamin Peterson
2009-03-05
1
-2/+0
*
fix #4862 in _pyio: reset the decoder on seek(0)
Benjamin Peterson
2009-03-05
1
-1/+3
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-0/+1831