1. a4289a7 In the example iterating over sys.argv and opening each argument, by Guido van Rossum · 26 years ago
  2. 7bda89f Rewritten a bit to address some criticism in the newsgroup. by Guido van Rossum · 26 years ago
  3. 5f574aa Added back the description of the exec statement. It appears that I by Guido van Rossum · 26 years ago
  4. 1717ba4 Normalize markup. by Fred Drake · 26 years ago
  5. 579d366 Normalize the markup. by Fred Drake · 26 years ago
  6. 3f6034d Added index entry. by Fred Drake · 26 years ago
  7. 91e5211 Added \deprecated to exit_thread() function. Reflects Guido's revision. by Fred Drake · 26 years ago
  8. 8e54abe Fix the \kbd definition so it didn't leave the courier face on. by Fred Drake · 26 years ago
  9. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 26 years ago
  10. 108943c Added a section to the chapter on modules, describing the package system. by Andrew M. Kuchling · 26 years ago
  11. cf51dac Document __copy__() and __deepcopy__() methods. by Guido van Rossum · 26 years ago
  12. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 26 years ago
  13. 8ec619f Note that readline returns '' on EOF, not "EOF" (whatever that may be). by Guido van Rossum · 26 years ago
  14. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 26 years ago
  15. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 26 years ago
  16. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 26 years ago
  17. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 26 years ago
  18. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 26 years ago
  19. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  20. 002f7aa Note that no .pyc/.pyo files are created for script files. by Guido van Rossum · 26 years ago
  21. f9cfb17 Now cmd is documented too. by Guido van Rossum · 26 years ago
  22. a40d643 Documented smtplib, multifile by Guido van Rossum · 26 years ago
  23. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  24. f78a52c Added cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  25. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  26. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 26 years ago
  27. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 26 years ago
  28. 2d4a54d Removed loading of shared font stuff from howto.cls and manual.cls, moving it by Fred Drake · 26 years ago
  29. 44c413b Make the large letter at the top of each section use the sans-serif font, by Fred Drake · 26 years ago
  30. 8e7c826 Added texinputs/pypaper.sty to the list of manual style files, so that the by Fred Drake · 26 years ago
  31. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  32. a8a1b9b There's no point in mentioning F6 as an alternate EOF on DOS -- it by Guido van Rossum · 26 years ago
  33. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  34. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  35. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  36. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  37. faac013 # Untabified the example :-( by Guido van Rossum · 26 years ago
  38. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 26 years ago
  39. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  40. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  41. 60f2f0c Lots of changes to get this in sync with the Frame version. by Guido van Rossum · 26 years ago
  42. 0bd3795 Two small additions to make it identical to the obsolete Frame version. by Guido van Rossum · 26 years ago
  43. dc1dab1 NewNew abstract, copied from the obsolete Frame version. by Guido van Rossum · 26 years ago
  44. a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 26 years ago
  45. 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 26 years ago
  46. 1299100 Document the changes I just checked in. by Guido van Rossum · 26 years ago
  47. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 26 years ago
  48. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 26 years ago
  49. 5d23758 Added docs for strptime(). by Guido van Rossum · 26 years ago
  50. 5248148 Clarify the type of the signal handler. by Guido van Rossum · 26 years ago
  51. 13c8ef6 Say a bit more about .pyc and .pyo files. by Guido van Rossum · 26 years ago
  52. a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 26 years ago
  53. 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 26 years ago
  54. 885215c Added support for AMK's {definitions} environment; thanks for the reminder! by Fred Drake · 26 years ago
  55. 3bf7865 Added {definitions} environment, which has \term to define indivual terms. by Fred Drake · 26 years ago
  56. e194beb Don't use a separate node for footnotes; see if people scream. ;-) by Fred Drake · 26 years ago
  57. e87ab1f Fix definition of release_version (global). by Fred Drake · 26 years ago
  58. 7c68ab2 Added entry for mimetypes. by Fred Drake · 26 years ago
  59. 806a1bf webcheck target in this Makefile wasn't used. by Fred Drake · 26 years ago
  60. 79c0f0e Fix the webcheck target so it checks the right files.... by Fred Drake · 26 years ago
  61. edde150 Add mimetypes documentation to library reference dependencies. by Fred Drake · 26 years ago
  62. b818b46 Add section documenting mimetypes module. by Fred Drake · 26 years ago
  63. c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
  64. e593b62 Small change to the l2h target allowing the output dir, $(HTMLDIR), to be by Fred Drake · 26 years ago
  65. a4565b0 Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  66. 8dbf46a Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  67. e0a0fcd Update note about latex2html version required. by Fred Drake · 26 years ago
  68. cdbd391 Add support for the Macintosh Library Modules document. by Fred Drake · 26 years ago
  69. 5b73cdf Revise comment about \let support a little to more accurately reflect the by Fred Drake · 26 years ago
  70. 13b1f43 Ignore the mac/ directory.... by Fred Drake · 26 years ago
  71. d637406 Update to use the output names used by latex2html for the Python Reference by Fred Drake · 26 years ago
  72. 7a4ad0f Extend handling for \let a bit, to also allow \let\something=<character>. We by Fred Drake · 26 years ago
  73. 8d1b338 Remove debugging echo. by Fred Drake · 26 years ago
  74. e16f679 do_cmd_let(): Simple implementation to allow \let to be used to establish by Fred Drake · 26 years ago
  75. d07868a Added support for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  76. 6df93ef Added definitions for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  77. df825a1 Fix the fix to allow the .tex document sources not live in ".". by Fred Drake · 26 years ago
  78. 25d4e28 Mostly spurious change to ensure that everyone's version of this picks up the by Fred Drake · 26 years ago
  79. f4fc476 Don't run tools/toc2bkm.py unless we're building PDF. by Fred Drake · 26 years ago
  80. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  81. 203b4f1 Add an index entry. by Fred Drake · 26 years ago
  82. 1a87e9d Add comments about release status. by Fred Drake · 26 years ago
  83. e34ab30 Switch to .tgz instead of .tar.gz to appease Windows users. by Fred Drake · 26 years ago
  84. 72dd58d Use .tgz instead of .tar.gz for the output file name. by Fred Drake · 26 years ago
  85. d2af396 Change ignored extension .tar.gz to .tgz. by Fred Drake · 26 years ago
  86. 2f61cd4 Ignore intermediate files. by Fred Drake · 26 years ago
  87. ba1700c Set the right page size in the PDF output. by Fred Drake · 26 years ago
  88. d5d473f Add --letter option, similar to --a4. This is a no-op, but can be used from by Fred Drake · 26 years ago
  89. 8981fdf Add the clean, clobber targets here for this directory. by Fred Drake · 26 years ago
  90. a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 26 years ago
  91. 58ff112 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  92. 4190fae Added a section about documentation for the Mac modules. by Fred Drake · 26 years ago
  93. 1a3541c Oops, better add it to the usage message! by Fred Drake · 26 years ago
  94. 3504952 Add easy-to-use support for A4 paper. by Fred Drake · 26 years ago
  95. efad443 Remove the tarhtml target; not useful from the sub-make. by Fred Drake · 26 years ago
  96. 29cabd4 Pass the release number to the tools/mktarball.sh script. by Fred Drake · 26 years ago
  97. f2fa1e2 Accept the release number on the command line instead of hardcoding it. by Fred Drake · 26 years ago
  98. 323dc70 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  99. 2e7edb8 do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). by Fred Drake · 26 years ago
  100. d69e2c4 Update some of the comments. by Fred Drake · 26 years ago