1. da6daee A variety of updates of out-of-date information. by Fred Drake · 25 years ago
  2. bc3974c When generating the source package, copy in the LICENSE file from the main by Fred Drake · 25 years ago
  3. 9c3b9b7 Never mind ignoring a copied LICENSE file; let's do this another way. by Fred Drake · 25 years ago
  4. e94b9f9 Ignore the generated LICENSE file needed for the documentation source package. by Fred Drake · 25 years ago
  5. 3a045e8 Change the main targets to generate HTML instead of PostScript. by Fred Drake · 25 years ago
  6. dc40ac0 Added link to the "Python Codecs" project at SourceForge. by Fred Drake · 25 years ago
  7. 91834c6 Added dictionary.popitem() and the improved XML modules. by Andrew M. Kuchling · 25 years ago
  8. 0f564ea Change some wording to make this work with PDF generation -- using a PDF by Fred Drake · 25 years ago
  9. bcb09fa Worked around bug SF #125880: changed the text of three sections that by Fred Drake · 25 years ago
  10. 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 25 years ago
  11. f228fd1 Add reference to PEP 232. by Andrew M. Kuchling · 25 years ago
  12. 31ab298 Remove the dollar sign from the formatting of environment variables -- by Fred Drake · 25 years ago
  13. 0a8690a Make "PythonLabs" bold. by Fred Drake · 25 years ago
  14. c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 25 years ago
  15. ef8cd7c Minor markup adjustment. by Fred Drake · 25 years ago
  16. afc7ce1 Fix \seepep handling -- correct URL to the online PEP repository on SF is by Fred Drake · 25 years ago
  17. b216ab6 Fill out various transcripts and XXX bits, thanks to the WMATA. by Andrew M. Kuchling · 25 years ago
  18. 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 25 years ago
  19. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 25 years ago
  20. 5566c1c Fixed a bunch of typos caught by Gilles Civario. by Fred Drake · 25 years ago
  21. 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 25 years ago
  22. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 25 years ago
  23. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 25 years ago
  24. ab782dd Document rich comparisons. by Guido van Rossum · 25 years ago
  25. 9483bed correct typo - closes bug #129205 by Skip Montanaro · 25 years ago
  26. 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 25 years ago
  27. a544ea2 Undoing the whitespace patches which sneaked into the earlier patch. by Marc-André Lemburg · 25 years ago
  28. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 25 years ago
  29. 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 25 years ago
  30. 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 25 years ago
  31. 25be193 Fix a few small markup/consistency nits. by Fred Drake · 25 years ago
  32. bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 25 years ago
  33. 83ad501 effbot caught a typo! by Barry Warsaw · 25 years ago
  34. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 25 years ago
  35. a770e86 Fixing author's email address. by Barry Warsaw · 25 years ago
  36. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 25 years ago
  37. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 25 years ago
  38. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 25 years ago
  39. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 25 years ago
  40. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 25 years ago
  41. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 25 years ago
  42. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 25 years ago
  43. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 25 years ago
  44. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 25 years ago
  45. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 25 years ago
  46. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 25 years ago
  47. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 25 years ago
  48. 675e1d0 Remove bogus "echo" command. by Fred Drake · 25 years ago
  49. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 25 years ago
  50. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 25 years ago
  51. c49480e Miscellaneous updates. by Fred Drake · 25 years ago
  52. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 25 years ago
  53. d5f0198 Added names. by Fred Drake · 25 years ago
  54. 986eafd Added missing word; fixed minor nits. by Fred Drake · 25 years ago
  55. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 25 years ago
  56. fa214cc Added entry for fpectl module documentation. by Fred Drake · 25 years ago
  57. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 25 years ago
  58. 45b1d6a Explain that long options are matched based on a unique prefix rather than by Fred Drake · 25 years ago
  59. 81473b1 The Python/C API deals in PyObject*, not PyDictObject*. by Fred Drake · 25 years ago
  60. e1d4715 Update explanation of the set_location() method to indicate that in by Fred Drake · 25 years ago
  61. b31d36c Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to by Fred Drake · 25 years ago
  62. 445f832 __rcmp__() description: Changed to indicate that this is no longer by Fred Drake · 25 years ago
  63. 4e18f07 Based on comments from Guido, do not describe bisect() and insert() as by Fred Drake · 25 years ago
  64. 288927f Markup nit: Command line options should be marked with \programopt. by Fred Drake · 25 years ago
  65. 316ef7c Markup nit: Command line options should be marked with \programopt. by Fred Drake · 25 years ago
  66. b162d18 Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>. by Fred Drake · 25 years ago
  67. 19ae783 Added information about the interaction of opening a file in append mode by Fred Drake · 25 years ago
  68. 22e9a5e Markup nit: OK and ERR should be marked \constant in running text. by Fred Drake · 25 years ago
  69. 2a72712 Update documentation to include the new functions, and use the more by Fred Drake · 25 years ago
  70. 9c15fa7 Description of long(): A string parameter is no longer required to be by Fred Drake · 25 years ago
  71. 48c2eb9 Document the NotImplemented object. by Neil Schemenauer · 25 years ago
  72. d18722b Do not cache <img> tags for navigation icons as agressively; this fixes by Fred Drake · 25 years ago
  73. 2cba0f6 Improve description of else clause of the try/except/else statement. by Fred Drake · 25 years ago
  74. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 25 years ago
  75. 8e2b6b5c Change documentation of 'else' clause of 'try/except' to make clear that it by Thomas Wouters · 25 years ago
  76. be06302 Fix doubled word by Andrew M. Kuchling · 25 years ago
  77. 8694cc4 Remove redundant reference to tab (since it = 'horizontal tab') by Andrew M. Kuchling · 25 years ago
  78. e6bf858 Document ERR and OK by Andrew M. Kuchling · 25 years ago
  79. 1dea760 Make sure subsections are formatted into HTML pages with reasonable names. by Fred Drake · 25 years ago
  80. f08cbb1 Added information on the ExternalEntityParserCreate() method. by Fred Drake · 25 years ago
  81. 5caee40 Add 'see also' link to curses.panel by Andrew M. Kuchling · 25 years ago
  82. 676634b Added documentation for the panel wrapper module by Andrew M. Kuchling · 25 years ago
  83. e412e7a Fix lots of small markup nits. Wrapped some long lines. by Fred Drake · 25 years ago
  84. 68a6f5a Document the window.overlay() and .overwrite() methods by Andrew M. Kuchling · 25 years ago
  85. 68abe83 Fix typo by Andrew M. Kuchling · 25 years ago
  86. 5db5ba1 Document the warnings module. by Guido van Rossum · 25 years ago
  87. dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 25 years ago
  88. 1367b83 Document warning categories. by Guido van Rossum · 25 years ago
  89. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 25 years ago
  90. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 25 years ago
  91. e22e4b2 Oops. The value "0 or +1" for the category argument of PyErr_Warn() by Guido van Rossum · 25 years ago
  92. 9a18a7e Document Pyerr_Warn(). by Guido van Rossum · 25 years ago
  93. 3dbb406 Document Pyerr_Warn(). by Guido van Rossum · 25 years ago
  94. 2b6d7bc Do not talk about "real" numbers; talk about "floats" or "floating point by Fred Drake · 25 years ago
  95. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 25 years ago
  96. 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 25 years ago
  97. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 25 years ago
  98. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 25 years ago
  99. 4fb5882 Document napms() Add reference to demo directory by Andrew M. Kuchling · 25 years ago
  100. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 25 years ago