1. 643ff71 Mention both relevant PEPs in function annotations tutorial (GH-6304) by Neeraj Badlani · 6 years ago
  2. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  3. 36fc896 Clarification to the `break` statement (GH-2453) by regexaurus · 7 years ago
  4. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  5. 32e8f9b bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) by Jim Fasarakis-Hilliard · 7 years ago
  6. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  7. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  8. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  9. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  10. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  11. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  12. 40383c8 Minor clarification in tutorial. by Georg Brandl · 8 years ago
  13. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  14. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  15. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  16. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  17. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  18. de5aff1 Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  19. 1491cbd Issue #14893: Add function annotation example to function tutorial. by Andrew Svetlov · 12 years ago
  20. 4fab8f0 Issue #16225: Add additional note to tutorial about changing sequence while looping. by Chris Jerdonek · 12 years ago
  21. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  22. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  23. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  24. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  25. 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
  26. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  27. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  28. c099ee2 Merged revisions 76460 via svnmerge from by Mark Dickinson · 15 years ago
  29. 7ae90dd Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. by Georg Brandl · 15 years ago
  30. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  31. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  32. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  33. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  34. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  35. 5d955ed Forward-port of r66447. by Georg Brandl · 16 years ago
  36. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  37. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  38. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  39. b03c1d9 Don't output floats in prime example. by Georg Brandl · 16 years ago
  40. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  41. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  42. 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 17 years ago
  43. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  44. a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 17 years ago
  45. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  46. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  47. 58721bc Fix more raise statments in the docs. by Collin Winter · 17 years ago
  48. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  49. e0906d1 A few more fixes to the tutorial by Neal Norwitz · 17 years ago
  50. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  51. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
  52. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago