1. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  2. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  3. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  4. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  5. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  6. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  7. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  8. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  9. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  10. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 8 years ago
  11. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  12. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  13. 2d43bc2 merge with 3.5 by Georg Brandl · 9 years ago
  14. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  15. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  16. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 9 years ago
  17. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  18. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  19. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  20. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  21. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  22. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  23. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  24. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  25. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  26. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  27. a17ef14 fix typo by Sandro Tosi · 12 years ago
  28. 0def5c6 Merge with 3.1. by Ezio Melotti · 14 years ago
  29. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
  30. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  31. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 14 years ago
  32. 756fe26 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 14 years ago
  33. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  34. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  36. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  37. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  38. 01a3052 Merged revisions 74264 via svnmerge from by Georg Brandl · 15 years ago
  39. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  40. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  41. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  42. d1cc39d Merged revisions 73636 via svnmerge from by Mark Dickinson · 15 years ago
  43. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  44. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  45. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  46. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  47. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  48. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  49. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  50. 7114193 Merged revisions 65253 via svnmerge from by Benjamin Peterson · 16 years ago
  51. 0cea157 fix print syntax in tutorial by Benjamin Peterson · 16 years ago
  52. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  53. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  54. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  55. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  56. 4e02c50 Clarify the difference between text and binary files. I'm not sure the by Skip Montanaro · 17 years ago
  57. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  58. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  59. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  60. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  61. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago