summaryrefslogtreecommitdiff
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.5.Serhiy Storchaka2016-12-071-1/+1
|\
| * Change order of io.UnsupportedOperation base classes.Serhiy Storchaka2016-12-071-1/+1
* | Drop unused importMartin Panter2016-06-121-1/+0
* | issue27186: add open/io.open; patch by Jelle ZijlstraEthan Furman2016-06-041-0/+2
* | Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-021-3/+3
|\ \ | |/ |/|
| * Issue #20699: Merge io bytes-like fixes from 3.5Martin Panter2016-05-281-3/+3
| |\
| | * Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-3/+3
| | |\
| | | * Issue #22854: Merge UnsupportedOperation fixes from 3.5Martin Panter2016-03-311-3/+3
| | | |\
| | | | * Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+1
| | | | * Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
| | | | |\
| | | | * \ Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-281-1/+2
| | | | |\ \
| | | | * | | - Issue #2091: error correctly on open() with mode 'U' and '+'Robert Collins2015-07-261-2/+2
* | | | | | | Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
|/ / / / / /
* | | | | | Issue #20699: Document that ?io? methods accept bytes-like objectsMartin Panter2016-05-281-12/+14
|/ / / / /
* | | | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|/ / / /
* | | | Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-311-9/+9
| |_|/ |/| |
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-30/+441
|\ \ \ | | |/ | |/|
| * | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-281-1/+2
| |/
| * Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-30/+440
| |\
| | * Issue #21859: Added Python implementation of io.FileIO.Serhiy Storchaka2015-04-101-0/+344
| | * Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-30/+96
| | |\
| | | * merge 3.4Benjamin Peterson2015-03-181-2/+2
| | | |\
| | | * | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-Fran?ois Natali2015-02-071-16/+3
| | | * | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-14/+93
| | | |\ \
| | | | * \ merge 3.4 (#23093)Benjamin Peterson2014-12-211-14/+93
| | | | |\ \
| | | | | * | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-1/+1
| | | | | * | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-4/+6
| | | | | * | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-9/+86
* | | | | | | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
|/ / / / / /
* | | | | | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...Antoine Pitrou2015-04-131-11/+15
|/ / / / /
* | | | | Issue #21802: The reader in BufferedRWPair now is closed even when closingSerhiy Storchaka2015-03-241-2/+4
| |_|_|/ |/| | |
* | | | wrap properlyBenjamin Peterson2015-03-181-2/+2
|/ / /
* | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-0/+6
|/ /
* | allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-211-3/+3
|/
* Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-30/+37
* Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-041-0/+5
* Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-021-1/+7
|\
| * Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-021-1/+7
* | Issue #20424: Python implementation of io.StringIO now supports lone surrogates.Serhiy Storchaka2014-01-291-101/+108
|\ \ | |/ |/|
| * Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-231-2/+8
| * Issue #17003: Unified the size argument names in the io module with commonSerhiy Storchaka2013-09-161-81/+81
| * Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+2
| * Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-2/+2
| * Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-2/+2
| * Issue #17516: remove dead codeVictor Stinner2013-03-261-1/+0
| * Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
| |\
| * | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-16/+16
| * | merge 3.3 (#16597)Benjamin Peterson2012-12-201-1/+1
| |\ \
| | * | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* | | | Issue #20424: Python implementation of io.StringIO now supports lone surrogates.Serhiy Storchaka2014-01-291-1/+1
| |_|/ |/| |