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