1. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  2. f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 23 years ago
  3. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  4. 5b0705d ConfigParser.optionxform(): Document this since it is available for by Fred Drake · 23 years ago
  5. f6a9617 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  6. 842ab38 No longer needed since the main Makefile is "flat". by Fred Drake · 23 years ago
  7. f6bfe8e Convert to a "flat" Makefile. by Fred Drake · 23 years ago
  8. 50d1fcf Add an option allowing the user to determine where the output HTML is built. by Fred Drake · 23 years ago
  9. f2502ad Fix markup so this document will format. by Fred Drake · 23 years ago
  10. c070123 This never saw much use, so remove it. by Fred Drake · 23 years ago
  11. 653809c Make the top-level index.html depend on the individual document index.html by Fred Drake · 23 years ago
  12. 5f52f72 Checked in with Andrew's blessing, I leave the comments with which by Thomas Heller · 23 years ago
  13. 15bc404 Added entries for difflib documentation. by Fred Drake · 23 years ago
  14. baf7142 Documentation for the difflib module, converted from the module docstrings. by Fred Drake · 23 years ago
  15. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  16. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  17. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 23 years ago
  18. f3262b7 Add entries for the doctest documentation. by Fred Drake · 23 years ago
  19. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 23 years ago
  20. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 23 years ago
  21. 30537da Fix typo Makefile.pre.in was added in 1.4 by Andrew M. Kuchling · 23 years ago
  22. da23c4f Fix two typos, and add some omitted \option{} markup by Andrew M. Kuchling · 23 years ago
  23. 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 23 years ago
  24. bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 23 years ago
  25. 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 23 years ago
  26. e4f1c32 Be more careful to avoid spurious output from the shell script that by Fred Drake · 23 years ago
  27. 8bcc4e8 Commit this so CVS doesn't keep noticing the next version number. by Fred Drake · 23 years ago
  28. 15862f5 Add a note to Node.isSameNode() that it is based on the DOM Level 3 working by Fred Drake · 23 years ago
  29. 1d8ad2b Updated to reflect the additional information and interfaces exported in by Fred Drake · 23 years ago
  30. 7530208 Feeble attempt to repair obsolete info about hex escapes. by Tim Peters · 23 years ago
  31. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 23 years ago
  32. 15ad28c Finished the section on weak references by Andrew M. Kuchling · 23 years ago
  33. e7d7e6c Fix two typos by Andrew M. Kuchling · 23 years ago
  34. 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 23 years ago
  35. 498cb15 Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 23 years ago
  36. a05460c PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values. by Fred Drake · 23 years ago
  37. e38d481 Add a "description" meta tag that includes a version number. by Fred Drake · 23 years ago
  38. b258bed Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 23 years ago
  39. 81b6ae7 Create separate section for changes to the standard library by Andrew M. Kuchling · 23 years ago
  40. 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 23 years ago
  41. 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 23 years ago
  42. 4e3f275 Improve diagnostic output when an external command returns a non-zero exit by Fred Drake · 23 years ago
  43. cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 23 years ago
  44. 40e43bf Document Node.isSameNode(). by Fred Drake · 23 years ago
  45. f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 23 years ago
  46. 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 23 years ago
  47. f0e08ef Remove an now-false statement about there being only one type flag defined. by Fred Drake · 23 years ago
  48. 24da477 Do not pass names of individual files to shutil.rmtree(); use os.unlink() by Fred Drake · 23 years ago
  49. 6270031 Adjustments to the text of the UnixMailbox description. Added by Fred Drake · 23 years ago
  50. 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 23 years ago
  51. 667c9e4 Minor markup adjustments. by Fred Drake · 23 years ago
  52. 844bd5b Minor markup adjustments. by Fred Drake · 23 years ago
  53. 68b6417 Added a warning at the top saying that user code should not use the by Fred Drake · 23 years ago
  54. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 23 years ago
  55. d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 23 years ago
  56. c2e35e6 Remove spurious "\end{description}" that caused formatting to fail. by Fred Drake · 23 years ago
  57. 36154b2 Added entry for weakref documentation. by Fred Drake · 23 years ago
  58. 0d0e648 Add entry for weakref documentation. by Fred Drake · 23 years ago
  59. ebcf6a8 Documentation for the weakref module. by Fred Drake · 23 years ago
  60. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 23 years ago
  61. 0eb1070 update section 4.1 to describe nested scopes by Jeremy Hylton · 23 years ago
  62. 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 23 years ago
  63. b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 23 years ago
  64. 5599441 Make HTML the default output format, since that is what people actually by Fred Drake · 23 years ago
  65. 10f8ba4 Remove note about the compiler not checking for two kinds of illegal by Jeremy Hylton · 23 years ago
  66. 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 23 years ago
  67. 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 23 years ago
  68. 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 23 years ago
  69. c37f5b3 Adjust documentation for new.instance() to reflect that the second by Fred Drake · 23 years ago
  70. 5838d0f Document the PyInstance_*() functions and data. by Fred Drake · 23 years ago
  71. 9ca35ec Instructive example for strftime(); how to generate RFC822 dates. by Eric S. Raymond · 23 years ago
  72. e7213c7 Emphasis that instantiating this class doesn't consume the message body. by Eric S. Raymond · 23 years ago
  73. 66f98b4 Fix a number of typos found by Guido. by Fred Drake · 23 years ago
  74. 8c071d4 Massively improved documentation for string formatting operations, by Fred Drake · 23 years ago
  75. 2f4453a Typo: coplete --> complete by Fred Drake · 23 years ago
  76. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 23 years ago
  77. 8863460 Add bzip2 archives back to the set of generated archives; we had way too by Fred Drake · 23 years ago
  78. 2905248 Removed references to Python 1.5.3; that was a "tentative" number I used by Fred Drake · 23 years ago
  79. cf069da Update link to LaTeX2HTML web site. by Fred Drake · 23 years ago
  80. 517ce23 Clarify winsound.beep docs, in response to c.l.py beep brouhahalet. by Tim Peters · 23 years ago
  81. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 23 years ago
  82. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 23 years ago
  83. 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 23 years ago
  84. 21f37e1 Fixed a bug where \& was needed. by Barry Warsaw · 23 years ago
  85. 8ee1a4b Provide a much better (and complete!) description of the lockf() by Barry Warsaw · 23 years ago
  86. 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 23 years ago
  87. 9368a12 Fix an obvious usage nit I should have caught myself on the previous by Fred Drake · 23 years ago
  88. fa004ad Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. by Ka-Ping Yee · 23 years ago
  89. 0bbaa51 Remove evil "sec:" prefix from some \label markups; this is bad for by Fred Drake · 23 years ago
  90. b1b6a11 AttributeList --> NamedNodeMap by Fred Drake · 23 years ago
  91. 0110d3b new unicodedata functions (name, lookup) by Fredrik Lundh · 23 years ago
  92. eda2844 documented (new) optional doseq parameter to urlencode. by Skip Montanaro · 23 years ago
  93. 1ae43c4 Add names of people who've pointed out broken links and images by Andrew M. Kuchling · 23 years ago
  94. d975196 Fredrik pointed out that the database shrank more than 55K by Andrew M. Kuchling · 23 years ago
  95. 26e94a8 Jeremy didn't write PEP 205, Fred did! by Andrew M. Kuchling · 23 years ago
  96. f79cb2d Expose the autoraise capability. Improve the documentation. by Eric S. Raymond · 23 years ago
  97. aeb5532 Oops...finish a mangled sentence. by Eric S. Raymond · 23 years ago
  98. f7f1851 Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee's by Eric S. Raymond · 23 years ago
  99. f33c118 Add introductory note about this article's draft status by Andrew M. Kuchling · 23 years ago
  100. da6daee A variety of updates of out-of-date information. by Fred Drake · 23 years ago