1. 6bd6860 #21739: mention subtle difference between loops and listcomps in tutorial. by R David Murray · 10 years ago
  2. 15e4833 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  3. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  4. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  5. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  6. bd46e48 Issue 21554: Repair an out-of-date tutorial example to reflect changes in shutil. by Raymond Hettinger · 10 years ago
  7. fc1020d #20874: reflow paragraph. by R David Murray · 10 years ago
  8. 0e0e391 #20874: update tutorial wording: sophisticated line editing is now standard. by R David Murray · 10 years ago
  9. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  10. 4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. by Raymond Hettinger · 10 years ago
  11. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 10 years ago
  12. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 10 years ago
  13. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  14. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 10 years ago
  15. ae376e5 Merge from 3.3 by Andrew Kuchling · 10 years ago
  16. 3633da2 Use different word by Andrew Kuchling · 10 years ago
  17. 1bef5c6 Merge typo fix. by Zachary Ware · 10 years ago
  18. 26d5fab Fix typo. Found by David Pesta on docs@. by Zachary Ware · 10 years ago
  19. f6cb6c5 Merge typo fix. by Zachary Ware · 10 years ago
  20. 2d130367 Fix typo. Found by David Pesta on docs@. by Zachary Ware · 10 years ago
  21. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  22. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  23. 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 11 years ago
  24. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  25. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  26. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  27. b9e8712a merge with 3.3 by Georg Brandl · 11 years ago
  28. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  29. 3226d87 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  30. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  31. 59e3b23 merge with 3.3 by Georg Brandl · 11 years ago
  32. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  33. 4497092 merge with 3.3 by Georg Brandl · 11 years ago
  34. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago
  35. 9c45050 merge with 3.3 by Georg Brandl · 11 years ago
  36. 22a1fd7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 11 years ago
  37. 6930777 merge with 3.3 by Georg Brandl · 11 years ago
  38. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  39. ce28e2c merge with 3.3 by Georg Brandl · 11 years ago
  40. de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  41. 7cf231f merge with 3.3 by Georg Brandl · 11 years ago
  42. a0ec296 Remove newline in method that makes it possible to copy example to the interactive interpreter. by Georg Brandl · 11 years ago
  43. 4f00dc5 merge with 3.3 by Georg Brandl · 11 years ago
  44. 53bf15a Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) by Georg Brandl · 11 years ago
  45. bc47d7b Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  46. 1c4e443 #16273: Fix tutorial discussion of seek/tell (opaque text-mode values). by R David Murray · 11 years ago
  47. d95bb3f #18403: merge with 3.3. by Ezio Melotti · 11 years ago
  48. 93dd693 #18403: fix an off-by-one typo noticed by Xue Fuqiao. by Ezio Melotti · 11 years ago
  49. fef952a Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  50. c1939b8 Issue #18031: %-formatting isn't dead yet and might pull through. by Raymond Hettinger · 11 years ago
  51. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  52. 3801f63 Issue #18079: Fix a typo in the tutorial. by Serhiy Storchaka · 11 years ago
  53. 8f34da3 merge by Raymond Hettinger · 11 years ago
  54. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  55. 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 11 years ago
  56. ca3f294 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  57. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  58. acfc454 #13510: merge with 3.3. by Ezio Melotti · 11 years ago
  59. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  60. 015427e merge with 3.3 by Georg Brandl · 11 years ago
  61. 5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 11 years ago
  62. 671ddbe merge by Raymond Hettinger · 11 years ago
  63. 8f35c89 Modernize unittest example by Raymond Hettinger · 11 years ago
  64. 827b36b Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  65. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  66. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  67. 668d2cc merge 3.3 by Benjamin Peterson · 11 years ago
  68. 648fa19 end is a keyword argument by Benjamin Peterson · 11 years ago
  69. e7ce184 merge 3.3 by Benjamin Peterson · 11 years ago
  70. 0781900 expressions -> arguments by Benjamin Peterson · 11 years ago
  71. d9569fa Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  72. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  73. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  74. ac6ca3d Merge updates about dir() with 3.3. by Ezio Melotti · 12 years ago
  75. 4a42ec5 Merge updates about dir() with 3.2. by Ezio Melotti · 12 years ago
  76. 52e8550 Update section about dir() in the tutorial. by Ezio Melotti · 12 years ago
  77. 2264825 Merge rephrasing with 3.3. by Ezio Melotti · 12 years ago
  78. 0bbfae3 Merge rephrasing with 3.2. by Ezio Melotti · 12 years ago
  79. 89b03b0 Rephrase a sentence in the set and dict comprehensions tutorial page. by Ezio Melotti · 12 years ago
  80. 86b3053 Merge from 3.3: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  81. fe08756 Merge from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  82. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  83. 73b56c8 Merge issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  84. b5570e9 Merge issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  85. 0e9a065 Issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  86. 553408f Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  87. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  88. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  89. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  90. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  91. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  92. afa46ab #16317: merge with 3.3. by Ezio Melotti · 12 years ago
  93. 0ada6f1 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  94. 145ce8e MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  95. 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  96. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  97. 56d279f Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  98. 206f962 Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  99. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  100. a3f862e Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago