1. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
  2. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 18 years ago
  3. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 18 years ago
  4. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 18 years ago
  5. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
  6. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  7. 8fc42c8 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 18 years ago
  8. c33b748 Bug #1594742: wrong word in stringobject doc. (backport from rev. 52731) by Georg Brandl · 18 years ago
  9. 6d97478 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 18 years ago
  10. 3ed5c2a Bug #1592533: rename variable in heapq doc example, to avoid shadowing by Georg Brandl · 18 years ago
  11. 082f14b Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 18 years ago
  12. cf1e760 Add missing word by Andrew M. Kuchling · 18 years ago
  13. 27021f1 Fix markup and grammatical errors. Backport from trunk by Thomas Heller · 18 years ago
  14. da65c64 backport: note that user can control directory location even if default dir is used by Skip Montanaro · 18 years ago
  15. 5aafe92 Fix code example by adding a missing import. by Thomas Heller · 18 years ago
  16. 906681b Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 18 years ago
  17. 7f2075a From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 18 years ago
  18. aabdd54 Fix nth() itertool recipe. (backport from rev. 52497) by Georg Brandl · 18 years ago
  19. 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 · 18 years ago
  20. 935add1d [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 18 years ago
  21. 35094a6 [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 18 years ago
  22. 11b69e5 [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 18 years ago
  23. 1121e73 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 18 years ago
  24. 51c4105 [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 18 years ago
  25. 55d3ef9 Mention the bdist_msi module. by Martin v. Löwis · 18 years ago
  26. ef11b1a Small grammar fix, thanks Sjoerd. (backport from rev. 52311) by Georg Brandl · 18 years ago
  27. b57ebfb Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
  28. 197e805 Add a note to fpectl docs that it's not built by default by Georg Brandl · 18 years ago
  29. b85509d Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 18 years ago
  30. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  31. bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 18 years ago
  32. bf4358a Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) by Skip Montanaro · 18 years ago
  33. d8a61ba Case fixes by Andrew M. Kuchling · 18 years ago
  34. 1d26f36 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 18 years ago
  35. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  36. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  37. 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  38. bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 18 years ago
  39. a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
  40. af4e3ee SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
  41. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
  42. 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
  43. 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 18 years ago
  44. 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 18 years ago
  45. fe20482 Correct elementtree module index entry. (backport) by Georg Brandl · 18 years ago
  46. 44850ea Backport rev 51866-51868 from trunk (sqlite3 documentation fixes). by Georg Brandl · 18 years ago
  47. 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
  48. b3304c1 Fix typo in example by Andrew M. Kuchling · 18 years ago
  49. 9cd0036 Use native SQLite types by Andrew M. Kuchling · 18 years ago
  50. f36ddda Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
  51. a8ed1b0 Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  52. 08f6f47 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  53. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  54. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 18 years ago
  55. f07b590 Backport 51663: by Neal Norwitz · 18 years ago
  56. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  57. 097bbea evalfile() should be execfile(). (backport from rev. 51677) by Georg Brandl · 18 years ago
  58. 2998a1c - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 years ago
  59. ab7e5ef patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  60. e12b9f6 Minor edits by Andrew M. Kuchling · 18 years ago
  61. 1e8feed Typo in tp_clear docs. (backport from rev. 51368) by Georg Brandl · 18 years ago
  62. 595d9b6 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  63. f5af05a Tutorial: by Thomas Heller · 18 years ago
  64. 213e764 Update bug/patch counts by Andrew M. Kuchling · 18 years ago
  65. ddf3788 Link to docs; remove an XXX comment by Andrew M. Kuchling · 18 years ago
  66. 115ea43 Bump document version to 1.0; remove pystone paragraph by Andrew M. Kuchling · 18 years ago
  67. efd68c7 Add UnicodeWarning by Andrew M. Kuchling · 18 years ago
  68. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  69. 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
  70. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  71. bfa5f0b SF bug #1539336, distutils example code missing by Neal Norwitz · 18 years ago
  72. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  73. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  74. 98c0480 Reindent code by Andrew M. Kuchling · 18 years ago
  75. 58aa6f7 Add missing 'self' parameters by Andrew M. Kuchling · 18 years ago
  76. 13300f2 [Patch #1534027] Add notes on locale module changes by Andrew M. Kuchling · 18 years ago
  77. b713660 [Bug #1536021] Mention __hash__ change by Andrew M. Kuchling · 18 years ago
  78. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  79. 7572f03 ``str`` is now the same object as ``types.StringType``. by Georg Brandl · 18 years ago
  80. 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
  81. 6c223fe Bug #1536828: typo: TypeType should have been StringType. by Georg Brandl · 18 years ago
  82. 4f71b55 Bump version number by Andrew M. Kuchling · 18 years ago
  83. a977130 'Other changes' section now has only one item; move the item elsewhere and remove the section by Andrew M. Kuchling · 18 years ago
  84. 88eb45f Move obmalloc item into C API section by Andrew M. Kuchling · 18 years ago
  85. 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 18 years ago
  86. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
  87. f4152c3 Fix mangled sentence by Andrew M. Kuchling · 18 years ago
  88. d856ce0 fix typos by Gregory P. Smith · 18 years ago
  89. 5c387f2 Fix a mistake. by Thomas Heller · 18 years ago
  90. 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 18 years ago
  91. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  92. b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 18 years ago
  93. 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 · 18 years ago
  94. fbf9699 Fix function name. by Georg Brandl · 18 years ago
  95. ec3a894 Remove reference to notation by Andrew M. Kuchling · 18 years ago
  96. 17159fe Typo fix by Andrew M. Kuchling · 18 years ago
  97. 04c897a Mention csv newline changes by Andrew M. Kuchling · 18 years ago
  98. 4bcfe53 Add PyErr_WarnEx() by Andrew M. Kuchling · 18 years ago
  99. 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
  100. 43bae41 Add refcounts for PyErr_WarnEx by Andrew M. Kuchling · 18 years ago