1. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 7 years ago
  2. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 7 years ago
  3. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 7 years ago
  4. 2a3260b Fix minor markup typo (#5407) by cocoatomo · 7 years ago
  5. 07627e9 bpo-32251: Fix docs (#5408) by Yury Selivanov · 7 years ago
  6. f5b04a3 Document the error return of PyLong_As* APIs. (#5396) by Gregory P. Smith · 7 years ago
  7. 15ea3a6 bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399) by Steve Dower · 7 years ago
  8. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  9. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 7 years ago
  10. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  11. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 7 years ago
  12. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 7 years ago
  13. 79db11c Fix PyTrace_RETURN documentation (GH-5384) by Xiang Zhang · 7 years ago
  14. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 7 years ago
  15. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 7 years ago
  16. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 7 years ago
  17. 9ed0aee bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361) by Xiang Zhang · 7 years ago
  18. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 7 years ago
  19. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  20. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 7 years ago
  21. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  22. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  23. 60da99b bpo-32532: Improve documentation of settrace and setprofile (#5359) by Xiang Zhang · 7 years ago
  24. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  25. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  26. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  27. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  28. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 7 years ago
  29. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  30. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  31. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  32. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 7 years ago
  33. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  34. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  35. cab0b2b bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) by Brett Cannon · 7 years ago
  36. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  37. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  38. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 7 years ago
  39. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  40. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 7 years ago
  41. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 7 years ago
  42. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 7 years ago
  43. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  44. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 7 years ago
  45. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  46. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  47. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  48. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  49. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  50. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 7 years ago
  51. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  52. ee3b835 bpo-26330: Update shutil.disk_usage() documentation (GH-5184) by Cheryl Sabella · 7 years ago
  53. b3dd18d bpo-15221: Update os.path.is*() documentation (GH-5185) by Cheryl Sabella · 7 years ago
  54. d37258d Add itertools recipe for directly finding the n-th combination (#5161) by Raymond Hettinger · 7 years ago
  55. 0f31c74 Improve enum.Flag code example (GH-5167) by Julian Kahnert · 7 years ago
  56. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  57. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 7 years ago
  58. 0c3be96 bpo-31145: Use dataclasses to create a prioritization wrapper (#5153) by Raymond Hettinger · 7 years ago
  59. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 7 years ago
  60. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  61. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  62. 85ac726 Cleanup grammar in unittest.mock.seal documentation (#5107) by Paul Ganssle · 7 years ago
  63. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  64. 735ae8d bpo-29137: Remove fpectl module (#4789) by Nathaniel J. Smith · 7 years ago
  65. 65f2a6d advance copyright years to 2018 (#5094) by Benjamin Peterson · 7 years ago
  66. 87be28f bpo-31672: Restore the former behavior when override flags in Template. (#5099) by Serhiy Storchaka · 7 years ago
  67. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  68. f190eb5 bpo-32452: clarify term 'brackets' in generator tutorial (#5079) by Emily Morehouse · 7 years ago
  69. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  70. 1634fc2 bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  71. f111b3d bpo-23749: Implement loop.start_tls() (#5039) by Yury Selivanov · 7 years ago
  72. bbdb17d return the new file descriptor from os.dup2 (closes bpo-32441) (#5041) by Benjamin Peterson · 7 years ago
  73. ca9b36c bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) by Yury Selivanov · 7 years ago
  74. a8d25a1 Fix trivial typo in pickle.rst (#4955) by Sebastian Pucilowski · 7 years ago
  75. 09dc2f5 bpo-15873: Implement [date][time].fromisoformat (#4699) by Paul Ganssle · 7 years ago
  76. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 7 years ago
  77. 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
  78. a7a751d bpo-32306: Clarify c.f.Executor.map() documentation (#4947) by Antoine Pitrou · 7 years ago
  79. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  80. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 7 years ago
  81. f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
  82. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  83. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  84. d757aaf bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914) by Yury Selivanov · 7 years ago
  85. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  86. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 7 years ago
  87. 44d1a59 bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799) by Andrew Svetlov · 7 years ago
  88. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  89. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  90. 6693d7a Minor wording tweak for itertools documentation (#4893) by Raymond Hettinger · 7 years ago
  91. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 7 years ago
  92. 642d67b bpo-32329: Add versionchanged to -R option doc (#4884) by Victor Stinner · 7 years ago
  93. 3327a2d bpo-32265: Classify class and static methods of builtin types. (#4776) by Serhiy Storchaka · 7 years ago
  94. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  95. 297fd87 bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) by Ville Skyttä · 7 years ago
  96. f74ef45 bpo-32311: Implement asyncio.create_task() shortcut (#4848) by Andrew Svetlov · 7 years ago
  97. 19a44f6 bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872) by Yury Selivanov · 7 years ago
  98. 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 7 years ago
  99. 96a5e50 bpo-32143: add f_fsid to os.statvfs() (#4571) by Giuseppe Scrivano · 7 years ago
  100. 02a0a19 bpo-32314: Implement asyncio.run() (#4852) by Yury Selivanov · 7 years ago