1. 4271310 use consistent email address for Tim by Fred Drake · 21 years ago
  2. a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  3. b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 21 years ago
  4. f62444a Fix links and typos. by Raymond Hettinger · 21 years ago
  5. ec3402f Fix typo by Raymond Hettinger · 21 years ago
  6. 8850c87 Fix link by Raymond Hettinger · 21 years ago
  7. 8772d4e Add a standard library tour by Raymond Hettinger · 21 years ago
  8. 7bafa9f Fix typo. (From SF bug #853064) by Walter Dörwald · 21 years ago
  9. 2569528 Convert a 0/1 to False/True. by Raymond Hettinger · 21 years ago
  10. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  11. 65674b8 Documentation for set objects. by Raymond Hettinger · 21 years ago
  12. dc62aec Add a new looping idiom by Raymond Hettinger · 21 years ago
  13. 8ed69e3 SF #829941, update tutorial, built-in types can be base classes since 2.2 by Neal Norwitz · 21 years ago
  14. f12f324 Don't make promises about about the visibility of the induction variable. by Raymond Hettinger · 21 years ago
  15. 95cf84a Patch #821093: Fix various typos. by Martin v. Löwis · 21 years ago
  16. 984920b Make the embedded hyperlinks work. by Fred Drake · 21 years ago
  17. 43b5e40 * Fix markup. by Raymond Hettinger · 21 years ago
  18. d4a1419 Lots of markup corrections. Some are minor, but others are not: the by Fred Drake · 21 years ago
  19. 5a25aa6 Fix spelling and add markup. by Raymond Hettinger · 21 years ago
  20. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 21 years ago
  21. 757dedc first cut at a glossary by Skip Montanaro · 21 years ago
  22. 16434b5 Fix whitespace in example by Raymond Hettinger · 21 years ago
  23. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  24. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  25. 57d7128 SF patch #797868: Tutorial, sec. 5.1.4 could contain an extra example by Raymond Hettinger · 21 years ago
  26. c2a5cb2 Fix typo. by Raymond Hettinger · 21 years ago
  27. 236ffba Adjust some horizontal indentation to be consistent with the style used by Fred Drake · 21 years ago
  28. 90b182c Don't introduce map(None, ...) in the tutorial. In practice, zip() is by Neil Schemenauer · 21 years ago
  29. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  30. 0eec087 Explain argument unpacking by Raymond Hettinger · 21 years ago
  31. b233e54 Nits. by Raymond Hettinger · 21 years ago
  32. 6122d02 SF patch #726751: Clarify docs for except target assignment by Raymond Hettinger · 21 years ago
  33. fa6cce1 Minor fixups and added sections for iterators and generators. by Raymond Hettinger · 21 years ago
  34. dfda8d7 - explain about making Python scripts executable on Unix in more by Fred Drake · 21 years ago
  35. 8ee0060 SF #751062: Tutorial: remove string exceptions, add parnassus, #posts by Raymond Hettinger · 21 years ago
  36. ccd615c SF bug #762990: Awful Grammar in Python Tutorial by Raymond Hettinger · 21 years ago
  37. 32a5e87 minor wordsmithing by Skip Montanaro · 21 years ago
  38. ded8e74 Correct markup errors that prevented formatting. by Fred Drake · 21 years ago
  39. 7928f38 Explain source encodings. Fixes #683486. by Martin v. Löwis · 21 years ago
  40. 2664cbb Remove heading from orphan section. by Fred Drake · 21 years ago
  41. 3a8fbe7 Include "instances of most classes" in a warning about mutable objects by Fred Drake · 21 years ago
  42. 6bab183 Markup nits. by Fred Drake · 21 years ago
  43. a02469f More message updates and minor fixes. by Raymond Hettinger · 21 years ago
  44. a2f84ce Update traceback message by Raymond Hettinger · 21 years ago
  45. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 21 years ago
  46. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 21 years ago
  47. 03e929e Fix some markup nits. by Fred Drake · 21 years ago
  48. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  49. 60de2e8 SF bug #699237: Tutorial uses omitted slice indices before explaining them by Raymond Hettinger · 21 years ago
  50. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  51. d0c7137 Chapter titles that get split over multiple lines in the typeset by Fred Drake · 22 years ago
  52. 7fbd012 Clarify packages in tutorial. Closes SF bug #616211. by Raymond Hettinger · 22 years ago
  53. 55803bc Describe __path__ along with the rest of the package description. by Fred Drake · 22 years ago
  54. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  55. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
  56. a6e16a8 Replace all cases of "while 1" with "while True". by Raymond Hettinger · 22 years ago
  57. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  58. 5c08a99 Remove a broken example of extreme backward compatibility; it is by Fred Drake · 22 years ago
  59. ae7ef57 GvR pointed out that only enclosing function bodies are part of nested scopes. by Raymond Hettinger · 22 years ago
  60. 861bb02 Describe nested scopes in the tutorial. Closes SF bug 500704. by Raymond Hettinger · 22 years ago
  61. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  62. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 22 years ago
  63. 7951f60 Fix spacing in loop example by Raymond Hettinger · 22 years ago
  64. 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 22 years ago
  65. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  66. e7bd876 Message for NameError has changed by Andrew M. Kuchling · 22 years ago
  67. 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 22 years ago
  68. 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 22 years ago
  69. c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 23 years ago
  70. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  71. ecd8157 Include a warning that scripts should not have the same name as standard by Fred Drake · 23 years ago
  72. 6016dbe Talk about str() in the discussion of string representations of values, and by Fred Drake · 23 years ago
  73. fcf9468 Update lambda description to reflect nested scopes. This was noted by by Fred Drake · 23 years ago
  74. 1da50f6 Add a scalar product to the example list comprehensions based on a suggestion by Fred Drake · 23 years ago
  75. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  76. a815916 Fix thinko in a comment about seeking with a file object. by Fred Drake · 23 years ago
  77. 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
  78. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  79. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  80. d3ba10f Clarify the prompt in an example. This closes SF bug #450633. by Fred Drake · 23 years ago
  81. 20c9491 Minor re-wording in the exaplantion of sequence comparisons. by Fred Drake · 23 years ago
  82. 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
  83. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  84. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  85. 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
  86. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  87. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  88. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  89. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  90. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  91. bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
  92. 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
  93. 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 23 years ago
  94. 0c14961 Update to reflect the new string repr -- \n instead of \012. This is the by Fred Drake · 23 years ago
  95. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  96. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  97. 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 23 years ago
  98. 67fdaa4 Correct typos in Ping's email address. by Fred Drake · 23 years ago
  99. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
  100. 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 24 years ago