1. daabed5 Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  2. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  3. a88cd64 whatsnew/3.5: Another editing pass by Yury Selivanov · 9 years ago
  4. 6eb740b Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 9 years ago
  5. 573e2cd Fix typos and improve markup in typing.rst. by Berker Peksag · 9 years ago
  6. 619b283 Use print function in mock docs. by Berker Peksag · 9 years ago
  7. 920f6db Use print function in mock docs. by Berker Peksag · 9 years ago
  8. 2a19d95 Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe. by Guido van Rossum · 9 years ago
  9. 336b37b whatsnew/3.5: First pass over NEWS is done. by Yury Selivanov · 9 years ago
  10. f03d50c docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) by Yury Selivanov · 9 years ago
  11. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  12. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  13. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  14. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  15. 5127cde Merge 3.5 branches by Martin Panter · 9 years ago
  16. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  17. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  18. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  19. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  20. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  21. d529ebb Merge: #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  22. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  23. 44a25fa Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  24. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  25. c52e41d Make asyncio provisional by Yury Selivanov · 9 years ago
  26. e721b7c Issue #24952: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  27. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  28. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 9 years ago
  29. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  30. 9157545 merge by Raymond Hettinger · 9 years ago
  31. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  32. ce50802 Issue #24272: Remove usage of default reST role from typing docs by Zachary Ware · 9 years ago
  33. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 9 years ago
  34. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  35. 7d9376f Merge: #24926: Fix typo in example. by R David Murray · 9 years ago
  36. 87cbfb2 #24926: Fix typo in example. by R David Murray · 9 years ago
  37. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  38. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  39. de11561 Further improve os.path.commonprefix() docs. by Yury Selivanov · 9 years ago
  40. 80ac11f docs: Improve docs for os.path.commonprefix by Yury Selivanov · 9 years ago
  41. d61714d Issue #24079: merge from 3.4 by Ned Deily · 9 years ago
  42. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  43. 5fbad3c docs: Clarify that gi_yieldfrom was first added in 3.5 by Yury Selivanov · 9 years ago
  44. c135f0a docs: Fix inspect docs re gi_yieldfrom by Yury Selivanov · 9 years ago
  45. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  46. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  47. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  48. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  49. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  50. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  51. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  52. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  53. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  54. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  55. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  56. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  57. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  58. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  59. 9db397c Fix trailing ws. by Guido van Rossum · 9 years ago
  60. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 9 years ago
  61. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  62. eb184e0 Issue #24272: Initial docs for typing.py (PEP 484). by Guido van Rossum · 9 years ago
  63. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 9 years ago
  64. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  65. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  66. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  67. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  68. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  69. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  70. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 9 years ago
  71. 7039839 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  72. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  73. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  74. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  75. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  76. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  77. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  78. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  79. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  80. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  81. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  82. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  83. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  84. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  85. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  86. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  87. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  88. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  89. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 9 years ago
  90. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 9 years ago
  91. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  92. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  93. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  94. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  95. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  96. e79f355 Merge 3.4 (issue #24509) by Yury Selivanov · 9 years ago
  97. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  98. f76628f Merge 3.4 by Yury Selivanov · 9 years ago
  99. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  100. edb09c5 Issue #24439: Update tulip_coro.dia by Yury Selivanov · 9 years ago