COMMITS
/ Doc/tutorial/inputoutput.rst 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
E
Fix markup in inputoutput.rst.
Ezio Melotti committed
March 6, 2011
G
Merge doc fixes.
Georg Brandl committed
February 24, 2011
R
Issue #11304: Input/output tutorial - PI is rounded not truncated.
Raymond Hettinger committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
September 15, 2010
A
Merged revisions 84827-84829 via svnmerge from
Antoine Pitrou committed
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
September 1, 2009
G
Merged revisions 74613,74615,74619-74620,74622 via svnmerge from
Georg Brandl committed
G
Recorded merge of revisions 74614 via svnmerge from
Georg Brandl committed
August 13, 2009
G
Merged revisions 74264 via svnmerge from
Georg Brandl committed
July 29, 2009
A
Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from
Alexandre Vassalotti committed
A
Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
Alexandre Vassalotti committed
June 28, 2009
M
Merged revisions 73636 via svnmerge from
Mark Dickinson committed
M
Issue #6354: More fixes for code examples involving the repr of a float.
Mark Dickinson committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
January 3, 2009
G
Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from
Georg Brandl committed
G
Remove trailing whitespace.
Georg Brandl committed
August 8, 2008
G
#3524: fix up some old-style IO descriptions.
Georg Brandl committed
G
#3523: no backquotes any more.
Georg Brandl committed
August 5, 2008
G
#3503: fix print statements in 3k doc.
Georg Brandl committed
July 26, 2008
B
Merged revisions 65253 via svnmerge from
Benjamin Peterson committed