1. 16fd6c4 #1123: fix the docs for the str.split(None, sep) case. by Georg Brandl · 18 years ago
  2. 06f8067 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 18 years ago
  3. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  4. c9b7163 wrap lines to <80 characters before fixing errors by Fred Drake · 18 years ago
  5. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
  6. ba2e519 #1208: document match object's boolean value. by Georg Brandl · 18 years ago
  7. 6d407e4 Typo fix by Andrew M. Kuchling · 18 years ago
  8. 9c90635 Remove stray odd character; grammar fix by Andrew M. Kuchling · 18 years ago
  9. e418625 #1196: document default radix for int(). by Georg Brandl · 18 years ago
  10. 97ca583 Fix typo and double word. by Georg Brandl · 18 years ago
  11. 4a21268 Patch #1181: add os.environ.clear() method. by Georg Brandl · 18 years ago
  12. efa7d51 #1176: document that string methods don't take keyword args. by Georg Brandl · 18 years ago
  13. 5d242ee alternate -> alternative. by Georg Brandl · 18 years ago
  14. 7268e9d Fit nits by Raymond Hettinger · 18 years ago
  15. 111c0ea issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 18 years ago
  16. cbab594 Cleanup docs for NamedTuple. by Raymond Hettinger · 18 years ago
  17. 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
  18. d36a60e Sync-up named tuples with the latest version of the ASPN recipe. by Raymond Hettinger · 18 years ago
  19. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  20. 7e84c7f Remove bdb from the "undocumented modules" list. by Georg Brandl · 18 years ago
  21. e90bc3c Some additions (examples and a bit on the tutorial). by Facundo Batista · 18 years ago
  22. 7c82a3e9 Included the new functions, and new descriptions. by Facundo Batista · 18 years ago
  23. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 18 years ago
  24. bb07a7d Bug #1152: use non-deprecated name in example. by Georg Brandl · 18 years ago
  25. 0001422 New documentation page for the bdb module. by Georg Brandl · 18 years ago
  26. 93bf9ce Fix some documentation bugs. by Bill Janssen · 18 years ago
  27. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  28. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
  29. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 18 years ago
  30. a3a7dda Fix typo: c_float represents to C float type. by Thomas Heller · 18 years ago
  31. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  32. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
  33. fcb444a Added cross-references plus a note about dict & list shallow copying. by Mark Summerfield · 18 years ago
  34. 364b841 Wording change by Andrew M. Kuchling · 18 years ago
  35. 24e99c4 Markup fix by Andrew M. Kuchling · 18 years ago
  36. 73f83d2 Fix typo. by Walter Dörwald · 18 years ago
  37. 90014e0 Fix wrong function names. by Walter Dörwald · 18 years ago
  38. 222907d Added a note and examples to explain that re.split does not split on an by Skip Montanaro · 18 years ago
  39. 847cae6 Document sets' ">" and "<" operations (backport from py3k). by Georg Brandl · 18 years ago
  40. 95b571a Fix RST link (backport from Py3k). by Georg Brandl · 18 years ago
  41. 89241a3 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 18 years ago
  42. 7f626f4 Added more cross-references. by Mark Summerfield · 18 years ago
  43. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 18 years ago
  44. 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
  45. f0d1c1f Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for by Walter Dörwald · 18 years ago
  46. 23b8ddc Fix some glitches. by Georg Brandl · 18 years ago
  47. 99cafb9 Adding basic imputil documentation. by Sean Reifscheider · 18 years ago
  48. ae0ee8a Document rev. 57574. by Georg Brandl · 18 years ago
  49. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 18 years ago
  50. 9a65c89 Spell check (also americanify behaviour, it's almost 3 times as common) by Neal Norwitz · 18 years ago
  51. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  52. 3af0e78 Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon) by Nick Coghlan · 18 years ago
  53. d558f67 Document new utility functions in test_support. by Georg Brandl · 18 years ago
  54. 94bda3a Bug #1011: fix rfc822.Message.getheader docs. by Georg Brandl · 18 years ago
  55. 604c121 Bug #1625381: clarify match vs search introduction. by Georg Brandl · 18 years ago
  56. b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 18 years ago
  57. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 18 years ago
  58. a3a68a0 Clarify wording a bit. by Georg Brandl · 18 years ago
  59. 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 18 years ago
  60. 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 18 years ago
  61. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 18 years ago
  62. 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 18 years ago
  63. 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 18 years ago
  64. c553f42 Fix stray backticks. by Georg Brandl · 18 years ago
  65. 3f8fbf0 Fix PDB command descriptions. by Georg Brandl · 18 years ago
  66. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  67. f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 18 years ago
  68. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 18 years ago
  69. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 18 years ago
  70. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 18 years ago
  71. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago