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