1. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 2 months ago
  2. db64f12 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) by Mark Shannon · 4 years, 2 months ago
  3. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 2 months ago
  4. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 4 years, 2 months ago
  5. 491a3d3 Fix typo in "What's new in Python 3.9" (GH-20559) by Lysandros Nikolaou · 4 years, 2 months ago
  6. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 4 years, 2 months ago
  7. b7d79b4 bpo-40755: Add rich comparisons to Counter (GH-20548) by Raymond Hettinger · 4 years, 2 months ago
  8. 2b20136 Fix asyncio.to_thread() documented return type (GH-20547) by Kyle Stanley · 4 years, 2 months ago
  9. 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
  10. 7b78e7f bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748) by Zackery Spytz · 4 years, 2 months ago
  11. 735d902 bpo-40798: Generate a different message for already removed elements (GH-20483) by Florian Dahlitz · 4 years, 2 months ago
  12. 4649202 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Samuel Gaist · 4 years, 2 months ago
  13. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 2 months ago
  14. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 4 years, 2 months ago
  15. 364b5ea Further de-linting of zoneinfo module (#20499) by Paul Ganssle · 4 years, 2 months ago
  16. 895c9c1 bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) by Mark Dickinson · 4 years, 2 months ago
  17. 2831642 Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Windson yang · 4 years, 2 months ago
  18. 21017ed bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Abhilash Raj · 4 years, 2 months ago
  19. c610d97 bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Erlend Egeberg Aasland · 4 years, 2 months ago
  20. dc4eee9 bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) by Fantix King · 4 years, 2 months ago
  21. 5e0ed8a Note the output ordering of combinatoric functions (GH-19732) by Ruaridh Williamson · 4 years, 2 months ago
  22. d9c1f19 bpo-40474: Updated coverage.yml to better report coverage stats (#19851) by lrjball · 4 years, 2 months ago
  23. cfc6ce4 bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492) by Ramil Nugmanov · 4 years, 2 months ago
  24. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 4 years, 2 months ago
  25. fda7f6d bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Victor Stinner · 4 years, 2 months ago
  26. 459acc5 bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) by Petr Viktorin · 4 years, 2 months ago
  27. 6039851 bpo-40755: Add missing multiset operations to Counter() (GH-20339) by Raymond Hettinger · 4 years, 2 months ago
  28. 0de437d bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) by Victor Stinner · 4 years, 2 months ago
  29. 7536432 bpo-40275: Fix test.support.threading_helper (GH-20488) by Victor Stinner · 4 years, 2 months ago
  30. 24bddc1 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) by Hai Shi · 4 years, 2 months ago
  31. 84ee7e1 bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by Victor Stinner · 4 years, 2 months ago
  32. 4fd4963 Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484) by Victor Stinner · 4 years, 2 months ago
  33. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  34. eaca2aa Improve IO tutorial's "Old string formatting" section (GH-16251) by Adorilson Bezerra · 4 years, 2 months ago
  35. 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
  36. aa89063 bpo-40275: test.support imports subprocess lazily (GH-20471) by Victor Stinner · 4 years, 2 months ago
  37. b0461e1 bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) by Victor Stinner · 4 years, 3 months ago
  38. 10228ba bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Victor Stinner · 4 years, 3 months ago
  39. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 4 years, 3 months ago
  40. 7d80b35 Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465) by Pablo Galindo · 4 years, 3 months ago
  41. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 4 years, 3 months ago
  42. e4799b9 Fix compiler warnings in _zoneinfo.c (GH-20342) by Pablo Galindo · 4 years, 3 months ago
  43. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 3 months ago
  44. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 3 months ago
  45. 210a137 bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369) by Fantix King · 4 years, 3 months ago
  46. 526e23f Refactor error handling code in Parser/pegen/pegen.c (GH-20440) by Lysandros Nikolaou · 4 years, 3 months ago
  47. 29a1384 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Sean Gillespie · 4 years, 3 months ago
  48. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 4 years, 3 months ago
  49. 20941de bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449) by Mark Dickinson · 4 years, 3 months ago
  50. feb0846 Upgrade bundled versions of pip & setuptools (#16782) by Xavier Fernandez · 4 years, 3 months ago
  51. 7da46b6 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Oleg Höfling · 4 years, 3 months ago
  52. 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, 3 months ago
  53. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 3 months ago
  54. 21fda91 bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) by Ethan Steinberg · 4 years, 3 months ago
  55. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 3 months ago
  56. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 3 months ago
  57. 8ad0524 bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) by Arturo Escaip · 4 years, 3 months ago
  58. db098bc bpo-39244: multiprocessing return default start method first on macOS (GH-18625) by idomic · 4 years, 3 months ago
  59. 5eb45d7 bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) by Erlend Egeberg Aasland · 4 years, 3 months ago
  60. be63019 bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422) by Christian Heimes · 4 years, 3 months ago
  61. af7553a bpo-39301: State that floor division is used for right shift operations (GH-20347) by Zackery Spytz · 4 years, 3 months ago
  62. 1c5d1d7 Remove duplicated words words (GH-20413) by Serhiy Storchaka · 4 years, 3 months ago
  63. 2b0e654 bpo-40745: Fix typos in NewType docs (GH-20379) by ziheng · 4 years, 3 months ago
  64. 3cfe5b7 Simplify creation of the __new__ method in namedtuple() (GH-20361) by Raymond Hettinger · 4 years, 3 months ago
  65. a2bbedc Fix peg_generator compiler warnings under MSVC (GH-20405) by Ammar Askar · 4 years, 3 months ago
  66. 4a0ac42 closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) by sth · 4 years, 3 months ago
  67. f7b1e46 bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) by Lysandros Nikolaou · 4 years, 3 months ago
  68. 2602d97 [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325) by Ammar Askar · 4 years, 3 months ago
  69. 9645930 bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Lysandros Nikolaou · 4 years, 3 months ago
  70. 4483253 bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) by Rotuna · 4 years, 3 months ago
  71. 2377a9b Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989) by Hai Shi · 4 years, 3 months ago
  72. deb4355 bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) by Pablo Galindo · 4 years, 3 months ago
  73. 800a35c6 bpo-40750: Support -d flag in the new parser (GH-20340) by Pablo Galindo · 4 years, 3 months ago
  74. 7d847e2 bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391) by Dong-hee Na · 4 years, 3 months ago
  75. ad3252b bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) by Dong-hee Na · 4 years, 3 months ago
  76. e50883c bpo-39245: Fix docs links to the stable ABI (GH-20388) by Miro Hrončok · 4 years, 3 months ago
  77. e682b26 bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757) by Sergey Fedoseev · 4 years, 3 months ago
  78. ef16958 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) by Miro Hrončok · 4 years, 3 months ago
  79. 20c22db bpo-40671: Prepare _hashlib for PEP 489 (GH-20180) by Christian Heimes · 4 years, 3 months ago
  80. 4cc2f93 bpo-40695: Limit hashlib builtin hash fallback (GH-20259) by Christian Heimes · 4 years, 3 months ago
  81. 3f59b55 bpo-35714: Reject null characters in struct format strings (GH-16928) by Zackery Spytz · 4 years, 3 months ago
  82. 372ee27 bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Jakub Stasiak · 4 years, 3 months ago
  83. cba5031 bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367) by Batuhan Taskaya · 4 years, 3 months ago
  84. c73914a bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) by Rémi Lapeyre · 4 years, 3 months ago
  85. 59f5022 bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) by Albert · 4 years, 3 months ago
  86. 3436f5f bpo-40443: Remove unused imports in the zoneinfo (GH-20354) by Dong-hee Na · 4 years, 3 months ago
  87. 16ef324 bpo-37309: Update IDLE NEWS.txt (GH-20356) by Terry Jan Reedy · 4 years, 3 months ago
  88. 905b3cd bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) by Florian Dahlitz · 4 years, 3 months ago
  89. fdc5a94 bpo-37973: Improve the docstrings of sys.float_info (GH-19218) by Zackery Spytz · 4 years, 3 months ago
  90. 3f5f614 Remove spurious NULL in descrobject.c (GH-20344) by Hai Shi · 4 years, 3 months ago
  91. b23d7ad Use Py_ssize_t for the column number in the PEG support code (GH-20341) by Pablo Galindo · 4 years, 3 months ago
  92. 13206b5 bpo-40405: Fix asyncio.as_completed docs (GH-19753) by Bar Harel · 4 years, 3 months ago
  93. 1cba1c9 bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) by Shantanu · 4 years, 3 months ago
  94. af23f0d bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Matteo Bertucci · 4 years, 3 months ago
  95. 8022eb4 [doc] Add missing space in urllib.request.rst (GH-19860) by Sardorbek Imomaliev · 4 years, 3 months ago
  96. da51ba4 Cosmetic smtplib changes (GH-8718) by Ville Skyttä · 4 years, 3 months ago
  97. 6fad3e6 bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) by Antoine · 4 years, 3 months ago
  98. b5cc208 bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) by Dennis Sweeney · 4 years, 3 months ago
  99. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 3 months ago
  100. 909b571 bpo-9216: hashlib usedforsecurity fixes (GH-20258) by Christian Heimes · 4 years, 3 months ago