1. 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
  2. 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 18 years ago
  3. 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 18 years ago
  4. fe20482 Correct elementtree module index entry. (backport) by Georg Brandl · 18 years ago
  5. 44850ea Backport rev 51866-51868 from trunk (sqlite3 documentation fixes). by Georg Brandl · 18 years ago
  6. 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
  7. b3304c1 Fix typo in example by Andrew M. Kuchling · 18 years ago
  8. 9cd0036 Use native SQLite types by Andrew M. Kuchling · 18 years ago
  9. f36ddda Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
  10. a8ed1b0 Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  11. 08f6f47 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  12. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  13. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 18 years ago
  14. f07b590 Backport 51663: by Neal Norwitz · 18 years ago
  15. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  16. 097bbea evalfile() should be execfile(). (backport from rev. 51677) by Georg Brandl · 18 years ago
  17. 2998a1c - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 years ago
  18. ab7e5ef patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  19. e12b9f6 Minor edits by Andrew M. Kuchling · 18 years ago
  20. 1e8feed Typo in tp_clear docs. (backport from rev. 51368) by Georg Brandl · 18 years ago
  21. 595d9b6 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  22. f5af05a Tutorial: by Thomas Heller · 18 years ago
  23. 213e764 Update bug/patch counts by Andrew M. Kuchling · 18 years ago
  24. ddf3788 Link to docs; remove an XXX comment by Andrew M. Kuchling · 18 years ago
  25. 115ea43 Bump document version to 1.0; remove pystone paragraph by Andrew M. Kuchling · 18 years ago
  26. efd68c7 Add UnicodeWarning by Andrew M. Kuchling · 18 years ago
  27. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  28. 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
  29. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  30. bfa5f0b SF bug #1539336, distutils example code missing by Neal Norwitz · 18 years ago
  31. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  32. 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
  33. 98c0480 Reindent code by Andrew M. Kuchling · 18 years ago
  34. 58aa6f7 Add missing 'self' parameters by Andrew M. Kuchling · 18 years ago
  35. 13300f2 [Patch #1534027] Add notes on locale module changes by Andrew M. Kuchling · 18 years ago
  36. b713660 [Bug #1536021] Mention __hash__ change by Andrew M. Kuchling · 18 years ago
  37. ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
  38. 7572f03 ``str`` is now the same object as ``types.StringType``. by Georg Brandl · 18 years ago
  39. 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
  40. 6c223fe Bug #1536828: typo: TypeType should have been StringType. by Georg Brandl · 18 years ago
  41. 4f71b55 Bump version number by Andrew M. Kuchling · 18 years ago
  42. a977130 'Other changes' section now has only one item; move the item elsewhere and remove the section by Andrew M. Kuchling · 18 years ago
  43. 88eb45f Move obmalloc item into C API section by Andrew M. Kuchling · 18 years ago
  44. 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 18 years ago
  45. 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
  46. f4152c3 Fix mangled sentence by Andrew M. Kuchling · 18 years ago
  47. d856ce0 fix typos by Gregory P. Smith · 18 years ago
  48. 5c387f2 Fix a mistake. by Thomas Heller · 18 years ago
  49. 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 18 years ago
  50. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  51. b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 18 years ago
  52. 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
  53. fbf9699 Fix function name. by Georg Brandl · 18 years ago
  54. ec3a894 Remove reference to notation by Andrew M. Kuchling · 18 years ago
  55. 17159fe Typo fix by Andrew M. Kuchling · 18 years ago
  56. 04c897a Mention csv newline changes by Andrew M. Kuchling · 18 years ago
  57. 4bcfe53 Add PyErr_WarnEx() by Andrew M. Kuchling · 18 years ago
  58. 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
  59. 43bae41 Add refcounts for PyErr_WarnEx by Andrew M. Kuchling · 18 years ago
  60. 759c185 minor tweaks by Skip Montanaro · 18 years ago
  61. 08bbccf minor tweaks by Skip Montanaro · 18 years ago
  62. 10183b8 Redo the comment about the 2.5 change in quoted-newline handling. by Andrew McNamara · 18 years ago
  63. 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
  64. c760527 Rename struct.pack_to to struct.pack_into as changed in revision 46642. by George Yoshida · 18 years ago
  65. e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 18 years ago
  66. ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
  67. 33c3e29 - remove yet another reference to how commonly Tkinter is (thought to be) used by Fred Drake · 18 years ago
  68. 2173111 remove possibly-outdated comment on what GUI toolkit is most commonly used; by Fred Drake · 18 years ago
  69. c3c805e update information on wxPython, from Robin Dunn by Fred Drake · 18 years ago
  70. e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 18 years ago
  71. ad416d0 [Bug #793553] Correct description of keyword arguments for SSL authentication by Andrew M. Kuchling · 18 years ago
  72. d457a97 markup cleanups by Fred Drake · 18 years ago
  73. 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 18 years ago
  74. b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 18 years ago
  75. a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 18 years ago
  76. abd51a3 Add a comment to the csv reader documentation that explains why the by Skip Montanaro · 18 years ago
  77. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 18 years ago
  78. 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 · 18 years ago
  79. a40191c [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit. by Andrew M. Kuchling · 18 years ago
  80. 897afc4 emphasize and oddball nuance of LaTeX comment syntax by Fred Drake · 18 years ago
  81. 4a84788 document the footnote usage pattern by Fred Drake · 18 years ago
  82. 84608f0 make the reference to older versions of the documentation a link by Fred Drake · 18 years ago
  83. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 18 years ago
  84. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  85. c032ee9 Set bug/patch count. Take a bow, everyone! by Andrew M. Kuchling · 18 years ago
  86. e49741d [Bug #1528258] Mention that the 'data' argument can be None. by Andrew M. Kuchling · 18 years ago
  87. aab30d0 Fix typo by Matt Fleming · 18 years ago
  88. 2d20a5f Typo fix by Andrew M. Kuchling · 18 years ago
  89. b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 18 years ago
  90. 7092f4c [Bug #1519571] Document some missing functions: setup(), title(), done() by Andrew M. Kuchling · 18 years ago
  91. dafb1e5 [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit by Andrew M. Kuchling · 18 years ago
  92. 3ec3f78 Reword paragraph to match the order of the subsequent sections by Andrew M. Kuchling · 18 years ago
  93. 144691cf Update URL by Andrew M. Kuchling · 18 years ago
  94. 35f64c1 Add example by Andrew M. Kuchling · 18 years ago
  95. 9fd21e3 Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 18 years ago
  96. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  97. 39d7739 Add example. Should I propagate this example to all the other DBM-ish modules, too? by Andrew M. Kuchling · 18 years ago
  98. 1d69a70 Don't overwrite built-in name; add some blank lines for readability by Andrew M. Kuchling · 18 years ago
  99. bd46810 Add example by Andrew M. Kuchling · 18 years ago
  100. 4036f43 Add example by Andrew M. Kuchling · 18 years ago