1. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  2. 3f10346 Closes #23932: Merge with 3.4 by Zachary Ware · 9 years ago
  3. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  4. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  5. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  6. b820d0d Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  7. b68c420 Issue #23286: Fix typo in the tutorial. by Berker Peksag · 10 years ago
  8. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  9. 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  10. 64c8914 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  11. 2338156 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  12. 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  13. 0ecd7ba Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  14. ffd842e Issue #22824: Updated reprlib output format for sets to use set literals. by Raymond Hettinger · 10 years ago
  15. fe98180 merge with 3.4 by Georg Brandl · 10 years ago
  16. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  17. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  18. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  19. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  20. 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
  21. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  22. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  23. bbf4ae5 Merge #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  24. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  25. 2f2920a merge from 3.4 by Senthil Kumaran · 10 years ago
  26. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  27. 7d02a98 #22170: merge with 3.4. by Ezio Melotti · 10 years ago
  28. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  29. c03dc0f merge by Raymond Hettinger · 10 years ago
  30. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  31. 07e0485 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 10 years ago
  32. a52ecc0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  33. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  34. 53260ea merge by Raymond Hettinger · 10 years ago
  35. bd46e48 Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil. by Raymond Hettinger · 10 years ago
  36. fc1020d #20874: reflow paragraph. by R David Murray · 10 years ago
  37. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 10 years ago
  38. 1b28088 Merge #20874 fix. by R David Murray · 10 years ago
  39. d6ee278 Merge 3.4: Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
  40. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
  41. 9c5e98f merge by Raymond Hettinger · 11 years ago
  42. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 11 years ago
  43. 60fa353 merge with 3.4 by Georg Brandl · 11 years ago
  44. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 11 years ago
  45. 3fa7ea1 merge with 3.4 by Georg Brandl · 11 years ago
  46. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 11 years ago
  47. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 11 years ago
  48. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  49. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
  50. c5f5e62 #20740: merge with 3.3. by Ezio Melotti · 11 years ago
  51. 6b53234 #20740: desquarify 2. by Ezio Melotti · 11 years ago
  52. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 11 years ago
  53. ae376e5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  54. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  55. 1bef5c6 Merge typo fix. by Zachary Ware · 11 years ago
  56. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  57. f6cb6c5 Merge typo fix. by Zachary Ware · 11 years ago
  58. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 11 years ago
  59. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  60. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  61. 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 11 years ago
  62. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  63. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  64. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  65. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  66. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  67. 3226d87 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  68. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  69. 59e3b23 merge with 3.3 by Georg Brandl · 11 years ago
  70. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  71. 4497092 merge with 3.3 by Georg Brandl · 11 years ago
  72. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago
  73. 9c45050 merge with 3.3 by Georg Brandl · 11 years ago
  74. 22a1fd7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 11 years ago
  75. 6930777 merge with 3.3 by Georg Brandl · 11 years ago
  76. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  77. ce28e2c merge with 3.3 by Georg Brandl · 11 years ago
  78. de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  79. 7cf231f merge with 3.3 by Georg Brandl · 11 years ago
  80. a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. by Georg Brandl · 11 years ago
  81. 4f00dc5 merge with 3.3 by Georg Brandl · 11 years ago
  82. 53bf15a Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) by Georg Brandl · 11 years ago
  83. bc47d7b Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  84. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  85. d95bb3f #18403: merge with 3.3. by Ezio Melotti · 11 years ago
  86. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  87. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  88. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  89. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  90. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  91. 8f34da3 merge by Raymond Hettinger · 11 years ago
  92. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  93. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  94. ca3f294 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  95. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  96. acfc454 #13510: merge with 3.3. by Ezio Melotti · 11 years ago
  97. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  98. 015427e merge with 3.3 by Georg Brandl · 11 years ago
  99. 5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 11 years ago
  100. 671ddbe merge by Raymond Hettinger · 12 years ago