1. 2babd7b Document getsize(), getmtime(), getatime(). by Guido van Rossum · 27 years ago
  2. 89a79d1 Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions by Guido van Rossum · 27 years ago
  3. b193c95 Document Ellipsis (not much of a documentation snippet, but at least by Guido van Rossum · 27 years ago
  4. 1eb200d Added 3 missing types: ComplexType, SliceType, EllipsisType. by Guido van Rossum · 27 years ago
  5. 78a6ddb Move files around in a different way, so CVS picks up all the changes. ;-) by Fred Drake · 27 years ago
  6. 64e3b43 Move files around to get the names to match the module names except for by Fred Drake · 27 years ago
  7. cf0fb8b Document the 'p' format character. by Fred Drake · 27 years ago
  8. c457ca7 Fix up Barry's markup, which didn't pass the latex test. ;-) by Fred Drake · 27 years ago
  9. da00c87 Added descriptions of EnvironmentError and OSError; updated IOError to by Barry Warsaw · 27 years ago
  10. eef2cd1 Updated the description of os.error to reflect the fact that it is now by Barry Warsaw · 27 years ago
  11. 27467e4 Logical markup. by Fred Drake · 27 years ago
  12. 3bd9ab0 Use the new module synopsis syntax, even though we don't need a synopsis table by Fred Drake · 27 years ago
  13. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 27 years ago
  14. be26010 # Oops, correct Latex errors. by Guido van Rossum · 27 years ago
  15. 0af2f63 Document how to make a POST request with urlopen(). by Guido van Rossum · 27 years ago
  16. 897b9f0 Add new syntax for specifying filenames on break and clear commands. by Guido van Rossum · 27 years ago
  17. d623d20e7d6 Complete the addition of libthreading.tex. (Isn't it annoying that by Guido van Rossum · 27 years ago
  18. 16440e6 Added libthreading.tex ; this is mostly the contents of threading_api.py, by Andrew M. Kuchling · 27 years ago
  19. dfba2fb Eric Raymond documents two already-existing functions (bmp, png). by Guido van Rossum · 27 years ago
  20. 7bda89f Rewritten a bit to address some criticism in the newsgroup. by Guido van Rossum · 27 years ago
  21. 1717ba4 Normalize markup. by Fred Drake · 27 years ago
  22. 579d366 Normalize the markup. by Fred Drake · 27 years ago
  23. 3f6034d Added index entry. by Fred Drake · 27 years ago
  24. 91e5211 Added \deprecated to exit_thread() function. Reflects Guido's revision. by Fred Drake · 27 years ago
  25. 3240dd2 Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands by Fred Drake · 27 years ago
  26. cf51dac Document __copy__() and __deepcopy__() methods. by Guido van Rossum · 27 years ago
  27. 5b68362 Use the real name of the module: "smtplib", not "smtp". by Fred Drake · 27 years ago
  28. 8ec619f Note that readline returns '' on EOF, not "EOF" (whatever that may be). by Guido van Rossum · 27 years ago
  29. 472b9a3 Clearly I was to quick with the previous commit... by Guido van Rossum · 27 years ago
  30. 97ea116 Documented the pop() method for lists. by Guido van Rossum · 27 years ago
  31. 9c59ce9 Documented os.linesep (line separator). by Guido van Rossum · 27 years ago
  32. cd90509 As suggested by pson@pson.pp.se, correct the docs for head(), body(), article(). by Guido van Rossum · 27 years ago
  33. 52a79e8 Changed URL to crypto page. by Andrew M. Kuchling · 27 years ago
  34. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 27 years ago
  35. f9cfb17 Now cmd is documented too. by Guido van Rossum · 27 years ago
  36. a40d643 Documented smtplib, multifile by Guido van Rossum · 27 years ago
  37. 8ddbe91 Documented cmd, smtplib, multifile by Guido van Rossum · 27 years ago
  38. 8668e8e Contributions by Eric Raymond: documentation for modules by Guido van Rossum · 27 years ago
  39. 73d8bff Document optional kwargs argument to start_new_thread(). Also by Guido van Rossum · 27 years ago
  40. e5836d9 Mark the 'whence' parameter of the file object's seek() method as optional; by Fred Drake · 27 years ago
  41. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 27 years ago
  42. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 27 years ago
  43. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 27 years ago
  44. 5916070 Somewhat updated, but not checked for everything (just the stuff I was using). by Fred Drake · 27 years ago
  45. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 27 years ago
  46. faac013 # Untabified the example :-( by Guido van Rossum · 27 years ago
  47. bca1207 Documented that by default the output goes to stderr, and that a file by Guido van Rossum · 27 years ago
  48. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 27 years ago
  49. 8729483 Some extra notes, and describe a new class (AddressList), all by ESR. by Guido van Rossum · 27 years ago
  50. a3eebe6 Add warning about use of lowercase/uppercase with maketrans(). by Guido van Rossum · 27 years ago
  51. 444d0f8 Eric Raymond: added doc for isheader(); improved docs for constructor. by Guido van Rossum · 27 years ago
  52. 1299100 Document the changes I just checked in. by Guido van Rossum · 27 years ago
  53. 3e5fe42 Document several variables that were previously undocumented, by Guido van Rossum · 27 years ago
  54. 929bd0e Added notes about epochs, the year 2038, and a small Y2K disclaimer by Guido van Rossum · 27 years ago
  55. 5d23758 Added docs for strptime(). by Guido van Rossum · 27 years ago
  56. 5248148 Clarify the type of the signal handler. by Guido van Rossum · 27 years ago
  57. a58e9ed Document missing functions: xor, not, truth, countOf, indexOf, and by Guido van Rossum · 27 years ago
  58. 6a50ba8 Minor grammatical correction: "This module perform ..." --> "This module by Fred Drake · 27 years ago
  59. 7c68ab2 Added entry for mimetypes. by Fred Drake · 27 years ago
  60. b818b46 Add section documenting mimetypes module. by Fred Drake · 27 years ago
  61. 203b4f1 Add an index entry. by Fred Drake · 27 years ago
  62. a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 27 years ago
  63. 02379fa Use \ldots, not \dots. The info process doesn't know about \dots. by Fred Drake · 27 years ago
  64. 7b0c9d8 exec is a statement, not a function! by Guido van Rossum · 27 years ago
  65. 4775d0a Relocating file to mac. by Fred Drake · 27 years ago
  66. f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 27 years ago
  67. 91eeefd Work around lack of support for \if... in latex2html. by Fred Drake · 27 years ago
  68. 06245ac Fix documentation based on comments from Sean Reifschneider by Fred Drake · 27 years ago
  69. b5aa3de Remove extra cruft for texi processing. by Fred Drake · 27 years ago
  70. ca6b4fe Section for bisect module. by Fred Drake · 27 years ago
  71. 188a847 Moved popen2 entry to make more sense. by Fred Drake · 27 years ago
  72. 125024a Updated. by Fred Drake · 27 years ago
  73. 2aefe8d Document changed semantics -- open() now guesses the db type and error by Guido van Rossum · 27 years ago
  74. f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 27 years ago
  75. 1c127e7 calendar module section for the library reference, by Drew Csillag. by Fred Drake · 27 years ago
  76. 6afad37 popen2 section for the library reference, contributed by Drew Csillag, with by Fred Drake · 27 years ago
  77. 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 27 years ago
  78. 4f31694 Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). by Fred Drake · 27 years ago
  79. a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 27 years ago
  80. e28fb67 Add entry for poplib. by Fred Drake · 27 years ago
  81. 42de185 Added \label to subsections which didn't have one, since this module has by Fred Drake · 27 years ago
  82. a933f6a Fix vonmisesvariate() -- it now returns an angle between 0 and *two* by Guido van Rossum · 27 years ago
  83. 4f51558 Mark TMPDIR correctly. by Fred Drake · 27 years ago
  84. 1d9fb63 Remove commented-out Mac chapter. by Fred Drake · 27 years ago
  85. 6b303b4 Signature for dir() omitted the optional argument. by Fred Drake · 27 years ago
  86. 12d9fc9 Use shorter labels; using long labels creates problems on the Macintosh. by Fred Drake · 27 years ago
  87. 95638f5 Added entry for Tkdnd.py. by Fred Drake · 27 years ago
  88. 68fede7 Added item in Misc. for getpass module. by Fred Drake · 27 years ago
  89. 916d8f8 No more threats, just list the new methods under "AST Objects". by Fred Drake · 27 years ago
  90. c4f1ca1 Add a note that pickling is supported. by Fred Drake · 27 years ago
  91. 3e7a48e Revert markup around list of display fields from the disassembler; it doesn't by Fred Drake · 27 years ago
  92. 6250205 Use {methoddesc} instead of {funcdesc} for object methods. by Fred Drake · 27 years ago
  93. 898601b Add cPickle to the list of modules in the chapter. by Fred Drake · 27 years ago
  94. d6d88ff Add cStringIO to the list of modules in the chapter. by Fred Drake · 27 years ago
  95. ee60191 Lighten up tables. by Fred Drake · 27 years ago
  96. 17e5640 Change order of \seemodule macros at end of pickle module section. by Fred Drake · 27 years ago
  97. 9463de2 Document cPickle and cStringIO. by Fred Drake · 27 years ago
  98. fab2f34 When the text of a table cell should be wrapped, used a "p" column. by Fred Drake · 27 years ago
  99. 7e9383a Add a comment to indicate the methods of the StringIO are being discussed... by Fred Drake · 27 years ago
  100. 70c460c Remove imaplib from the undocumented list. by Fred Drake · 27 years ago