summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/inputoutput.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Chenwei Xiao2022-07-231-1/+1
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* gh-93240: clarify wording in IO tutorial (GH-93276)paulreece2022-06-211-1/+1
* gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)Inada Naoki2022-05-021-10/+18
* bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411)Zackery Spytz2021-05-181-1/+2
* bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)Volker-Weissmann2020-11-271-5/+10
* Improve IO tutorial's "Old string formatting" section (GH-16251)Adorilson Bezerra2020-05-281-5/+5
* bpo-37635: Update arg name for seek() in IO tutorial (GH-16147)Kyle Stanley2019-09-141-3/+3
* Correct info about "f.read(size)". (GH13852)William Andrea2019-09-101-2/+2
* Clarify file-closing example in tutorial (GH-11652)Colin Watson2019-04-171-0/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Ben Hoyt2018-09-191-4/+7
* Doc: Missing 'f' in an f-string. (GH-9074)Julien Palard2018-09-071-1/+1
* Remove extra parentheses in output formatting tutorial (GH-8350)Aaqa Ishtyaq2018-07-201-2/+2
* Fix documentation for input and output tutorial (GH-8231)Lysandros Nikolaou2018-07-111-1/+1
* bpo-28626: rearrange discussion of output formatting to encourage f-strings (...Andrew Kuchling2018-07-071-89/+138
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
* bpo-6519: Improve Python Input Output Tutorial (GH-2143)Andrew Kuchling2017-06-131-21/+29
* bpo-30621: Update Input Output Tutorial Example(GH-2074)suketa2017-06-121-0/+1
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
|\
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* | merge with 3.5Georg Brandl2016-02-221-5/+5
|\ \ | |/
| * Update example; str(float) changed so there is difference now.Georg Brandl2016-02-221-5/+5
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-1/+2
|/
* #26001: mention in the tutorial that files in binary mode expect bytes, not str.Ezio Melotti2016-01-121-7/+8
* Issue #24729: Correct reference to open function.Jason R. Coombs2015-07-291-2/+2
* Issue #24729: Update tutorial to match implementation.Alessandro Cucci2015-07-281-3/+3
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-2/+2
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-30/+47
* #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).R David Murray2013-07-301-4/+9
* Issue #18031: %-formatting isn't dead yet and might pull through.Raymond Hettinger2013-05-231-4/+0
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-15/+4
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-4/+4
* Clarify universal-newline wording in tutorial (issue #16266).Chris Jerdonek2012-10-181-3/+4
* Issue #16265: Fix collapsing of code sample in tutorial.Andrew Svetlov2012-10-171-1/+1
* fix typoSandro Tosi2012-08-141-1/+1
* Merge with 3.1.Ezio Melotti2011-03-131-20/+19
|\
| * Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
* | Merge doc fixes.Georg Brandl2011-03-061-5/+3
|\ \ | |/
| * #11405: do not reference the string module again for its deprecated functions...Georg Brandl2011-03-061-5/+3
| * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-2/+2
| * Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-011-3/+12
| * Merged revisions 74264 via svnmerge fromGeorg Brandl2009-08-131-4/+4
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-9/+10
| * Merged revisions 73636 via svnmerge fromMark Dickinson2009-06-281-4/+4
* | Issue #11304: Input/output tutorial - PI is rounded not truncated.Raymond Hettinger2011-02-241-1/+1
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* | Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-2/+2
* | Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-011-3/+12