1. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  2. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
  3. a55ffae Add a per-message fallback mechanism for translations. by Martin v. Löwis · 23 years ago
  4. 1be6419 Add fallback argument to translation(). Request fallbacks on install. by Martin v. Löwis · 23 years ago
  5. 7731ed4 Do not mask the name of a built-in function in example code. by Fred Drake · 23 years ago
  6. 5e74d36 Fix indentation error in example from the Tkinter Life Preserver. by Fred Drake · 23 years ago
  7. d93d68b Fix minor typo reported in SF patch #497951. by Fred Drake · 23 years ago
  8. c33e077 SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password by Guido van Rossum · 23 years ago
  9. 7c9a53d Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are by Fred Drake · 23 years ago
  10. fd7f115 Fix wrongly-named formal parameters in three places: begin_y was used twice by Fred Drake · 23 years ago
  11. ab2dc1d Added index entries similar to some recommended by Skip, and used the word by Fred Drake · 23 years ago
  12. ef338ec More index entries. by Fred Drake · 23 years ago
  13. 39960f6 Fix the erroneous availability annotation for s.makefile() from the last by Fred Drake · 23 years ago
  14. 87fa3aa Add notes that fromfd() and s.makefile() are Unix-specific. by Fred Drake · 23 years ago
  15. 5c79831 Add a reference to the signal module to the os.kill() description. by Fred Drake · 23 years ago
  16. dce2e11 Fix typo in httplib example. This fixes SF bug #495221. by Fred Drake · 23 years ago
  17. 8c8e871 Fix the availability statement for the spawn*() functions to reflect the by Fred Drake · 23 years ago
  18. 34a37b8 Re-commit Ping's patch to the cgi and cgitb documentation, using the by Fred Drake · 23 years ago
  19. 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
  20. 96be564 Add documentation for the pydoc module; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  21. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  22. e088970 Merge in Ping's changes to the cgitb documentation, and add a version by Fred Drake · 23 years ago
  23. 0c0b530 Mark the mpz module deprecated as of Python 2.2. by Fred Drake · 23 years ago
  24. c577728 Add a link to the mxNumber package. by Fred Drake · 23 years ago
  25. b40501b Add link to the gmpy project. by Fred Drake · 23 years ago
  26. dda7dcb Add a missing "cycle". by Fred Drake · 23 years ago
  27. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  28. a0b7676 Minor adjustments. by Fred Drake · 23 years ago
  29. 1529ef8 Document that isleap() returns exactly 1 or 0, which is guaranteed by the by Fred Drake · 23 years ago
  30. cf72aba Update link to the SAX homepage. by Fred Drake · 23 years ago
  31. 6048ce9 Added documentation for str.decode(). This closes SF bug #490823. by Fred Drake · 23 years ago
  32. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  33. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  34. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  35. 7961930 Revise description of dumbdbm.open() to reflect that the flag argument is by Fred Drake · 23 years ago
  36. 8b7bb7a Describe the behavior of the read() method when the list of filenames by Fred Drake · 23 years ago
  37. b404145 s/it/if/ in descriptions of spawn mode argument. by Tim Peters · 23 years ago
  38. c7cb692 For ratecv, document that None should be the initial state argument (when by Tim Peters · 23 years ago
  39. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  40. d761662 asyncore.loop() description contributed by Skip Montanaro. by Fred Drake · 23 years ago
  41. 39368c1 Added documentation of the sendall() method, and a note to the send() method by Fred Drake · 23 years ago
  42. d2a557e Added entry for the "cgitb" module docs. by Fred Drake · 23 years ago
  43. 6e70e8b Documentation for the "cgitb" module. by Fred Drake · 23 years ago
  44. 97e3201 Add a note that the rgbimg module is only built on 32-bit machines (prompted by Fred Drake · 23 years ago
  45. db5a93c Update docs to reflect new compile() and compileFile() by Jeremy Hylton · 23 years ago
  46. b38784e Slightly improved indexing for the string-% operator, thanks to comments by Fred Drake · 23 years ago
  47. 1a76386 Added documentation on the ScrolledText module. by Fred Drake · 23 years ago
  48. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  49. 14f5c5f Make no assumption about how modules are built when referring to them; this by Fred Drake · 23 years ago
  50. 1722e4a Re-word the intro slightly to avoid reader misunderstanding: strings are not by Fred Drake · 23 years ago
  51. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  52. b22c672 Clean up some material that is not part of the standard documentation. by Fred Drake · 23 years ago
  53. d745b4e Add reference to the "String Methods" section to make that information by Fred Drake · 23 years ago
  54. 0467775 Add description of tkCommonDialog. by Fred Drake · 23 years ago
  55. 10cd315 Change the chapter title to reflect the Tk affinity. by Fred Drake · 23 years ago
  56. 89d63cc Minor adjustments to markup for the getDOMImplementation() description. by Fred Drake · 23 years ago
  57. bd34b6b Added the convenience constants that are present in PyXML to make these by Fred Drake · 23 years ago
  58. 38f3b72 Updated documentation for the new httplib interface, by Kalle Svensson. by Fred Drake · 23 years ago
  59. 44b6f84 More information about Tix support, contributed by Mike Clarkson. by Fred Drake · 23 years ago
  60. 6995bb6 Various cleanups & markup fixes, mostly relating to the stat and statvfs by Fred Drake · 23 years ago
  61. ed0a719 Neil Schemenauer suggested a small improvement to one of the example REs. by Fred Drake · 23 years ago
  62. 389aa17 writeline() --> writelines() This closes SF bug #487147. by Fred Drake · 23 years ago
  63. 1cec7fa New section of regular expression examples contributed by Skip Montanaro, by Fred Drake · 23 years ago
  64. 5107b4c Re-arrange the modules in the "Internet Data Handling" chapter to try to by Fred Drake · 23 years ago
  65. 6a6bb18 Clarify that on some systems, lockf() using LOCK_EX requires that the file by Fred Drake · 23 years ago
  66. 48704ee Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level by Fred Drake · 23 years ago
  67. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  68. b03d0cc Typo, spotted by Detlef Lannert. by Fred Drake · 23 years ago
  69. fcb05ab Tk-related modules should no longer be listed here. by Fred Drake · 23 years ago
  70. 2744f43 Fix typo, extra markup constructs. This closes SF bug #485252. by Fred Drake · 23 years ago
  71. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  72. e70dbe0 Update the platform notes for the CGIHTTPServer module; it works on more by Fred Drake · 23 years ago
  73. 7064d3b Fix the default value for feature_namespaces, per discussions on the XML-SIG by Fred Drake · 23 years ago
  74. 69ab583 Paul Rubin reminds me that of course a class's constructor /could/ get by Barry Warsaw · 23 years ago
  75. ebbd14d Clarified a couple of issues for the startElement*() handlers: by Fred Drake · 23 years ago
  76. af0a883 Relatively large expansion of the docs for gc.garbage. by Tim Peters · 23 years ago
  77. 0c0565d Toughen up the security warnings a bit. by Barry Warsaw · 23 years ago
  78. 5e17d20 Add a clarification that the email package always deals in native line by Barry Warsaw · 23 years ago
  79. 666ca80 Clean up some markup a little bit more. Make this work with the PDF format, by Fred Drake · 23 years ago
  80. 5545219 Document the urlsplit() and urlunsplit() functions. by Fred Drake · 23 years ago
  81. c66ff20 Switched a couple of sections around. by Fred Drake · 23 years ago
  82. 69b2d75 A few minor updates to make it clear(er) that pickle should be used by Barry Warsaw · 23 years ago
  83. f595fd9 A massive rewrite affecting both the pickle and cPickle module by Barry Warsaw · 23 years ago
  84. d44e7ad Minor updates to add more pointers to the pickle documentation, and to by Barry Warsaw · 23 years ago
  85. fd4f069 The turtle docs will be moving to another location in the Tkinter chapter. by Fred Drake · 23 years ago
  86. 482b9a8 Clean up the descriptions of multi-signature functions so we do the right by Fred Drake · 23 years ago
  87. 5355686 Add entries for the new Tkinter chapter. by Fred Drake · 23 years ago
  88. 7cf4e5b Tkinter chapter, contributed by Mike Clarkson. Based in part on the "Tkinter by Fred Drake · 23 years ago
  89. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  90. da4ffee No need to have documentation for a module which not accepted in the library. by Fred Drake · 23 years ago
  91. 3b0c82a Updated the documentation for formatdate(). by Barry Warsaw · 23 years ago
  92. 30bd666 Cleaned up some markup stupidity and a usage problem reported by Detlef by Fred Drake · 23 years ago
  93. 399bc8c Fix a variety of typographical, grammatical, and clarity problems reported by Fred Drake · 23 years ago
  94. 0b66310 When referring to a formal parameter from the description, use the name given by Fred Drake · 23 years ago
  95. 66ded52 apply() documentation: Remove a detail about the implementation that does by Fred Drake · 23 years ago
  96. 1a670c8 Adjust the module synopsis to avoid margin overruns in the PDF format. by Fred Drake · 23 years ago
  97. 10b81ce A variety of small cleanups, including one to avoid a margin overrun in the by Fred Drake · 23 years ago
  98. 5976816 Remove stray quotes; probably left over from conversion from docstrings. by Fred Drake · 23 years ago
  99. 806d332 Remove extra period. by Fred Drake · 23 years ago
  100. 1f774b0 Update obsolete e-mail address, and remove myself as a module author by Andrew M. Kuchling · 23 years ago