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
/
Modules
/
_io
/
_iomodule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-10/+5
*
gh-101819: Prepare _io._IOBase for module state (#104386)
Erlend E. Aasland
2023-05-12
1
-0/+1
*
gh-101819: Clean up _io windows console io after gh-104197 (#104354)
Erlend E. Aasland
2023-05-10
1
-1/+1
*
gh-101819: Refactor _io in preparation for module isolation (#104334)
Erlend E. Aasland
2023-05-09
1
-5/+9
*
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
Erlend E. Aasland
2023-05-07
1
-2/+1
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
1
-2/+5
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
1
-3/+1
*
gh-101819: Remove unused 'locale_module' from _io state (#104246)
Erlend E. Aasland
2023-05-06
1
-2/+0
*
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner
2023-05-05
1
-0/+14
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-3/+3
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-8/+39
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
1
-4/+0
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-29/+0
*
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner
2020-10-31
1
-1/+0
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-1/+3
*
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...
Serhiy Storchaka
2018-01-16
1
-0/+1
*
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s...
Antoine Pitrou
2017-12-13
1
-2/+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-22
1
-0/+2
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-05
1
-2/+0
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-05
1
-0/+2
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-1/+1
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-2/+0
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-1/+0
*
Issue #28217: Adds _testconsole module to test console input. Fixes some issu...
Steve Dower
2016-10-03
1
-1/+2
*
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
Christian Heimes
2016-09-26
1
-1/+1
*
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
1
-0/+10
*
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-7/+7
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-1/+1
*
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
*
Issue #22413: Merge StringIO doc from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+6
|
\
|
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
1
-1/+6
*
|
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
Serhiy Storchaka
2015-02-17
1
-1/+1
|
/
*
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-1/+2
*
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
1
-0/+2
*
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-24
1
-1/+1
*
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-0/+5
|
\
|
*
Fixes issue #12268: File readline, readlines and read() or readall() methods
Gregory P. Smith
2012-06-24
1
-0/+5
|
*
Issue #14437: Fix building the _io module under Cygwin.
Antoine Pitrou
2012-03-31
1
-1/+1
*
|
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon
2012-02-29
1
-3/+2
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-9/+0
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-1/+1
*
|
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
Victor Stinner
2011-05-25
1
-0/+1
|
/
*
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
Antoine Pitrou
2010-09-06
1
-0/+2
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-0/+3
*
Merged revisions 76502 via svnmerge from
Mark Dickinson
2009-11-24
1
-1/+17
*
Merged revisions 75939 via svnmerge from
Mark Dickinson
2009-10-29
1
-22/+7
*
Merged revisions 75909 via svnmerge from
Mark Dickinson
2009-10-28
1
-1/+1
*
Merged revisions 75905 via svnmerge from
Mark Dickinson
2009-10-28
1
-2/+2
*
Merged revisions 75879 via svnmerge from
Mark Dickinson
2009-10-27
1
-1/+12
*
Merged revisions 75728 via svnmerge from
Mark Dickinson
2009-10-26
1
-6/+10
[next]