1. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 10 years ago
  2. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 10 years ago
  3. 3d3aedc Fix usage of the default role. by Zachary Ware · 10 years ago
  4. 2dd6e47 merge 3.4 by Benjamin Peterson · 10 years ago
  5. 7dcbf90 'not' is very important here by Benjamin Peterson · 10 years ago
  6. c0a446a merge 3.4 by Benjamin Peterson · 10 years ago
  7. b8fd262 tighten warning by Benjamin Peterson · 10 years ago
  8. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 10 years ago
  9. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 10 years ago
  10. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 10 years ago
  11. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 10 years ago
  12. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 10 years ago
  13. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 10 years ago
  14. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 10 years ago
  15. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 10 years ago
  16. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 10 years ago
  17. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 10 years ago
  18. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 10 years ago
  19. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 10 years ago
  20. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 10 years ago
  21. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 10 years ago
  22. e79f355 Merge 3.4 (issue #24509) by Yury Selivanov · 10 years ago
  23. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 10 years ago
  24. f76628f Merge 3.4 by Yury Selivanov · 10 years ago
  25. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 10 years ago
  26. edb09c5 Issue #24439: Update tulip_coro.dia by Yury Selivanov · 10 years ago
  27. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 10 years ago
  28. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
  29. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 10 years ago
  30. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 10 years ago
  31. 8322b06 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  32. 6ac5cc1 whitespace by Terry Jan Reedy · 10 years ago
  33. 815f1a9 Merge 3.4 by Terry Jan Reedy · 10 years ago
  34. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 10 years ago
  35. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
  36. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 10 years ago
  37. 277b975 merge 3.4 by Benjamin Peterson · 10 years ago
  38. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 10 years ago
  39. ab2f966 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 10 years ago
  40. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 10 years ago
  41. a5f62ed Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 10 years ago
  42. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 10 years ago
  43. 4180e43 Docs: Fix typo by Yury Selivanov · 10 years ago
  44. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 10 years ago
  45. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 10 years ago
  46. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 10 years ago
  47. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 10 years ago
  48. 834f029 Issue #24357: fix real typo by Ned Deily · 10 years ago
  49. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 10 years ago
  50. 9e2dc3f Issue #24357: fix typo by Ned Deily · 10 years ago
  51. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 10 years ago
  52. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 10 years ago
  53. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 10 years ago
  54. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 10 years ago
  55. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 10 years ago
  56. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 10 years ago
  57. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 10 years ago
  58. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 10 years ago
  59. 1a90b17 Fix Sphinx warnings. by Berker Peksag · 10 years ago
  60. c779216 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  61. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 10 years ago
  62. 19cfb57 Issue #24204: Elaborate of the str.strip() documentation. by Raymond Hettinger · 10 years ago
  63. 855482e Issue #24269: Minor doc fixups. by Raymond Hettinger · 10 years ago
  64. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 10 years ago
  65. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 10 years ago
  66. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 10 years ago
  67. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 10 years ago
  68. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 10 years ago
  69. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 10 years ago
  70. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 10 years ago
  71. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 10 years ago
  72. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 10 years ago
  73. e09b42c #19662: fix typo by R David Murray · 10 years ago
  74. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  75. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 10 years ago
  76. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 10 years ago
  77. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 10 years ago
  78. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 10 years ago
  79. 1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. by R David Murray · 10 years ago
  80. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 10 years ago
  81. 6883faf Merge with 3.4 by Terry Jan Reedy · 10 years ago
  82. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 10 years ago
  83. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 10 years ago
  84. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 10 years ago
  85. c1ecef7 Merge: #24216: fix typo by R David Murray · 10 years ago
  86. 0e8168c #24216: fix typo by R David Murray · 10 years ago
  87. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 10 years ago
  88. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 10 years ago
  89. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 10 years ago
  90. 3113765 #19662: Make requirement to support arbitrary keywords explicit. by R David Murray · 10 years ago
  91. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 10 years ago
  92. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 10 years ago
  93. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 10 years ago
  94. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 10 years ago
  95. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 10 years ago
  96. 56f6526 os module doc: remove availability when useless by Victor Stinner · 10 years ago
  97. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 10 years ago
  98. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 10 years ago
  99. 7d0d6ee Merge: Make sentence correct English. by R David Murray · 10 years ago
  100. 2249d9f Make sentence correct English. by R David Murray · 10 years ago