GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_io
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-9
/
+15
*
Fix the error handling in bytesio_sizeof(). (GH-10459)
Miss Islington (bot)
2019-06-01
1
-2
/
+7
*
bpo-2091: Fix typo in exception message (GH-12987)
Miss Islington (bot)
2019-04-27
1
-1
/
+1
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
2
-3
/
+12
*
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...
Serhiy Storchaka
2019-03-14
1
-1
/
+1
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Miss Islington (bot)
2018-12-17
1
-0
/
+4
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-2
/
+4
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Miss Islington (bot)
2018-11-27
1
-1
/
+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Miss Islington (bot)
2018-11-05
1
-1
/
+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-1
/
+1
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Miss Islington (bot)
2018-10-17
1
-5
/
+3
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Miss Islington (bot)
2018-08-16
1
-1
/
+1
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
Miss Islington (bot)
2018-07-29
1
-1
/
+5
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Miss Islington (bot)
2018-07-17
1
-5
/
+7
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Miss Islington (bot)
2018-06-30
2
-8
/
+17
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Miss Islington (bot)
2018-06-29
1
-0
/
+5
*
Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)
Miss Islington (bot)
2018-05-17
1
-1
/
+1
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Miss Islington (bot)
2018-02-24
1
-0
/
+3
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-4
/
+10
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
4
-64
/
+37
*
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...
Serhiy Storchaka
2018-01-16
5
-63
/
+105
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
1
-27
/
+27
*
bpo-32402: io: Add missing NULL check. (GH-4971)
INADA Naoki
2017-12-24
1
-0
/
+6
*
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...
INADA Naoki
2017-12-21
2
-150
/
+329
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
8
-38
/
+38
*
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s...
Antoine Pitrou
2017-12-13
3
-54
/
+1
*
bpo-32186: Release the GIL during lseek and fstat (#4652)
Nir Soffer
2017-12-01
1
-1
/
+5
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
1
-5
/
+9
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
2
-2
/
+2
*
bpo-25359: Add missed "goto error" after setting an exception. (#3712)
Serhiy Storchaka
2017-09-24
1
-0
/
+1
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-22
3
-1
/
+54
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
1
-1
/
+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-13
/
+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-05
1
-1
/
+1
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-05
1
-1
/
+1
*
Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on ...
Neil Schemenauer
2017-09-04
3
-49
/
+1
*
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#...
Neil Schemenauer
2017-09-04
3
-1
/
+49
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
1
-5
/
+13
*
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman
2017-08-25
1
-0
/
+7
*
bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples...
Oren Milman
2017-08-24
1
-3
/
+20
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0
/
+2
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-1
/
+8
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
8
-146
/
+38
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-2
/
+1
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-8
/
+1
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
7
-92
/
+92
*
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner
2017-06-08
1
-3
/
+2
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
2
-1
/
+96
*
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...
Segev Finer
2017-06-02
1
-1
/
+1
*
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Victor Stinner
2017-05-02
1
-15
/
+21
[next]