1. e8dead4 Fix by Michael W. Hudson · 20 years ago
  2. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 21 years ago
  3. 2f8c658 fix typo by Fred Drake · 21 years ago
  4. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 21 years ago
  5. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 21 years ago
  6. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 21 years ago
  7. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 21 years ago
  8. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 21 years ago
  9. 29eb40c Fix nit. by Raymond Hettinger · 21 years ago
  10. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 21 years ago
  11. a98825c Fix a nit. by Raymond Hettinger · 21 years ago
  12. 83e4a14 SF bug #1067018: Obsolete info in Tutorial 9.1 by Raymond Hettinger · 21 years ago
  13. 88c2595 SF bug #1067023: A small typo by Raymond Hettinger · 21 years ago
  14. e808c23 - show how to use file.write() with a non-string value by Fred Drake · 21 years ago
  15. df8a003 SF 1053956: help() not in tutorial index by Raymond Hettinger · 21 years ago
  16. afe73c0 - improve the explanation of the -*- coding: ... -*- marker by Fred Drake · 21 years ago
  17. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 21 years ago
  18. 01ba799 A number of list examples used 66.6, but I doubt there's any box on which by Tim Peters · 21 years ago
  19. 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 21 years ago
  20. 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 21 years ago
  21. 879ddf3 Tweak the wording. Improve examples. Make more brief. by Raymond Hettinger · 21 years ago
  22. 29c6a79 Cover string.Template in the tutorial's library tour. by Raymond Hettinger · 21 years ago
  23. 6ab4b99 Patch #1025795: clarify language in Data Structures chapter of tutorial: by Johannes Gijsbers · 21 years ago
  24. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 21 years ago
  25. d3fe239 Minor improvements to the threading introduction: by Raymond Hettinger · 21 years ago
  26. 830d8b8 fix markup nit by Fred Drake · 21 years ago
  27. b6d9fc3 Patch: by Michael W. Hudson · 21 years ago
  28. 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
  29. 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
  30. 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 21 years ago
  31. 21f9fce Fix typo. by Raymond Hettinger · 21 years ago
  32. 9499658 Add a link to the decimal module docs. by Raymond Hettinger · 21 years ago
  33. 081483c Fix markup and nits. by Raymond Hettinger · 21 years ago
  34. 7497966 Typo repair. by Tim Peters · 21 years ago
  35. 1b89656 add omitted markup by Fred Drake · 21 years ago
  36. 68a37ac * Fix typos. by Raymond Hettinger · 21 years ago
  37. 22ec5c3 if we must argue over the/they, we can just remove the unecessary word by Fred Drake · 21 years ago
  38. 2d1a2aa Fix typo: the-->they by Raymond Hettinger · 21 years ago
  39. e148595 Fixup spacing in an example. by Raymond Hettinger · 21 years ago
  40. 4ccf336 Fill-in the introductory paragraph for the library tour. by Raymond Hettinger · 21 years ago
  41. 846865b Add a further tour of the standard library. by Raymond Hettinger · 21 years ago
  42. a8aebce Follow official recommendation for domain names in examples. by Raymond Hettinger · 21 years ago
  43. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 21 years ago
  44. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 21 years ago
  45. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 21 years ago
  46. cbddabf Remove 'now' by Andrew M. Kuchling · 21 years ago
  47. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
  48. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 22 years ago
  49. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 22 years ago
  50. 4271310 use consistent email address for Tim by Fred Drake · 22 years ago
  51. a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  52. b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 22 years ago
  53. f62444a Fix links and typos. by Raymond Hettinger · 22 years ago
  54. ec3402f Fix typo by Raymond Hettinger · 22 years ago
  55. 8850c87 Fix link by Raymond Hettinger · 22 years ago
  56. 8772d4e Add a standard library tour by Raymond Hettinger · 22 years ago
  57. 7bafa9f Fix typo. (From SF bug #853064) by Walter Dörwald · 22 years ago
  58. 2569528 Convert a 0/1 to False/True. by Raymond Hettinger · 22 years ago
  59. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 22 years ago
  60. 65674b8 Documentation for set objects. by Raymond Hettinger · 22 years ago
  61. dc62aec Add a new looping idiom by Raymond Hettinger · 22 years ago
  62. 8ed69e3 SF #829941, update tutorial, built-in types can be base classes since 2.2 by Neal Norwitz · 22 years ago
  63. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 22 years ago
  64. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 22 years ago
  65. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 22 years ago
  66. 16434b5 Fix whitespace in example by Raymond Hettinger · 22 years ago
  67. f5c87c4 - added many links into the library reference by Fred Drake · 22 years ago
  68. 626d472 - add several links into the library reference by Fred Drake · 22 years ago
  69. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 22 years ago
  70. c2a5cb2 Fix typo. by Raymond Hettinger · 22 years ago
  71. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 22 years ago
  72. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 22 years ago
  73. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  74. 0eec087 Explain argument unpacking by Raymond Hettinger · 22 years ago
  75. b233e54 Nits. by Raymond Hettinger · 22 years ago
  76. 6122d02 SF patch #726751: Clarify docs for except target assignment by Raymond Hettinger · 22 years ago
  77. fa6cce1 Minor fixups and added sections for iterators and generators. by Raymond Hettinger · 22 years ago
  78. dfda8d7 - explain about making Python scripts executable on Unix in more by Fred Drake · 22 years ago
  79. 8ee0060 SF #751062: Tutorial: remove string exceptions, add parnassus, #posts by Raymond Hettinger · 22 years ago
  80. ccd615c SF bug #762990: Awful Grammar in Python Tutorial by Raymond Hettinger · 22 years ago
  81. 32a5e87 minor wordsmithing by Skip Montanaro · 22 years ago
  82. ded8e74 Correct markup errors that prevented formatting. by Fred Drake · 22 years ago
  83. 7928f38 Explain source encodings. Fixes #683486. by Martin v. Löwis · 22 years ago
  84. 2664cbb Remove heading from orphan section. by Fred Drake · 22 years ago
  85. 3a8fbe7 Include "instances of most classes" in a warning about mutable objects by Fred Drake · 22 years ago
  86. 6bab183 Markup nits. by Fred Drake · 22 years ago
  87. a02469f More message updates and minor fixes. by Raymond Hettinger · 22 years ago
  88. a2f84ce Update traceback message by Raymond Hettinger · 22 years ago
  89. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 22 years ago
  90. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 22 years ago
  91. 03e929e Fix some markup nits. by Fred Drake · 22 years ago
  92. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
  93. 60de2e8 SF bug #699237: Tutorial uses omitted slice indices before explaining them by Raymond Hettinger · 22 years ago
  94. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  95. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 23 years ago
  96. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 23 years ago
  97. 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 23 years ago
  98. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 23 years ago
  99. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 23 years ago
  100. a6e16a8 Replace all cases of "while 1" with "while True". by Raymond Hettinger · 23 years ago