1. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  2. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  3. d3ba10f Clarify the prompt in an example. This closes SF bug #450633. by Fred Drake · 23 years ago
  4. 20c9491 Minor re-wording in the exaplantion of sequence comparisons. by Fred Drake · 23 years ago
  5. 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
  6. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  7. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  8. 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
  9. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  10. fa9e273 Clarification in the fp appendix suggested on c.l.py by Michael Chermside. by Tim Peters · 23 years ago
  11. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  12. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  13. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  14. bd695a7 Changed all the examples with ugly platform-dependent float output to use by Tim Peters · 23 years ago
  15. 8b0b840 Update output to reflect additional precision produced by the repr() of by Fred Drake · 23 years ago
  16. 9188b21 Correct two floating-point representations printed by the interpreter in by Fred Drake · 23 years ago
  17. 0c14961 Update to reflect the new string repr -- \n instead of \012. This is the by Fred Drake · 23 years ago
  18. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  19. 979d041 Make reference to the Library Reference in the "What Now?" chapter a hyperlink. by Fred Drake · 23 years ago
  20. 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 23 years ago
  21. 67fdaa4 Correct typos in Ping's email address. by Fred Drake · 23 years ago
  22. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 23 years ago
  23. 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 23 years ago
  24. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  25. 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 24 years ago
  26. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
  27. 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
  28. 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
  29. c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
  30. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  31. bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
  32. 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
  33. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  34. 343ad7a Correct some bitrot; some things have become inaccurate in the tutorial. by Fred Drake · 24 years ago
  35. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  36. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  37. 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
  38. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
  39. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  40. 518e55c Rip out the information about the PSA, since the fate of that is not certain. by Fred Drake · 24 years ago
  41. f9b526d More of Rob W. W. Hooft's spelling fixes. The only ones left now are the by Thomas Wouters · 24 years ago
  42. 5443c49 Markup improvements in sections relating to interactive behavior. by Fred Drake · 24 years ago
  43. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  44. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  45. 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  46. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  47. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  48. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  49. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  50. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  51. f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
  52. f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
  53. bdadf0f Explain comments at the start of chapter 3. This is needed since they by Fred Drake · 25 years ago
  54. c0fcbc1 Update starship URLs. by Fred Drake · 25 years ago
  55. 511281a In list of sequence comparison examples, "=" should be "==". Reported by Fred Drake · 25 years ago
  56. 93aa0f2 Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  57. 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 25 years ago
  58. ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 25 years ago
  59. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
  60. e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
  61. cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
  62. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  63. f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
  64. db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
  65. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  66. b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
  67. aee5e26 Add warning that mutable argument defaults are evaluated only once; by Guido van Rossum · 26 years ago
  68. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  69. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  70. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  71. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  72. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  73. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  74. 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 26 years ago
  75. c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 26 years ago
  76. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  77. a594baf Normalized case rules in section headings. by Fred Drake · 26 years ago
  78. 391564f Small markup nits, a few grammatical fixes, and a clarification of the binary by Fred Drake · 26 years ago
  79. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  80. 6c2176e Added \label{}s for logical addressing. by Fred Drake · 26 years ago
  81. 8842e86 Remove \bcode / \ecode everywhere. by Fred Drake · 26 years ago
  82. ed68854 "lists objects" --> "list objects" (Section "More on Lists".) by Fred Drake · 26 years ago
  83. 8d486b1 In the appendix, all sections were marked as subsections, and so had section by Fred Drake · 26 years ago
  84. ca6567f Use \url{} to mark URLs. by Fred Drake · 27 years ago
  85. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  86. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  87. 3f20592 Consistency: by Fred Drake · 27 years ago
  88. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  89. 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  90. dccc298 Took out some disclaiming text (even from the title!). Rewritten by Guido van Rossum · 27 years ago
  91. eee08cd Make examples consistently use 4-space indentation. by Fred Drake · 27 years ago
  92. 9e63faa Change Python-as-executable-script example to use "#! /usr/bin/env python" by Fred Drake · 27 years ago
  93. 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
  94. 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
  95. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  96. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  97. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  98. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  99. 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
  100. 97662c8 Version number; started chapter on what's new in 1.4 by Guido van Rossum · 28 years ago