1. 7bda89f Rewritten a bit to address some criticism in the newsgroup. by Guido van Rossum · 26 years ago
  2. 1717ba4 Normalize markup. by Fred Drake · 26 years ago
  3. 579d366 Normalize the markup. by Fred Drake · 26 years ago
  4. 3f6034d Added index entry. by Fred Drake · 26 years ago
  5. 91e5211 Added \deprecated to exit_thread() function. Reflects Guido's revision. by Fred Drake · 26 years ago
  6. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 26 years ago
  7. cf51dac Document __copy__() and __deepcopy__() methods. by Guido van Rossum · 26 years ago
  8. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 26 years ago
  9. 8ec619f Note that readline returns '' on EOF, not "EOF" (whatever that may be). by Guido van Rossum · 26 years ago
  10. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 26 years ago
  11. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 26 years ago
  12. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 26 years ago
  13. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 26 years ago
  14. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 26 years ago
  15. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  16. f9cfb17 Now cmd is documented too. by Guido van Rossum · 26 years ago
  17. a40d643 Documented smtplib, multifile by Guido van Rossum · 26 years ago
  18. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 26 years ago
  19. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 26 years ago
  20. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 26 years ago
  21. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 26 years ago
  22. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  23. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  24. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  25. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 26 years ago
  26. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  27. faac013 # Untabified the example :-( by Guido van Rossum · 26 years ago
  28. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 26 years ago
  29. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  30. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  31. a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 26 years ago
  32. 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 26 years ago
  33. 1299100 Document the changes I just checked in. by Guido van Rossum · 26 years ago
  34. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 26 years ago
  35. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 26 years ago
  36. 5d23758 Added docs for strptime(). by Guido van Rossum · 26 years ago
  37. 5248148 Clarify the type of the signal handler. by Guido van Rossum · 26 years ago
  38. a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 26 years ago
  39. 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 26 years ago
  40. 7c68ab2 Added entry for mimetypes. by Fred Drake · 26 years ago
  41. b818b46 Add section documenting mimetypes module. by Fred Drake · 26 years ago
  42. 203b4f1 Add an index entry. by Fred Drake · 26 years ago
  43. a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 26 years ago
  44. 02379fa Use \ldots, not \dots. The info process doesn't know about \dots. by Fred Drake · 26 years ago
  45. 7b0c9d8 exec is a statement, not a function! by Guido van Rossum · 26 years ago
  46. 4775d0a Relocating file to mac. by Fred Drake · 26 years ago
  47. f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 26 years ago
  48. 91eeefd Work around lack of support for \if... in latex2html. by Fred Drake · 26 years ago
  49. 06245ac Fix documentation based on comments from Sean Reifschneider by Fred Drake · 26 years ago
  50. b5aa3de Remove extra cruft for texi processing. by Fred Drake · 26 years ago
  51. ca6b4fe Section for bisect module. by Fred Drake · 26 years ago
  52. 188a847 Moved popen2 entry to make more sense. by Fred Drake · 26 years ago
  53. 125024a Updated. by Fred Drake · 26 years ago
  54. 2aefe8d Document changed semantics -- open() now guesses the db type and error by Guido van Rossum · 26 years ago
  55. f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 26 years ago
  56. 1c127e7 calendar module section for the library reference, by Drew Csillag. by Fred Drake · 26 years ago
  57. 6afad37 popen2 section for the library reference, contributed by Drew Csillag, with by Fred Drake · 26 years ago
  58. 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 26 years ago
  59. 4f31694 Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). by Fred Drake · 26 years ago
  60. a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 26 years ago
  61. e28fb67 Add entry for poplib. by Fred Drake · 26 years ago
  62. 42de185 Added \label to subsections which didn't have one, since this module has by Fred Drake · 26 years ago
  63. a933f6a Fix vonmisesvariate() -- it now returns an angle between 0 and *two* by Guido van Rossum · 26 years ago
  64. 4f51558 Mark TMPDIR correctly. by Fred Drake · 26 years ago
  65. 1d9fb63 Remove commented-out Mac chapter. by Fred Drake · 26 years ago
  66. 6b303b4 Signature for dir() omitted the optional argument. by Fred Drake · 26 years ago
  67. 12d9fc9 Use shorter labels; using long labels creates problems on the Macintosh. by Fred Drake · 26 years ago
  68. 95638f5 Added entry for Tkdnd.py. by Fred Drake · 26 years ago
  69. 68fede7 Added item in Misc. for getpass module. by Fred Drake · 26 years ago
  70. 916d8f8 No more threats, just list the new methods under "AST Objects". by Fred Drake · 26 years ago
  71. c4f1ca1 Add a note that pickling is supported. by Fred Drake · 26 years ago
  72. 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 26 years ago
  73. 6250205 Use {methoddesc} instead of {funcdesc} for object methods. by Fred Drake · 26 years ago
  74. 898601b Add cPickle to the list of modules in the chapter. by Fred Drake · 26 years ago
  75. d6d88ff Add cStringIO to the list of modules in the chapter. by Fred Drake · 26 years ago
  76. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  77. 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 26 years ago
  78. 9463de2 Document cPickle and cStringIO. by Fred Drake · 26 years ago
  79. fab2f34 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  80. 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 26 years ago
  81. 70c460c Remove imaplib from the undocumented list. by Fred Drake · 26 years ago
  82. a38a286 Include () after function name. by Fred Drake · 26 years ago
  83. 0d213d3 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 26 years ago
  84. 34672db Remove over-active replace-string turds. by Fred Drake · 26 years ago
  85. 8f6b958 Use {memberdesc} to mark the instance attributes. by Fred Drake · 26 years ago
  86. 7dba8e2 Hmmm... better add some \label macros for logical addressing while I'm at it. by Fred Drake · 26 years ago
  87. 2a37455 It's "Lauder", not "Lauders"! by Fred Drake · 26 years ago
  88. e5cf53a Formatting nits. by Fred Drake · 26 years ago
  89. eb4ed15 Shift index entries around a little so the HTML doesn't have weird spacing. by Fred Drake · 26 years ago
  90. 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 26 years ago
  91. 36751b0 Remove obsolete module soundex from list of modules. by Fred Drake · 26 years ago
  92. c48b772 Remove obsolete module rand from list of modules. by Fred Drake · 26 years ago
  93. 89de314 First cut at documentation for imaplib. Based on original documentation by by Fred Drake · 26 years ago
  94. 007bac3 Added smtplib.py (thanks, Guido!). by Fred Drake · 26 years ago
  95. 2cb824c Don't use \samp when \code is better. by Fred Drake · 26 years ago
  96. 45c634e Work around a small (& annoying) limitation of the latex2html support for by Fred Drake · 26 years ago
  97. 8a254b5 Removed misleading comment about GNU software. This module and the zlib by Fred Drake · 26 years ago
  98. 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 26 years ago
  99. 20ca917 Don't assume that \version expands to the 3-character major.minor number; it by Fred Drake · 26 years ago
  100. 363ab1a Comment out the soundex section. by Fred Drake · 26 years ago