1. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  2. 631fd38 bpo-32251: Implement asyncio.BufferedProtocol. (#4755) by Yury Selivanov · 7 years ago
  3. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  4. f36ba12 bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) by larryhastings · 7 years ago
  5. bec2372 bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) by Yury Selivanov · 7 years ago
  6. a4d0001 bpo-32690: Preserve order of locals() (#5379) by Raymond Hettinger · 7 years ago
  7. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 7 years ago
  8. 79db11c Fix PyTrace_RETURN documentation (GH-5384) by Xiang Zhang · 7 years ago
  9. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 7 years ago
  10. f0a95f2 bpo-32660: Solaris should support constants like termios' FIONREAD (#5328) by jcea · 7 years ago
  11. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 7 years ago
  12. 43c0f1a bpo-32685: Improve suggestion for print statement (GH-5375) by Nitish Chandra · 7 years ago
  13. 255f7a2 bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360) by Xiang Zhang · 7 years ago
  14. 9ed0aee bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361) by Xiang Zhang · 7 years ago
  15. a278ad2 bpo-30306: Add missing NEWS entry (GH-5374) by Nick Coghlan · 7 years ago
  16. fcf8b4c bpo-32206: Update pdb usage to include new module option (GH-5111) by Mario Corchero · 7 years ago
  17. dd0e087 bpo-30306: release arguments of contextmanager (GH-1500) by Martin Teichmann · 7 years ago
  18. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 7 years ago
  19. bea5706 bpo-32677: Optimize str.isascii() (GH-5356) by INADA Naoki · 7 years ago
  20. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 7 years ago
  21. 2a2247c bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369) by Yury Selivanov · 7 years ago
  22. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  23. ee72ac0 bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368) by Elvis Pranskevichus · 7 years ago
  24. 0f54e00 Fix tests if Python compiled without SSL (#5367) by Andrew Svetlov · 7 years ago
  25. b2ec361 Fix changed file detection on Travis (GH-3129) by Ammar Askar · 7 years ago
  26. b1a6ac4 bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364) by Yury Selivanov · 7 years ago
  27. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  28. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 7 years ago
  29. bc4123b bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) by Yury Selivanov · 7 years ago
  30. 7cc95f5 Fix wrong assert in unicodeobject (GH-5340) by INADA Naoki · 7 years ago
  31. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  32. 60da99b bpo-32532: Improve documentation of settrace and setprofile (#5359) by Xiang Zhang · 7 years ago
  33. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  34. 746cc75 bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048) by Mads Jensen · 7 years ago
  35. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  36. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  37. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 7 years ago
  38. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 7 years ago
  39. 37420de bpo-32678: inspect: Import ast lazily (GH-5344) by INADA Naoki · 7 years ago
  40. 29a7df7 bpo-32521: nis libnsl (#5190) by Christian Heimes · 7 years ago
  41. 226e500 bpo-32436: Make PyContextVar_Get a little bit faster (#5350) by Yury Selivanov · 7 years ago
  42. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  43. dba976b bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337) by Nathaniel J. Smith · 7 years ago
  44. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  45. d7773d9 bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823) by bennorth · 7 years ago
  46. e76daeb bpo-32571: Fix reading uninitialized memory (GH-5332) by INADA Naoki · 7 years ago
  47. 4112c5b bpo-32662: Try making test_asyncio.test_server more reliable (#5338) by Yury Selivanov · 7 years ago
  48. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  49. 4666ec5 bpo-32596: Make lazy-load portable (GH-5316) by INADA Naoki · 7 years ago
  50. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 7 years ago
  51. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 7 years ago
  52. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  53. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  54. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 7 years ago
  55. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 7 years ago
  56. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 7 years ago
  57. 58dc03c Cleanup dangling reference in get_timezone_utc_capi (#5317) by Paul Ganssle · 7 years ago
  58. 2812d3d bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) by INADA Naoki · 7 years ago
  59. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  60. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 7 years ago
  61. cab0b2b bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) by Brett Cannon · 7 years ago
  62. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  63. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  64. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 7 years ago
  65. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  66. 789e359 bpo-32636: Fix two bugs in test_asyncio (#5302) by Victor Stinner · 7 years ago
  67. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 7 years ago
  68. 0a5e71b bpo-32410: Improve sock_sendfile tests (#5294) by Andrew Svetlov · 7 years ago
  69. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 7 years ago
  70. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 7 years ago
  71. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 7 years ago
  72. 5de15f1 bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) by Victor Stinner · 7 years ago
  73. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 7 years ago
  74. 018e1b7 bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  75. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 7 years ago
  76. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 7 years ago
  77. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 7 years ago
  78. 9d411c1 bpo-32296: Make get_running_loop() another 4-5x faster (#5277) by Yury Selivanov · 7 years ago
  79. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 7 years ago
  80. 370d04d bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) by Xiang Zhang · 7 years ago
  81. dc6b946 bpo-20361: Remove workaround for a now fixed bug (#5283) by Victor Stinner · 7 years ago
  82. 872f841 bpo-32593: Run autoconf (#5282) by Victor Stinner · 7 years ago
  83. 6934831 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) by Nathaniel J. Smith · 7 years ago
  84. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 7 years ago
  85. d83671e Add myself as hamt/context (PEP 567) code owner (#5276) by Yury Selivanov · 7 years ago
  86. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  87. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 7 years ago
  88. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  89. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  90. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 7 years ago
  91. 579e0b8 urllib.request: Remove unused import (GH-5268) by INADA Naoki · 7 years ago
  92. 3510334 bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263) by Yury Selivanov · 7 years ago
  93. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 7 years ago
  94. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  95. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 7 years ago
  96. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 7 years ago
  97. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 7 years ago
  98. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  99. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  100. 6690bb9 bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241) by INADA Naoki · 7 years ago