1. 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
  2. 0d0e648 Add entry for weakref documentation. by Fred Drake · 24 years ago
  3. ebcf6a8 Documentation for the weakref module. by Fred Drake · 24 years ago
  4. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
  5. 0eb1070 update section 4.1 to describe nested scopes by Jeremy Hylton · 24 years ago
  6. 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 24 years ago
  7. b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 24 years ago
  8. 5599441 Make HTML the default output format, since that is what people actually by Fred Drake · 24 years ago
  9. 10f8ba4 Remove note about the compiler not checking for two kinds of illegal by Jeremy Hylton · 24 years ago
  10. 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 24 years ago
  11. 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 24 years ago
  12. 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago
  13. c37f5b3 Adjust documentation for new.instance() to reflect that the second by Fred Drake · 24 years ago
  14. 5838d0f Document the PyInstance_*() functions and data. by Fred Drake · 24 years ago
  15. 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 24 years ago
  16. e7213c7 Emphasis that instantiating this class doesn't consume the message body. by Eric S. Raymond · 24 years ago
  17. 66f98b4 Fix a number of typos found by Guido. by Fred Drake · 24 years ago
  18. 8c071d4 Massively improved documentation for string formatting operations, by Fred Drake · 24 years ago
  19. 2f4453a Typo: coplete --> complete by Fred Drake · 24 years ago
  20. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 24 years ago
  21. 8863460 Add bzip2 archives back to the set of generated archives; we had way too by Fred Drake · 24 years ago
  22. 2905248 Removed references to Python 1.5.3; that was a "tentative" number I used by Fred Drake · 24 years ago
  23. cf069da Update link to LaTeX2HTML web site. by Fred Drake · 24 years ago
  24. 517ce23 Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. by Tim Peters · 24 years ago
  25. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 24 years ago
  26. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
  27. 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 24 years ago
  28. 21f37e1 Fixed a bug where \& was needed. by Barry Warsaw · 24 years ago
  29. 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 24 years ago
  30. 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 24 years ago
  31. 9368a12 Fix an obvious usage nit I should have caught myself on the previous by Fred Drake · 24 years ago
  32. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 24 years ago
  33. 0bbaa51 Remove evil "sec:" prefix from some \label markups; this is bad for by Fred Drake · 24 years ago
  34. b1b6a11 AttributeList --> NamedNodeMap by Fred Drake · 24 years ago
  35. 0110d3b new unicodedata functions (name, lookup) by Fredrik Lundh · 24 years ago
  36. eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 24 years ago
  37. 1ae43c4 Add names of people who've pointed out broken links and images by Andrew M. Kuchling · 24 years ago
  38. d975196 Fredrik pointed out that the database shrank more than 55K by Andrew M. Kuchling · 24 years ago
  39. 26e94a8 Jeremy didn't write PEP 205, Fred did! by Andrew M. Kuchling · 24 years ago
  40. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 24 years ago
  41. aeb5532 Oops...finish a mangled sentence. by Eric S. Raymond · 24 years ago
  42. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 24 years ago
  43. f33c118 Add introductory note about this article's draft status by Andrew M. Kuchling · 24 years ago
  44. da6daee A variety of updates of out-of-date information. by Fred Drake · 24 years ago
  45. bc3974c When generating the source package, copy in the LICENSE file from the main by Fred Drake · 24 years ago
  46. 9c3b9b7 Never mind ignoring a copied LICENSE file; let's do this another way. by Fred Drake · 24 years ago
  47. e94b9f9 Ignore the generated LICENSE file needed for the documentation source package. by Fred Drake · 24 years ago
  48. 3a045e8 Change the main targets to generate HTML instead of PostScript. by Fred Drake · 24 years ago
  49. dc40ac0 Added link to the "Python Codecs" project at SourceForge. by Fred Drake · 24 years ago
  50. 91834c6 Added dictionary.popitem() and the improved XML modules. by Andrew M. Kuchling · 24 years ago
  51. 0f564ea Change some wording to make this work with PDF generation -- using a PDF by Fred Drake · 24 years ago
  52. bcb09fa Worked around bug SF #125880: changed the text of three sections that by Fred Drake · 24 years ago
  53. 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 24 years ago
  54. f228fd1 Add reference to PEP 232. by Andrew M. Kuchling · 24 years ago
  55. 31ab298 Remove the dollar sign from the formatting of environment variables -- by Fred Drake · 24 years ago
  56. 0a8690a Make "PythonLabs" bold. by Fred Drake · 24 years ago
  57. c8e8281 Updated note about collection of cyclic garbage, based on comments from by Fred Drake · 24 years ago
  58. ef8cd7c Minor markup adjustment. by Fred Drake · 24 years ago
  59. afc7ce1 Fix \seepep handling -- correct URL to the online PEP repository on SF is by Fred Drake · 24 years ago
  60. b216ab6 Fill out various transcripts and XXX bits, thanks to the WMATA. by Andrew M. Kuchling · 24 years ago
  61. 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 24 years ago
  62. fe38525 Make the 'time' argument to the timemodule functions strftime, asctime, by Thomas Wouters · 24 years ago
  63. 5566c1c Fixed a bunch of typos caught by Gilles Civario. by Fred Drake · 24 years ago
  64. 0fe5af9 Clarify comments about returning None using a return without an expression; by Fred Drake · 24 years ago
  65. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 24 years ago
  66. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 24 years ago
  67. ab782dd Document rich comparisons. by Guido van Rossum · 24 years ago
  68. 9483bed correct typo - closes bug #129205 by Skip Montanaro · 24 years ago
  69. 3a9582f Fix the example (it didn't seem to reflect reality). by Ka-Ping Yee · 24 years ago
  70. a544ea2 Undoing the whitespace patches which sneaked into the earlier patch. by Marc-André Lemburg · 24 years ago
  71. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  72. 90badd1 Add a missing newline in an example; caught by Chris Ryland by Fred Drake · 24 years ago
  73. 20ab9e9 Document xreadlines() method. (Forgot to check this in before!) by Guido van Rossum · 24 years ago
  74. 25be193 Fix a few small markup/consistency nits. by Fred Drake · 24 years ago
  75. bd1a489 push_source() and pop_source() entry points for shlex instances. by Eric S. Raymond · 24 years ago
  76. 83ad501 effbot caught a typo! by Barry Warsaw · 24 years ago
  77. 773d9f0 Document function attributes for both the function type and the method by Barry Warsaw · 24 years ago
  78. a770e86 Fixing author's email address. by Barry Warsaw · 24 years ago
  79. 97d3b93 Document changed default to passive mode. by Guido van Rossum · 24 years ago
  80. 77b20f0 Document filterwarnings(..., append=<bool>). by Guido van Rossum · 24 years ago
  81. 34bafcc Fix a variety of minor nits and typos caught by Chris Ryland by Fred Drake · 24 years ago
  82. 1beb3d2 Added note that this module was added in Python 2.1. by Fred Drake · 24 years ago
  83. ca7e1ee Updated descriptions to incorporate additional information from Tim Peters. by Fred Drake · 24 years ago
  84. a177c40 Document \code{import} in pth files. by Martin v. Löwis · 24 years ago
  85. 49c9ac3 Fixed minor markup nits for consistency with the rest of the library reference. by Fred Drake · 24 years ago
  86. ab78bec Added pointer on POP3 variations. by Eric S. Raymond · 24 years ago
  87. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  88. 5ac9795 Corrections and additions to the documentation for POP3 and IMAP library by Eric S. Raymond · 24 years ago
  89. 8321026 SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes and by Eric S. Raymond · 24 years ago
  90. fe338ca Fix a typo, remove one copy of a duplicated name. by Fred Drake · 24 years ago
  91. 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
  92. 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
  93. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  94. c49480e Miscellaneous updates. by Fred Drake · 24 years ago
  95. 347a625 Steve Holden <sholden@holdenweb.com>: by Fred Drake · 24 years ago
  96. d5f0198 Added names. by Fred Drake · 24 years ago
  97. 986eafd Added missing word; fixed minor nits. by Fred Drake · 24 years ago
  98. 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  99. fa214cc Added entry for fpectl module documentation. by Fred Drake · 24 years ago
  100. a5e7ad9 Documentation for the fpectl module, from Lee Busby. (Thanks!) by Fred Drake · 24 years ago