1. 68040ed bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) by Miss Islington (bot) · 5 years ago
  2. 6612a4f [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) by Miss Islington (bot) · 5 years ago
  3. 7a2f687 bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) by Miss Islington (bot) · 5 years ago
  4. 9dc381c Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) (GH-16189) by Miss Islington (bot) · 5 years ago
  5. 817227e Doc: remove duplicate word in controlflow tutorial (GH-16163) by Miss Islington (bot) · 5 years ago
  6. 4a71df8 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Miss Islington (bot) · 5 years ago
  7. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 5 years ago
  8. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 5 years ago
  9. a842494 bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) (GH-15469) by Miss Islington (bot) · 5 years ago
  10. b6341e6 bpo-30826: Improve control flow examples (GH-15407) (GH-15410) by Miss Islington (bot) · 5 years ago
  11. f6a7f5b bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409) by Miss Islington (bot) · 5 years ago
  12. cb8de91 bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395) by Miss Islington (bot) · 5 years ago
  13. dcc53eb bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070) by Miss Islington (bot) · 5 years ago
  14. 975d4d3 Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Miss Islington (bot) · 5 years ago
  15. 0cba121 bpo-37403: Touch up venv docs (GH-14458) by Miss Islington (bot) · 5 years ago
  16. af7282e Improve Windows commands in tutorial (GH-14400) by Steve Dower · 5 years ago
  17. 218e47b bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) by Marco Buttu · 5 years ago
  18. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 5 years ago
  19. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  20. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 5 years ago
  21. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  22. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  23. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  24. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  25. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 5 years ago
  26. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  27. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 6 years ago
  28. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 6 years ago
  29. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 6 years ago
  30. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 6 years ago
  31. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  32. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  33. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  34. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  35. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  36. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  37. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  38. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  39. 13ae4d4 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Berker Peksag · 6 years ago
  40. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  41. f019579 bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Lew Kurtz · 6 years ago
  42. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  43. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  44. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  45. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  46. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  47. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  48. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  49. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  50. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  51. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  52. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  53. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  54. b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 6 years ago
  55. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 7 years ago
  56. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 7 years ago
  57. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 7 years ago
  58. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 7 years ago
  59. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  60. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 7 years ago
  61. 5489bda Start of 3.8.0a0 by Ned Deily · 7 years ago
  62. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  63. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  64. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  65. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  66. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  67. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  68. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  69. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  70. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  71. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 7 years ago
  72. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  73. b2d7717 bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) by Xiang Zhang · 8 years ago
  74. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 8 years ago
  75. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 8 years ago
  76. bb19bf2 Issue #29381: merge with 3.6 by Mariatta Wijaya · 8 years ago
  77. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  78. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 8 years ago
  79. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  80. 39d60fa Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  81. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  82. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  83. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  84. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  85. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  86. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  87. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  88. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  89. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  90. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  91. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  92. 1330eaa merge by Raymond Hettinger · 8 years ago
  93. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  94. 1f56e25 merge by Raymond Hettinger · 8 years ago
  95. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  96. dfe2387 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  97. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  98. e2d933b Issue #21864: Merge from 3.6 by Berker Peksag · 8 years ago
  99. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  100. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago