1. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 9 years ago
  2. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  3. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  4. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  5. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  6. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  7. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  8. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  9. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  10. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  11. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 9 years ago
  12. 7039839 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  13. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  14. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  15. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  16. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  17. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  18. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  19. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  20. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  21. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  22. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  23. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  24. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  25. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  26. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  27. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  28. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  29. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  30. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  31. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  32. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  33. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 9 years ago
  34. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 9 years ago
  35. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  36. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  37. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  38. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  39. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  40. e79f355 Merge 3.4 (issue #24509) by Yury Selivanov · 9 years ago
  41. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  42. f76628f Merge 3.4 by Yury Selivanov · 9 years ago
  43. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  44. edb09c5 Issue #24439: Update tulip_coro.dia by Yury Selivanov · 9 years ago
  45. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  46. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  47. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  48. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  49. 8322b06 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  50. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  51. 815f1a9 Merge 3.4 by Terry Jan Reedy · 9 years ago
  52. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  53. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  54. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  55. 277b975 merge 3.4 by Benjamin Peterson · 9 years ago
  56. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  57. ab2f966 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  58. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  59. a5f62ed Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  60. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  61. 4180e43 Docs: Fix typo by Yury Selivanov · 9 years ago
  62. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  63. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  64. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  65. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  66. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  67. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  68. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  69. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  70. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  71. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  72. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  73. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  74. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  75. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  76. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  77. 1a90b17 Fix Sphinx warnings. by Berker Peksag · 9 years ago
  78. c779216 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  79. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  80. 19cfb57 Issue #24204: Elaborate of the str.strip() documentation. by Raymond Hettinger · 9 years ago
  81. 855482e Issue #24269: Minor doc fixups. by Raymond Hettinger · 9 years ago
  82. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  83. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  84. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  85. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  86. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  87. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  88. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  89. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  90. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  91. e09b42c #19662: fix typo by R David Murray · 9 years ago
  92. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  93. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  94. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  95. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  96. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  97. 1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. by R David Murray · 9 years ago
  98. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  99. 6883faf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  100. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago