1. 4d94d31 #6936: for interactive use, quit() is just fine. by Georg Brandl · 15 years ago
  2. 2e85f50 #6879 - fix misstatement about exceptions by Ezio Melotti · 15 years ago
  3. 49bb9b7 #6880: add reference to classes section in exceptions section, which comes earlier. by Georg Brandl · 15 years ago
  4. ee2df03 Tutorial tweaks. Issue 6849. by Michael Foord · 15 years ago
  5. 60931a5 Change to tutorial wording for reading text / binary files on Windows. Issue #6301. by Michael Foord · 15 years ago
  6. 7d4f8fd #6777: dont discourage usage of Exception.args or promote usage of Exception.message. by Georg Brandl · 15 years ago
  7. bf58d80 #6828: fix wrongly highlighted blocks. by Georg Brandl · 15 years ago
  8. a88fd76 #6808: clarification. by Georg Brandl · 15 years ago
  9. 254c17c #6813: better documentation for numberless string formats. by Georg Brandl · 15 years ago
  10. 0cfbd65 #6725: spell "namespace" consistently. by Georg Brandl · 15 years ago
  11. aa66a96 Remove potentially confusing sentence in __mangling description. by Georg Brandl · 15 years ago
  12. fb69631 Use locale.format_string() for more than one specifier. by Georg Brandl · 15 years ago
  13. 4938fef Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. by Georg Brandl · 15 years ago
  14. 14bb28a Fix a few markup glitches. by Georg Brandl · 15 years ago
  15. ffefd5a Fix some markup and small factual glitches found by M. Markert. by Georg Brandl · 15 years ago
  16. 07e20f8 Add a link to readline, and mention IPython and bpython. by Georg Brandl · 15 years ago
  17. e2d2704 #6564: fix section about the two raise syntaxes. by Georg Brandl · 15 years ago
  18. a1a4bdb #6505: fix typos. by Georg Brandl · 15 years ago
  19. 11c4941 More Decimal quote fixing; backport of r73642 by Mark Dickinson · 15 years ago
  20. e3b9b5e #6204: use a real reference instead of "see later". by Georg Brandl · 15 years ago
  21. 4c324b9 #6211: elaborate a bit on ways to call the function. by Georg Brandl · 15 years ago
  22. 7be493a Use preferred form of raising exceptions. by Georg Brandl · 15 years ago
  23. 5a8d7eb Use raise X(y). by Georg Brandl · 15 years ago
  24. 5e88eea part of #4144: fix exception message in console session. by Georg Brandl · 15 years ago
  25. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 15 years ago
  26. a08867d Dont shout to users. by Georg Brandl · 15 years ago
  27. 354e4cb #5018: remove confusing paragraph. by Georg Brandl · 15 years ago
  28. 186188d #1530012: move TQS section before raw strings. by Georg Brandl · 15 years ago
  29. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 15 years ago
  30. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 15 years ago
  31. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 15 years ago
  32. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 15 years ago
  33. a528dc5 markup fix by David Goodger · 15 years ago
  34. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  35. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  36. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  37. 42d19e6 pretend exceptions don't exist a while longer by Benjamin Peterson · 16 years ago
  38. 34196c8 Add reference to enumerate() to indices example. by Georg Brandl · 16 years ago
  39. fcdc80b Fix grammar error; reword two paragraphs by Andrew M. Kuchling · 16 years ago
  40. a8bb550 #4247: add "pass" examples to tutorial. by Georg Brandl · 16 years ago
  41. c8fd1bc Fix typo. by Georg Brandl · 16 years ago
  42. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  43. f2a2c79 remove duplicate target by Benjamin Peterson · 16 years ago
  44. 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 16 years ago
  45. 54bdbad Use title case by Andrew M. Kuchling · 16 years ago
  46. b04d485 Remove mention of backquotes in the tutorial. by Georg Brandl · 16 years ago
  47. 8079028 revert last revision; code was right by Benjamin Peterson · 16 years ago
  48. 1af6fb5 fix indentation that caused logic bug by Benjamin Peterson · 16 years ago
  49. 4b99e9b Shorten some overlong lines. by Georg Brandl · 16 years ago
  50. be44991 nonlocal is not in 2.6. by Georg Brandl · 16 years ago
  51. a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 16 years ago
  52. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  53. c5a235b Better quote with single quotes. by Georg Brandl · 16 years ago
  54. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  55. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  56. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  57. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  58. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  59. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  60. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  61. 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
  62. 68fd63b Add a note about using reload(). by Georg Brandl · 16 years ago
  63. 8c65b1e Typo fix by Andrew M. Kuchling · 16 years ago
  64. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 16 years ago
  65. 751a036 Don't offend snake lovers. by Georg Brandl · 16 years ago
  66. 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 16 years ago
  67. 9c6c47b Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them. by Georg Brandl · 16 years ago
  68. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 16 years ago
  69. 6c45dc1 Add isinstance/issubclass to tutorial. by Georg Brandl · 16 years ago
  70. 26bab5f Little clarification of assignments. by Georg Brandl · 16 years ago
  71. db9ff5f It's 2.6 now. by Georg Brandl · 16 years ago
  72. 3ef2063 #2194: fix some typos. by Georg Brandl · 16 years ago
  73. 4e37c66 Don't reference pyshell. by Georg Brandl · 16 years ago
  74. 7d5fbae Demonstrate new except/as syntax. by Raymond Hettinger · 17 years ago
  75. 2a7d991c Clarify "b" mode under Unix. by Georg Brandl · 17 years ago
  76. 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 17 years ago
  77. aa0de3f #997912: acknowledge nested scopes in tutorial. by Georg Brandl · 17 years ago
  78. 23bf837 Add blurb about executable scripts on Windows. #760657. by Georg Brandl · 17 years ago
  79. 35f8861 Add tutorial section about coding style. by Georg Brandl · 17 years ago
  80. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  81. 4257ca7 Argh, wrong version. by Georg Brandl · 17 years ago
  82. 07b55ea Add note about future import needed for with statement. by Georg Brandl · 17 years ago
  83. adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 17 years ago
  84. 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
  85. 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 17 years ago
  86. 87426cb Fix misleading example. by Georg Brandl · 17 years ago
  87. 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 17 years ago
  88. a739503 Add :term:s for "new-style class". by Georg Brandl · 17 years ago
  89. cf3fb25 Add :term: for generators. by Georg Brandl · 17 years ago
  90. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 17 years ago
  91. e36a652 Make a path more Unix-standardy. by Georg Brandl · 17 years ago
  92. 5d242ee alternate -> alternative. by Georg Brandl · 17 years ago
  93. 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 17 years ago
  94. 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 17 years ago
  95. ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 17 years ago
  96. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago