1. 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 22 years ago
  2. 3787c9d Added description of binhex.Error. by Fred Drake · 22 years ago
  3. 1e962cb document InvalidURL exception by Skip Montanaro · 22 years ago
  4. ccbb0ed Add local_hostname to SMTP.__init__(). by Neil Schemenauer · 22 years ago
  5. 79f1813 Add more example exceptions that unpickling can raise. by Neil Schemenauer · 22 years ago
  6. e22d3df Fix grammar by Neal Norwitz · 22 years ago
  7. b25c2b0 [Apply SF patch #504943] by Walter Dörwald · 22 years ago
  8. 1abca4a SF# 522426, add doc for common parameter for filecmp.cmpfiles() by Neal Norwitz · 22 years ago
  9. 1268678 Adjust some poor wording in the text that explains what events are used by Fred Drake · 22 years ago
  10. 2f31d56 Clarify that copy_reg.pickle() is not intended for use with "classic" classes. by Fred Drake · 22 years ago
  11. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 22 years ago
  12. 5c137c2 Patch #495598: add an -q (quiet) option to pycompile. by Martin v. Löwis · 22 years ago
  13. 10acc8f added note that xmlrpclib won't marshal instances of subclasses of the by Skip Montanaro · 22 years ago
  14. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 22 years ago
  15. 8e0c82a Fix stupid typo in example. by Fred Drake · 22 years ago
  16. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 22 years ago
  17. dc8d407 update text to refer to ServerProxy class in preference to Server, which is by Skip Montanaro · 22 years ago
  18. f981617 "level" keyword argument in example should be "stacklevel". by Fred Drake · 22 years ago
  19. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  20. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  21. 10b3eac [Bug #486527] Note that the caller has to ensure there are no control by Andrew M. Kuchling · 22 years ago
  22. a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 22 years ago
  23. da8a6dd Added missing version annotation for dict(). by Fred Drake · 22 years ago
  24. 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 22 years ago
  25. a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 22 years ago
  26. 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  27. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  28. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  29. b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 22 years ago
  30. 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 22 years ago
  31. f8b1f24 Grammar tweak. by Greg Ward · 22 years ago
  32. ba902fd SF #515041, Update path for 2.3 by Neal Norwitz · 22 years ago
  33. e73ad2a Use the standard expression for the availability statement for alarm(). by Fred Drake · 22 years ago
  34. 8d1fdaf note that the alarm function is not available on Windows. by Skip Montanaro · 22 years ago
  35. 928051f The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 22 years ago
  36. 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 22 years ago
  37. ab034fa Implement os.waitpid() for Windows, in a way that's compatible with Linux by Tim Peters · 23 years ago
  38. c318260 added handle_error method description by Skip Montanaro · 23 years ago
  39. c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 23 years ago
  40. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 23 years ago
  41. 744f67f Add keyword.kwlist to the public API. by Fred Drake · 23 years ago
  42. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  43. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
  44. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  45. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  46. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  47. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
  48. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
  49. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  50. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  51. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  52. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  53. ef338ec More index entries. by Fred Drake · 23 years ago
  54. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  55. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  56. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  57. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  58. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  59. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  60. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  61. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  62. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  63. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
  64. 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 23 years ago
  65. c577728 Add a link to the mxNumber package. by Fred Drake · 23 years ago
  66. b40501b Add link to the gmpy project. by Fred Drake · 23 years ago
  67. dda7dcb Add a missing "cycle". by Fred Drake · 23 years ago
  68. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  69. a0b7676 Minor adjustments. by Fred Drake · 23 years ago
  70. 1529ef8 Document that isleap() returns exactly 1 or 0, which is guaranteed by the by Fred Drake · 23 years ago
  71. cf72aba Update link to the SAX homepage. by Fred Drake · 23 years ago
  72. 6048ce9 Added documentation for str.decode(). This closes SF bug #490823. by Fred Drake · 23 years ago
  73. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  74. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  75. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  76. 7961930 Revise description of dumbdbm.open() to reflect that the flag argument is by Fred Drake · 23 years ago
  77. 8b7bb7a Describe the behavior of the read() method when the list of filenames by Fred Drake · 23 years ago
  78. b404145 s/it/if/ in descriptions of spawn mode argument. by Tim Peters · 23 years ago
  79. c7cb692 For ratecv, document that None should be the initial state argument (when by Tim Peters · 23 years ago
  80. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  81. d761662 asyncore.loop() description contributed by Skip Montanaro. by Fred Drake · 23 years ago
  82. 39368c1 Added documentation of the sendall() method, and a note to the send() method by Fred Drake · 23 years ago
  83. d2a557e Added entry for the "cgitb" module docs. by Fred Drake · 23 years ago
  84. 6e70e8b Documentation for the "cgitb" module. by Fred Drake · 23 years ago
  85. 97e3201 Add a note that the rgbimg module is only built on 32-bit machines (prompted by Fred Drake · 23 years ago
  86. db5a93c Update docs to reflect new compile() and compileFile() by Jeremy Hylton · 23 years ago
  87. b38784e Slightly improved indexing for the string-% operator, thanks to comments by Fred Drake · 23 years ago
  88. 1a76386 Added documentation on the ScrolledText module. by Fred Drake · 23 years ago
  89. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  90. 14f5c5f Make no assumption about how modules are built when referring to them; this by Fred Drake · 23 years ago
  91. 1722e4a Re-word the intro slightly to avoid reader misunderstanding: strings are not by Fred Drake · 23 years ago
  92. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  93. b22c672 Clean up some material that is not part of the standard documentation. by Fred Drake · 23 years ago
  94. d745b4e Add reference to the "String Methods" section to make that information by Fred Drake · 23 years ago
  95. 0467775 Add description of tkCommonDialog. by Fred Drake · 23 years ago
  96. 10cd315 Change the chapter title to reflect the Tk affinity. by Fred Drake · 23 years ago
  97. 89d63cc Minor adjustments to markup for the getDOMImplementation() description. by Fred Drake · 23 years ago
  98. bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
  99. 38f3b72 Updated documentation for the new httplib interface, by Kalle Svensson. by Fred Drake · 23 years ago
  100. 44b6f84 More information about Tix support, contributed by Mike Clarkson. by Fred Drake · 23 years ago