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