1. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
  2. 9528905 SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 18 years ago
  3. ef9e09e Add item by Andrew M. Kuchling · 18 years ago
  4. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  5. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  6. 4d89119 Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) by Georg Brandl · 18 years ago
  7. bd9d513 Patch #1684834: document some utility C API functions. by Georg Brandl · 18 years ago
  8. 42f4cfa Add new example by Raymond Hettinger · 18 years ago
  9. c77f6c6 Backport docs for recv_into and recvfrom_into. by Georg Brandl · 18 years ago
  10. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 18 years ago
  11. abcb4bb Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 18 years ago
  12. 12e8fe6 doc update from HEAD. don't list "Unix, Windows" as a platform since that by Gregory P. Smith · 18 years ago
  13. 5cdefad doc update from HEAD by Gregory P. Smith · 18 years ago
  14. 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
  15. 1817f09 Typo fix. (backport from rev. 54292) by Georg Brandl · 18 years ago
  16. dfc2966 Fix #1676656: \em is different from \emph... (backport from rev. 54220) by Georg Brandl · 18 years ago
  17. 4a7da9c Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. by Georg Brandl · 18 years ago
  18. b535b39 Typo fix. by Georg Brandl · 18 years ago
  19. 8c9b3d6 Patch #1602128: clarify that richcmp methods can return NotImplemented by Georg Brandl · 18 years ago
  20. 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
  21. ebfcfb0 Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Resize. by Georg Brandl · 18 years ago
  22. 8bc8ab5 Fix typo (noticed in Raymond's r54053 commit adding NamedTuple by Andrew M. Kuchling · 18 years ago
  23. 366bf0d Markup fix by Andrew M. Kuchling · 18 years ago
  24. b66d33f Provide an example of defaultdict with non-zero constant factory function. by Raymond Hettinger · 19 years ago
  25. 6b2a1a0 Add missing \versionadded. (backport from rev. 53787) by Georg Brandl · 19 years ago
  26. ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 19 years ago
  27. d2bf6c0 Make functools.wraps() docs a bit clearer. (backport from rev. 53783) by Georg Brandl · 19 years ago
  28. f7f888a Bug #1658794: Remove extraneous 'this'. by Martin v. Löwis · 19 years ago
  29. f5bf3b0 Bug #1656581: Point out that external file objects are supposed to be by Lars Gustäbel · 19 years ago
  30. d84f68b Bug #1656078: typo in in profile docs. (backport from rev. 53697) by Georg Brandl · 19 years ago
  31. 4b4f95d Update broken link. by Martin v. Löwis · 19 years ago
  32. 05d59e2 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 19 years ago
  33. d13eeb7 Bug #1648191: typo in docs. (backport from rev. 53603) by Georg Brandl · 19 years ago
  34. b17830e fix typo (extraneous ")") by Fred Drake · 19 years ago
  35. 564c9f5 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
  36. e69747c Update version of What's New by Andrew M. Kuchling · 19 years ago
  37. 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  38. fa941b9 SF #1635217, Fix unbalanced paren by Neal Norwitz · 19 years ago
  39. eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
  40. c3df1b1 Bug #1637967: missing //= operator in list. (backport from rev. 53475) by Georg Brandl · 19 years ago
  41. 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
  42. 1c3d0de - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  43. 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
  44. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 19 years ago
  45. a6e0f50 typo fix by Gregory P. Smith · 19 years ago
  46. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  47. d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 19 years ago
  48. 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 19 years ago
  49. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 19 years ago
  50. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
  51. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
  52. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 19 years ago
  53. 96e6065 Two grammar fixes by Andrew M. Kuchling · 19 years ago
  54. 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
  55. aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
  56. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  57. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
  58. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 19 years ago
  59. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 19 years ago
  60. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 19 years ago
  61. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
  62. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 19 years ago
  63. 8fc42c8 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 19 years ago
  64. c33b748 Bug #1594742: wrong word in stringobject doc. (backport from rev. 52731) by Georg Brandl · 19 years ago
  65. 6d97478 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 19 years ago
  66. 3ed5c2a Bug #1592533: rename variable in heapq doc example, to avoid shadowing by Georg Brandl · 19 years ago
  67. 082f14b Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 19 years ago
  68. cf1e760 Add missing word by Andrew M. Kuchling · 19 years ago
  69. 27021f1 Fix markup and grammatical errors. Backport from trunk by Thomas Heller · 19 years ago
  70. da65c64 backport: note that user can control directory location even if default dir is used by Skip Montanaro · 19 years ago
  71. 5aafe92 Fix code example by adding a missing import. by Thomas Heller · 19 years ago
  72. 906681b Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 19 years ago
  73. 7f2075a From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 19 years ago
  74. aabdd54 Fix nth() itertool recipe. (backport from rev. 52497) by Georg Brandl · 19 years ago
  75. 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
  76. 935add1d [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  77. 35094a6 [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
  78. 11b69e5 [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 19 years ago
  79. 1121e73 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 19 years ago
  80. 51c4105 [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 19 years ago
  81. 55d3ef9 Mention the bdist_msi module. by Martin v. Löwis · 19 years ago
  82. ef11b1a Small grammar fix, thanks Sjoerd. (backport from rev. 52311) by Georg Brandl · 19 years ago
  83. b57ebfb Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 19 years ago
  84. 197e805 Add a note to fpectl docs that it's not built by default by Georg Brandl · 19 years ago
  85. b85509d Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 19 years ago
  86. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 19 years ago
  87. bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 19 years ago
  88. bf4358a Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) by Skip Montanaro · 19 years ago
  89. d8a61ba Case fixes by Andrew M. Kuchling · 19 years ago
  90. 1d26f36 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  91. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 19 years ago
  92. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 19 years ago
  93. 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 19 years ago
  94. bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 19 years ago
  95. a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 19 years ago
  96. af4e3ee SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 19 years ago
  97. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 19 years ago v2.5
  98. 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 19 years ago
  99. 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 19 years ago
  100. 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 19 years ago