1. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  2. 744b32a Fix markup glitch. by Georg Brandl · 18 years ago
  3. 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
  4. 405884c Sets are marshalable. by Raymond Hettinger · 18 years ago
  5. 84e26b6 Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 18 years ago
  6. 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
  7. 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 18 years ago
  8. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
  9. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  10. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  11. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  12. bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
  13. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
  14. 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
  15. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  16. 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
  17. ff27e0c Fix code being interpreted as a target. by Georg Brandl · 18 years ago
  18. a2ba6ea #1284: "S" means "seen", not unread. by Georg Brandl · 18 years ago
  19. 0752d20 Added a cross-ref to each other. by Mark Summerfield · 18 years ago
  20. c4ed971 Clarify wording for apply(). by Georg Brandl · 18 years ago
  21. d97110d Issue 1289, just a typo. by Facundo Batista · 18 years ago
  22. 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
  23. abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
  24. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago
  25. a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
  26. b6893f2 Missed a line in the docs by Raymond Hettinger · 18 years ago
  27. 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 18 years ago
  28. 16fd6c4 #1123: fix the docs for the str.split(None, sep) case. by Georg Brandl · 18 years ago
  29. 06f8067 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 18 years ago
  30. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  31. c9b7163 wrap lines to <80 characters before fixing errors by Fred Drake · 18 years ago
  32. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  33. ba2e519 #1208: document match object's boolean value. by Georg Brandl · 18 years ago
  34. 6d407e4 Typo fix by Andrew M. Kuchling · 18 years ago
  35. 9c90635 Remove stray odd character; grammar fix by Andrew M. Kuchling · 18 years ago
  36. e418625 #1196: document default radix for int(). by Georg Brandl · 18 years ago
  37. 97ca583 Fix typo and double word. by Georg Brandl · 18 years ago
  38. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 18 years ago
  39. efa7d51 #1176: document that string methods don't take keyword args. by Georg Brandl · 18 years ago
  40. 5d242ee alternate -> alternative. by Georg Brandl · 18 years ago
  41. 7268e9d Fit nits by Raymond Hettinger · 18 years ago
  42. 111c0ea issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 18 years ago
  43. cbab594 Cleanup docs for NamedTuple. by Raymond Hettinger · 18 years ago
  44. 2b03d45 Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people can see how it works. by Raymond Hettinger · 18 years ago
  45. d36a60e Sync-up named tuples with the latest version of the ASPN recipe. by Raymond Hettinger · 18 years ago
  46. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  47. 7e84c7f Remove bdb from the "undocumented modules" list. by Georg Brandl · 18 years ago
  48. e90bc3c Some additions (examples and a bit on the tutorial). by Facundo Batista · 18 years ago
  49. 7c82a3e9 Included the new functions, and new descriptions. by Facundo Batista · 18 years ago
  50. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 18 years ago
  51. bb07a7d Bug #1152: use non-deprecated name in example. by Georg Brandl · 18 years ago
  52. 0001422 New documentation page for the bdb module. by Georg Brandl · 18 years ago
  53. 93bf9ce Fix some documentation bugs. by Bill Janssen · 18 years ago
  54. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  55. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
  56. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 18 years ago
  57. a3a7dda Fix typo: c_float represents to C float type. by Thomas Heller · 18 years ago
  58. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  59. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
  60. fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 18 years ago
  61. 364b841 Wording change by Andrew M. Kuchling · 18 years ago
  62. 24e99c4 Markup fix by Andrew M. Kuchling · 18 years ago
  63. 73f83d2 Fix typo. by Walter Dörwald · 18 years ago
  64. 90014e0 Fix wrong function names. by Walter Dörwald · 18 years ago
  65. 222907d Added a note and examples to explain that re.split does not split on an by Skip Montanaro · 18 years ago
  66. 847cae6 Document sets' ">" and "<" operations (backport from py3k). by Georg Brandl · 18 years ago
  67. 95b571a Fix RST link (backport from Py3k). by Georg Brandl · 18 years ago
  68. 89241a3 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 18 years ago
  69. 7f626f4 Added more cross-references. by Mark Summerfield · 18 years ago
  70. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 18 years ago
  71. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  72. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 18 years ago
  73. 23b8ddc Fix some glitches. by Georg Brandl · 18 years ago
  74. 99cafb9 Adding basic imputil documentation. by Sean Reifscheider · 18 years ago
  75. ae0ee8a Document rev. 57574. by Georg Brandl · 18 years ago
  76. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 18 years ago
  77. 9a65c89 Spell check (also americanify behaviour, it's almost 3 times as common) by Neal Norwitz · 18 years ago
  78. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  79. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  80. d558f67 Document new utility functions in test_support. by Georg Brandl · 18 years ago
  81. 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 18 years ago
  82. 604c121 Bug #1625381: clarify match vs search introduction. by Georg Brandl · 18 years ago
  83. b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 18 years ago
  84. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 18 years ago
  85. a3a68a0 Clarify wording a bit. by Georg Brandl · 18 years ago
  86. 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 18 years ago
  87. 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 18 years ago
  88. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 18 years ago
  89. 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 18 years ago
  90. 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 18 years ago
  91. c553f42 Fix stray backticks. by Georg Brandl · 18 years ago
  92. 3f8fbf0 Fix PDB command descriptions. by Georg Brandl · 18 years ago
  93. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  94. f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 18 years ago
  95. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 18 years ago
  96. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 18 years ago
  97. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 18 years ago
  98. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago