1. e6d3421 bpo-25988: Deprecate exposing collections.abc in collections GH-5414 by Raymond Hettinger · 7 years ago
  2. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 7 years ago
  3. db8189b bpo-31233, bpo-31151: Document socketserver changes (#5417) by Victor Stinner · 7 years ago
  4. 4d02966 Add example for PEP 557. (GH-5383) by Eric V. Smith · 7 years ago
  5. c4b1248 Pep 557 What's New (GH-5371) by Eric V. Smith · 7 years ago
  6. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  7. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  8. 43c47fe bpo-32670: Enforce PEP 479. (#5327) by Yury Selivanov · 7 years ago
  9. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  10. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 7 years ago
  11. 1aa094f bpo-29302: Implement contextlib.AsyncExitStack. (#4790) by Ilya Kulakov · 7 years ago
  12. cab0b2b bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) by Brett Cannon · 7 years ago
  13. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  14. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  15. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  16. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  17. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 7 years ago
  18. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  19. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  20. 9f1e5f1 bpo-32206: Pdb can now run modules (GH-4752) by Mario Corchero · 7 years ago
  21. fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
  22. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  23. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  24. b2a6083 bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) by Segev Finer · 7 years ago
  25. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 7 years ago
  26. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  27. 176baa3 bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412) by Jelle Zijlstra · 7 years ago
  28. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  29. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  30. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  31. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  32. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  33. 70d56fb bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) by Serhiy Storchaka · 7 years ago
  34. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  35. 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 7 years ago
  36. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  37. ac577d7 bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) by Victor Stinner · 7 years ago
  38. 4d193bc bpo-32071: Fix regression and add What's New entry (#4589) by Jonas Haag · 7 years ago
  39. 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
  40. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  41. cede8c9 bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110) by Serhiy Storchaka · 7 years ago
  42. ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 7 years ago
  43. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  44. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  45. ddbce13 bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400) by Serhiy Storchaka · 7 years ago
  46. 9165f77 bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382) by Serhiy Storchaka · 7 years ago
  47. 72fa301 Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318) by Cody Scott · 7 years ago
  48. 28ab3ce Fix broken link in Doc/whatsnew/3.7.rst (GH-4335) by Berker Peksag · 7 years ago
  49. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  50. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 7 years ago
  51. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  52. 1b46131 bpo-22257: Mention startup refactoring in What's New (GH-4286) by Nick Coghlan · 7 years ago
  53. 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
  54. d4d79bc bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) by Serhiy Storchaka · 7 years ago
  55. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  56. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  57. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  58. 3557b05 bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885) by Serhiy Storchaka · 7 years ago
  59. eab3ff7 bpo-31664: Add support for the Blowfish method in crypt. (#3854) by Serhiy Storchaka · 7 years ago
  60. 809d173 bpo-31812: Add documentation translations to What's New in Python 3.7. (GH-4064) by Julien Palard · 7 years ago
  61. 01b5aab bpo-31827: Remove os.stat_float_times() (GH-4061) by Victor Stinner · 7 years ago
  62. 552be9d bpo-30541: Add new method to seal mocks (GH61923) by Mario Corchero · 7 years ago
  63. 4d3f084 bpo-27867: Add a porting guide for PySlice_GetIndicesEx(). (#1973) by Serhiy Storchaka · 7 years ago
  64. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  65. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  66. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  67. c1c47c1 bpo-31671: re: Convert RegexFlag to int before compile (GH-3862) by INADA Naoki · 7 years ago
  68. 101a5e8 bpo-31648: Improve ElementPath (#3835) by scoder · 7 years ago
  69. d87b105 bpo-31638: Add compression support to zipapp (GH-3819) by Zhiming Wang · 7 years ago
  70. 35425d6 bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438) by Barry Warsaw · 7 years ago
  71. 0ec8c4b bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617) by Mariatta · 7 years ago
  72. 992f613 Fix description in Python 3.7 What's New (#3603) by Paul Romano · 7 years ago
  73. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  74. 1b8f612 bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) by Mariatta · 7 years ago
  75. 8b57d73 bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#3454) by Raymond Hettinger · 7 years ago
  76. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  77. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  78. 0f6b9d2 bpo-14191 Add parse_intermixed_args. (#3319) by R. David Murray · 7 years ago
  79. fcd97d4 Include additional changes to support blurbified NEWS (#3340) by Ned Deily · 7 years ago
  80. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  81. 973b901 What's New for bpo-1198569 (#3303) by Barry Warsaw · 7 years ago
  82. 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
  83. 0780bf7 bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049) by Paul Moore · 7 years ago
  84. dadca48 Fix typo in 3.7 What's New (GH-3069) by Daniel Himmelstein · 7 years ago
  85. 8e45318 bpo-30302: Update WhatsNew and documentation. (#2929) by Utkarsh Upadhyay · 7 years ago
  86. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  87. 5b8f972 bpo-30362 : Add list options to launcher. (#1578) by Steve (Gadget) Barnes · 7 years ago
  88. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  89. f5c58c7 bpo-30733: Fix typos in "What's New" entry (GH-2414) by Walter Dörwald · 7 years ago
  90. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  91. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  92. 77f68e3 Fix typo in 3.7 whatsnew (#2308) by Daniel Porteous · 7 years ago
  93. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  94. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  95. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  96. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  97. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  98. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  99. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  100. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago