1. c37f5b3 Adjust documentation for new.instance() to reflect that the second by Fred Drake · 24 years ago
  2. 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 24 years ago
  3. e7213c7 Emphasis that instantiating this class doesn't consume the message body. by Eric S. Raymond · 24 years ago
  4. 66f98b4 Fix a number of typos found by Guido. by Fred Drake · 24 years ago
  5. 8c071d4 Massively improved documentation for string formatting operations, by Fred Drake · 24 years ago
  6. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 24 years ago
  7. 2905248 Removed references to Python 1.5.3; that was a "tentative" number I used by Fred Drake · 24 years ago
  8. 517ce23 Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. by Tim Peters · 24 years ago
  9. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 24 years ago
  10. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
  11. 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 24 years ago
  12. 21f37e1 Fixed a bug where \& was needed. by Barry Warsaw · 24 years ago
  13. 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 24 years ago
  14. 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 24 years ago
  15. 9368a12 Fix an obvious usage nit I should have caught myself on the previous by Fred Drake · 24 years ago
  16. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  17. b1b6a11 AttributeList --> NamedNodeMap by Fred Drake · 24 years ago
  18. 0110d3b new unicodedata functions (name, lookup) by Fredrik Lundh · 24 years ago
  19. eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 24 years ago
  20. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
  21. aeb5532 Oops...finish a mangled sentence. by Eric S. Raymond · 24 years ago
  22. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
  23. dc40ac0 Added link to the "Python Codecs" project at SourceForge. by Fred Drake · 24 years ago
  24. 0f564ea Change some wording to make this work with PDF generation -- using a PDF by Fred Drake · 24 years ago
  25. 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 24 years ago
  26. ef8cd7c Minor markup adjustment. by Fred Drake · 24 years ago
  27. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
  28. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 24 years ago
  29. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 24 years ago
  30. 9483bed correct typo - closes bug #129205 by Skip Montanaro · 24 years ago
  31. 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 24 years ago
  32. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  33. 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 24 years ago
  34. 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 24 years ago
  35. 25be193 Fix a few small markup/consistency nits. by Fred Drake · 24 years ago
  36. bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 24 years ago
  37. 83ad501 effbot caught a typo! by Barry Warsaw · 24 years ago
  38. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 24 years ago
  39. a770e86 Fixing author's email address. by Barry Warsaw · 24 years ago
  40. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 24 years ago
  41. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 24 years ago
  42. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
  43. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
  44. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
  45. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
  46. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  47. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  48. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
  49. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
  50. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
  51. 986eafd Added missing word; fixed minor nits. by Fred Drake · 24 years ago
  52. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  53. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 24 years ago
  54. 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 24 years ago
  55. e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 24 years ago
  56. 4e18f07 Based on comments from Guido, do not describe bisect() and insert() as by Fred Drake · 24 years ago
  57. 288927f Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
  58. b162d18 Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. by Fred Drake · 24 years ago
  59. 19ae783 Added information about the interaction of opening a file in append mode by Fred Drake · 24 years ago
  60. 22e9a5e Markup nit: OK and ERR should be marked \constant in running text. by Fred Drake · 24 years ago
  61. 2a72712 Update documentation to include the new functions, and use the more by Fred Drake · 24 years ago
  62. 9c15fa7 Description of long(): A string parameter is no longer required to be by Fred Drake · 24 years ago
  63. be06302 Fix doubled word by Andrew M. Kuchling · 24 years ago
  64. 8694cc4 Remove redundant reference to tab (since it = 'horizontal tab') by Andrew M. Kuchling · 24 years ago
  65. e6bf858 Document ERR and OK by Andrew M. Kuchling · 24 years ago
  66. 1dea760 Make sure subsections are formatted into HTML pages with reasonable names. by Fred Drake · 24 years ago
  67. f08cbb1 Added information on the ExternalEntityParserCreate() method. by Fred Drake · 24 years ago
  68. 5caee40 Add 'see also' link to curses.panel by Andrew M. Kuchling · 24 years ago
  69. 676634b Added documentation for the panel wrapper module by Andrew M. Kuchling · 24 years ago
  70. e412e7a Fix lots of small markup nits. Wrapped some long lines. by Fred Drake · 24 years ago
  71. 68a6f5a Document the window.overlay() and .overwrite() methods by Andrew M. Kuchling · 24 years ago
  72. 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
  73. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  74. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 24 years ago
  75. 2b6d7bc Do not talk about "real" numbers; talk about "floats" or "floating point by Fred Drake · 24 years ago
  76. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 24 years ago
  77. 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 24 years ago
  78. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 24 years ago
  79. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 24 years ago
  80. 4fb5882 Document napms() Add reference to demo directory by Andrew M. Kuchling · 24 years ago
  81. f0b3154 Update information on the locking() function, added the needed constants. by Fred Drake · 24 years ago
  82. 4897119 Finish a sentence that was left half-written! by Fred Drake · 24 years ago
  83. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  84. 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
  85. bc9c1b1 Added descriptions of the defined exceptions and their mapping to the by Fred Drake · 24 years ago
  86. ff63f20 "Documentation" for {}.popitem(). by Guido van Rossum · 24 years ago
  87. ed911b8 Added link to HTML version of the NumPy documentation. This closes bug #124943. by Fred Drake · 24 years ago
  88. 5255c79 select.select(): Add note that though this function accepts empty lists, by Fred Drake · 24 years ago
  89. 9a29dd6 Lots of small improvements and bits of added information on the DOM API. by Fred Drake · 24 years ago
  90. 16942f2 Lots of additional information. Not done, but much better. by Fred Drake · 24 years ago
  91. fd4d29c Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The by Fred Drake · 24 years ago
  92. b62966c Note that, as of Python 1.6, the .returns_unicode attribute on parser by Fred Drake · 24 years ago
  93. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  94. 21e4dd0 Two typos caught by /F; thanks! by Fred Drake · 24 years ago
  95. e119c8f Added a comment for ContentHandler.characters() explaining how to migrate by Fred Drake · 24 years ago
  96. 57657bc Update Moshe Zadka's email address to one works and might last a while. by Fred Drake · 24 years ago
  97. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  98. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  99. c01f6e6 Use a table to describe the keys to the locale information dictionary; by Fred Drake · 24 years ago
  100. e0b9deb Use small tables instead of bare \item markers to describe the contents by Fred Drake · 24 years ago