1. 9d6171d bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) by Ned Deily · 6 years ago
  2. 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 years ago
  3. 0899b98 bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) by Matthias Bussonnier · 7 years ago
  4. 0264e46 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  5. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  6. f8c25e3 Issue #28678: Merge parameter name from 3.5 into 3.6 by Martin Panter · 8 years ago
  7. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  8. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  9. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  10. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  11. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  12. 909acb8 alter header; '%' really throws latex through a loop by Benjamin Peterson · 8 years ago
  13. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  14. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  15. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  16. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  17. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  18. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  19. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  20. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  21. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  22. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  23. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  24. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  25. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  26. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  27. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  28. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  29. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  30. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  31. ad56c92 Fix another typo noticed by SilentGhost by Berker Peksag · 9 years ago
  32. 5783ee1 Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 9 years ago
  33. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  34. 9b93c6b Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls by Berker Peksag · 9 years ago
  35. 8e3b04c whatsnew/3.5: Reword bytes*.hex message by Yury Selivanov · 9 years ago
  36. 878bc87 whatsnew/3.5: Add missing word "class" by Berker Peksag · 9 years ago
  37. 69a15f1 whatsnew/3.5: Fix typo by Yury Selivanov · 9 years ago
  38. 801306b whatsnew/3.5: One more edit by Yury Selivanov · 9 years ago
  39. a33cb35 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  40. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  41. 73953d8 whatsnew/3.5: Fix typo (issue #25082) by Yury Selivanov · 9 years ago
  42. fe369a6 whatsnew/3.5: Reorder stuff (issue #25082). by Yury Selivanov · 9 years ago
  43. 35a361f whatsnew/3.5: Fix formatting. More minor edits. by Serhiy Storchaka · 9 years ago
  44. 3854f9e whatsnew/3.5: Delete prerelease warning note. by Yury Selivanov · 9 years ago
  45. a7672ba whatsnew/3.5: Fix formatting by Yury Selivanov · 9 years ago
  46. 72dab13 whatsnew/3.5: Tweak asyncio module section by Yury Selivanov · 9 years ago
  47. 6d9dd75 whatsnew/3.5: More examples by Yury Selivanov · 9 years ago
  48. 63ae9f3b whatsnew/3.5: Cover asyncio changes relative to 3.4.0 by Yury Selivanov · 9 years ago
  49. 2395037 whatsnew/3.5: Add some examples by Yury Selivanov · 9 years ago
  50. 7b76bae whatsnew/3.5: Update editor's email addresses by Yury Selivanov · 9 years ago
  51. 95fd26b whatsnew/3.5 More edits by Yury Selivanov · 9 years ago
  52. 46a8b40 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  53. 2e789a1 Final touch-ups for the What's New In Python 3.5 document. by Larry Hastings · 9 years ago
  54. 17e9f3b Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). by Larry Hastings · 9 years ago
  55. 1c30e7e whatsnew/3.5: Added missed author names. by Serhiy Storchaka · 9 years ago
  56. dddfffe whatsnew/3.5: Fix nits by Yury Selivanov · 9 years ago
  57. fd8d52b whatsnew/3.5: Drop empty section by Yury Selivanov · 9 years ago
  58. 4dde587 whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags by Yury Selivanov · 9 years ago
  59. 508a81e whatsnew/3.5: Second pass over NEWS entries by Yury Selivanov · 9 years ago
  60. 79cf1b0 whatsnew/3.5: Reformat code examples by Yury Selivanov · 9 years ago
  61. a88cd64 whatsnew/3.5: Another editing pass by Yury Selivanov · 9 years ago
  62. 3b76552 whatsnew/3.5: Fix refs in the importlib section by Yury Selivanov · 9 years ago
  63. 1c73e69 whatsnew/3.5: Clarify types.coroutine & types.CoroutineType by Yury Selivanov · 9 years ago
  64. 83c6d72 whatsnew/3.5: Don't mention pyio.FileIO by Yury Selivanov · 9 years ago
  65. c973990 whatsnew/3.5: Describe changes in issue #22980 by Yury Selivanov · 9 years ago
  66. 5c3111e whatsnew/3.5: More edits -- use articles consistently; fix refs by Yury Selivanov · 9 years ago
  67. ce917c731 whatsnew/3.5: Editorialization pass on library section by Yury Selivanov · 9 years ago
  68. 88d073d whatsnew/3.5: Mention issue 22464 by Yury Selivanov · 9 years ago
  69. ef05af5 whatsnew/3.5: Merge argparse entries by Yury Selivanov · 9 years ago
  70. 336b37b whatsnew/3.5: First pass over NEWS is done. by Yury Selivanov · 9 years ago
  71. 1f4d470 whatsnew/3.5: Fix nits per Berker Peksag suggestion by Yury Selivanov · 9 years ago
  72. 0ac5f28 whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 by Yury Selivanov · 9 years ago
  73. 40301c0 whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib by Yury Selivanov · 9 years ago
  74. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  75. dfcfe13 docs/whatsnew/3.5: Update peps section by Yury Selivanov · 9 years ago
  76. d5b129c Fix for one-letter type in What's New In Python 3.5. by Larry Hastings · 9 years ago
  77. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 9 years ago
  78. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 9 years ago
  79. a5a0062 whatsnew: Add pep 448 to new syntax features section by Yury Selivanov · 9 years ago
  80. 5df36af whatsnew/3.5: Briefly mention PEP 484 by Yury Selivanov · 9 years ago
  81. 216d999 whatsnew/3.5: Mention PEP 448 by Yury Selivanov · 9 years ago
  82. 13b74ae whatsnew/3.5: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago
  83. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  84. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  85. 9881013 What's New in Python 3.5: document socket.sendall() change on timeout by Victor Stinner · 9 years ago
  86. 287452e What's New in Python 3.5: Document ssl methods change on timeout by Victor Stinner · 9 years ago
  87. 6752d65 What's New in Python 3.5: move PEP 475 doc by Victor Stinner · 9 years ago
  88. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 9 years ago
  89. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  90. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  91. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  92. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  93. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  94. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  95. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  96. 27947d5 docs.whatsnew: Update ref to tp_as_async by Yury Selivanov · 9 years ago
  97. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  98. cec3f56 Issue #24423: Fix formatting error in 3.5 whatsnew by Ned Deily · 9 years ago
  99. 4640b30 Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew by Yury Selivanov · 9 years ago
  100. f67b0a3 minor fix of module order in whatsnew/3.5 by Tal Einat · 9 years ago