1. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  2. 8c9fc00 Add index entry "I/O control, buffering" for fdopen(). by Fred Drake · 25 years ago
  3. a94f676 Add index entry "I/O control, buffering" for makefile(). by Fred Drake · 25 years ago
  4. 068bdb1 Change the directory tree walking example to use clearer variable by Guido van Rossum · 25 years ago
  5. c71b802 Markup nits. by Fred Drake · 25 years ago
  6. ce20112 Fixed hyperlink references to the __builtin__ and __main__ modules; by Fred Drake · 25 years ago
  7. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  8. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  9. 5d48e45 typo: privide --> provide by Fred Drake · 25 years ago
  10. 6db897c Move chdir() and getcwd() descriptions to "Files and Directories" with by Fred Drake · 25 years ago
  11. 3a4ceb7 Several methods return tuples, not lists. by Fred Drake · 25 years ago
  12. 363d67c Move some misc. comments from the example section to the main section. by Fred Drake · 25 years ago
  13. 1508970 dir() method description revised based on comments from Greg Stein. by Fred Drake · 25 years ago
  14. 6166b87 Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  15. d5dfe98 Fix a number of minor problems pointed out by /F. by Fred Drake · 25 years ago
  16. 0d6e6e0 Fixed typo reported by /F; thanks! by Fred Drake · 25 years ago
  17. 82ac24f Minor markup nit. by Fred Drake · 25 years ago
  18. 0452007 Added entry for asyncore module. by Fred Drake · 25 years ago
  19. 4179691 Fix a few markup nits, improve some index entries. by Fred Drake · 25 years ago
  20. 7d80779 New documentation from Chris Petrilli <petrilli@amber.org>. by Fred Drake · 25 years ago
  21. 2270208 For spawn*(), point to the magic constants; some readers have a hard by Fred Drake · 25 years ago
  22. e4694eb Removed entries for several modules which have been documented. by Fred Drake · 25 years ago
  23. 4c8d83f Documentation for dl module from Moshe. by Fred Drake · 25 years ago
  24. 44a7a7c Added entry for dl module. by Fred Drake · 25 years ago
  25. 85b5683 Remove extraneous "contains" -- pointed out by Daniel Barclay by Fred Drake · 25 years ago
  26. 859dc53 Per Frank Stajano's suggestion, state explicitly that the functions by Fred Drake · 25 years ago
  27. b216060 Make the reference to the os module in the module synopsis (for the by Fred Drake · 25 years ago
  28. 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 25 years ago
  29. 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 25 years ago
  30. abc64b7 Added entry for pty module. by Fred Drake · 25 years ago
  31. a4b5d58 pty documentation from Moshe; with small edits. by Fred Drake · 25 years ago
  32. 31d10cb Improve description of the example. by Fred Drake · 25 years ago
  33. f5213c2 Usage nit: a bunch of "nor"s should have been a single "or". by Fred Drake · 25 years ago
  34. 8ad2703 Minor wording change in section title. by Fred Drake · 25 years ago
  35. ac00c4c byteswap() method: Tell *what* exception gets raised when the type by Fred Drake · 25 years ago
  36. 9118f7c Remove unnecessary comma. by Fred Drake · 25 years ago
  37. 9e0b622 Comment out XXX comment; this needn't appear in the formatted by Fred Drake · 25 years ago
  38. ef1a029 Add note about not being able to use this module with modules not by Fred Drake · 25 years ago
  39. 4886c66 Moshe: Remove extraneous "and". by Fred Drake · 25 years ago
  40. e4d7818 Added entries for mutex and nis modules. by Fred Drake · 25 years ago
  41. 7fefba5 NIS documentation from Moshe. by Fred Drake · 25 years ago
  42. 2231357 Mutex documentation from Moshe. by Fred Drake · 25 years ago
  43. 7a65a26 Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors by Fred Drake · 25 years ago
  44. 14ae4b4 Fix some typos. by Fred Drake · 25 years ago
  45. c4e3bf9 Add entries for the sched module. by Fred Drake · 25 years ago
  46. 7e99032 Moshe's section on the sched module, with edits. by Fred Drake · 25 years ago
  47. 60b66e1 Update to Sjoerd's documentation of the chunk module, with some by Fred Drake · 25 years ago
  48. cf6905f Clarify the example by explicitly importing the fcntl module -- this by Guido van Rossum · 25 years ago
  49. 7c24264 Removed tty module entry. by Fred Drake · 25 years ago
  50. 1b2dc90 Add entries for tty module. by Fred Drake · 25 years ago
  51. 0bccd73 Updates from Moshe, again edited by me. Describe the parameters to by Fred Drake · 25 years ago
  52. 92f3f41 Added "See Also" section for termios module. by Fred Drake · 25 years ago
  53. ae4d5c2 Various updates. by Fred Drake · 25 years ago
  54. 66239d5 tty module documentation from Moshe, with some editing and an added by Fred Drake · 25 years ago
  55. af81a50 Added more sections... by Fred Drake · 25 years ago
  56. b742a42 Two more from Moshe! by Fred Drake · 25 years ago
  57. 707f8e6 Added entry for the chunk module. by Fred Drake · 25 years ago
  58. 97793ab New section from Moshe Zadka, modified by FLD for markup, some by Fred Drake · 25 years ago
  59. 0f871dc Added some "See also" references to htmllib docs. by Fred Drake · 25 years ago
  60. 2cd31dc Added entry for curses module. by Fred Drake · 25 years ago
  61. a4070ce Preliminary documentation for the curses module by Moshe Zadka, with by Fred Drake · 25 years ago
  62. d5d55ea Fix a markup error. by Fred Drake · 25 years ago
  63. 4755e7d Three more modules documented by Moshe! by Fred Drake · 25 years ago
  64. 6f49e0a Added a few minor comments, mostly to discourage documentation of by Fred Drake · 25 years ago
  65. a88ef00 Further clarfication of the system-dependence of the system() return by Fred Drake · 25 years ago
  66. 46e1a32 Re-categorize the dump module as obsolete. by Fred Drake · 25 years ago
  67. 354e982 fpformat has been documented for at least a week now! by Fred Drake · 25 years ago
  68. 26921da Small markup & usage adjustments. by Fred Drake · 25 years ago
  69. e019789 Correction: the parameters of new.instance() are type-checked. by Fred Drake · 25 years ago
  70. de69ae1 Updated version from Moshe, with a re-written warning about the by Fred Drake · 25 years ago
  71. 173ba5e Minor markup nits. by Fred Drake · 25 years ago
  72. 97c2fa0 Small English usage nits. by Fred Drake · 25 years ago
  73. 7487c02 Small markup and English usage nits. by Fred Drake · 25 years ago
  74. 26da284 Add/remove entries due to additional sections from Moshe. by Fred Drake · 25 years ago
  75. 64bc94e New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>! by Fred Drake · 25 years ago
  76. e55702b Added note to __not__() description that this operation is defined by Fred Drake · 25 years ago
  77. 1e44029 Several new index entries to make find this easier. by Fred Drake · 25 years ago
  78. c46864e Misc. changes related to the new sections. by Fred Drake · 25 years ago
  79. 21572fd New sections from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 25 years ago
  80. 7df4dd7 Add entry for the fpformat module. by Fred Drake · 25 years ago
  81. 1739d2f Documentation for the fpformat module by Moshe Zadka <mzadka@geocities.com>. by Fred Drake · 25 years ago
  82. 2f97901 Added 'ce' to the list of "registered" values for os.name. by Fred Drake · 25 years ago
  83. 9c5cc14 Some clarifications on operations for mapping types, based on comments by Fred Drake · 25 years ago
  84. 697c779 Adjust indexing for __import__(); based on comments by Stefan Franke by Fred Drake · 25 years ago
  85. 28b1770 Improve index entry for "import"; responding to comments by Stefan by Fred Drake · 25 years ago
  86. 06a73f0 Work around latex2html problem; reported by Gerrit Holl <gerrit.holl@pobox.com>. by Fred Drake · 25 years ago
  87. 4d5c87b Declare the "util" module obsolete. by Fred Drake · 25 years ago
  88. 7a62128 At David Ascher's request, clarify that os.system() always returns 0 by Fred Drake · 25 years ago
  89. ae0f292 Fix typo reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
  90. 66ab4e8 Patch by Jim Fulton to document the new parse_qls(). by Guido van Rossum · 25 years ago
  91. 4727456 Add doc for timegm(). by Guido van Rossum · 25 years ago
  92. 5fac2ab Fix availability clause; mention availability of similar functionality by Fred Drake · 25 years ago
  93. 3aa70d6 Document the "pid" attribute of the Popen3 class. by Fred Drake · 25 years ago
  94. a7ce52b0 Typo reported by Gerry Wiener <wiener@rap.ucar.edu>: by Fred Drake · 25 years ago
  95. abc8cc6 Move some \index entries around so we can avoid using empty comments; by Fred Drake · 25 years ago
  96. 82f355a Change the example of configuring for large file support under Solaris by Fred Drake · 25 years ago
  97. 6b330ba8 "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  98. 338da93 SET_LINE_NO ==> SET_LINENO by Fred Drake · 25 years ago
  99. 33378da Added paragraph explaininng the text/binary flavors of some methods, by Fred Drake · 25 years ago
  100. dbc2d08 POP3.uidl(): Update description based on comments from Piers Lauder by Fred Drake · 25 years ago