1. c47dacb bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) by José Melero Fernández · 7 years ago
  2. c9070d0 bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) by Yury Selivanov · 7 years ago
  3. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  4. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 7 years ago
  5. b31206a bpo-32667: Fix tests when $PATH contains a file (#5322) by Victor Stinner · 7 years ago
  6. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 7 years ago
  7. 58dc03c Cleanup dangling reference in get_timezone_utc_capi (#5317) by Paul Ganssle · 7 years ago
  8. 2812d3d bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) by INADA Naoki · 7 years ago
  9. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  10. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 7 years ago
  11. cab0b2b bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) by Brett Cannon · 7 years ago
  12. fe133aa bpo-32391: Implement StreamWriter.wait_closed() (#5281) by Andrew Svetlov · 7 years ago
  13. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  14. ccbe581 bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) by Bernhard M. Wiedemann · 7 years ago
  15. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  16. 789e359 bpo-32636: Fix two bugs in test_asyncio (#5302) by Victor Stinner · 7 years ago
  17. fb5a7ad bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) by Nathaniel J. Smith · 7 years ago
  18. 0a5e71b bpo-32410: Improve sock_sendfile tests (#5294) by Andrew Svetlov · 7 years ago
  19. d499031 bpo-32651 Recommend getpass.getuser() (#5301) by Barry Warsaw · 7 years ago
  20. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 7 years ago
  21. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 7 years ago
  22. 5de15f1 bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) by Victor Stinner · 7 years ago
  23. 131fd7f bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) by Pablo Galindo · 7 years ago
  24. 018e1b7 bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 7 years ago
  25. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 7 years ago
  26. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 7 years ago
  27. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 7 years ago
  28. 9d411c1 bpo-32296: Make get_running_loop() another 4-5x faster (#5277) by Yury Selivanov · 7 years ago
  29. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 7 years ago
  30. 370d04d bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) by Xiang Zhang · 7 years ago
  31. dc6b946 bpo-20361: Remove workaround for a now fixed bug (#5283) by Victor Stinner · 7 years ago
  32. 872f841 bpo-32593: Run autoconf (#5282) by Victor Stinner · 7 years ago
  33. 6934831 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) by Nathaniel J. Smith · 7 years ago
  34. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 7 years ago
  35. d83671e Add myself as hamt/context (PEP 567) code owner (#5276) by Yury Selivanov · 7 years ago
  36. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  37. 9089a26 bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) by Victor Stinner · 7 years ago
  38. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  39. b0a7a03 bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) by Yury Selivanov · 7 years ago
  40. a4b1bb4 bpo-31801: Enum: add _ignore_ as class option (#5237) by Ethan Furman · 7 years ago
  41. 579e0b8 urllib.request: Remove unused import (GH-5268) by INADA Naoki · 7 years ago
  42. 3510334 bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263) by Yury Selivanov · 7 years ago
  43. a4afcdf bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) by Yury Selivanov · 7 years ago
  44. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  45. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 7 years ago
  46. bd5c7d2 bpo-32602: Test ECDSA certs (#5247) by Christian Heimes · 7 years ago
  47. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 7 years ago
  48. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  49. d57f26c bpo-32028: Fix suggestions for indented print statements (GH-4688) by Sanyam Khurana · 7 years ago
  50. 6690bb9 bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241) by INADA Naoki · 7 years ago
  51. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  52. 7464e87 bpo-32410: Make SendfileNotAvailableError exception public (#5243) by Andrew Svetlov · 7 years ago
  53. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  54. fa78806 Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235) by Raymond Hettinger · 7 years ago
  55. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 7 years ago
  56. ab74504 bpo-32576: use queue.SimpleQueue in critical places (#5216) by Antoine Pitrou · 7 years ago
  57. 6027802 Fix typo in thread_nt.h code comment (GH-5211) by hui shang · 7 years ago
  58. 3941499 Use assertCountEqual instead of assertEqual. (#5223) by Gregory P. Smith · 7 years ago
  59. e860089 bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212) by Victor Stinner · 7 years ago
  60. 7d91c02 pythoninfo: add time.time and datetime.datetime.now (#5214) by Victor Stinner · 7 years ago
  61. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 7 years ago
  62. 44a70e9 Fix Git attributes of test_importlib data files (#5209) by Victor Stinner · 7 years ago
  63. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 7 years ago
  64. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 7 years ago
  65. 6b5a279 bpo-32410: Implement loop.sock_sendfile() (#4976) by Andrew Svetlov · 7 years ago
  66. c495e79 Skip test_readline.test_nonascii() on C locale (#5203) by Victor Stinner · 7 years ago
  67. 4d9aec0 bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726) by Serhiy Storchaka · 7 years ago
  68. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 7 years ago
  69. b44c516 bpo-26163: Frozenset hash improvement (#5194) by Raymond Hettinger · 7 years ago
  70. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  71. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 7 years ago
  72. 21102f0 Make asyncio tests run when there's no SSL module (#5196) by Yury Selivanov · 7 years ago
  73. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 7 years ago
  74. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  75. ee3b835 bpo-26330: Update shutil.disk_usage() documentation (GH-5184) by Cheryl Sabella · 7 years ago
  76. b3dd18d bpo-15221: Update os.path.is*() documentation (GH-5185) by Cheryl Sabella · 7 years ago
  77. 3329992 bpo-29476: Simplify set_add_entry() (#5175) by Raymond Hettinger · 7 years ago
  78. d37258d Add itertools recipe for directly finding the n-th combination (#5161) by Raymond Hettinger · 7 years ago
  79. 0f31c74 Improve enum.Flag code example (GH-5167) by Julian Kahnert · 7 years ago
  80. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  81. 5b76bdb bpo-31993: Do not use memoryview when pickle large strings. (#5154) by Serhiy Storchaka · 7 years ago
  82. f3031b8 bpo-32521: nis libtirpc (#5137) by Christian Heimes · 7 years ago
  83. ae12f5d bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091) by yahya-abou-imran · 7 years ago
  84. 05565ed OrderedDict import is no longer needed (#4890) by Raymond Hettinger · 7 years ago
  85. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 7 years ago
  86. 0c3be96 bpo-31145: Use dataclasses to create a prioritization wrapper (#5153) by Raymond Hettinger · 7 years ago
  87. 02556fb bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152) by Raymond Hettinger · 7 years ago
  88. 782d6fe bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015) by Serhiy Storchaka · 7 years ago
  89. 0a2da50 bpo-31993: Do not create frames for large bytes and str objects (#5114) by Serhiy Storchaka · 7 years ago
  90. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 7 years ago
  91. 3948207 bpo-32320: Add default value support to collections.namedtuple() (#4859) by Raymond Hettinger · 7 years ago
  92. d55209d Fix obvious typos in docstrings (#5151) by Raymond Hettinger · 7 years ago
  93. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 7 years ago
  94. f80c0ca Fix when parsing tz offsets microseconds shorter than 6 (#4781) by Mario Corchero · 7 years ago
  95. d4864c6 bpo-24340: Fix estimation of the code stack size. (#5076) by Serhiy Storchaka · 7 years ago
  96. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 7 years ago
  97. 2ab3a8f Post-release version bump to a4+ by Ned Deily · 7 years ago
  98. a612df0 Fix several changelog items to use PEP markup. by Ned Deily · 7 years ago
  99. 868460c Merge tag 'v3.7.0a4' by Ned Deily · 7 years ago
  100. d135f20 bpo-32507: Change Windows install to include app-local UCRT (#5119) by Steve Dower · 7 years ago