1. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  2. 52e8550 Update section about dir() in the tutorial. by Ezio Melotti · 12 years ago
  3. 89b03b0 Rephrase a sentence in the set and dict comprehensions tutorial page. by Ezio Melotti · 12 years ago
  4. 4ed4b1c Improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 12 years ago
  5. 0e9a065 Issue #16435: Link in tutorial now points to python3 FAQ. by Andrew Svetlov · 12 years ago
  6. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  7. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  8. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  9. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  10. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  11. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  12. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  13. fd448da Close issue #16073: fix map() example in list comprehension documentation. by Chris Jerdonek · 12 years ago
  14. df12f2b Issue #16015: Make welcome message more realistic in tutorial example. by Chris Jerdonek · 12 years ago
  15. 9bb56a6 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 12 years ago
  16. 8618fb6 #16019, #16020: fix syntax highlight. by Ezio Melotti · 12 years ago
  17. c926c59 #16017: capitalize URLs. by Ezio Melotti · 12 years ago
  18. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  19. a17ef14 fix typo by Sandro Tosi · 12 years ago
  20. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  21. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  22. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  23. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  24. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  25. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  26. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 12 years ago
  27. f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 12 years ago
  28. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  29. 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
  30. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  31. 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  32. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  33. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  34. da3f4ae Branch merge by Éric Araujo · 13 years ago
  35. bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. by Georg Brandl · 13 years ago
  36. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  37. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  38. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  39. 4707a99 Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  40. 1508570 minor space nit. by Senthil Kumaran · 13 years ago
  41. 5c0347b Fix closes Issue12359 - Minor update to module import description. by Senthil Kumaran · 13 years ago
  42. 9fbfe15 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  43. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  44. 722bec4 Merge 3.1 by Éric Araujo · 13 years ago
  45. a464d4e Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  46. 0def5c6 Merge with 3.1. by Ezio Melotti · 13 years ago
  47. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  48. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  49. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  50. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  51. 756fe26 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 13 years ago
  52. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  53. 6d6fa47 Merged revisions 86882 via svnmerge from by Georg Brandl · 14 years ago
  54. fcf3a0c Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. by Georg Brandl · 14 years ago
  55. a396463 #10559: provide instructions for accessing sys.argv when first mentioned. by R. David Murray · 14 years ago
  56. 53afa6d Fix input type for zlib. by Georg Brandl · 14 years ago
  57. ae26cce Recorded merge of revisions 86795,86798-86799,86801 via svnmerge from by Georg Brandl · 14 years ago
  58. fe12390 Better example for os.system(): do not change the system time. by Georg Brandl · 14 years ago
  59. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  60. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  61. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  62. b89e4fc Backport rev86422 for issue 10304 from py3k to 31-maint by Terry Reedy · 14 years ago
  63. 02a807e by Terry Reedy · 14 years ago
  64. 1790ed2 Fix typo. by Georg Brandl · 14 years ago
  65. c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 14 years ago
  66. a881971 Merged revisions 86310 via svnmerge from by Senthil Kumaran · 14 years ago
  67. 43d8cd8 Merged revisions 86310 via svnmerge from by Senthil Kumaran · 14 years ago
  68. a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 14 years ago
  69. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  70. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  71. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  72. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  73. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  74. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  75. 448f20b Fix typo. by Georg Brandl · 14 years ago
  76. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  78. 2914308 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  79. afdeca9 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  80. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  81. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  82. 57ebc91 Merged revisions 82965 via svnmerge from by Georg Brandl · 14 years ago
  83. 8a550f3 Merged revisions 83224 via svnmerge from by Mark Dickinson · 14 years ago
  84. 6a74d34 Fix typo. by Mark Dickinson · 14 years ago
  85. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  86. d181f43 Merged revisions 82835 via svnmerge from by Mark Dickinson · 14 years ago
  87. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  88. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  89. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  90. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  91. ced2f2d Recorded merge of revisions 81410 via svnmerge from by Georg Brandl · 14 years ago
  92. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  93. 7e5b889 Update the python version in the interpreter tutorial. by Ezio Melotti · 14 years ago
  94. de414a2 Merged revisions 79525 via svnmerge from by Ezio Melotti · 14 years ago
  95. 8f8db14 Merged revisions 79522 via svnmerge from by Ezio Melotti · 14 years ago
  96. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  97. 718ce2c Merged revisions 79179 via svnmerge from by Georg Brandl · 14 years ago
  98. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 14 years ago
  99. 3b63c3d Merged revisions 78325 via svnmerge from by Senthil Kumaran · 14 years ago
  100. ac0b889 Fixing Issue7399 - Fixing an example of urllib usage. by Senthil Kumaran · 14 years ago