1. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  2. 233cdb3 Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  3. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  4. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  5. 799b05b merge by Raymond Hettinger · 9 years ago
  6. 502bf51 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  7. ada5578 Merge with 3.5 for Issue #24729 by Jason R. Coombs · 9 years ago
  8. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 9 years ago
  9. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  10. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  11. 8203ba9 Merge from 3.5 by Tal Einat · 9 years ago
  12. 86a60bf Merge from 3.4 by Tal Einat · 9 years ago
  13. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  14. 81a612c Merge from 3.5 by Andrew Kuchling · 9 years ago
  15. 6b84335 Merge from 3.4 by Andrew Kuchling · 9 years ago
  16. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  17. 3ae067d Merge from 3.5 by Andrew Kuchling · 9 years ago
  18. 21fd5a9 Merge from 3.4 by Andrew Kuchling · 9 years ago
  19. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  20. 1f49f83 Merge from 3.5 by Andrew Kuchling · 9 years ago
  21. 20f628e Merge from 3.4 by Andrew Kuchling · 9 years ago
  22. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  23. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  24. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  25. ffb40e5 More version bumping to 3.6. by Ned Deily · 9 years ago
  26. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  27. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  28. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  29. 3f10346 Closes #23932: Merge with 3.4 by Zachary Ware · 9 years ago
  30. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  31. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  32. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  33. d71b170 #23891: describe a few more modules in the tutorial by Andrew Kuchling · 9 years ago
  34. b820d0d Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  35. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  36. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  37. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  38. 64c8914 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  39. 2338156 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  40. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  41. 0ecd7ba Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  42. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  43. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  44. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  45. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  46. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  47. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  48. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  49. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  50. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  51. bbf4ae5 Merge #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  52. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  53. 2f2920a merge from 3.4 by Senthil Kumaran · 10 years ago
  54. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  55. 7d02a98 #22170: merge with 3.4. by Ezio Melotti · 10 years ago
  56. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  57. c03dc0f merge by Raymond Hettinger · 10 years ago
  58. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  59. 07e0485 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 10 years ago
  60. a52ecc0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  61. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  62. 53260ea merge by Raymond Hettinger · 10 years ago
  63. bd46e48 Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil. by Raymond Hettinger · 10 years ago
  64. fc1020d #20874: reflow paragraph. by R David Murray · 10 years ago
  65. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 10 years ago
  66. 1b28088 Merge #20874 fix. by R David Murray · 10 years ago
  67. d6ee278 Merge 3.4: Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  68. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  69. 9c5e98f merge by Raymond Hettinger · 10 years ago
  70. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  71. 60fa353 merge with 3.4 by Georg Brandl · 10 years ago
  72. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 10 years ago
  73. 3fa7ea1 merge with 3.4 by Georg Brandl · 10 years ago
  74. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 10 years ago
  75. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 10 years ago
  76. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  77. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 10 years ago
  78. c5f5e62 #20740: merge with 3.3. by Ezio Melotti · 10 years ago
  79. 6b53234 #20740: desquarify 2. by Ezio Melotti · 10 years ago
  80. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 11 years ago
  81. ae376e5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  82. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  83. 1bef5c6 Merge typo fix. by Zachary Ware · 11 years ago
  84. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  85. f6cb6c5 Merge typo fix. by Zachary Ware · 11 years ago
  86. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  87. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  88. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  89. 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 11 years ago
  90. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  91. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  92. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  93. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  94. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  95. 3226d87 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  96. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  97. 59e3b23 merge with 3.3 by Georg Brandl · 11 years ago
  98. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  99. 4497092 merge with 3.3 by Georg Brandl · 11 years ago
  100. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago