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
/
_pyio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from 3.5.
Serhiy Storchaka
2016-12-07
1
-1
/
+1
|
\
|
*
Change order of io.UnsupportedOperation base classes.
Serhiy Storchaka
2016-12-07
1
-1
/
+1
*
|
Drop unused import
Martin Panter
2016-06-12
1
-1
/
+0
*
|
issue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman
2016-06-04
1
-0
/
+2
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Issue #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
1
-3
/
+3
|
|
\
|
|
*
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-3
/
+3
|
|
|
\
|
|
|
*
Issue #22854: Merge UnsupportedOperation fixes from 3.5
Martin Panter
2016-03-31
1
-3
/
+3
|
|
|
|
\
|
|
|
|
*
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
1
-1
/
+1
|
|
|
|
*
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-1
/
+1
|
|
|
|
|
\
|
|
|
|
*
\
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
Serhiy Storchaka
2015-08-28
1
-1
/
+2
|
|
|
|
|
\
\
|
|
|
|
*
|
|
- Issue #2091: error correctly on open() with mode 'U' and '+'
Robert Collins
2015-07-26
1
-2
/
+2
*
|
|
|
|
|
|
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #20699: Document that ?io? methods accept bytes-like objects
Martin Panter
2016-05-28
1
-12
/
+14
|
/
/
/
/
/
*
|
|
|
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Martin Panter
2016-03-31
1
-9
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-30
/
+441
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
Serhiy Storchaka
2015-08-28
1
-1
/
+2
|
|
/
|
*
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-30
/
+440
|
|
\
|
|
*
Issue #21859: Added Python implementation of io.FileIO.
Serhiy Storchaka
2015-04-10
1
-0
/
+344
|
|
*
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-30
/
+96
|
|
|
\
|
|
|
*
merge 3.4
Benjamin Peterson
2015-03-18
1
-2
/
+2
|
|
|
|
\
|
|
|
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-Fran?ois Natali
2015-02-07
1
-16
/
+3
|
|
|
*
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-14
/
+93
|
|
|
|
\
\
|
|
|
|
*
\
merge 3.4 (#23093)
Benjamin Peterson
2014-12-21
1
-14
/
+93
|
|
|
|
|
\
\
|
|
|
|
|
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-1
/
+1
|
|
|
|
|
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-4
/
+6
|
|
|
|
|
*
|
add BufferedIOBase.readinto1 (closes #20578)
Benjamin Peterson
2014-06-22
1
-9
/
+86
*
|
|
|
|
|
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-11
/
+15
|
/
/
/
/
/
*
|
|
|
|
Issue #21802: The reader in BufferedRWPair now is closed even when closing
Serhiy Storchaka
2015-03-24
1
-2
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
wrap properly
Benjamin Peterson
2015-03-18
1
-2
/
+2
|
/
/
/
*
|
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-0
/
+6
|
/
/
*
|
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-21
1
-3
/
+3
|
/
*
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka
2014-06-09
1
-30
/
+37
*
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan
2014-02-04
1
-0
/
+5
*
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...
Antoine Pitrou
2014-02-02
1
-1
/
+7
|
\
|
*
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...
Antoine Pitrou
2014-02-02
1
-1
/
+7
*
|
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
Serhiy Storchaka
2014-01-29
1
-101
/
+108
|
\
\
|
|
/
|
/
|
|
*
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-2
/
+8
|
*
Issue #17003: Unified the size argument names in the io module with common
Serhiy Storchaka
2013-09-16
1
-81
/
+81
|
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-0
/
+2
|
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-2
/
+2
|
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-2
/
+2
|
*
Issue #17516: remove dead code
Victor Stinner
2013-03-26
1
-1
/
+0
|
*
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy
2013-03-11
1
-1
/
+1
|
|
\
|
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-16
/
+16
|
*
|
merge 3.3 (#16597)
Benjamin Peterson
2012-12-20
1
-1
/
+1
|
|
\
\
|
|
*
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-1
/
+1
*
|
|
|
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
Serhiy Storchaka
2014-01-29
1
-1
/
+1
|
|
_
|
/
|
/
|
|
[next]