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