1. b002328 Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297) by Mariatta · 7 years ago
  2. 9b49133 bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208) by Mariatta · 7 years ago
  3. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  4. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  5. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  6. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 7 years ago
  7. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 7 years ago
  8. b7880b0 Issue #28820: Merge spelling fixes from 3.5 by Martin Panter · 7 years ago
  9. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 7 years ago
  10. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  11. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  12. 2238131 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  13. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  14. 8c5e190 Issue #28587: Improve list examples in the tutorial by Raymond Hettinger · 8 years ago
  15. 5bd5b9d Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.) by Raymond Hettinger · 8 years ago
  16. ecbca35 Closes #28713 uses OSError in the tutorial by Kushal Das · 8 years ago
  17. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  18. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  19. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  20. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  21. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 8 years ago
  22. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  23. 87fe473 merge by Raymond Hettinger · 8 years ago
  24. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  25. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  26. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  27. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  28. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  29. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  30. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  31. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  32. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  33. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  34. c5f4036 Issue #27178: Fix markup in tutorial by Berker Peksag · 8 years ago
  35. ef1179e Issue #27174: Merge from 3.5 by Berker Peksag · 8 years ago
  36. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  37. 12a8a8a Merge from 3.5 by Berker Peksag · 8 years ago
  38. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  39. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  40. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  41. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  42. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  43. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  44. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  45. 2d43bc2 merge with 3.5 by Georg Brandl · 8 years ago
  46. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 8 years ago
  47. 40383c8 Minor clarification in tutorial. by Georg Brandl · 8 years ago
  48. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  49. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  50. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 8 years ago
  51. a8a3a1b merge from 3.5 by Senthil Kumaran · 8 years ago
  52. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 8 years ago
  53. 2b06558 #26001: merge with 3.5. by Ezio Melotti · 8 years ago
  54. 397bb24 #26001: mention in the tutorial that files in binary mode expect bytes, not str. by Ezio Melotti · 8 years ago
  55. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  56. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  57. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  58. 233cdb3 Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  59. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  60. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  61. 799b05b merge by Raymond Hettinger · 9 years ago
  62. 502bf51 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  63. ada5578 Merge with 3.5 for Issue #24729 by Jason R. Coombs · 9 years ago
  64. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 9 years ago
  65. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  66. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  67. 8203ba9 Merge from 3.5 by Tal Einat · 9 years ago
  68. 86a60bf Merge from 3.4 by Tal Einat · 9 years ago
  69. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  70. 81a612c Merge from 3.5 by Andrew Kuchling · 9 years ago
  71. 6b84335 Merge from 3.4 by Andrew Kuchling · 9 years ago
  72. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  73. 3ae067d Merge from 3.5 by Andrew Kuchling · 9 years ago
  74. 21fd5a9 Merge from 3.4 by Andrew Kuchling · 9 years ago
  75. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  76. 1f49f83 Merge from 3.5 by Andrew Kuchling · 9 years ago
  77. 20f628e Merge from 3.4 by Andrew Kuchling · 9 years ago
  78. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  79. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  80. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  81. ffb40e5 More version bumping to 3.6. by Ned Deily · 9 years ago
  82. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  83. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  84. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  85. 3f10346 Closes #23932: Merge with 3.4 by Zachary Ware · 9 years ago
  86. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  87. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  88. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  89. d71b170 #23891: describe a few more modules in the tutorial by Andrew Kuchling · 9 years ago
  90. b820d0d Issue #23286: Fix typo in the tutorial. by Berker Peksag · 9 years ago
  91. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 9 years ago
  92. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  93. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 9 years ago
  94. 64c8914 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 9 years ago
  95. 2338156 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 9 years ago
  96. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 9 years ago
  97. 0ecd7ba Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 9 years ago
  98. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  99. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  100. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago