COMMITS
/ Doc/tutorial/inputoutput.rst August 4, 2025
A
gh-132661: PEP 750 documentation: second pass (#137020)
Adam Turner committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
October 30, 2024
A
gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681)
amaajemyfren committed
August 12, 2024
D
June 7, 2024
E
gh-110383: Improve 'old string formatting' text in tutorial (#120219)
Erlend E. Aasland committed
May 21, 2024
B
GH-110383: Improve Tutorial for Input Ouput (#119230)
Blaise Pabon committed
August 21, 2023
S
Improve references in the tutorial (GH-108069)
Serhiy Storchaka committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
September 21, 2022
S
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley committed
July 23, 2022
C
Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)
Chenwei Xiao committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
June 21, 2022
P
gh-93240: clarify wording in IO tutorial (GH-93276)
paulreece committed
May 2, 2022
I
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
Inada Naoki committed
May 18, 2021
Z
bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411)
Zackery Spytz committed
November 27, 2020
V
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Volker-Weissmann committed
May 28, 2020
A
Improve IO tutorial's "Old string formatting" section (GH-16251)
Adorilson Bezerra committed
September 14, 2019
K
bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)
Kyle Stanley committed
September 10, 2019
W
Correct info about "f.read(size)". (GH13852)
William Andrea committed
April 17, 2019
C
Clarify file-closing example in tutorial (GH-11652)
Colin Watson committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
September 19, 2018
B
bpo-34712: Fix style in examples in "Input and Output" (GH-9361)
Ben Hoyt committed
September 7, 2018
J
Doc: Missing 'f' in an f-string. (GH-9074)
Julien Palard committed
July 20, 2018
A
Remove extra parentheses in output formatting tutorial (GH-8350)
Aaqa Ishtyaq committed
July 11, 2018
L
Fix documentation for input and output tutorial (GH-8231)
Lysandros Nikolaou committed
July 7, 2018
A
bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036)
Andrew Kuchling committed
February 25, 2018
C
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Cheryl Sabella committed
June 13, 2017
A
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
Andrew Kuchling committed
June 12, 2017
S
bpo-30621: Update Input Output Tutorial Example(GH-2074)
suketa committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
February 22, 2016
G
merge with 3.5
Georg Brandl committed
G
Update example; str(float) changed so there is difference now.
Georg Brandl committed
February 13, 2016
M
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter committed
January 12, 2016
E
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
Ezio Melotti committed
July 29, 2015
J
Issue #24729: Correct reference to open function.
Jason R. Coombs committed
July 28, 2015
A
Issue #24729: Update tutorial to match implementation.
Alessandro Cucci committed
October 30, 2014
G
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl committed
December 5, 2013
A
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
Antoine Pitrou committed
July 30, 2013
R
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
R David Murray committed
May 23, 2013
R
Issue #18031: %-formatting isn't dead yet and might pull through.
Raymond Hettinger committed
April 15, 2013
E
February 23, 2013
P
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen committed
October 18, 2012
C
Clarify universal-newline wording in tutorial (issue #16266).
Chris Jerdonek committed
October 17, 2012
A
Issue #16265: Fix collapsing of code sample in tutorial.
Andrew Svetlov committed
March 13, 2011
E
Merge with 3.1.
Ezio Melotti committed