COMMITS
/ Modules/_io/_iomodule.c July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
April 27, 2019
B
bpo-2091: Fix typo in exception message (GH-12987)
Berker Peksag committed
October 20, 2018
A
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev committed
October 19, 2018
D
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
David Herberth committed
August 16, 2018
E
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens committed
May 17, 2018
C
Fix Windows build of Python for latest WinSDK. (GH-6874)
Carl Meyer committed
January 16, 2018
S
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
Serhiy Storchaka committed
December 31, 2017
B
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson committed
December 13, 2017
A
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
Antoine Pitrou committed
September 22, 2017
N
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372)
Neil Schemenauer committed
September 5, 2017
N
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337)
Neil Schemenauer committed
N
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)
Neil Schemenauer committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 12, 2017
O
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
Oren Milman committed
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
December 7, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Change order of io.UnsupportedOperation base classes.
Serhiy Storchaka committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 4, 2016
E
issue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman committed
November 2, 2015
M
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter committed
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
September 6, 2015
S
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka committed
July 25, 2015
R
- Issue #2091: error correctly on open() with mode 'U' and '+'
Robert Collins committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 16, 2015
S
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka committed
October 8, 2014
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
July 5, 2014
B
properly decref the return value of close()
Benjamin Peterson committed
B
properly decref the return value of close()
Benjamin Peterson committed
June 30, 2014
A
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda.
Antoine Pitrou committed
June 11, 2014
S
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka committed
June 9, 2014
S
Issue #21310: Fixed possible resource leak in failed open().
Serhiy Storchaka committed
December 21, 2013
A
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou committed
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
October 11, 2013
August 1, 2013
A
Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module.
Antoine Pitrou committed
June 16, 2013
A
Describe 'surrogateescape' in the documentation.
Andrew Kuchling committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
September 18, 2012
E
#15796: merge with 3.2.
Ezio Melotti committed
E
#15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.
Ezio Melotti committed
September 10, 2012