1. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 8 years ago
  2. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 8 years ago
  3. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 8 years ago
  4. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  5. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  6. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago
  7. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago
  8. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  9. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 8 years ago
  10. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  11. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 8 years ago
  12. 3fb5612 Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 8 years ago
  13. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  14. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  15. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 8 years ago
  16. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  17. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  18. b8e5eb3 Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 8 years ago
  19. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 8 years ago
  20. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  21. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 8 years ago
  22. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 8 years ago
  23. 71e8134 Merge with 3.5 by Zachary Ware · 8 years ago
  24. 3df11b2 Fix typo. by Zachary Ware · 8 years ago
  25. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 8 years ago
  26. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  27. a638971 merge by Raymond Hettinger · 8 years ago
  28. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 8 years ago
  29. 59fe937 Merge 3.5 (doc) by Victor Stinner · 8 years ago
  30. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 8 years ago
  31. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 8 years ago
  32. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 8 years ago
  33. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 8 years ago
  34. 253739d Fix a markup error in socket.rst by Berker Peksag · 8 years ago
  35. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 8 years ago
  36. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 8 years ago
  37. 0fe1b47 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 8 years ago
  38. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 8 years ago
  39. 0ef0423 merge by Raymond Hettinger · 8 years ago
  40. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 8 years ago
  41. 52c854a Merge from 3.5 by Brett Cannon · 8 years ago
  42. 3bf1d87 Fix a typo in a code example by Brett Cannon · 8 years ago
  43. cbde4a6 merge from 3.5 by Senthil Kumaran · 8 years ago
  44. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 8 years ago
  45. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 8 years ago
  46. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 8 years ago
  47. 316fcc8 merge from 3.5 by Senthil Kumaran · 8 years ago
  48. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 8 years ago
  49. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 8 years ago
  50. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 8 years ago
  51. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 8 years ago
  52. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 8 years ago
  53. 3114d76 merge from 3.5 by Senthil Kumaran · 8 years ago
  54. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 8 years ago
  55. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 8 years ago
  56. 2ae4ea5 use public 'value' by Ethan Furman · 9 years ago
  57. 7b3a82f Merge from 3.5 by Senthil Kumaran · 9 years ago
  58. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 9 years ago
  59. 2139a9f Issue #26127: Merge tokenize documentation by Martin Panter · 9 years ago
  60. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  61. 60255b6 revert change 87a9dff5106c: pure Enum members again evaluate to True; by Ethan Furman · 9 years ago
  62. 997e6c1 #19006: merge with 3.5. by Ezio Melotti · 9 years ago
  63. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  64. 9179c40 Merge 3.5 (issue #25486) by Yury Selivanov · 9 years ago
  65. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  66. d4d4f20 #25991: merge with 3.5. by Ezio Melotti · 9 years ago
  67. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  68. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  69. f7272a6 merge 3.5 by Andrew Svetlov · 9 years ago
  70. ea47134 Fix versionadded to use 3.5.1 only for 3.5 branch by Andrew Svetlov · 9 years ago
  71. 38bb42c merge 3.5 by Andrew Svetlov · 9 years ago
  72. 3af81f2 merge 3.4 by Andrew Svetlov · 9 years ago
  73. f124016 Document asyncio.timeout() by Andrew Svetlov · 9 years ago
  74. 7e23fe1 merge 3.5 (#26066) by Benjamin Peterson · 9 years ago
  75. 4d92742 merge 3.4 (#26066) by Benjamin Peterson · 9 years ago
  76. 6829dbb delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  77. a85e927 Issue #25802: Add an examples section to importlib. by Brett Cannon · 9 years ago
  78. 3407473 merge 3.5 (#26046) by Benjamin Peterson · 9 years ago
  79. e95fd0b merge 3.4 (#26046) by Benjamin Peterson · 9 years ago
  80. 8a6ddb9 fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  81. d56e67e Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  82. 94541f4 Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  83. d68cc84 merge from 3.5 by Senthil Kumaran · 9 years ago
  84. 0deaf9a merge from 3.4 by Senthil Kumaran · 9 years ago
  85. f3695bf Issue16544 - Add a link to an external documentation resource in ast module docs. by Senthil Kumaran · 9 years ago
  86. f08a308 Docs for issue #22570. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  87. 1469d74 Cross-reference os.DirEntry and pathlib.Path for issue #22570. by Guido van Rossum · 9 years ago
  88. 0507520 Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  89. b136054 Add versionadded (3.4.5) to docs for issue #22570. by Guido van Rossum · 9 years ago
  90. 4060051 Docs for issue #22570. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  91. df85946 Docs for issue #22570. by Guido van Rossum · 9 years ago
  92. dcf76c9 merge from 3.5 by Senthil Kumaran · 9 years ago
  93. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  94. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  95. 1577723 merge from 3.5 by Senthil Kumaran · 9 years ago
  96. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  97. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  98. 75f104a #21815: Make the doc change match what I actually did. by R David Murray · 9 years ago
  99. 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 9 years ago
  100. 5b3455c merge from 3.5 by Senthil Kumaran · 9 years ago