1. 52550e5 Add a note about future import needed for with statement. by Georg Brandl · 17 years ago
  2. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  3. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  4. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  5. bb56e2a Backport 55882: SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  6. be69a0a Bug #1710295: exceptions are now new-style classes. (backport from rev. 55036) by Georg Brandl · 17 years ago
  7. c22aee0 Version fix (bug #1708710) by Georg Brandl · 17 years ago
  8. 9528905 SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 17 years ago
  9. b17830e fix typo (extraneous ")") by Fred Drake · 18 years ago
  10. b57ebfb Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
  11. 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  12. bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 18 years ago
  13. 097bbea evalfile() should be execfile(). (backport from rev. 51677) by Georg Brandl · 18 years ago
  14. 94a98e4 Update the tutorial section on relative imports by Nick Coghlan · 18 years ago
  15. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  16. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  17. a5f1fd0 minor adjustment suggested by Peter Gephardt by Fred Drake · 18 years ago
  18. 09b1bc3 Take 2 on mentioning the with statement, this time without inadvertently killing the Unicode examples by Nick Coghlan · 18 years ago
  19. e0ea50b Add a (very) brief mention of the with statement to the end of chapter 8 by Nick Coghlan · 18 years ago
  20. 9d54837 Add two entries about how to actually clear a list. by Georg Brandl · 18 years ago
  21. 31fe35b end the sentence... by Fredrik Lundh · 18 years ago
  22. 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 18 years ago
  23. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  24. 50f8169 From a suggestion on c.l.py: modernize the introduction to the tutorial. by Andrew M. Kuchling · 19 years ago
  25. 3c9f9ac Added example for the ** operator in function calls by Georg Brandl · 19 years ago
  26. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  27. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 19 years ago
  28. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 19 years ago
  29. b5d2118 Update link by Andrew M. Kuchling · 19 years ago
  30. 8e13af3 Update link by Andrew M. Kuchling · 19 years ago
  31. 2e8665a More tutorial nits. by Raymond Hettinger · 19 years ago
  32. 71da38b SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) by Raymond Hettinger · 19 years ago
  33. e66d437 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 19 years ago
  34. 5c419a9 In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary. by Andrew M. Kuchling · 19 years ago
  35. f755432 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 19 years ago
  36. 8b687cf6 bug [ 969757 ] function and method objects confounded in Tutorial by Georg Brandl · 19 years ago
  37. 02c64d5 Note that files are iterable. by Raymond Hettinger · 19 years ago
  38. 5a34afb * Show the keyword argument form of dict(). by Raymond Hettinger · 19 years ago
  39. 610d9dd Fix typo. by Raymond Hettinger · 19 years ago
  40. eeed58c SF bug #1219448: small output bug by Raymond Hettinger · 19 years ago
  41. 0f43983 SF bug #1201807: Glossary listing bug by Raymond Hettinger · 19 years ago
  42. e8dead4 Fix by Michael W. Hudson · 19 years ago
  43. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 19 years ago
  44. 2f8c658 fix typo by Fred Drake · 20 years ago
  45. d4f5b07 Add duck-typing to the glossary. by Raymond Hettinger · 20 years ago
  46. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
  47. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  48. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  49. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 20 years ago
  50. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 20 years ago
  51. 29eb40c Fix nit. by Raymond Hettinger · 20 years ago
  52. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 20 years ago
  53. a98825c Fix a nit. by Raymond Hettinger · 20 years ago
  54. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 20 years ago
  55. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 20 years ago
  56. e808c23 - show how to use file.write() with a non-string value by Fred Drake · 20 years ago
  57. df8a003 SF 1053956: help() not in tutorial index by Raymond Hettinger · 20 years ago
  58. afe73c0 - improve the explanation of the -*- coding: ... -*- marker by Fred Drake · 20 years ago
  59. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  60. 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 20 years ago
  61. 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 20 years ago
  62. 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 20 years ago
  63. 879ddf3 Tweak the wording. Improve examples. Make more brief. by Raymond Hettinger · 20 years ago
  64. 29c6a79 Cover string.Template in the tutorial's library tour. by Raymond Hettinger · 20 years ago
  65. 6ab4b99 Patch #1025795: clarify language in Data Structures chapter of tutorial: by Johannes Gijsbers · 20 years ago
  66. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  67. d3fe239 Minor improvements to the threading introduction: by Raymond Hettinger · 20 years ago
  68. 830d8b8 fix markup nit by Fred Drake · 20 years ago
  69. b6d9fc3 Patch: by Michael W. Hudson · 20 years ago
  70. 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  71. 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  72. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 20 years ago
  73. 21f9fce Fix typo. by Raymond Hettinger · 20 years ago
  74. 9499658 Add a link to the decimal module docs. by Raymond Hettinger · 20 years ago
  75. 081483c Fix markup and nits. by Raymond Hettinger · 20 years ago
  76. 7497966 Typo repair. by Tim Peters · 20 years ago
  77. 1b89656 add omitted markup by Fred Drake · 20 years ago
  78. 68a37ac * Fix typos. by Raymond Hettinger · 20 years ago
  79. d348193 Add genexps to the glossary. by Raymond Hettinger · 20 years ago
  80. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 20 years ago
  81. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 20 years ago
  82. e148595 Fixup spacing in an example. by Raymond Hettinger · 20 years ago
  83. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 20 years ago
  84. 846865b Add a further tour of the standard library. by Raymond Hettinger · 20 years ago
  85. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 20 years ago
  86. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  87. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  88. aeaec8d fix typo by Andrew M. Kuchling · 20 years ago
  89. f13c024 Insert missing pronoun by Raymond Hettinger · 20 years ago
  90. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  91. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  92. cbddabf Remove 'now' by Andrew M. Kuchling · 20 years ago
  93. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 20 years ago
  94. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 20 years ago
  95. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 20 years ago
  96. 4271310 use consistent email address for Tim by Fred Drake · 21 years ago
  97. a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  98. b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 21 years ago
  99. f62444a Fix links and typos. by Raymond Hettinger · 21 years ago
  100. ec3402f Fix typo by Raymond Hettinger · 21 years ago