1. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  2. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  3. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 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. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  8. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  9. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  10. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  11. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  12. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  13. b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 6 years ago
  14. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  15. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  16. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  17. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 6 years ago
  18. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  19. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 6 years ago
  20. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  21. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  22. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  23. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  24. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  25. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  26. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  27. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  28. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  29. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  30. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 7 years ago
  31. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  32. b2d7717 bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) by Xiang Zhang · 7 years ago
  33. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 7 years ago
  34. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 7 years ago
  35. bb19bf2 Issue #29381: merge with 3.6 by Mariatta Wijaya · 7 years ago
  36. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  37. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  38. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  39. 39d60fa Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  40. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  41. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  42. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  43. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  44. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  45. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  46. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  47. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  48. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  49. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  50. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  51. 1330eaa merge by Raymond Hettinger · 8 years ago
  52. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  53. 1f56e25 merge by Raymond Hettinger · 8 years ago
  54. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  55. dfe2387 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  56. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  57. e2d933b Issue #21864: Merge from 3.6 by Berker Peksag · 8 years ago
  58. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  59. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  60. 3692500 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  61. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  62. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  63. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 8 years ago
  64. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  65. e0083e2 Issue #28306: Merge from 3.6 by Berker Peksag · 8 years ago
  66. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  67. 87fe473 merge by Raymond Hettinger · 8 years ago
  68. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  69. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  70. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  71. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  72. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  73. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  74. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  75. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  76. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  77. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  78. c5f4036 Issue #27178: Fix markup in tutorial by Berker Peksag · 8 years ago
  79. ef1179e Issue #27174: Merge from 3.5 by Berker Peksag · 8 years ago
  80. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  81. 12a8a8a Merge from 3.5 by Berker Peksag · 8 years ago
  82. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  83. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  84. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  85. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  86. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  87. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  88. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  89. 2d43bc2 merge with 3.5 by Georg Brandl · 8 years ago
  90. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 8 years ago
  91. 40383c8 Minor clarification in tutorial. by Georg Brandl · 8 years ago
  92. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  93. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  94. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 8 years ago
  95. a8a3a1b merge from 3.5 by Senthil Kumaran · 8 years ago
  96. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 8 years ago
  97. 2b06558 #26001: merge with 3.5. by Ezio Melotti · 9 years ago
  98. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 9 years ago
  99. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  100. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago