COMMITS
/ Doc/library/io.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 2, 2026
P
gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)
Peter Bierma committed
July 4, 2025
C
gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218)
Cody Maloney committed
May 21, 2025
C
gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653)
Cody Maloney committed
May 20, 2025
May 3, 2025
M
gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)
Malcolm Smith committed
March 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade committed
March 6, 2025
S
gh-127647: Add typing.Reader and Writer protocols (#127648)
Sebastian Rittau committed
December 2, 2024
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 1, 2024
S
Correct description of inheriting from another class (#114660)
Skip Montanaro committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
August 29, 2023
E
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
Erlend E. Aasland committed
August 27, 2023
E
gh-107801: Document io.TextIOWrapper.tell (#108265)
Erlend E. Aasland committed
August 22, 2023
E
gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)
Erlend E. Aasland committed
August 17, 2023
E
Docs: Fix Sphinx warnings in io.rst (#107903)
Erlend E. Aasland committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
January 20, 2023
S
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
Shantanu committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 5, 2022
1
gh-95691: Doc BufferedWriter and BufferedReader (#95703)
180909 committed
October 4, 2022
I
gh-90301: Doc: Add references to PEP 686 (#96816)
Inada Naoki committed
August 21, 2022
R
GH-95880: Clarify StringIO append/overwrite behavior. (GH-96104)
Raymond Hettinger committed
June 21, 2022
A
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner committed
May 1, 2022
I
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki committed
April 30, 2022
S
gh-85864: io docs: Add missing position-only parameters (#91950)
slateny committed
April 23, 2022
S
gh-85864: Mark positional-only args in io docs (#91683)
slateny committed
April 14, 2022
I
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki committed
April 4, 2022
I
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki committed
March 4, 2022
S
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny committed
December 26, 2021
D
Fix typo in io.rst (GH-30218)
David Gilbertson committed
July 13, 2021
A
bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)
andrei kulakov committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 25, 2021
I
Doc: io: Remove "In-memory streams" section (GH-24927)
Inada Naoki committed
January 25, 2021
J
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
May 1, 2020
S
bpo-39691: Clarify io.open_code behavior (GH-19824)
Shantanu committed
September 11, 2019
G
Improve the io module documentation (GH-15099)
Géry Ogam committed
July 11, 2019
B
Document default parameter of .seek() in the signature. (GH-14691)
Benjamin Peterson committed
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
June 19, 2019
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
April 12, 2019
C
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
Christopher Head committed
April 9, 2019
S
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893)
Steve Palmer committed
February 15, 2019
E
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
Emmanuel Arias committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 12, 2018
S
Minor grammar improvement to io documentation. (GH-10329)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed