1. 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 19 years ago
  2. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
  3. 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
  4. a051536 Bug #1648191: typo in docs. by Georg Brandl · 19 years ago
  5. 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
  6. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
  7. 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  8. 3ffcfe2 [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
  9. f5c034a Add a note for strptime that just because strftime supports some extra by Brett Cannon · 19 years ago
  10. 2799aab Doc patch matching r53434 (htonl etc. now always take/return positive ints). by Guido van Rossum · 19 years ago
  11. 1ff01fb Added documentation for WatchedFileHandler (based on SF patch #1598415) by Vinay Sajip · 19 years ago
  12. 7ded34d Fix typo. by Georg Brandl · 19 years ago
  13. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  14. 78a132b Fix error where the end of a funcdesc environment was accidentally moved too by Brett Cannon · 19 years ago
  15. 764a7ec - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  16. d92d3c7 typo fix by Gregory P. Smith · 19 years ago
  17. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
  18. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
  19. d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 19 years ago
  20. 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
  21. 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
  22. a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 19 years ago
  23. b688573 Two grammar fixes by Andrew M. Kuchling · 19 years ago
  24. 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 19 years ago
  25. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 19 years ago
  26. 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 19 years ago
  27. 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 19 years ago
  28. 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
  29. 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 19 years ago
  30. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 19 years ago
  31. 0adf084 Fix a typo by Neal Norwitz · 19 years ago
  32. ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  33. 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
  34. 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 19 years ago
  35. 9be4905 fix a versionchanged tag by George Yoshida · 19 years ago
  36. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
  37. 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 19 years ago
  38. 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 19 years ago
  39. 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
  40. 1e75386 Further markup fix. by Georg Brandl · 19 years ago
  41. 942f5e7 markup fix by George Yoshida · 19 years ago
  42. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 19 years ago
  43. 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 19 years ago
  44. adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 19 years ago
  45. 056dac1 Bug #1067760: Deprecate passing floats to file.seek. by Martin v. Löwis · 19 years ago
  46. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
  47. 1ee79f1 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 19 years ago
  48. 361bc21 Bug #1594742: wrong word in stringobject doc. by Georg Brandl · 19 years ago
  49. 48b1007 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 19 years ago
  50. fafdc3b Bug #1592533: rename variable in heapq doc example, to avoid shadowing "sorted". by Georg Brandl · 19 years ago
  51. 9bfc244 Fix grammatical error as well. by Thomas Heller · 19 years ago
  52. a2dd0f3 Fix markup. by Thomas Heller · 19 years ago
  53. 3230599 note that user can control directory location even if default dir is used by Skip Montanaro · 19 years ago
  54. be1bc3b Fix a code example by adding a missing import. by Thomas Heller · 19 years ago
  55. b114723 Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 19 years ago
  56. 1241100 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
  57. 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 19 years ago
  58. 35692a0 Fix nth() itertool recipe. by Georg Brandl · 19 years ago
  59. d3aad01 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
  60. 4bc64aa [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  61. 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
  62. 514d0cf [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 19 years ago
  63. 1192044 Some wording changes and markup fixes by Andrew M. Kuchling · 19 years ago
  64. ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 19 years ago
  65. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 19 years ago
  66. 5a72372 Clean up the language of a sentence relating to the connect() function and by Brett Cannon · 19 years ago
  67. a9969a6 Small grammar fix, thanks Sjoerd. by Georg Brandl · 19 years ago
  68. 10f0f69 Add a note to fpectl docs that it's not built by default (bug #1556261). by Georg Brandl · 19 years ago
  69. 7d74a0e Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 19 years ago
  70. fc83757 Bug #1575746: fix typo in property() docs. by Georg Brandl · 19 years ago
  71. fe6e46d Note that the excel_tab class is registered as the "excel-tab" dialect. by Skip Montanaro · 19 years ago
  72. c536a64 Case fix by Andrew M. Kuchling · 19 years ago
  73. 3c108b0 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  74. 710513e Clarify what "re-initialization" means for init_builtin() and init_dynamic(). by Brett Cannon · 19 years ago
  75. f4686f9 Documentation clarified to mention optional parameters. by Vinay Sajip · 19 years ago
  76. cfbb7df Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). by Vinay Sajip · 19 years ago
  77. fb25773 Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 19 years ago
  78. 13782a3 revise explanation of returns_unicode to reflect bool values by Fred Drake · 19 years ago
  79. a58f123 - fix module name in links in formatted documentation by Fred Drake · 19 years ago
  80. c9ded90 Correct elementtree module index entry. by Georg Brandl · 19 years ago
  81. cdf6afd Fix grammar errors and improve clarity. by Ka-Ping Yee · 19 years ago
  82. ab85687 More wordsmithing by Andrew M. Kuchling · 19 years ago
  83. 32cec80 Some editing, markup fixes by Andrew M. Kuchling · 19 years ago
  84. abd5520 Markup typo fix by Andrew M. Kuchling · 19 years ago
  85. af57f60 Fix typo in example by Andrew M. Kuchling · 19 years ago
  86. 6d75567 Use native SQLite types by Andrew M. Kuchling · 19 years ago
  87. 2b46434 Explain SQLite a bit more clearly by Andrew M. Kuchling · 19 years ago
  88. c48c9e2 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 19 years ago
  89. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
  90. 5a901c6 Typo fix for decimal docs by Nick Coghlan · 19 years ago
  91. f1f42d8 Fix final documentation nits before backporting decimal module fixes to 2.5 by Nick Coghlan · 19 years ago
  92. 68b6d3b Fix documentation nits for decimal context managers. by Raymond Hettinger · 19 years ago
  93. e7877d9 Further corrections to the decimal module context management documentation by Nick Coghlan · 19 years ago
  94. eef345a - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 19 years ago
  95. 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
  96. f580b10 Doc fix: hashlib objects don't always return a digest of 16 bytes. by Armin Rigo · 19 years ago
  97. c855787 patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 19 years ago
  98. f5af05a Tutorial: by Thomas Heller · 19 years ago
  99. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
  100. 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 19 years ago