1. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  2. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  3. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
  4. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
  5. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 24 years ago
  6. 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
  7. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
  8. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  9. c49480e Miscellaneous updates. by Fred Drake · 24 years ago
  10. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
  11. d5f0198 Added names. by Fred Drake · 24 years ago
  12. 986eafd Added missing word; fixed minor nits. by Fred Drake · 24 years ago
  13. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  14. fa214cc Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  15. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 24 years ago
  16. 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 24 years ago
  17. 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 24 years ago
  18. e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 24 years ago
  19. b31d36c Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to by Fred Drake · 24 years ago
  20. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
  21. 4e18f07 Based on comments from Guido, do not describe bisect() and insert() as by Fred Drake · 24 years ago
  22. 288927f Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
  23. 316ef7c Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
  24. b162d18 Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. by Fred Drake · 24 years ago
  25. 19ae783 Added information about the interaction of opening a file in append mode by Fred Drake · 24 years ago
  26. 22e9a5e Markup nit: OK and ERR should be marked \constant in running text. by Fred Drake · 24 years ago
  27. 2a72712 Update documentation to include the new functions, and use the more by Fred Drake · 24 years ago
  28. 9c15fa7 Description of long(): A string parameter is no longer required to be by Fred Drake · 24 years ago
  29. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 24 years ago
  30. d18722b Do not cache <img> tags for navigation icons as agressively; this fixes by Fred Drake · 24 years ago
  31. 2cba0f6 Improve description of else clause of the try/except/else statement. by Fred Drake · 24 years ago
  32. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
  33. 8e2b6b5c Change documentation of 'else' clause of 'try/except' to make clear that it by Thomas Wouters · 24 years ago
  34. be06302 Fix doubled word by Andrew M. Kuchling · 24 years ago
  35. 8694cc4 Remove redundant reference to tab (since it = 'horizontal tab') by Andrew M. Kuchling · 24 years ago
  36. e6bf858 Document ERR and OK by Andrew M. Kuchling · 24 years ago
  37. 1dea760 Make sure subsections are formatted into HTML pages with reasonable names. by Fred Drake · 24 years ago
  38. f08cbb1 Added information on the ExternalEntityParserCreate() method. by Fred Drake · 24 years ago
  39. 5caee40 Add 'see also' link to curses.panel by Andrew M. Kuchling · 24 years ago
  40. 676634b Added documentation for the panel wrapper module by Andrew M. Kuchling · 24 years ago
  41. e412e7a Fix lots of small markup nits. Wrapped some long lines. by Fred Drake · 24 years ago
  42. 68a6f5a Document the window.overlay() and .overwrite() methods by Andrew M. Kuchling · 24 years ago
  43. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  44. 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
  45. dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 24 years ago
  46. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  47. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  48. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 24 years ago
  49. e22e4b2 Oops. The value "0 or +1" for the category argument of PyErr_Warn() by Guido van Rossum · 24 years ago
  50. 9a18a7e Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  51. 3dbb406 Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  52. 2b6d7bc Do not talk about "real" numbers; talk about "floats" or "floating point by Fred Drake · 24 years ago
  53. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 24 years ago
  54. 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 24 years ago
  55. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 24 years ago
  56. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 24 years ago
  57. 4fb5882 Document napms() Add reference to demo directory by Andrew M. Kuchling · 24 years ago
  58. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 24 years ago
  59. f0b3154 Update information on the locking() function, added the needed constants. by Fred Drake · 24 years ago
  60. 4897119 Finish a sentence that was left half-written! by Fred Drake · 24 years ago
  61. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  62. 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
  63. bc9c1b1 Added descriptions of the defined exceptions and their mapping to the by Fred Drake · 24 years ago
  64. ff63f20 "Documentation" for {}.popitem(). by Guido van Rossum · 24 years ago
  65. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago
  66. 2a22200 Adjust explanation of operator precedence summary -- exponentiation groups by Fred Drake · 24 years ago
  67. ed911b8 Added link to HTML version of the NumPy documentation. This closes bug #124943. by Fred Drake · 24 years ago
  68. 5255c79 select.select(): Add note that though this function accepts empty lists, by Fred Drake · 24 years ago
  69. 9a29dd6 Lots of small improvements and bits of added information on the DOM API. by Fred Drake · 24 years ago
  70. c3b18d7 Fix error noted by Gerrit Holl (old; had been buried in my INBOX): by Fred Drake · 24 years ago
  71. 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 24 years ago
  72. 16942f2 Lots of additional information. Not done, but much better. by Fred Drake · 24 years ago
  73. 4c12ee8 Another name! by Fred Drake · 24 years ago
  74. fd4d29c Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The by Fred Drake · 24 years ago
  75. b62966c Note that, as of Python 1.6, the .returns_unicode attribute on parser by Fred Drake · 24 years ago
  76. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  77. 21e4dd0 Two typos caught by /F; thanks! by Fred Drake · 24 years ago
  78. e119c8f Added a comment for ContentHandler.characters() explaining how to migrate by Fred Drake · 24 years ago
  79. 57657bc Update Moshe Zadka's email address to one works and might last a while. by Fred Drake · 24 years ago
  80. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  81. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  82. 827bb9f Adjust to allow an explanation of the changes to be included in the by Fred Drake · 24 years ago
  83. e463f8e A few small refinements to the table building code. by Fred Drake · 24 years ago
  84. c01f6e6 Use a table to describe the keys to the locale information dictionary; by Fred Drake · 24 years ago
  85. e0b9deb Use small tables instead of bare \item markers to describe the contents by Fred Drake · 24 years ago
  86. 1aaf585 Added name. by Fred Drake · 24 years ago
  87. 6b3f3f2 In the first discussion showing how to handle exceptions from C, make the by Fred Drake · 24 years ago
  88. f65ab1b Added entries reflecting the separation of the abstract DOM documentation by Fred Drake · 24 years ago
  89. eaf57aa Substantial re-organization of the DOM documentation. The abstract API by Fred Drake · 24 years ago
  90. 4a6f1df Fix broken backslashes in Unicode strings section. by Fred Drake · 24 years ago
  91. 657ebef Partial fix for SF bug 123730: extra backslash in tutorial. by Tim Peters · 24 years ago
  92. ee814bf Added documentation for the Py_InitModule*() family of functions. by Fred Drake · 24 years ago
  93. 83ff4af Added information on the use of Unicode with the StringIO and cStringIO by Fred Drake · 24 years ago
  94. 0a0ef86 Use a subclass of buildindex.Node to clean up the HTML and get the by Fred Drake · 24 years ago
  95. 6763b31 Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting by Fred Drake · 24 years ago
  96. 2fef3ab Two minor nits. by Fred Drake · 24 years ago
  97. b7a52c9 Minor typo: \subsubsections --> \subsubsection by Fred Drake · 24 years ago
  98. c113465 SF non-bug 123520: fleshed out the tutorial's lambda example a little more. by Tim Peters · 24 years ago
  99. fed0d09 Conversion.write_ordinal(): Not used, remove it. by Fred Drake · 24 years ago
  100. 691a5a7 Convert the LaTeX "tie" (~) to a simple space. by Fred Drake · 24 years ago