1. 5d2b9c9 [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764) by Jelle Zijlstra · 2 years, 8 months ago
  2. feb4455 docs: Link `match` statement in tutorial (GH-31396) by Miss Islington (bot) · 2 years, 9 months ago
  3. 2e6798f bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509) by Miss Islington (bot) · 2 years, 10 months ago
  4. 0b3c3cb bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 2 years, 10 months ago
  5. 2bd7354 bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30328) by Miss Islington (bot) · 2 years, 10 months ago
  6. fb5d314 Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) by Miss Islington (bot) · 2 years, 11 months ago
  7. 503803d bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) by Miss Islington (bot) · 2 years, 11 months ago
  8. f6648e2 bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) by Miss Islington (bot) · 3 years ago
  9. 2c47922 Closes bpo-45712: Add missing word in control flow tutorial (GH-29460) by Miss Islington (bot) · 3 years ago
  10. 00ddc1f bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119) by Miss Islington (bot) · 3 years, 1 month ago
  11. 87f97fe bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536) by Miss Islington (bot) · 3 years, 2 months ago
  12. 1493e1a bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) by Miss Islington (bot) · 3 years, 2 months ago
  13. ec5a031 bpo-39452: Rewrite and expand __main__.rst (GH-26883) by Miss Islington (bot) · 3 years, 3 months ago
  14. 95a9ba1 bpo-44966: Fix out-of-date traceback message (GH-27867) by Miss Islington (bot) · 3 years, 3 months ago
  15. f20f061 introduce omitted index default before using it (GH-27775) (GH-27802) by Miss Islington (bot) · 3 years, 3 months ago
  16. 25122b2 bpo-44907: Update error messages in tutorial examples (GH-27755) by Miss Islington (bot) · 3 years, 3 months ago
  17. 699ee01 bpo-41576: document BaseException in favor of bare except (GH-21917) by Miss Islington (bot) · 3 years, 3 months ago
  18. 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 3 years, 4 months ago
  19. aeb6339 bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927) by Miss Islington (bot) · 3 years, 5 months ago
  20. 150bc1f bpo-43927: Change 'IOError' to 'OSError' (GH-26289) by Miss Islington (bot) · 3 years, 6 months ago
  21. 5f2afff bpo-35765: Clarify references to "object x" in the JSON tutorial (GH-22411) (GH-26218) by Miss Islington (bot) · 3 years, 6 months ago
  22. dd4f7d9 bpo-43729: Clarify comment in tutorial example (GH-25191) (#26136) by Miss Islington (bot) · 3 years, 6 months ago
  23. 48cb11b bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057) by Miss Islington (bot) · 3 years, 6 months ago
  24. 8655521 bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893) by Miss Islington (bot) · 3 years, 6 months ago
  25. 2fd928c bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) by sblondon · 3 years, 7 months ago
  26. 133705b bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Bob Kline · 3 years, 7 months ago
  27. f8775e4 bpo-43325: Add FAQ entry for identity tests (GH-25168) by Raymond Hettinger · 3 years, 7 months ago
  28. a53e9a7 bpo-39231: correct tutorial annotations section (GH-25029) by Irit Katriel · 3 years, 8 months ago
  29. 8d00462 bpo-43319: Fixed the tutorial on venv about standard library (GH-24740) by cmhzc · 3 years, 8 months ago
  30. a22bca6 bpo-42128: Add documentation for pattern matching (PEP 634) (#24664) by Daniel F Moisset · 3 years, 9 months ago
  31. b30fcba bpo-43042: Augment tutorial sentence (GH-24514) by Terry Jan Reedy · 3 years, 9 months ago
  32. 89294e3 Doc: errors tutorial improvements (GH-16269) by Adorilson Bezerra · 3 years, 9 months ago
  33. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 4 years ago
  34. d41ec65 bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538) by Zackery Spytz · 4 years ago
  35. c8aaf71 bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) by Volker-Weissmann · 4 years ago
  36. bde33e4 bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162) by Inada Naoki · 4 years ago
  37. c8bb241 [doc] Update references to NumPy (GH-22458) by Andre Delfino · 4 years, 1 month ago
  38. e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 2 months ago
  39. ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 4 years, 2 months ago
  40. 7bcc645 bpo-41776: Revise example of "continue" in the tutorial documentation (GH-22234) by Neeraj Samtani · 4 years, 2 months ago
  41. 0be7c21 Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) by Denis Ovsienko · 4 years, 3 months ago
  42. bb0b085 bpo-40204: Fix reference to terms in the doc (GH-21865) by Victor Stinner · 4 years, 3 months ago
  43. 4f28f75 Fix repeated words in Classes tutorial (GH-21455) by Paul McMillan · 4 years, 4 months ago
  44. d12af71 bpo-28681: Clarify multiple function names in the tutorial (GH-21340) by Joannah Nanjekye · 4 years, 4 months ago
  45. 9ed3cd8 bpo-26205: Specify the number of nested scopes (GH-21324) by Joannah Nanjekye · 4 years, 4 months ago
  46. eaca2aa Improve IO tutorial's "Old string formatting" section (GH-16251) by Adorilson Bezerra · 4 years, 6 months ago
  47. 6fad3e6 bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) by Antoine · 4 years, 6 months ago
  48. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 6 months ago
  49. eefd4e0 bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) by Rahul Kumaresan · 4 years, 6 months ago
  50. 8bcfd31 Change 'exception happened' to 'exception occurred' in two places (#19767) by Noah Doersing · 4 years, 6 months ago
  51. e5e5632 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) by Antoine · 4 years, 8 months ago
  52. 3ed4d25 Grammar fix in tutorial (GH-18425) by Don Kirkby · 4 years, 9 months ago
  53. 446463f bpo-39534: Doc: Clarify return in finally (GH-18324) by Julien Palard · 4 years, 9 months ago
  54. 5807efd bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973) by Adorilson Bezerra · 4 years, 9 months ago
  55. 7142df5 bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Shanavas M · 4 years, 10 months ago
  56. 04c79d6 bpo-38678: Improve argparse example in tutorial (GH-17207) by Raymond Hettinger · 5 years ago
  57. 5e01a65 Update interpreter.rst (GH-17059) by Jules Lasne (jlasne) · 5 years ago
  58. cb2cf06 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Ammar Askar · 5 years ago
  59. 1ad7be2 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) by Mohammad Dehghan · 5 years ago
  60. 9ab6038 Doc: Corrected syntax for return annotation (GH-16265) by Jason Plurad · 5 years ago
  61. b574813 bpo-37904: Edition on python tutorial - section 4 (GH-16169) by Diego Alberto Barriga Martínez · 5 years ago
  62. f18242b Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152) by Adorilson Bezerra · 5 years ago
  63. b7af4e7 Doc: remove duplicate word in controlflow tutorial (GH-16163) by Adorilson Bezerra · 5 years ago
  64. ff603f6 bpo-37635: Update arg name for seek() in IO tutorial (GH-16147) by Kyle Stanley · 5 years ago
  65. 0cc2741 Improve clarity of try-return-finally-return (GH-15677) by toonarmycaptain · 5 years ago
  66. faff81c Correct info about "f.read(size)". (GH13852) by William Andrea · 5 years ago
  67. 69ee87e bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) by Raymond Hettinger · 5 years ago
  68. 6fcb6cf bpo-30826: Improve control flow examples (GH-15407) by Raymond Hettinger · 5 years ago
  69. 483ae0c bpo-12634: Clarify an awkward section of the tutorial (GH-15406) by Raymond Hettinger · 5 years ago
  70. 4109263 bpo-14050: Note that not all data can be sorted (GH-15381) by Raymond Hettinger · 5 years ago
  71. dcfe111 bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) by Abhilash Raj · 5 years ago
  72. 2491134 bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052) by mental · 5 years ago
  73. 2da622f Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) by Julien Palard · 5 years ago
  74. f9f8e3c bpo-37403: Touch up venv docs (GH-14458) by Brett Cannon · 5 years ago
  75. 7a177c0 Improve Windows commands in tutorial (GH-14379) by Steve Dower · 5 years ago
  76. 080b6b4 bpo-37392: Update the dir(sys) in module tutorial (GH-14365) by Xtreak · 5 years ago
  77. 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 5 years ago
  78. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  79. 218e47b bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) by Marco Buttu · 5 years ago
  80. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 5 years ago
  81. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  82. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 5 years ago
  83. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 6 years ago
  84. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 6 years ago
  85. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 6 years ago
  86. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 6 years ago
  87. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 6 years ago
  88. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 6 years ago
  89. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 6 years ago
  90. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 6 years ago
  91. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 6 years ago
  92. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 6 years ago
  93. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  94. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  95. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  96. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  97. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  98. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  99. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  100. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago