1. 7b86e47 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Steve Dower · 4 years, 3 months ago
  2. 139c232 bpo-40137: Move state lookups out of the critical path (GH-25492) by Raymond Hettinger · 4 years, 3 months ago
  3. 760da62 bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505) by Victor Stinner · 4 years, 3 months ago
  4. d4aaa34 bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags (GH-25504) by Victor Stinner · 4 years, 3 months ago
  5. 81fe014 doc: Sync some missing 3.10 changes with the What's New (GH-25503) by Batuhan Taskaya · 4 years, 3 months ago
  6. 18e0d32 Fix typo in whatsnew/3.10.rst (GH-25498) by JunWei Song · 4 years, 3 months ago
  7. a02cb47 bpo-38659: [Enum] add _simple_enum decorator (GH-25497) by Ethan Furman · 4 years, 3 months ago
  8. 56c95df bpo-43859: Improve the error message for IndentationError exceptions (GH-25431) by Pablo Galindo · 4 years, 3 months ago
  9. b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 3 months ago
  10. d35eef3 Update Sphinx directive for super from function to class (GH-25489) by Géry Ogam · 4 years, 3 months ago
  11. 077a2e7 bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471) by Sviatoslav Sydorenko · 4 years, 3 months ago
  12. b2b6cd0 docs: clarify what patterns Path.glob accepts (GH-25486) by Ned Batchelder · 4 years, 3 months ago
  13. 3309113 bpo-43799: Also define SSLv3_method() (GH-25481) by Christian Heimes · 4 years, 3 months ago
  14. 389212c Document that random.gauss is normal distribution (GH-24935) by Joonas Paalasmaa · 4 years, 3 months ago
  15. 2a36b09 Improve the error message for choices(population, 10) (GH-25267) by Raymond Hettinger · 4 years, 3 months ago
  16. 503cdc7 Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476) by Ethan Furman · 4 years, 4 months ago
  17. dbac8f4 bpo-38659: [Enum] add _simple_enum decorator (GH-25285) by Ethan Furman · 4 years, 4 months ago
  18. 7a04116 bpo-25460: Surround suggestions by quotes (GH-25473) by Pablo Galindo · 4 years, 4 months ago
  19. 4f9ffa8 Add doctests (GH-25474) by Raymond Hettinger · 4 years, 4 months ago
  20. 68ba0c6 bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) by Ammar Askar · 4 years, 4 months ago
  21. 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 4 years, 4 months ago
  22. d37b74f bpo-43669: More test_ssl cleanups (GH-25470) by Christian Heimes · 4 years, 4 months ago
  23. 2875c60 bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455) by Christian Heimes · 4 years, 4 months ago
  24. 89d1550 bpo-42854: Use SSL_read/write_ex() (GH-25468) by Christian Heimes · 4 years, 4 months ago
  25. 49fdf11 bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820) by juhovh · 4 years, 4 months ago
  26. 2798f24 bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041) by Illia Volochii · 4 years, 4 months ago
  27. aa6da32 bpo-43362: Fix invalid free and return check in _sha3 module (GH-25463) by Christian Heimes · 4 years, 4 months ago
  28. f5c5c0c Fix type group capture in the PEG highlight tool (GH-25464) by Pablo Galindo · 4 years, 4 months ago
  29. 0b1c169 bpo-38530: Cover more error paths in error suggestion functions (GH-25462) by Pablo Galindo · 4 years, 4 months ago
  30. 8bf274a Small changes to the section about SyntaxErrors in the 3.10 What's New document (GH-25461) by Pablo Galindo · 4 years, 4 months ago
  31. 6857198 bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH-20986) by stratakis · 4 years, 4 months ago
  32. 3ab4bea bpo-38530: Include builtins in NameError suggestions (GH-25460) by Pablo Galindo · 4 years, 4 months ago
  33. 7f1305e bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) by Christian Heimes · 4 years, 4 months ago
  34. 76beadb Fix typo in a dataclasses comment. (GH-25454) by Eric V. Smith · 4 years, 4 months ago
  35. b8d0fa0 bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) by Christian Heimes · 4 years, 4 months ago
  36. ea39f82 Fix a typo in subprocess documentation (GH-25426) by andrei kulakov · 4 years, 4 months ago
  37. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 4 years, 4 months ago
  38. b467d9a bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) by Christian Heimes · 4 years, 4 months ago
  39. cfaa2d3 Fix typo in exceptions.rst (GH-25434) by Ikko Ashimine · 4 years, 4 months ago
  40. adf24bd bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) by Zackery Spytz · 4 years, 4 months ago
  41. 7c29ae1 bpo-43867: multiprocessing Server catchs SystemExit (GH-25441) by Victor Stinner · 4 years, 4 months ago
  42. 62ec638 bpo-43862: Enhance -W cmdline option documentation (GH-25439) by Victor Stinner · 4 years, 4 months ago
  43. 0ad81d4 bpo-38530: Match exactly AttributeError and NameError when offering suggestions (GH-25443) by Pablo Galindo · 4 years, 4 months ago
  44. 3b82cae bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444) by Pablo Galindo · 4 years, 4 months ago
  45. b136b1a bpo-43843: libregrtest uses threading.excepthook (GH-25400) by Victor Stinner · 4 years, 4 months ago
  46. 75ec103 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) by Victor Stinner · 4 years, 4 months ago
  47. 471870f bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407) by Victor Stinner · 4 years, 4 months ago
  48. 69ca32e bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning (GH-25406) by Victor Stinner · 4 years, 4 months ago
  49. a6a5c91 bpo-40443: Remove unused imports (GH-25429) by Victor Stinner · 4 years, 4 months ago
  50. 8a232c7 bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419) by Inada Naoki · 4 years, 4 months ago
  51. ff3d9c0 Improve the section with SyntaxError message improvements to the What's New of 3.10 (GH-25428) by Pablo Galindo · 4 years, 4 months ago
  52. b5b98bd bpo-43823: Fix location of one of the errors for invalid dictionary literals (GH-25427) by Pablo Galindo · 4 years, 4 months ago
  53. b280248 bpo-43822: Improve syntax errors for missing commas (GH-25377) by Pablo Galindo · 4 years, 4 months ago
  54. e692f55 Update ACKS (GH-25423) by Ethan Furman · 4 years, 4 months ago
  55. ec09973 bpo-43744: [Enum] fix ``_is_private`` (GH-25349) by Ethan Furman · 4 years, 4 months ago
  56. 0dca5eb [Enum] fix doc string (GH-25376) by Ethan Furman · 4 years, 4 months ago
  57. 11e0b29 bpo-43846: Use less stack for large literals and calls (GH-25403) by Mark Shannon · 4 years, 4 months ago
  58. da74350 bpo-43823: Improve syntax errors for invalid dictionary literals (GH-25378) by Pablo Galindo · 4 years, 4 months ago
  59. 23acadc bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) by Jason R. Coombs · 4 years, 4 months ago
  60. 3fc65b9 bpo-38530: Optimize the calculation of string sizes when offering suggestions (GH-25412) by Pablo Galindo · 4 years, 4 months ago
  61. 5cb601f bpo-43296: Handle sqlite3_value_blob() errors (GH-24674) by Erlend Egeberg Aasland · 4 years, 4 months ago
  62. e07f4ab bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408) by Pablo Galindo · 4 years, 4 months ago
  63. 0c4c436 Fix typo in 3.10's What's New documentation (GH-25409) by Zackery Spytz · 4 years, 4 months ago
  64. 341e8a9 bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549) by Lumír 'Frenzy' Balhar · 4 years, 4 months ago
  65. def9193 bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404) by Erlend Egeberg Aasland · 4 years, 4 months ago
  66. d9ba9de bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405) by Victor Stinner · 4 years, 4 months ago
  67. 92eebf6 bpo-43795: Sort PC/python3dll.c (GH-25312) by Petr Viktorin · 4 years, 4 months ago
  68. 5bf8bf2 bpo-38530: Offer suggestions on NameError (GH-25397) by Pablo Galindo · 4 years, 4 months ago
  69. c4073a2 Fix typo in the What's New for 3.10 (GH-25396) by Pablo Galindo · 4 years, 4 months ago
  70. 3386ca0 bpo-20364: Improve sqlite3 placeholder docs (GH-25003) by Erlend Egeberg Aasland · 4 years, 4 months ago
  71. c1ae741 bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) by Erlend Egeberg Aasland · 4 years, 4 months ago
  72. b8509ff bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH-25380) by Karthikeyan Singaravelan · 4 years, 4 months ago
  73. 6f1e8cc bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) by Erlend Egeberg Aasland · 4 years, 4 months ago
  74. 333d10c bpo-43712 : fileinput: Add encoding parameter (GH-25272) by Inada Naoki · 4 years, 4 months ago
  75. 133705b bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Bob Kline · 4 years, 4 months ago
  76. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 4 years, 4 months ago
  77. 3bc694d bpo-43680: Deprecate io.OpenWrapper (GH-25357) by Victor Stinner · 4 years, 4 months ago
  78. 11159d2 bpo-43080: pprint for dataclass instances (GH-24389) by Lewis Gaul · 4 years, 4 months ago
  79. 695d47b bpo-43785: Update bz2 document (GH-25351) by Inada Naoki · 4 years, 4 months ago
  80. 8fa1489 bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) by Christian Heimes · 4 years, 4 months ago
  81. 30ed93b bpo-43797: Handle correctly invalid assignments inside function calls and generators (GH-25390) by Pablo Galindo · 4 years, 4 months ago
  82. fd79af7 Doc: Try to enhance wording on circular imports. (GH-24705) by Julien Palard · 4 years, 4 months ago
  83. eb77133 bpo41515: Fix assert in test which throws SyntaxWarning. (#25379) by Karthikeyan Singaravelan · 4 years, 4 months ago
  84. a328d73 bpo-43770: Cleanup type_ready() (GH-25388) by Victor Stinner · 4 years, 4 months ago
  85. 65f058e bpo-43770: Reorder type_ready() (GH-25373) by Victor Stinner · 4 years, 4 months ago
  86. 54db51c bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) by Andrew V. Jones · 4 years, 4 months ago
  87. 9e7b207 bpo-43760: Speed up check for tracing in interpreter dispatch (#25276) by Mark Shannon · 4 years, 4 months ago
  88. c2b7a66 bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273) by Inada Naoki · 4 years, 4 months ago
  89. a483388 bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) by Christian Heimes · 4 years, 4 months ago
  90. d2a8e69 bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353) by Inada Naoki · 4 years, 4 months ago
  91. d9151cb Ensure that early = are not matched by the parser as invalid comparisons (GH-25375) by Pablo Galindo · 4 years, 4 months ago
  92. c1a66bd Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). (GH-25372) by Eric V. Smith · 4 years, 4 months ago
  93. 85918e4 bpo-43774: Add more links to configure options (GH-25363) by Victor Stinner · 4 years, 4 months ago
  94. 20ac347 Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368) by Pablo Galindo · 4 years, 4 months ago
  95. a9cf69d bpo-41515: Fix KeyError raised in get_type_hints (GH-25352) by Karthikeyan Singaravelan · 4 years, 4 months ago
  96. 852150d bpo-42904: Fix get_type_hints for class local namespaces (GH-24201) by Ken Jin · 4 years, 4 months ago
  97. 37a5e22 Use double quotes over single quotes for match statement grammar (GH-24943) by Ken Jin · 4 years, 4 months ago
  98. b86ed8e bpo-43797: Improve syntax error for invalid comparisons (#25317) by Pablo Galindo · 4 years, 4 months ago
  99. 2459b92 bpo-43774: Remove --without-cycle-gc doc (GH-25364) by Victor Stinner · 4 years, 4 months ago
  100. 8c14f5a bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350) by Ethan Furman · 4 years, 4 months ago