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
/
Doc
/
library
/
io.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
Shantanu
2023-01-20
1
-2/+2
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-3/+3
*
gh-95691: Doc BufferedWriter and BufferedReader (#95703)
180909
2022-10-05
1
-1/+1
*
gh-90301: Doc: Add references to PEP 686 (#96816)
Inada Naoki
2022-10-04
1
-7/+9
*
GH-95880: Clarify StringIO append/overwrite behavior. (GH-96104)
Raymond Hettinger
2022-08-21
1
-2/+6
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Adam Turner
2022-06-21
1
-1/+1
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
1
-0/+3
*
gh-85864: io docs: Add missing position-only parameters (#91950)
slateny
2022-04-30
1
-17/+17
*
gh-85864: Mark positional-only args in io docs (#91683)
slateny
2022-04-23
1
-10/+10
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-3/+2
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
1
-3/+8
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
1
-7/+4
*
Fix typo in io.rst (GH-30218)
David Gilbertson
2021-12-26
1
-1/+1
*
bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)
andrei kulakov
2021-07-13
1
-0/+3
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+81
*
Doc: io: Remove "In-memory streams" section (GH-24927)
Inada Naoki
2021-03-25
1
-10/+0
*
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Julien Palard
2021-01-25
1
-1/+1
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
bpo-39691: Clarify io.open_code behavior (GH-19824)
Shantanu
2020-05-01
1
-4/+5
*
Improve the io module documentation (GH-15099)
Géry Ogam
2019-09-11
1
-55/+61
*
Document default parameter of .seek() in the signature. (GH-14691)
Benjamin Peterson
2019-07-11
1
-2/+2
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-1/+1
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-1/+1
*
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...
Harmon
2019-06-19
1
-1/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+21
*
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
Christopher Head
2019-04-12
1
-3/+3
*
closes bpo-35848: Move all documentation regarding the readinto out of IOBase...
Steve Palmer
2019-04-09
1
-8/+6
*
bpo-36006: Fix versionchanged directive alignment in io module documentation ...
Emmanuel Arias
2019-02-15
1
-2/+2
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-1/+1
*
Minor grammar improvement to io documentation. (GH-10329)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-12
1
-1/+1
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...
Andrés Delfino
2018-07-07
1
-1/+1
*
bpo-22069: Update TextIO documentation (GH-6609)
Elena Oat
2018-05-14
1
-1/+1
*
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...
INADA Naoki
2017-12-21
1
-5/+13
*
bpo-22671: Clarify and test default read method implementations (#4568)
Sanyam Khurana
2017-12-11
1
-5/+8
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+18
*
Issue #23214: Fix formatting of -1
Martin Panter
2016-10-21
1
-1/+1
*
Issue #23214: Implement optional BufferedReader, BytesIO read1() argument
Martin Panter
2016-10-20
1
-6/+15
*
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+5
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
1
-16/+27
*
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Serhiy Storchaka
2016-05-18
1
-1/+1
*
Issue #22413: Merge StringIO doc from 3.4 into 3.5
Martin Panter
2015-10-10
1
-4/+12
|
\
|
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
1
-4/+12
*
|
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
Yury Selivanov
2015-09-11
1
-1/+1
*
|
Issue #25030: Merge seek() doc fixes from 3.4 into 3.5
Martin Panter
2015-09-11
1
-6/+7
|
\
\
|
|
/
|
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-6/+7
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
1
-2/+5
*
|
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
Serhiy Storchaka
2015-02-03
1
-6/+7
|
\
\
|
|
/
[next]