1. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 4 years, 1 month ago
  2. 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 4 years, 1 month ago
  3. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years, 1 month ago
  4. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years, 1 month ago
  5. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years, 1 month ago
  6. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years, 1 month ago
  7. 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 1 month ago
  8. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 1 month ago
  9. 59cf853 bpo-40636: Documentation for zip-strict (#20961) by Ram Rachum · 4 years, 1 month ago
  10. 37bb289 bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) by Victor Stinner · 4 years, 1 month ago
  11. 8a64cea bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075) by Serhiy Storchaka · 4 years, 1 month ago
  12. 2c2a4f3 bpo-41006: What's New: less => fewer modules (GH-20955) by Victor Stinner · 4 years, 1 month ago
  13. 4c18fc8 bpo-41006: Document the runpy optimization (GH-20953) by Victor Stinner · 4 years, 1 month ago
  14. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 1 month ago
  15. 7ab92d5 bpo-36020: Require vsnprintf() to build Python (GH-20899) by Victor Stinner · 4 years, 2 months ago
  16. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 4 years, 2 months ago
  17. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 4 years, 2 months ago
  18. dc24b8a bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610) by Victor Stinner · 4 years, 2 months ago
  19. 59d3dce bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) by Victor Stinner · 4 years, 2 months ago
  20. 337d310 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Victor Stinner · 4 years, 2 months ago
  21. 39de8e4 bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) by Huon Wilson · 4 years, 2 months ago
  22. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 4 years, 2 months ago
  23. 491a3d3 Fix typo in "What's new in Python 3.9" (GH-20559) by Lysandros Nikolaou · 4 years, 2 months ago
  24. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 4 years, 2 months ago
  25. 007bb06 bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) by Batuhan Taskaya · 4 years, 2 months ago
  26. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 4 years, 2 months ago
  27. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 4 years, 2 months ago
  28. fda7f6d bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Victor Stinner · 4 years, 2 months ago
  29. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  30. 56853d8 bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) by Elazar Gershuni · 4 years, 2 months ago
  31. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 4 years, 2 months ago
  32. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 2 months ago
  33. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  34. 1c5d1d7 Remove duplicated words words (GH-20413) by Serhiy Storchaka · 4 years, 2 months ago
  35. ad3252b bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) by Dong-hee Na · 4 years, 2 months ago
  36. 30d5a73 bpo-40730: Remove redundant 'to' (GH-20316) by Florian Dahlitz · 4 years, 2 months ago
  37. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 2 months ago
  38. bfaf527 Restore missing column of digits (GH-20313) by Raymond Hettinger · 4 years, 2 months ago
  39. df2e0ff Update whatsnew benchmark results for 3.9 (GH-20276) by Raymond Hettinger · 4 years, 2 months ago
  40. e572c7f bpo-40698: Improve distutils upload hash digests (GH-20260) by Christian Heimes · 4 years, 2 months ago
  41. 550f30c bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) by karl ding · 4 years, 2 months ago
  42. 29251b7 3.10 whatsnew needs to use blurb-produced changelog (GH-20213) by Ned Deily · 4 years, 2 months ago
  43. cc2bbc2 bpo-32309: Implement asyncio.to_thread() (GH-20143) by Kyle Stanley · 4 years, 2 months ago
  44. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 2 months ago
  45. 08b47c3 bpo-40257: Revert changes to inspect.getdoc() (GH-20073) by Serhiy Storchaka · 4 years, 2 months ago
  46. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 2 months ago
  47. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 2 months ago
  48. d17f3d8 bpo-13601: Mention stderr's line buffering in What's New (GH-20168) by Shantanu · 4 years, 2 months ago
  49. b17e49e bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) by Paul Ganssle · 4 years, 3 months ago
  50. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 3 months ago
  51. 4541086 bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) by Batuhan Taskaya · 4 years, 3 months ago
  52. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 3 months ago
  53. e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 4 years, 3 months ago
  54. d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 4 years, 3 months ago
  55. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 3 months ago
  56. 627f701 bpo-32117: Updated Simpsons names in docs (GH-19737) by Javier Buzzi · 4 years, 3 months ago
  57. 18f1c60 bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898) by Miro Hrončok · 4 years, 3 months ago
  58. e5963ee What's New in Python 3.9: Reorganize C API Changes (GH-19794) by Victor Stinner · 4 years, 3 months ago
  59. 9a8c131 bpo-40428: Cleanup free list part of C API Changes doc (GH-19793) by Victor Stinner · 4 years, 3 months ago
  60. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 3 months ago
  61. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 3 months ago
  62. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 3 months ago
  63. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 3 months ago
  64. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 3 months ago
  65. 9adccc1 bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) by Victor Stinner · 4 years, 3 months ago
  66. c5c4281 bpo-40375: Implement imaplib.IMAP4.unselect (GH-19712) by Dong-hee Na · 4 years, 3 months ago
  67. 0e80b56 bpo-40334: Add What's New sections for PEP 617 and PEP 585 (GH-19704) by Guido van Rossum · 4 years, 3 months ago
  68. e6f8abd bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) by Victor Stinner · 4 years, 3 months ago
  69. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 4 years, 3 months ago
  70. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 4 years, 3 months ago
  71. 9c82ea7 bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634) by Kyle Stanley · 4 years, 3 months ago
  72. 1ac6e37 bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) by Kyle Stanley · 4 years, 3 months ago
  73. 7e64414 bpo-40257: Improve help for the typing module (GH-19546) by Serhiy Storchaka · 4 years, 3 months ago
  74. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 4 months ago
  75. fbf2786 bpo-40257: Output object's own docstring in pydoc (GH-19479) by Serhiy Storchaka · 4 years, 4 months ago
  76. 990ea42 bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) by Batuhan Taşkaya · 4 years, 4 months ago
  77. a1a0eb4 bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) by Sebastian Pedersen · 4 years, 4 months ago
  78. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 4 years, 4 months ago
  79. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 4 years, 4 months ago
  80. f13072b bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461) by Pablo Galindo · 4 years, 4 months ago
  81. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 4 months ago
  82. c63629e bpo-40197: Better describe the benchmark results table (GH-19386) by Raymond Hettinger · 4 years, 4 months ago
  83. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 4 years, 4 months ago
  84. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 4 months ago
  85. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 4 years, 4 months ago
  86. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 4 months ago
  87. 6467134 bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) by Miro Hrončok · 4 years, 4 months ago
  88. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 4 years, 4 months ago
  89. 5a58c52 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Ammar Askar · 4 years, 4 months ago
  90. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 4 months ago
  91. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 4 months ago
  92. 05e4a29 bpo-40024: Add PyModule_AddType() helper function (GH-19088) by Dong-hee Na · 4 years, 4 months ago
  93. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 4 months ago
  94. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 4 years, 4 months ago
  95. 5a3a71d bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) by Victor Stinner · 4 years, 4 months ago
  96. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 4 months ago
  97. 6b97598 bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038) by Serhiy Storchaka · 4 years, 5 months ago
  98. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 4 years, 5 months ago
  99. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 5 months ago
  100. 8689209 bpo-39969: Remove ast.Param node class as is no longer used (GH-19020) by Batuhan Taşkaya · 4 years, 5 months ago