summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/inputoutput.rst
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
| | | | | By default `print` adds spaces between its arguments. (cherry picked from commit 84c4b0cc67ceb4b70842b78c718b6e8214874d6a)
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)Mariatta2017-06-121-0/+1
| | | | import json before using json module (cherry picked from commit 1dbce04d0e3e93b715eb0d8024da396361759d16)
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-041-1/+1
| | | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module>. (cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
| | | | Original patch by James Edwards.
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵Antoine Pitrou2013-12-051-30/+47
| | | | pickle module.
* 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
| | | | Patch by Dan Riti.
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-4/+4
|
* fix typoSandro Tosi2012-08-141-1/+1
|
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
|
* Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
|
* #11405: do not reference the string module again for its deprecated ↵Georg Brandl2011-03-061-3/+4
| | | | functions, only for Template class.
* Issue #11304: Input/output tutorial - PI is rounded not truncated.Raymond Hettinger2011-02-241-1/+1
|
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-241-4/+4
|
* Change to tutorial wording for reading text / binary files on Windows. Issue ↵Michael Foord2009-09-131-2/+2
| | | | #6301.
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-011-2/+11
|
* Fix a few markup glitches.Georg Brandl2009-07-291-9/+10
|
* #6505: fix typos.Georg Brandl2009-07-181-4/+4
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
|
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
| | | | found by Gabriel Genellina.
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-9/+9
|
* Remove mention of backquotes in the tutorial.Georg Brandl2008-08-081-6/+1
|
* Shorten some overlong lines.Georg Brandl2008-07-261-3/+6
|
* #3388: add a paragraph about using "with" for file objects.Georg Brandl2008-07-161-0/+10
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-261-22/+68
|
* Clarify "b" mode under Unix.Georg Brandl2008-01-261-1/+2
|
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+1
|
* alternate -> alternative.Georg Brandl2007-09-201-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+354