1. 4c49be7 bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) by scoder · 3 years, 7 months ago
  2. fe52eb6 bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) by Victor Stinner · 3 years, 7 months ago
  3. 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 3 years, 7 months ago
  4. 21b02b5 bpo-43960: test_pdb resets breakpoints (GH-25673) by Irit Katriel · 3 years, 7 months ago
  5. db0c5b7 bpo-43776: Remove list call from args in Popen repr (GH-25338) by M. Kocher · 3 years, 7 months ago
  6. f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 3 years, 7 months ago
  7. a5e6444 bpo-43963: Add _signal module state (GH-25676) by Victor Stinner · 3 years, 7 months ago
  8. 5c84bb5 bpo-37751: Update `codecs.register()` doc. (GH-25643) by Inada Naoki · 3 years, 7 months ago
  9. a09766d bpo-43963: Fix import _signal in subinterpreters (GH-25674) by Victor Stinner · 3 years, 7 months ago
  10. 6bd9288 bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670) by Ethan Furman · 3 years, 7 months ago
  11. 9aea31d bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850) by Anthony Sottile · 3 years, 7 months ago
  12. 8a37463 Fix generated file name for installer builds on macOS 11+. (GH-25661) by Ned Deily · 3 years, 7 months ago
  13. ce82781 bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) by Erlend Egeberg Aasland · 3 years, 7 months ago
  14. bf0c7c0 bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) by Erlend Egeberg Aasland · 3 years, 7 months ago
  15. e3bf179 bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656) by Shreyan Avigyan · 3 years, 7 months ago
  16. 99fdd78 bpo-43766: Fix TypeGuard docs (#25660) by Ken Jin · 3 years, 7 months ago
  17. 05ab4b6 bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282) by Ken Jin · 3 years, 7 months ago
  18. d925133 bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644) by Tzu-ping Chung · 3 years, 7 months ago
  19. 93f4118 Fix thread locks in zlib module may go wrong in rare case. (#22126) by Ma Lin · 3 years, 7 months ago
  20. 878bc8b bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648) by Inada Naoki · 3 years, 7 months ago
  21. caae717 bpo-43651: Fix EncodingWarning in zipfile (GH-25650) by Inada Naoki · 3 years, 7 months ago
  22. 5987b8c bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649) by Ethan Furman · 3 years, 7 months ago
  23. cfe523b bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645) by Inada Naoki · 3 years, 7 months ago
  24. 743e2ba [doc] Remove duplicated operator.itemgetter example (GH-24178) by Andre Delfino · 3 years, 7 months ago
  25. 9dfefbe bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644) by Inada Naoki · 3 years, 7 months ago
  26. 284c52d bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584) by Dennis Sweeney · 3 years, 7 months ago
  27. 7244c00 bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) by Erlend Egeberg Aasland · 3 years, 7 months ago
  28. 52cd6d5 Use the zero argument form of super() in examples for Python3 docs. (GH-22314) by Andre Delfino · 3 years, 7 months ago
  29. 425434d bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389) by Ken Jin · 3 years, 7 months ago
  30. 8a307e4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) by Llandy Riveron Del Risco · 3 years, 7 months ago
  31. 1b1f985 bpo-42904: Change search order of typing.get_type_hints eval (#25632) by Ken Jin · 3 years, 7 months ago
  32. 94549ee Add additional keyword-only tests. (GH-25633) by Eric V. Smith · 3 years, 7 months ago
  33. bd25bcd Doc: Fix the array.fromfile method doc (GH-22037) by Adorilson Bezerra · 3 years, 7 months ago
  34. 5f87915 bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587) by Christian Heimes · 3 years, 7 months ago
  35. 666991f bpo-18233: Add internal methods to access peer chain (GH-25467) by Christian Heimes · 3 years, 7 months ago
  36. 3c586ca bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) by Christian Heimes · 3 years, 7 months ago
  37. 3c4850e Update asyncio-subprocess.rst (GH-21680) by Gabriel R F · 3 years, 7 months ago
  38. b6daab2 documentation: clarification about the function remove in os library (GH-19024) by Etienne Gautier · 3 years, 7 months ago
  39. 7be870f Fix documentation typos of argparse exit_on_error (GH-22706) by Taneli Hukkinen · 3 years, 7 months ago
  40. b3dec6f Quick pydoc update to smtplib.py (GH-22292) by uy-rrodriguez · 3 years, 7 months ago
  41. cb5c802 Fix id of 'Internet Message Format' RFC in email doc (GH-24137) by Denis Laxalde · 3 years, 7 months ago
  42. 0d930f1 Fix copy.Error casing in documentation GH-22004 by Andre Delfino · 3 years, 7 months ago
  43. d28b346 Fix broken links and improve stand-alone tools list in FAQ GH-22124 by Andre Delfino · 3 years, 7 months ago
  44. c028053 Add keyword-only fields to dataclasses. (GH=25608) by Eric V. Smith · 3 years, 7 months ago
  45. 7f8e072 Remove mention of dst parameter from description of os.lstat() (GH-24704) by Sergey Fedoseev · 3 years, 7 months ago
  46. a1a5e3c Fix a typo in datamodel reference document (GH-24930) by Géry Ogam · 3 years, 7 months ago
  47. f84f1b5 bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602) by Saiyang Gou · 3 years, 7 months ago
  48. a31cf86 fix typo in warning (#20620) by Allen · 3 years, 7 months ago
  49. a89d8a9 BaseHTTPRequestHandler, that path includes query (#25597) by Senthil Kumaran · 3 years, 7 months ago
  50. c9c27b8 Set the release for `__future__.annotations` to 3.11 (#25596) by Anthony Sottile · 3 years, 7 months ago
  51. 8af929f bpo-43534: Fix the turtle module working with multiple root windows (GH-25591) by Serhiy Storchaka · 3 years, 7 months ago
  52. 09aa6f9 bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) by Tymoteusz Wołodźko · 3 years, 7 months ago
  53. 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 3 years, 7 months ago
  54. face87c bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744) by Serhiy Storchaka · 3 years, 7 months ago
  55. b5adc8a bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Serhiy Storchaka · 3 years, 7 months ago
  56. 3bb3fb3 bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (#25187) by Serhiy Storchaka · 3 years, 7 months ago
  57. 8cc3cfa bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952) by Batuhan Taskaya · 3 years, 7 months ago
  58. 1969835 bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576) by Stéphane Bidoul · 3 years, 7 months ago
  59. c6ca368 bpo-43780: Sync with importlib_metadata 3.10 (GH-25297) by Jason R. Coombs · 3 years, 7 months ago
  60. ce9a064 bpo-43921: also accept EOF in post-handshake auth test (GH-25574) by Christian Heimes · 3 years, 7 months ago
  61. a460ab3 bpo-41282: Consistent message and filter warning in setup.py (GH-25571) by Christian Heimes · 3 years, 7 months ago
  62. c8666cf bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553) by Christian Heimes · 3 years, 7 months ago
  63. f05c2ae bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570) by Christian Heimes · 3 years, 7 months ago
  64. b2fac1a bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270) by Zackery Spytz · 3 years, 7 months ago
  65. 6c681e1 bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566) by Ethan Furman · 3 years, 7 months ago
  66. 4819940 Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564) by Brett Cannon · 3 years, 7 months ago
  67. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 7 months ago
  68. 6b59e66 bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170) by Terry Jan Reedy · 3 years, 7 months ago
  69. 22556d8 Silence find_module() DeprecationWarning on Windows tests (GH-25563) by Brett Cannon · 3 years, 7 months ago
  70. 1e9f093 bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-25501) by Carl Friedrich Bolz-Tereick · 3 years, 7 months ago
  71. f24e2e5 bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909) by Barney Gale · 3 years, 7 months ago
  72. e047239 bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561) by Christian Heimes · 3 years, 7 months ago
  73. 019e9e8 bpo-43538: Add extra arguments to os.startfile (GH-25538) by Steve Dower · 3 years, 7 months ago
  74. 3513d55 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Steve Dower · 3 years, 7 months ago
  75. 7d37b86 bpo-35114: Make ssl.RAND_status() return a bool (GH-20063) by Zackery Spytz · 3 years, 7 months ago
  76. a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 3 years, 7 months ago
  77. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 3 years, 7 months ago
  78. dcf6581 bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) by Christian Heimes · 3 years, 7 months ago
  79. 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 3 years, 7 months ago
  80. e7cc64e bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) by Petr Viktorin · 3 years, 7 months ago
  81. 90d02e5 bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) by Lumír 'Frenzy' Balhar · 3 years, 7 months ago
  82. b9ad88b bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) by Christian Heimes · 3 years, 7 months ago
  83. e9194ea bpo-43852: Improve tuple creation in sqlite3 (GH-25421) by Erlend Egeberg Aasland · 3 years, 7 months ago
  84. 927b841 bpo-37363: Add audit events to the `http.client` module (GH-21321) by Saiyang Gou · 3 years, 7 months ago
  85. 32980fb bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) by Hai Shi · 3 years, 7 months ago
  86. fe24088 Add more tests. Fix code excerpt. (GH-25549) by Raymond Hettinger · 3 years, 7 months ago
  87. 702a088 Reformat idlelib colorizer (GH-25479) by E-Paine · 3 years, 7 months ago
  88. 14092b5 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) by Raymond Hettinger · 3 years, 7 months ago
  89. 6afb0a8 bpo-39572: Address typo in CHANGELOG. (GH-24999) by Simon Charette · 3 years, 7 months ago
  90. e07d809 bpo-38222: Check specifically for a drive, not just a colon (GH-25540) by Steve Dower · 3 years, 7 months ago
  91. 4696f12 bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) by Steve Dower · 3 years, 7 months ago
  92. a911bd1 bpo-43915: Add PCbuild/blurb.bat to simplify Windows contributors (GH-25528) by Steve Dower · 3 years, 7 months ago
  93. fe63a40 bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Steve Dower · 3 years, 7 months ago
  94. 2a3f489 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Shreyan Avigyan · 3 years, 7 months ago
  95. a07da09 bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) by Raymond Hettinger · 3 years, 7 months ago
  96. accea7d Fix typo in the documentation (GH-24703) by Alperen Serkan Aksöz · 3 years, 7 months ago
  97. 660592f bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) by Saiyang Gou · 3 years, 7 months ago
  98. 37b173c bpo-38659: Properly re-intialize module variables in test_enum (GH-25516) by Ammar Askar · 3 years, 7 months ago
  99. dc516ef bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) by Steve Dower · 3 years, 7 months ago
  100. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 3 years, 7 months ago