1. e99d1db Clarify the description of the else clause for try/except, and add an by Fred Drake · 24 years ago
  2. 9dc30bb Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  3. 69fbf33 Fixed typo in example code; spotted by Everett Lipman by Fred Drake · 24 years ago
  4. 20082d9 Merge in changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  5. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  6. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  7. 2900ff9 Added paragraph explaining that except clauses can't be empty; that by Fred Drake · 25 years ago
  8. f1ad207 Made several grammatical corrections based on comments from Daniel by Fred Drake · 25 years ago
  9. f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
  10. bdadf0f Explain comments at the start of chapter 3. This is needed since they by Fred Drake · 25 years ago
  11. c0fcbc1 Update starship URLs. by Fred Drake · 25 years ago
  12. 511281a In list of sequence comparison examples, "=" should be "==". Reported by Fred Drake · 25 years ago
  13. 93aa0f2 Fixed latex2html weirdness with footnotes. by Fred Drake · 25 years ago
  14. 4b1a07a Fixed grammatical error reported by Donald Wallace Rouse II by Fred Drake · 25 years ago
  15. ee84d59 Lots of nits to respond to various comments from users. by Fred Drake · 25 years ago
  16. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  17. e51aa5b Minor clarifications by Sean Reifschneider: by Guido van Rossum · 26 years ago
  18. cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
  19. f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
  20. db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
  21. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  22. b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
  23. aee5e26 Add warning that mutable argument defaults are evaluated only once; by Guido van Rossum · 26 years ago
  24. 9f86b66 Update to use a separate page for front matter. by Fred Drake · 26 years ago
  25. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  26. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  27. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  28. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  29. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  30. 7238988 Fixed example to load the startup file from a script (didn't test for the by Fred Drake · 26 years ago
  31. c303e67 The built-in exceptions are not still strings, so make no claims about them. by Fred Drake · 26 years ago
  32. e795718 Change \sectcode to logical markup. by Fred Drake · 26 years ago
  33. a594baf Normalized case rules in section headings. by Fred Drake · 26 years ago
  34. 391564f Small markup nits, a few grammatical fixes, and a clarification of the binary by Fred Drake · 26 years ago
  35. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago
  36. 6c2176e Added \label{}s for logical addressing. by Fred Drake · 26 years ago
  37. 8842e86 Remove \bcode / \ecode everywhere. by Fred Drake · 26 years ago
  38. ed68854 "lists objects" --> "list objects" (Section "More on Lists".) by Fred Drake · 26 years ago
  39. 8d486b1 In the appendix, all sections were marked as subsections, and so had section by Fred Drake · 26 years ago
  40. ca6567f Use \url{} to mark URLs. by Fred Drake · 26 years ago
  41. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 26 years ago
  42. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 26 years ago
  43. 3f20592 Consistency: by Fred Drake · 26 years ago
  44. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 26 years ago
  45. 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  46. dccc298 Took out some disclaiming text (even from the title!). Rewritten by Guido van Rossum · 27 years ago
  47. eee08cd Make examples consistently use 4-space indentation. by Fred Drake · 27 years ago
  48. 9e63faa Change Python-as-executable-script example to use "#! /usr/bin/env python" by Fred Drake · 27 years ago
  49. 0245569 New version (interim) by AMK. by Guido van Rossum · 27 years ago
  50. 6dc2aae (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", by Fred Drake · 28 years ago
  51. 76e47f3 Change last Ellipses to Ellipsis :-( by Guido van Rossum · 28 years ago
  52. fd255e4 (tut.tex): Added matching \normalsize after \small font control command by Fred Drake · 28 years ago
  53. 3a26dd8 Done with the "New in 1.4" chapter. by Guido van Rossum · 28 years ago
  54. 6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. by Guido van Rossum · 28 years ago
  55. 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
  56. 97662c8 Version number; started chapter on what's new in 1.4 by Guido van Rossum · 28 years ago
  57. 34e1777 Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. by Guido van Rossum · 28 years ago
  58. bf032a9 mention syslog upgrade by Guido van Rossum · 29 years ago
  59. aa93ca8 mention Fred Drake's parser module by Guido van Rossum · 29 years ago
  60. 288527a updated version and date by Guido van Rossum · 29 years ago
  61. 691d4ec a fe more things: apply 3rd arg, ni, ihooks, rexec by Guido van Rossum · 29 years ago
  62. 9beefa2 describe more 1.3 changes by Guido van Rossum · 29 years ago
  63. a67dee3 move uncomfortable backslash by Guido van Rossum · 29 years ago
  64. eafe32a chapter on new things in 1.3 by Guido van Rossum · 29 years ago
  65. abfa2ca added pointer to libimp.tex for __import__ example by Guido van Rossum · 29 years ago
  66. 96628a9 typos, layout and other small things by Guido van Rossum · 29 years ago
  67. 1133aec versions and dates by Guido van Rossum · 29 years ago
  68. 47b4c0f replace ASCII by macro call by Guido van Rossum · 29 years ago
  69. 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 29 years ago
  70. bcc9582 no need to reference doc strings for documented modules by Guido van Rossum · 29 years ago
  71. 194e57c added chapter on new things in 1.2 by Guido van Rossum · 29 years ago
  72. e5f8b60 spam -> foo (etc.) in examples by Guido van Rossum · 30 years ago
  73. cfb45e4 typos by Guido van Rossum · 30 years ago
  74. 94ed6f5 Oops! version numbers again! by Guido van Rossum · 30 years ago
  75. 29766b2 Add simpler __getattr__ example and document __call__ by Guido van Rossum · 30 years ago
  76. ca3f6c8 Removed description of class.init() method. by Guido van Rossum · 30 years ago
  77. 16cd7f9 Moved author and date to boilerplate.tex. by Guido van Rossum · 30 years ago
  78. c1be9d5 * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda example by Guido van Rossum · 30 years ago
  79. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  80. 6938f06 Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  81. 3cbc16d * lib2.tex (sys): updated sys.std{in,out,err} docs. Added by Guido van Rossum · 31 years ago
  82. 83eb962 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}. by Guido van Rossum · 31 years ago
  83. db65a6c * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. by Guido van Rossum · 31 years ago
  84. 4bd023f * lib3.tex (module string): added rindex(). by Guido van Rossum · 31 years ago
  85. b2c6556 Lots of small changes collected over months... by Guido van Rossum · 31 years ago
  86. 95cd2ef Incorporated Jan-Hein's changes and texinfo conversion. by Guido van Rossum · 32 years ago
  87. 7b3c8a1 Added hint about changing the prompt in $PYTHONSTARTUP by Guido van Rossum · 32 years ago
  88. 9a4e3fc Changed references to /usr/local into /usr/local/bin. Documented $PYTHONSTARTUP by Guido van Rossum · 32 years ago
  89. 084b0b2 Fixed botched lay-out in class example by Guido van Rossum · 32 years ago
  90. da8c3fd Fixed descr of try/finally by Guido van Rossum · 32 years ago
  91. 5e0759d Add chapter on classes (mostly from ../misc/CLASSES). by Guido van Rossum · 32 years ago
  92. 3795378 Moved a4wide option to myformat.sty by Guido van Rossum · 32 years ago
  93. d33024c Copied doc style from other docs by Guido van Rossum · 32 years ago
  94. 573805a _ can now be a normal character. by Guido van Rossum · 32 years ago
  95. cdc9355 Set parskip to 0 in the table of content. by Guido van Rossum · 32 years ago
  96. a8d754e Cosmetic changes; added more subsections to chapter 2; new syntax (==). by Guido van Rossum · 33 years ago
  97. 481ae68 The Reference Manual is now official. by Guido van Rossum · 33 years ago
  98. 8f96f77 Fixed dictionary example to use commas instead of semicolons. by Guido van Rossum · 33 years ago
  99. 6fc178f Too much to describe changed... by Guido van Rossum · 33 years ago
  100. dd01080 Mention "-c command" option. by Guido van Rossum · 33 years ago