1. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  2. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  3. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  4. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  5. 8322b06 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  6. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  7. 815f1a9 Merge 3.4 by Terry Jan Reedy · 9 years ago
  8. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  9. 9380acb - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  10. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  11. 277b975 merge 3.4 by Benjamin Peterson · 9 years ago
  12. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  13. ab2f966 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  14. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  15. a5f62ed Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  16. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  17. 4180e43 Docs: Fix typo by Yury Selivanov · 9 years ago
  18. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  19. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  20. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  21. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  22. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  23. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  24. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  25. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  26. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  27. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  28. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  29. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  30. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  31. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  32. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  33. 1a90b17 Fix Sphinx warnings. by Berker Peksag · 9 years ago
  34. c779216 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  35. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  36. 19cfb57 Issue #24204: Elaborate of the str.strip() documentation. by Raymond Hettinger · 9 years ago
  37. 855482e Issue #24269: Minor doc fixups. by Raymond Hettinger · 9 years ago
  38. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  39. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  40. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  41. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  42. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  43. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  44. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  45. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  46. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  47. e09b42c #19662: fix typo by R David Murray · 9 years ago
  48. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  49. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  50. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  51. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  52. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  53. 1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. by R David Murray · 9 years ago
  54. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  55. 6883faf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  57. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  58. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  59. c1ecef7 Merge: #24216: fix typo by R David Murray · 9 years ago
  60. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  61. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 9 years ago
  62. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  63. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  64. 3113765 #19662: Make requirement to support arbitrary keywords explicit. by R David Murray · 9 years ago
  65. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  66. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  67. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 9 years ago
  68. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 9 years ago
  69. 51b5832 Closes #24013: Improve os.scandir() and DirEntry documentation by Victor Stinner · 9 years ago
  70. 56f6526 os module doc: remove availability when useless by Victor Stinner · 9 years ago
  71. dee32bd Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  72. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  73. 7d0d6ee Merge: Make sentence correct English. by R David Murray · 9 years ago
  74. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  75. b01a1fd merge by Raymond Hettinger · 9 years ago
  76. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  77. 46cf02d merge by Raymond Hettinger · 9 years ago
  78. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  79. 0907a45 Issue #23695: Explain the zip() example for clustering a data series into n-length groups. by Raymond Hettinger · 9 years ago
  80. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  81. de7cafa Issue #24064: Add __doc__ to the example in collections.rst. by Berker Peksag · 9 years ago
  82. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  83. 276e9c8 merge 3.4 by Benjamin Peterson · 9 years ago
  84. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  85. e960d18 versionadded by Benjamin Peterson · 9 years ago
  86. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  87. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  88. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  89. 688cd4e Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  90. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  91. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  92. 21ee10b Merge 3.4 (asyncio docs) by Yury Selivanov · 9 years ago
  93. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  94. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  95. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  96. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  97. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  98. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  99. 0048835 Merge 3.4 by Andrew Svetlov · 9 years ago
  100. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago