1. eaca2aa Improve IO tutorial's "Old string formatting" section (GH-16251) by Adorilson Bezerra · 4 years, 2 months ago
  2. 6fad3e6 bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) by Antoine · 4 years, 2 months ago
  3. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 2 months ago
  4. eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 4 years, 2 months ago
  5. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 3 months ago
  6. e5e5632 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Antoine · 4 years, 5 months ago
  7. 3ed4d25 Grammar fix in tutorial (GH-18425) by Don Kirkby · 4 years, 6 months ago
  8. 446463f bpo-39534: Doc: Clarify return in finally (GH-18324) by Julien Palard · 4 years, 6 months ago
  9. 5807efd bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Adorilson Bezerra · 4 years, 6 months ago
  10. 7142df5 bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Shanavas M · 4 years, 6 months ago
  11. 04c79d6 bpo-38678: Improve argparse example in tutorial (GH-17207) by Raymond Hettinger · 4 years, 9 months ago
  12. 5e01a65 Update interpreter.rst (GH-17059) by Jules Lasne (jlasne) · 4 years, 9 months ago
  13. cb2cf06 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Ammar Askar · 4 years, 9 months ago
  14. 1ad7be2 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) by Mohammad Dehghan · 4 years, 10 months ago
  15. 9ab6038 Doc: Corrected syntax for return annotation (GH-16265) by Jason Plurad · 4 years, 11 months ago
  16. b574813 bpo-37904: Edition on python tutorial - section 4 (GH-16169) by Diego Alberto Barriga Martínez · 4 years, 11 months ago
  17. f18242b Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) by Adorilson Bezerra · 4 years, 11 months ago
  18. b7af4e7 Doc: remove duplicate word in controlflow tutorial (GH-16163) by Adorilson Bezerra · 4 years, 11 months ago
  19. ff603f6 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Kyle Stanley · 4 years, 11 months ago
  20. 0cc2741 Improve clarity of try-return-finally-return (GH-15677) by toonarmycaptain · 4 years, 11 months ago
  21. faff81c Correct info about "f.read(size)". (GH13852) by William Andrea · 5 years ago
  22. 69ee87e bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) by Raymond Hettinger · 5 years ago
  23. 6fcb6cf bpo-30826: Improve control flow examples (GH-15407) by Raymond Hettinger · 5 years ago
  24. 483ae0c bpo-12634: Clarify an awkward section of the tutorial (GH-15406) by Raymond Hettinger · 5 years ago
  25. 4109263 bpo-14050: Note that not all data can be sorted (GH-15381) by Raymond Hettinger · 5 years ago
  26. dcfe111 bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) by Abhilash Raj · 5 years ago
  27. 2491134 bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052) by mental · 5 years ago
  28. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 5 years ago
  29. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 5 years ago
  30. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 5 years ago
  31. 080b6b4 bpo-37392: Update the dir(sys) in module tutorial (GH-14365) by Xtreak · 5 years ago
  32. 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 5 years ago
  33. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  34. 218e47b bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) by Marco Buttu · 5 years ago
  35. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 5 years ago
  36. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  37. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 5 years ago
  38. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  39. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  40. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  41. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  42. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 5 years ago
  43. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  44. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  45. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 5 years ago
  46. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 5 years ago
  47. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 5 years ago
  48. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  49. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  50. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  51. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  52. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  53. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  54. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  55. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  56. 13ae4d4 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Berker Peksag · 6 years ago
  57. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  58. f019579 bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Lew Kurtz · 6 years ago
  59. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  60. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  61. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  62. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  63. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  64. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  65. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  66. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  67. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  68. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  69. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  70. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  71. b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 6 years ago
  72. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  73. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  74. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  75. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 6 years ago
  76. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  77. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 6 years ago
  78. 5489bda Start of 3.8.0a0 by Ned Deily · 6 years ago
  79. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  80. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  81. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  82. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  83. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  84. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  85. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  86. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  87. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  88. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 7 years ago
  89. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  90. b2d7717 bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) by Xiang Zhang · 7 years ago
  91. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 7 years ago
  92. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 7 years ago
  93. bb19bf2 Issue #29381: merge with 3.6 by Mariatta Wijaya · 7 years ago
  94. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  95. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  96. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  97. 39d60fa Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  98. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  99. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  100. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago