1. 8b3d6ca At the suggestion of Peter Funk, document 'key in dict' and 'key not by Guido van Rossum · 23 years ago
  2. 82f93c6 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 23 years ago
  3. 4cacec5 Fix a number of minor markup errors. by Fred Drake · 23 years ago
  4. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 23 years ago
  5. 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 23 years ago
  6. bc524c4 Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 23 years ago
  7. 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 23 years ago
  8. 293f77a Add note about the version in which GetoptError was added -- this can by Fred Drake · 23 years ago
  9. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 23 years ago
  10. a3e56a6 Minor markup adjustments. Turn reference to the cmd module into a hyperlink. by Fred Drake · 23 years ago
  11. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 23 years ago
  12. 47f11ce Added warning that FancyURLopener prompts the user on the terminal when by Fred Drake · 23 years ago
  13. 62a2669 Added module synopsis for the chapter summary. by Fred Drake · 23 years ago
  14. e20bd19 Convert several \seetext references to \seerfc and \seetitle versions. by Fred Drake · 23 years ago
  15. 0056a42 Added a lot of text from Steve Purcell's HTML documentation. by Fred Drake · 23 years ago
  16. b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 23 years ago
  17. c3cbbaf Added some additional documentation describing how BabylMailbox by Barry Warsaw · 23 years ago
  18. eedf985 Include a synopsis for the chapter overview. by Fred Drake · 23 years ago
  19. 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 23 years ago
  20. 29be701 Added definition of "test fixture". by Fred Drake · 23 years ago
  21. ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 23 years ago
  22. da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 23 years ago
  23. cfac6d2 Normalize tabs to spaces. by Fred Drake · 23 years ago
  24. 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 23 years ago
  25. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 23 years ago
  26. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 23 years ago
  27. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 23 years ago
  28. 501d904 Add entry for unittest documentation. by Fred Drake · 23 years ago
  29. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 23 years ago
  30. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 23 years ago
  31. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 23 years ago
  32. 659f377 Add entry for curses.panel documentation. by Fred Drake · 23 years ago
  33. 14631f6 Fix serious markup errors. by Fred Drake · 23 years ago
  34. cb83988 Added example use of weak references, contributed by Tim Peters. by Fred Drake · 23 years ago
  35. 21e036c Add a note that the "kfm" controller supports "konqueror" as well as the by Fred Drake · 23 years ago
  36. c8da0f9 Document use_rawinput. (Although now that I think more about it, a by Guido van Rossum · 23 years ago
  37. aa90adc Add nested scopes spec to appendix. by Jeremy Hylton · 23 years ago
  38. ce7298a Explain the difference between NL and NEWLINE. by Ka-Ping Yee · 23 years ago
  39. c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 23 years ago
  40. 5e0dfac Update to the most recent weakref changes. by Fred Drake · 23 years ago
  41. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  42. 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 23 years ago
  43. b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 23 years ago
  44. f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 23 years ago
  45. 990b0fe Update documentation to reflect the shift to NetrcParseError instead of by Fred Drake · 23 years ago
  46. 93c8671 Lots of organizational changes for consistency with the rest of the by Fred Drake · 23 years ago
  47. 043d5e5 For copyfile(), be explicit that src and dst are file names; that was only by Fred Drake · 23 years ago
  48. 7606e4d Added entry for urllib2 documentation. by Fred Drake · 23 years ago
  49. f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 23 years ago
  50. 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 23 years ago
  51. 56ba72a Document warn_explicit(). by Guido van Rossum · 23 years ago
  52. 7840a9c Add entry for the inspect module. by Fred Drake · 23 years ago
  53. 6dbd382 Clean up some of the markup for consistency, wrap some long lines. by Fred Drake · 23 years ago
  54. 58177b9 added description of NL token by Skip Montanaro · 23 years ago
  55. 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 23 years ago
  56. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  57. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago
  58. d4614e8 Updates to the semantics of function and method attributes. by Barry Warsaw · 23 years ago
  59. 07e6c50 Minor adjustments, including markup corrections. by Fred Drake · 24 years ago
  60. 447f545 Fix extra backslash in example. by Fred Drake · 24 years ago
  61. afdc8fc Fix up the markup in some recently-added portions of the text. by Fred Drake · 24 years ago
  62. 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 24 years ago
  63. 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 24 years ago
  64. 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 24 years ago
  65. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 24 years ago
  66. f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 24 years ago
  67. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 24 years ago
  68. 5b0705d ConfigParser.optionxform(): Document this since it is available for by Fred Drake · 24 years ago
  69. 15bc404 Added entries for difflib documentation. by Fred Drake · 24 years ago
  70. baf7142 Documentation for the difflib module, converted from the module docstrings. by Fred Drake · 24 years ago
  71. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 24 years ago
  72. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 24 years ago
  73. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 24 years ago
  74. f3262b7 Add entries for the doctest documentation. by Fred Drake · 24 years ago
  75. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 24 years ago
  76. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 24 years ago
  77. 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 24 years ago
  78. bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 24 years ago
  79. 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 24 years ago
  80. 15862f5 Add a note to Node.isSameNode() that it is based on the DOM Level 3 working by Fred Drake · 24 years ago
  81. 1d8ad2b Updated to reflect the additional information and interfaces exported in by Fred Drake · 24 years ago
  82. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
  83. e7d7e6c Fix two typos by Andrew M. Kuchling · 24 years ago
  84. 5ed1dac Update documentation for pyexpat (xml.parsers.expat), to reflect the new by Fred Drake · 24 years ago
  85. cf26366 Fix markup typo in a {verbatim} environment (there should not be any!); by Fred Drake · 24 years ago
  86. 40e43bf Document Node.isSameNode(). by Fred Drake · 24 years ago
  87. f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
  88. 269625f Revise the deprecation note for the whrandom module to be correct and a by Fred Drake · 24 years ago
  89. 6270031 Adjustments to the text of the UnixMailbox description. Added by Fred Drake · 24 years ago
  90. 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 24 years ago
  91. 844bd5b Minor markup adjustments. by Fred Drake · 24 years ago
  92. 68b6417 Added a warning at the top saying that user code should not use the by Fred Drake · 24 years ago
  93. d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 24 years ago
  94. 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
  95. ebcf6a8 Documentation for the weakref module. by Fred Drake · 24 years ago
  96. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
  97. 30dbd14 Document the two changes to the mailbox.py module: by Barry Warsaw · 24 years ago
  98. b416290 Some rewriting of the "Internationalizing your programs and modules" by Barry Warsaw · 24 years ago
  99. 3229b85 More on noutrefresh() and scroll(). by Eric S. Raymond · 24 years ago
  100. 4fda21b updated to document use of sequences of two-element tuples as inputs by Skip Montanaro · 24 years ago