1. 564c9f5 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
  2. 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  3. dfad614 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 19 years ago
  4. 1c3d0de - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  5. 73fa6b5 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). by Vinay Sajip · 19 years ago
  6. a6e0f50 typo fix by Gregory P. Smith · 19 years ago
  7. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  8. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 19 years ago
  9. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
  10. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
  11. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 19 years ago
  12. 96e6065 Two grammar fixes by Andrew M. Kuchling · 19 years ago
  13. e65f14f Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 19 years ago
  14. aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
  15. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  16. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
  17. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 19 years ago
  18. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 19 years ago
  19. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 19 years ago
  20. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
  21. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 19 years ago
  22. 8fc42c8 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 19 years ago
  23. c33b748 Bug #1594742: wrong word in stringobject doc. (backport from rev. 52731) by Georg Brandl · 19 years ago
  24. 6d97478 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 19 years ago
  25. 3ed5c2a Bug #1592533: rename variable in heapq doc example, to avoid shadowing by Georg Brandl · 19 years ago
  26. 27021f1 Fix markup and grammatical errors. Backport from trunk by Thomas Heller · 19 years ago
  27. da65c64 backport: note that user can control directory location even if default dir is used by Skip Montanaro · 19 years ago
  28. 5aafe92 Fix code example by adding a missing import. by Thomas Heller · 19 years ago
  29. 906681b Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 19 years ago
  30. 7f2075a From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 19 years ago
  31. aabdd54 Fix nth() itertool recipe. (backport from rev. 52497) by Georg Brandl · 19 years ago
  32. d2ee30b Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 19 years ago
  33. 935add1d [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  34. 35094a6 [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
  35. 11b69e5 [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 19 years ago
  36. ef11b1a Small grammar fix, thanks Sjoerd. (backport from rev. 52311) by Georg Brandl · 19 years ago
  37. 197e805 Add a note to fpectl docs that it's not built by default by Georg Brandl · 19 years ago
  38. b85509d Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 19 years ago
  39. bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 19 years ago
  40. bf4358a Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) by Skip Montanaro · 19 years ago
  41. d8a61ba Case fixes by Andrew M. Kuchling · 19 years ago
  42. 1d26f36 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  43. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 19 years ago
  44. 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 19 years ago
  45. 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 19 years ago
  46. 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 19 years ago
  47. fe20482 Correct elementtree module index entry. (backport) by Georg Brandl · 19 years ago
  48. 44850ea Backport rev 51866-51868 from trunk (sqlite3 documentation fixes). by Georg Brandl · 19 years ago
  49. b3304c1 Fix typo in example by Andrew M. Kuchling · 19 years ago
  50. 9cd0036 Use native SQLite types by Andrew M. Kuchling · 19 years ago
  51. f36ddda Explain SQLite a bit more clearly by Andrew M. Kuchling · 19 years ago
  52. 08f6f47 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 19 years ago
  53. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 19 years ago
  54. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 19 years ago
  55. f07b590 Backport 51663: by Neal Norwitz · 19 years ago
  56. 2998a1c - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 19 years ago
  57. ab7e5ef patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 19 years ago
  58. f5af05a Tutorial: by Thomas Heller · 19 years ago
  59. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
  60. 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 19 years ago
  61. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 19 years ago
  62. f4152c3 Fix mangled sentence by Andrew M. Kuchling · 19 years ago
  63. d856ce0 fix typos by Gregory P. Smith · 19 years ago
  64. 5c387f2 Fix a mistake. by Thomas Heller · 19 years ago
  65. 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 19 years ago
  66. b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 19 years ago
  67. aa95fdb [Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.) by Andrew M. Kuchling · 19 years ago
  68. ec3a894 Remove reference to notation by Andrew M. Kuchling · 19 years ago
  69. 17159fe Typo fix by Andrew M. Kuchling · 19 years ago
  70. 759c185 minor tweaks by Skip Montanaro · 19 years ago
  71. 08bbccf minor tweaks by Skip Montanaro · 19 years ago
  72. 10183b8 Redo the comment about the 2.5 change in quoted-newline handling. by Andrew McNamara · 19 years ago
  73. e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 19 years ago
  74. 33c3e29 - remove yet another reference to how commonly Tkinter is (thought to be) used by Fred Drake · 19 years ago
  75. 2173111 remove possibly-outdated comment on what GUI toolkit is most commonly used; by Fred Drake · 19 years ago
  76. c3c805e update information on wxPython, from Robin Dunn by Fred Drake · 19 years ago
  77. e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 19 years ago
  78. ad416d0 [Bug #793553] Correct description of keyword arguments for SSL authentication by Andrew M. Kuchling · 19 years ago
  79. d457a97 markup cleanups by Fred Drake · 19 years ago
  80. 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 19 years ago
  81. b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 19 years ago
  82. a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 19 years ago
  83. abd51a3 Add a comment to the csv reader documentation that explains why the by Skip Montanaro · 19 years ago
  84. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 19 years ago
  85. 9964fdb [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. Fred approved committing this patch in December 2004! by Andrew M. Kuchling · 19 years ago
  86. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 19 years ago
  87. fbdeaad expunge the xmlcore changes: by Fred Drake · 19 years ago
  88. e49741d [Bug #1528258] Mention that the 'data' argument can be None. by Andrew M. Kuchling · 19 years ago
  89. aab30d0 Fix typo by Matt Fleming · 19 years ago
  90. b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 19 years ago
  91. 7092f4c [Bug #1519571] Document some missing functions: setup(), title(), done() by Andrew M. Kuchling · 19 years ago
  92. dafb1e5 [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit by Andrew M. Kuchling · 19 years ago
  93. 3ec3f78 Reword paragraph to match the order of the subsequent sections by Andrew M. Kuchling · 19 years ago
  94. 144691cf Update URL by Andrew M. Kuchling · 19 years ago
  95. 35f64c1 Add example by Andrew M. Kuchling · 19 years ago
  96. 9fd21e3 Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 19 years ago
  97. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 19 years ago
  98. 39d7739 Add example. Should I propagate this example to all the other DBM-ish modules, too? by Andrew M. Kuchling · 19 years ago
  99. 1d69a70 Don't overwrite built-in name; add some blank lines for readability by Andrew M. Kuchling · 19 years ago
  100. bd46810 Add example by Andrew M. Kuchling · 19 years ago