1. 3e2afd7 bpo-36008: Doc update for 3.8 migration (GH-12887) by Utkarsh Gupta · 5 years ago
  2. e19a91e Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) by Adorilson Bezerra · 5 years ago
  3. 98a1e06 bpo-36189: Fixing typo in tutorial introduction (GH-13090) by Jonatan · 5 years ago
  4. ee0309f closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008) by Utkarsh Gupta · 5 years ago
  5. 71ce03d Clarify file-closing example in tutorial (GH-11652) by Colin Watson · 5 years ago
  6. 5410d3d better __init__.py explanation in tutorial (#12763) by Inada Naoki · 5 years ago
  7. b00479d bpo-36377: Specify that range() can not be compared (GH-12468) by Emmanuel Arias · 5 years ago
  8. fb28fcc Revert "Minor doc improvement (GH-10341)" (GH-12597) by Raymond Hettinger · 5 years ago
  9. dfd775a Minor doc improvement (GH-10341) by Andre Delfino · 5 years ago
  10. 6661c17 Replace "DOS box" with link to Windows FAQ. (GH-12390) by Ned Deily · 5 years ago
  11. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  12. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  13. c5eec44 Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Andrés Delfino · 6 years ago
  14. fe62d87 Fix a typo about a comma. (GH-10306) by İsmail Arılık · 6 years ago
  15. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  16. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  17. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  18. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  19. 13ae4d4 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Berker Peksag · 6 years ago
  20. 3705b98 bpo-34712: Fix style in examples in "Input and Output" (GH-9361) by Ben Hoyt · 6 years ago
  21. f019579 bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) by Lew Kurtz · 6 years ago
  22. 25fa141 Doc: Missing 'f' in an f-string. (GH-9074) by Julien Palard · 6 years ago
  23. bcd1d97 Update list.remove(x) documentation (GH-8636) by Lysandros Nikolaou · 6 years ago
  24. c0f0a76 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Aaron Ang · 6 years ago
  25. cb5f3fd Remove extra parentheses in output formatting tutorial (GH-8350) by Aaqa Ishtyaq · 6 years ago
  26. 9cffdbf Fix documentation for input and output tutorial (GH-8231) by Lysandros Nikolaou · 6 years ago
  27. ced350b bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036) by Andrew Kuchling · 6 years ago
  28. df748c2 use rich markup for PEP reference (GH-7939) by Behzad B. Mokhtari · 6 years ago
  29. 5092439 bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  30. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  31. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  32. ddb6215 bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738) by Serhiy Storchaka · 6 years ago
  33. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  34. b81ca28 bpo-33297: Mention Pillow to work with more image formats. (#6505) by Andrés Delfino · 6 years ago
  35. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  36. dfbbbf1 bpo-32337: Update documentats about dict order (GH-4973) by hui shang · 6 years ago
  37. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  38. fbee882 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Mario Corchero · 6 years ago
  39. 84c4b0c bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  40. ab32875 bpo-32722: Remove useless example in the Classes tutorial (#5446) by Stéphane Wirtel · 7 years ago
  41. 5489bda Start of 3.8.0a0 by Ned Deily · 7 years ago
  42. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  43. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  44. 78a5722 Improve the String tutorial docs (GH-4541) by Will White · 7 years ago
  45. 8c26a34 bpo-31757: Make Fibonacci examples consistent (#3991) by Raymond Hettinger · 7 years ago
  46. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  47. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  48. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  49. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  50. ca81615 bpo-30312: Small correction in datastructures set code sample (GH-2081) by KatherineMichel · 7 years ago
  51. e405d4b bpo-30361: Use better example for mixed-type operands (#1701) by gfyoung · 7 years ago
  52. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  53. b2d7717 bpo-29756: Improve documentation for list methods that compare items by equality (GH-572) by Xiang Zhang · 7 years ago
  54. 53c1892 Fix small typos in introduction and datastructures of tutorial (GH-272) by Jim Fasarakis-Hilliard · 7 years ago
  55. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 7 years ago
  56. bb19bf2 Issue #29381: merge with 3.6 by Mariatta Wijaya · 8 years ago
  57. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  58. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 8 years ago
  59. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 8 years ago
  60. 39d60fa Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  61. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  62. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  63. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  64. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  65. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  66. 8209cec Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  67. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  68. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  69. a8037db Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  70. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  71. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  72. 1330eaa merge by Raymond Hettinger · 8 years ago
  73. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  74. 1f56e25 merge by Raymond Hettinger · 8 years ago
  75. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  76. dfe2387 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  77. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  78. e2d933b Issue #21864: Merge from 3.6 by Berker Peksag · 8 years ago
  79. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  80. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  81. 3692500 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  82. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  83. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  84. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 8 years ago
  85. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  86. e0083e2 Issue #28306: Merge from 3.6 by Berker Peksag · 8 years ago
  87. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  88. 87fe473 merge by Raymond Hettinger · 8 years ago
  89. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  90. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  91. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  92. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  93. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  94. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  95. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  96. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  97. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  98. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  99. c5f4036 Issue #27178: Fix markup in tutorial by Berker Peksag · 8 years ago
  100. ef1179e Issue #27174: Merge from 3.5 by Berker Peksag · 8 years ago