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