1. 44c42b9 Added a tutorial note and example regarding the scope of loop variables by Raymond Hettinger · 22 years ago
  2. a6e16a8 Replace all cases of "while 1" with "while True". by Raymond Hettinger · 22 years ago
  3. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  4. 5c08a99 Remove a broken example of extreme backward compatibility; it is by Fred Drake · 22 years ago
  5. ae7ef57 GvR pointed out that only enclosing function bodies are part of nested scopes. by Raymond Hettinger · 22 years ago
  6. 861bb02 Describe nested scopes in the tutorial. Closes SF bug 500704. by Raymond Hettinger · 22 years ago
  7. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  8. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 22 years ago
  9. 7951f60 Fix spacing in loop example by Raymond Hettinger · 22 years ago
  10. 55ad7f8 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 22 years ago
  11. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  12. e7bd876 Message for NameError has changed by Andrew M. Kuchling · 22 years ago
  13. 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 22 years ago
  14. 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 22 years ago
  15. c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 23 years ago
  16. 23d45f4 Fix up some examples in the tutorial so we don't contradict our own by Fred Drake · 23 years ago
  17. ecd8157 Include a warning that scripts should not have the same name as standard by Fred Drake · 23 years ago
  18. 6016dbe Talk about str() in the discussion of string representations of values, and by Fred Drake · 23 years ago
  19. fcf9468 Update lambda description to reflect nested scopes. This was noted by by Fred Drake · 23 years ago
  20. 1da50f6 Add a scalar product to the example list comprehensions based on a suggestion by Fred Drake · 23 years ago
  21. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  22. a815916 Fix thinko in a comment about seeking with a file object. by Fred Drake · 23 years ago
  23. 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
  24. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  25. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  26. d3ba10f Clarify the prompt in an example. This closes SF bug #450633. by Fred Drake · 23 years ago
  27. 20c9491 Minor re-wording in the exaplantion of sequence comparisons. by Fred Drake · 23 years ago
  28. 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
  29. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  30. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  31. 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
  32. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  33. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  34. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  35. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  36. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  37. bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
  38. 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
  39. 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 23 years ago
  40. 0c14961 Update to reflect the new string repr -- \n instead of \012. This is the by Fred Drake · 23 years ago
  41. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  42. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  43. 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 23 years ago
  44. 67fdaa4 Correct typos in Ping's email address. by Fred Drake · 23 years ago
  45. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 23 years ago
  46. 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 23 years ago
  47. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  48. 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 24 years ago
  49. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
  50. 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
  51. 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
  52. c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
  53. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  54. bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
  55. 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
  56. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  57. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  58. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  59. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  60. 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
  61. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
  62. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  63. 518e55c Rip out the information about the PSA, since the fate of that is not certain. by Fred Drake · 24 years ago
  64. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  65. 5443c49 Markup improvements in sections relating to interactive behavior. by Fred Drake · 24 years ago
  66. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  67. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  68. 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  69. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  70. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  71. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  72. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  73. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  74. f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
  75. f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
  76. bdadf0f Explain comments at the start of chapter 3. This is needed since they by Fred Drake · 25 years ago
  77. c0fcbc1 Update starship URLs. by Fred Drake · 25 years ago
  78. 511281a In list of sequence comparison examples, "=" should be "==". Reported by Fred Drake · 25 years ago
  79. 93aa0f2 Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  80. 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 25 years ago
  81. ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 25 years ago
  82. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
  83. e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
  84. cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
  85. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  86. f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
  87. db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
  88. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  89. b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
  90. aee5e26 Add warning that mutable argument defaults are evaluated only once; by Guido van Rossum · 26 years ago
  91. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  92. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  93. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  94. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  95. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  96. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  97. 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 26 years ago
  98. c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 26 years ago
  99. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  100. a594baf Normalized case rules in section headings. by Fred Drake · 26 years ago