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