| Commit message (Expand) | Author | Age | Files | Lines |
* | closes bpo-35848: Move all documentation regarding the readinto out of IOBase... | Steve Palmer | 2019-04-09 | 1 | -6/+4 |
|
|
* | Use names SEEK_SET, etc instead of magic number (GH-12057) | ngie-eign | 2019-03-03 | 1 | -3/+3 |
|
|
* | bpo-33138: Change standard error message for non-pickleable and non-copyable ... | Serhiy Storchaka | 2018-10-31 | 1 | -3/+2 |
|
|
* | bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) | Alexey Izbyshev | 2018-10-20 | 1 | -0/+5 |
|
|
* | Remove wording that could be deemed to be perjorative (GH-9287) | Raymond Hettinger | 2018-09-14 | 1 | -1/+1 |
|
|
* | bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) | Zackery Spytz | 2018-06-29 | 1 | -0/+1 |
|
|
* | bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli... | INADA Naoki | 2017-12-21 | 1 | -20/+56 |
|
|
* | bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s... | Antoine Pitrou | 2017-12-13 | 1 | -24/+0 |
|
|
* | bpo-31976: Fix race condition when flushing a file is slow. (#4331) | benfogle | 2017-11-10 | 1 | -2/+17 |
|
|
* | bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#... | Neil Schemenauer | 2017-09-22 | 1 | -0/+24 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -4/+1 |
|
|
* | Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ... | Neil Schemenauer | 2017-09-05 | 1 | -24/+0 |
|
|
* | bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#... | Neil Schemenauer | 2017-09-05 | 1 | -0/+24 |
|
|
* | bpo-29741: Update some methods in the _pyio module to also accept integer typ... | Oren Milman | 2017-08-24 | 1 | -14/+38 |
|
|
* | Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro... | Antoine Pitrou | 2017-06-03 | 1 | -1/+22 |
|
|
* | Fix small exception typos in Lib (#818) | Jim Fasarakis-Hilliard | 2017-03-26 | 1 | -2/+2 |
|
|
* | Merge from 3.6. | Serhiy Storchaka | 2016-12-07 | 1 | -1/+1 |
|\ |
|
| * | 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 |
|
|
* | | | Issue #23214: Implement optional BufferedReader, BytesIO read1() argument | Martin Panter | 2016-10-20 | 1 | -9/+9 |
|/ / |
|
* | | 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 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | | Issue #20699: Merge io bytes-like fixes from 3.5 | Martin Panter | 2016-05-28 | 1 | -12/+14 |
|\ \
| |/ |
|
| * | 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, documentation and error | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | | Issue #22854: Merge UnsupportedOperation fixes from 3.5 | Martin Panter | 2016-03-31 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Issue #22854: Clarify documentation about UnsupportedOperation and add tests | Martin Panter | 2016-03-31 | 1 | -9/+9 |
|
|
* | | Add a source parameter to warnings.warn() | Victor Stinner | 2016-03-22 | 1 | -1/+1 |
|
|
* | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #25523: Correct "a" article to "an" article | 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 #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-25 | 1 | -2/+2 |
|/ / |
|
* | | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr... | Antoine Pitrou | 2015-04-13 | 1 | -11/+15 |
|\ \
| |/ |
|
| * | Issue #22982: Improve BOM handling when seeking to multiple positions of a wr... | Antoine Pitrou | 2015-04-13 | 1 | -11/+15 |
|
|
* | | 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 | -2/+4 |
|\ \
| |/ |
|
| * | Issue #21802: The reader in BufferedRWPair now is closed even when closing | Serhiy Storchaka | 2015-03-24 | 1 | -2/+4 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2015-03-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | wrap properly | Benjamin Peterson | 2015-03-19 | 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 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -0/+6 |
|
|
* | | merge 3.4 (#23093) | Benjamin Peterson | 2014-12-22 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 1 | -3/+3 |
|
|
* | | Issue #22869: Split pythonrun into two modules | Nick Coghlan | 2014-11-20 | 1 | -1/+1 |
|
|