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