1. d7befad bpo-35537: Document posix_spawn() change in subprocess (GH-11668) by Victor Stinner · 5 years ago
  2. 09d434c Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) by Guido van Rossum · 5 years ago
  3. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  4. 74125a6 bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411) by Victor Stinner · 5 years ago
  5. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  6. 9d949f7 bpo-36588: On AIX, remove major version from sys.platform (GH-12787) by Michael Felt · 5 years ago
  7. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  8. 7a0630c Add a What's New entry for bpo-35459. (GH-12706) by Serhiy Storchaka · 5 years ago
  9. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  10. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 5 years ago
  11. 50866e9 bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) by Zackery Spytz · 5 years ago
  12. 42a139e bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) by Serhiy Storchaka · 5 years ago
  13. 79da388 bpo-36085: Add installer check for KB2533625 (GH-12636) by Steve Dower · 5 years ago
  14. 2438cdf bpo-36085: Enable better DLL resolution on Windows (GH-12302) by Steve Dower · 5 years ago
  15. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago
  16. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  17. d3c72a2 bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) by Inada Naoki · 5 years ago
  18. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 5 years ago
  19. f7b57df bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396) by Raymond Hettinger · 5 years ago
  20. 6a16b18 bpo-36297: remove "unicode_internal" codec (GH-12342) by Inada Naoki · 5 years ago
  21. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 5 years ago
  22. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 5 years ago
  23. 8ef864d bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294) by Steve Dower · 5 years ago
  24. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 5 years ago
  25. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  26. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  27. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 5 years ago
  28. 06babb2 bpo-1054041: Add What's New docs. (GH-11999) by Gregory P. Smith · 5 years ago
  29. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 5 years ago
  30. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 5 years ago
  31. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 5 years ago
  32. f36f892 bpo-36068: Make _tuplegetter objects serializable (GH-11981) by Joe Jevnik · 5 years ago
  33. d8b9e1f bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907) by Stefan Behnel · 5 years ago
  34. e182318 bpo-33234: Add another attribution in Whatsnew (GH-11899) by Raymond Hettinger · 5 years ago
  35. 63fa1cf bpo-32492: Add missing whatsnew entries for itemgetter and namedtuple (GH-11897) by Raymond Hettinger · 5 years ago
  36. 3ff5962 bpo-33089: Add math.dist() and math.hypot() to Whatsnew (GH-11896) by Raymond Hettinger · 5 years ago
  37. 62e4481 bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757) by Serhiy Storchaka · 5 years ago
  38. d9503c3 Add What's New entry for date subclass behavior (#11790) by Paul Ganssle · 5 years ago
  39. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 5 years ago
  40. f75d59e bpo-35884: Add variable access benchmarking script (GH-11725) by Raymond Hettinger · 6 years ago
  41. 0bb4bdf bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708) by Raymond Hettinger · 6 years ago
  42. ea44640 bpo-35701: Update doc for UUID weak referencing (GH-11621) by David H · 6 years ago
  43. f6243ac bpo-35537: subprocess can use posix_spawn with pipes (GH-11575) by Victor Stinner · 6 years ago
  44. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 6 years ago
  45. 3bcbedc bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) by Serhiy Storchaka · 6 years ago
  46. 89669ff bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454) by Dong-hee Na · 6 years ago
  47. 8c34956 Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582) by Victor Stinner · 6 years ago
  48. 0785889 bpo-35537: subprocess can now use os.posix_spawnp (GH-11579) by Victor Stinner · 6 years ago
  49. 9daecf3 bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452) by Victor Stinner · 6 years ago
  50. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  51. 9e00d9e bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) by jab · 6 years ago
  52. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  53. d7538dd bpo-35471: Remove the macpath module (GH-11129) by Victor Stinner · 6 years ago
  54. 4fb0b8b bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) by Xiang Zhang · 6 years ago
  55. 16501b7 bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012) by Mariatta · 6 years ago
  56. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  57. 19c46a4 bpo-33695 shutil.copytree() + os.scandir() cache (#7874) by Giampaolo Rodola · 6 years ago
  58. 0f221d0 bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) by Lisa Roach · 6 years ago
  59. ca68261 Fix markup for xml.sax in 3.8 notes. (GH-9603) by Andrés Delfino · 6 years ago
  60. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  61. f194479 bpo-31553: add --json-lines option to json.tool (#10051) by HongWeipeng · 6 years ago
  62. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  63. 6531bf6 bpo-33462: Add __reversed__ to dict and dict views (GH-6827) by Rémi Lapeyre · 6 years ago
  64. 2810dd7 closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) by Max Bélanger · 6 years ago
  65. 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
  66. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 6 years ago
  67. c61e229 bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) by Pablo Galindo · 6 years ago
  68. fec35c9 bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) by Serhiy Storchaka · 6 years ago
  69. dfba1f6 bpo-33899: Mention tokenize behavior change in What's New (GH-10073) by Tal Einat · 6 years ago
  70. b2e2025 bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) by Serhiy Storchaka · 6 years ago
  71. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  72. bf03471 bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) by Juliette Monsel · 6 years ago
  73. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  74. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  75. fdcb5ae bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572) by Terry Jan Reedy · 6 years ago
  76. 6ea29c5 bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538) by Victor Stinner · 6 years ago
  77. 17b1d5d bpo-17239: Disable external entities in SAX parser (GH-9217) by Christian Heimes · 6 years ago
  78. 9fb051f bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) by Christian Heimes · 6 years ago
  79. 8fabae3 bpo-32117: Iterable unpacking in return and yield documentation (GH-9487) by jChapman · 6 years ago
  80. d64ee1a bpo-32718: Make Activate.ps1 for venv cross-platform and available on all platforms (GH-9321) by Brett Cannon · 6 years ago
  81. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  82. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 6 years ago
  83. c9a71dd closes bpo-34641: Further restrict the LHS of keyword argument function call syntax. (GH-9212) by Benjamin Peterson · 6 years ago
  84. 7c7605f bpo-33649: First asyncio docs improvement pass (GH-9142) by Yury Selivanov · 6 years ago
  85. 5475253 bpo-30977: rework code changes according to post-merge code review (GH-9106) by Tal Einat · 6 years ago
  86. fa221d8 bpo-33083: Update "What's new" with math.factorial changes (GH-9109) by Pablo Galindo · 6 years ago
  87. e7d4b2f bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692) by Berker Peksag · 6 years ago
  88. ef8861c Fix Doc/whatsnew/3.8.rst (GH-8848) by Berker Peksag · 6 years ago
  89. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  90. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 6 years ago
  91. 22d2508 bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533) by Elvis Pranskevichus · 6 years ago
  92. 02ec92f bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) by Serhiy Storchaka · 6 years ago
  93. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  94. d5c875b bpo-33597: Add What's New for PyGC_Head (GH-8236) by INADA Naoki · 6 years ago
  95. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  96. 16eb3bc bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) by Nick Coghlan · 6 years ago
  97. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  98. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  99. ceeef10 bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) by Serhiy Storchaka · 6 years ago
  100. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago