1. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  2. cbac8ce Fixup docstrings for merge(). by Raymond Hettinger · 18 years ago
  3. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  4. bcc40ba Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 18 years ago
  5. 00166c5 Add merge() function to heapq. by Raymond Hettinger · 18 years ago
  6. 9cb37fc Add missing \versionadded. by Georg Brandl · 19 years ago
  7. 983d100 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
  8. 9dca5ea Make functools.wraps() docs a bit clearer. by Georg Brandl · 19 years ago
  9. 91670d0 Bug #1658794: Remove extraneous 'this'. Will backport to 2.5. by Martin v. Löwis · 19 years ago
  10. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 19 years ago
  11. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 19 years ago
  12. a69aa32 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 19 years ago
  13. 441268f Bug #1656078: typo in in profile docs. by Georg Brandl · 19 years ago
  14. 7c4615b Update broken link. Will backport to 2.5. by Martin v. Löwis · 19 years ago
  15. 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 19 years ago
  16. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
  17. 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
  18. a051536 Bug #1648191: typo in docs. by Georg Brandl · 19 years ago
  19. 15c1fe5 More edits by Andrew M. Kuchling · 19 years ago
  20. 5781dd2 Various minor edits by Andrew M. Kuchling · 19 years ago
  21. 85acbca Minor edits to the curses HOWTO by Andrew M. Kuchling · 19 years ago
  22. 7a7cbae fix typo (extraneous ")") by Fred Drake · 19 years ago
  23. 27b4c8b Add item by Andrew M. Kuchling · 19 years ago
  24. 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
  25. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
  26. 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  27. a6c0b59 SF #1635217, Fix unbalanced paren by Neal Norwitz · 19 years ago
  28. b94ed71 add missing version entry by Fred Drake · 19 years ago
  29. b26b1c6 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
  30. 45dc1f2 Bug #1637967: missing //= operator in list. by Georg Brandl · 19 years ago
  31. 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
  32. f5c034a Add a note for strptime that just because strftime supports some extra by Brett Cannon · 19 years ago
  33. 2799aab Doc patch matching r53434 (htonl etc. now always take/return positive ints). by Guido van Rossum · 19 years ago
  34. 1ff01fb Added documentation for WatchedFileHandler (based on SF patch #1598415) by Vinay Sajip · 19 years ago
  35. 7ded34d Fix typo. by Georg Brandl · 19 years ago
  36. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  37. 78a132b Fix error where the end of a funcdesc environment was accidentally moved too by Brett Cannon · 19 years ago
  38. 764a7ec - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  39. 83955ef update to (c) years to include 2007 by Anthony Baxter · 19 years ago
  40. d92d3c7 typo fix by Gregory P. Smith · 19 years ago
  41. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
  42. 2dc4db0 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 19 years ago
  43. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
  44. 5dc29ac Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 19 years ago
  45. d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 19 years ago
  46. 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
  47. 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
  48. a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 19 years ago
  49. b688573 Two grammar fixes by Andrew M. Kuchling · 19 years ago
  50. 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 19 years ago
  51. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 19 years ago
  52. 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
  53. 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 19 years ago
  54. ab4b873 Fix markup by Andrew M. Kuchling · 19 years ago
  55. 9059843 Describe new methods in Queue module by Andrew M. Kuchling · 19 years ago
  56. 0693ae1 [Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError by Andrew M. Kuchling · 19 years ago
  57. ff5c229 Bump version by Andrew M. Kuchling · 19 years ago
  58. 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
  59. 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 19 years ago
  60. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 19 years ago
  61. 0adf084 Fix a typo by Neal Norwitz · 19 years ago
  62. ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  63. 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
  64. 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 19 years ago
  65. 9be4905 fix a versionchanged tag by George Yoshida · 19 years ago
  66. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
  67. 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 19 years ago
  68. a912c6c Fix and/add typo by Raymond Hettinger · 19 years ago
  69. 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 19 years ago
  70. 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
  71. 1e75386 Further markup fix. by Georg Brandl · 19 years ago
  72. 942f5e7 markup fix by George Yoshida · 19 years ago
  73. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 19 years ago
  74. 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 19 years ago
  75. adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 19 years ago
  76. 056dac1 Bug #1067760: Deprecate passing floats to file.seek. by Martin v. Löwis · 19 years ago
  77. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
  78. 1ee79f1 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 19 years ago
  79. 361bc21 Bug #1594742: wrong word in stringobject doc. by Georg Brandl · 19 years ago
  80. 48b1007 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 19 years ago
  81. 394ae90 More edits by Andrew M. Kuchling · 19 years ago
  82. 0acdb93 Add table of contents; this required fixing a few headings. Some more smalle edits. by Andrew M. Kuchling · 19 years ago
  83. 9efdd78 Add section on operator module; make a few edits by Andrew M. Kuchling · 19 years ago
  84. f4dcd1d Add section on the functional module by Andrew M. Kuchling · 19 years ago
  85. fafdc3b Bug #1592533: rename variable in heapq doc example, to avoid shadowing "sorted". by Georg Brandl · 19 years ago
  86. 393ac22 Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 19 years ago
  87. e452f51b Add missing word by Andrew M. Kuchling · 19 years ago
  88. 9bfc244 Fix grammatical error as well. by Thomas Heller · 19 years ago
  89. a2dd0f3 Fix markup. by Thomas Heller · 19 years ago
  90. 3230599 note that user can control directory location even if default dir is used by Skip Montanaro · 19 years ago
  91. 3541adc Update link by Andrew M. Kuchling · 19 years ago
  92. be1bc3b Fix a code example by adding a missing import. by Thomas Heller · 19 years ago
  93. b114723 Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 19 years ago
  94. 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
  95. 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 19 years ago
  96. 35692a0 Fix nth() itertool recipe. by Georg Brandl · 19 years ago
  97. 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
  98. 4bc64aa [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  99. 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
  100. 514d0cf [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 19 years ago