1. 553408f Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  2. 7c91dbe Merge issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  3. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  4. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  5. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  6. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  7. afa46ab #16317: merge with 3.3. by Ezio Melotti · 12 years ago
  8. 0ada6f1 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  9. 145ce8e MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  10. 80c2f4f MERGE: Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  11. af38774 Closes #16294: 8 space indent in tutorial by Jesus Cea · 12 years ago
  12. 56d279f Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  13. 206f962 Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  14. 5bf7f1f Clarify universal-newline wording in tutorial (issue #16266). by Chris Jerdonek · 12 years ago
  15. a3f862e Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  16. 65b4b40 Merge issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  17. e9cf97c Issue #16265: Fix collapsing of code sample in tutorial. by Andrew Svetlov · 12 years ago
  18. c7633e6 Issue #16225: Merge from 3.3: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  19. 38049bb Issue #16225: Merge from 3.2: Add additional note to tutorial about looping. by Chris Jerdonek · 12 years ago
  20. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  21. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  22. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  23. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  24. f79774b Merge link additions/fixes with 3.3. by Ezio Melotti · 12 years ago
  25. a6229e6 Fix and add more links. by Ezio Melotti · 12 years ago
  26. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  27. 18581ef Close issue #16073: merge fix from 3.2. by Chris Jerdonek · 12 years ago
  28. fd448da Close issue #16073: fix map() example in list comprehension documentation. by Chris Jerdonek · 12 years ago
  29. dbe5088 Issue #16015: Merge and update from 3.2. by Chris Jerdonek · 12 years ago
  30. df12f2b Issue #16015: Make welcome message more realistic in tutorial example. by Chris Jerdonek · 12 years ago
  31. 9118a79 Issue #16015: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  32. 9bb56a6 Issue #16015: Fix NameError doctest example in tutorial introduction. by Chris Jerdonek · 12 years ago
  33. f8a2865 #16019, #16020: merge with 3.2. by Ezio Melotti · 12 years ago
  34. 8618fb6 #16019, #16020: fix syntax highlight. by Ezio Melotti · 12 years ago
  35. 5799a2d #16017: merge with 3.2. by Ezio Melotti · 12 years ago
  36. c926c59 #16017: capitalize URLs. by Ezio Melotti · 12 years ago
  37. 8c601b0 Merge 3.2: tutorial typo fix by Eli Bendersky · 12 years ago
  38. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  39. 488cc36 merge with 3.2 by Sandro Tosi · 12 years ago
  40. a17ef14 fix typo by Sandro Tosi · 12 years ago
  41. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  42. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  43. 131160c merge with 3.2 by Sandro Tosi · 12 years ago
  44. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  45. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  46. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  47. ba5010a merge with 3.2 by Sandro Tosi · 12 years ago
  48. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  49. 5b1406f #14840: merge with 3.2. by Ezio Melotti · 12 years ago
  50. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  51. cbc203e Merge from 3.2 by Nick Coghlan · 12 years ago
  52. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  53. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
  54. 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 13 years ago
  55. 82138b8 Issue #11948: merge with 3.2 by Sandro Tosi · 13 years ago
  56. f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  57. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  58. 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
  59. 982c91e Merge with 3.2 by Terry Jan Reedy · 13 years ago
  60. 1e66f56 merge with 3.2 by Georg Brandl · 13 years ago
  61. ec51cf1 #6570: merge with 3.2. by Ezio Melotti · 13 years ago
  62. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  63. d31d57e #13549: merge with 3.2. by Ezio Melotti · 13 years ago
  64. 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  65. d856bc0 merge with 3.2 by Sandro Tosi · 13 years ago
  66. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  67. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  68. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  69. 388349a Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). by Georg Brandl · 13 years ago
  70. 19272be Branch merge by Éric Araujo · 13 years ago
  71. da3f4ae Branch merge by Éric Araujo · 13 years ago
  72. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  73. 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
  74. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  75. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  76. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  77. 72db345 Make indentation comply with our style guide and the rest of the file by Éric Araujo · 13 years ago
  78. 6ddefd7 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  79. 142d0f5 Issue 12086: add example showing how to use name mangling. by Raymond Hettinger · 13 years ago
  80. 1dbb759 merge from 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  81. 4707a99 Fix closes Issue12359 - Removing a confusing sentence from the previous change. by Senthil Kumaran · 13 years ago
  82. 1508570 minor space nit. by Senthil Kumaran · 13 years ago
  83. bd4c321 merge from 3.2. Issue 12359 by Senthil Kumaran · 13 years ago
  84. 5c0347b Fix closes Issue12359 - Minor update to module import description. by Senthil Kumaran · 13 years ago
  85. 3ae4272 Merge minor doc change from 3.2 by Éric Araujo · 13 years ago
  86. 9fbfe15 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  87. 6c32b4a merge with 3.2 by Georg Brandl · 13 years ago
  88. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  89. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  90. 5c1da90 Merge 3.2 by Éric Araujo · 14 years ago
  91. 722bec4 Merge 3.1 by Éric Araujo · 14 years ago
  92. a464d4e Remove untrue statement from tutorial by Éric Araujo · 14 years ago
  93. 0def5c6 Merge with 3.1. by Ezio Melotti · 14 years ago
  94. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
  95. 32657fb Merge with 3.2. by Ezio Melotti · 14 years ago
  96. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 14 years ago
  97. 52d3e7e Name c -> cls in example. by Georg Brandl · 14 years ago
  98. 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
  99. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  100. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 14 years ago