1. 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 23 years ago
  2. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 23 years ago
  3. 5566c1c Fixed a bunch of typos caught by Gilles Civario. by Fred Drake · 23 years ago
  4. 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 23 years ago
  5. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 23 years ago
  6. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 23 years ago
  7. ab782dd Document rich comparisons. by Guido van Rossum · 23 years ago
  8. 9483bed correct typo - closes bug #129205 by Skip Montanaro · 23 years ago
  9. 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 23 years ago
  10. a544ea2 Undoing the whitespace patches which sneaked into the earlier patch. by Marc-André Lemburg · 23 years ago
  11. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 23 years ago
  12. 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 23 years ago
  13. 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 23 years ago
  14. 25be193 Fix a few small markup/consistency nits. by Fred Drake · 23 years ago
  15. bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 23 years ago
  16. 83ad501 effbot caught a typo! by Barry Warsaw · 23 years ago
  17. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 23 years ago
  18. a770e86 Fixing author's email address. by Barry Warsaw · 23 years ago
  19. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 23 years ago
  20. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 23 years ago
  21. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 23 years ago
  22. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 23 years ago
  23. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 23 years ago
  24. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 23 years ago
  25. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 23 years ago
  26. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 23 years ago
  27. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 23 years ago
  28. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 23 years ago
  29. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 23 years ago
  30. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 23 years ago
  31. 675e1d0 Remove bogus "echo" command. by Fred Drake · 23 years ago
  32. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 23 years ago
  33. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 23 years ago
  34. c49480e Miscellaneous updates. by Fred Drake · 23 years ago
  35. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 23 years ago
  36. d5f0198 Added names. by Fred Drake · 23 years ago
  37. 986eafd Added missing word; fixed minor nits. by Fred Drake · 23 years ago
  38. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 23 years ago
  39. fa214cc Added entry for fpectl module documentation. by Fred Drake · 23 years ago
  40. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 23 years ago
  41. 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 23 years ago
  42. 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 23 years ago
  43. e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 24 years ago
  44. b31d36c Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to by Fred Drake · 24 years ago
  45. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 24 years ago
  46. 4e18f07 Based on comments from Guido, do not describe bisect() and insert() as by Fred Drake · 24 years ago
  47. 288927f Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
  48. 316ef7c Markup nit: Command line options should be marked with \programopt. by Fred Drake · 24 years ago
  49. b162d18 Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. by Fred Drake · 24 years ago
  50. 19ae783 Added information about the interaction of opening a file in append mode by Fred Drake · 24 years ago
  51. 22e9a5e Markup nit: OK and ERR should be marked \constant in running text. by Fred Drake · 24 years ago
  52. 2a72712 Update documentation to include the new functions, and use the more by Fred Drake · 24 years ago
  53. 9c15fa7 Description of long(): A string parameter is no longer required to be by Fred Drake · 24 years ago
  54. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 24 years ago
  55. d18722b Do not cache <img> tags for navigation icons as agressively; this fixes by Fred Drake · 24 years ago
  56. 2cba0f6 Improve description of else clause of the try/except/else statement. by Fred Drake · 24 years ago
  57. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
  58. 8e2b6b5c Change documentation of 'else' clause of 'try/except' to make clear that it by Thomas Wouters · 24 years ago
  59. be06302 Fix doubled word by Andrew M. Kuchling · 24 years ago
  60. 8694cc4 Remove redundant reference to tab (since it = 'horizontal tab') by Andrew M. Kuchling · 24 years ago
  61. e6bf858 Document ERR and OK by Andrew M. Kuchling · 24 years ago
  62. 1dea760 Make sure subsections are formatted into HTML pages with reasonable names. by Fred Drake · 24 years ago
  63. f08cbb1 Added information on the ExternalEntityParserCreate() method. by Fred Drake · 24 years ago
  64. 5caee40 Add 'see also' link to curses.panel by Andrew M. Kuchling · 24 years ago
  65. 676634b Added documentation for the panel wrapper module by Andrew M. Kuchling · 24 years ago
  66. e412e7a Fix lots of small markup nits. Wrapped some long lines. by Fred Drake · 24 years ago
  67. 68a6f5a Document the window.overlay() and .overwrite() methods by Andrew M. Kuchling · 24 years ago
  68. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  69. 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
  70. dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 24 years ago
  71. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  72. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  73. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 24 years ago
  74. e22e4b2 Oops. The value "0 or +1" for the category argument of PyErr_Warn() by Guido van Rossum · 24 years ago
  75. 9a18a7e Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  76. 3dbb406 Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  77. 2b6d7bc Do not talk about "real" numbers; talk about "floats" or "floating point by Fred Drake · 24 years ago
  78. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 24 years ago
  79. 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 24 years ago
  80. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 24 years ago
  81. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 24 years ago
  82. 4fb5882 Document napms() Add reference to demo directory by Andrew M. Kuchling · 24 years ago
  83. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 24 years ago
  84. f0b3154 Update information on the locking() function, added the needed constants. by Fred Drake · 24 years ago
  85. 4897119 Finish a sentence that was left half-written! by Fred Drake · 24 years ago
  86. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  87. 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
  88. bc9c1b1 Added descriptions of the defined exceptions and their mapping to the by Fred Drake · 24 years ago
  89. ff63f20 "Documentation" for {}.popitem(). by Guido van Rossum · 24 years ago
  90. dc90cc2 Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch by Thomas Wouters · 24 years ago
  91. 2a22200 Adjust explanation of operator precedence summary -- exponentiation groups by Fred Drake · 24 years ago
  92. ed911b8 Added link to HTML version of the NumPy documentation. This closes bug #124943. by Fred Drake · 24 years ago
  93. 5255c79 select.select(): Add note that though this function accepts empty lists, by Fred Drake · 24 years ago
  94. 9a29dd6 Lots of small improvements and bits of added information on the DOM API. by Fred Drake · 24 years ago
  95. c3b18d7 Fix error noted by Gerrit Holl (old; had been buried in my INBOX): by Fred Drake · 24 years ago
  96. 0c47559 Added a note that objects which emulate built-in types should only by Fred Drake · 24 years ago
  97. 16942f2 Lots of additional information. Not done, but much better. by Fred Drake · 24 years ago
  98. 4c12ee8 Another name! by Fred Drake · 24 years ago
  99. fd4d29c Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The by Fred Drake · 24 years ago
  100. b62966c Note that, as of Python 1.6, the .returns_unicode attribute on parser by Fred Drake · 24 years ago