1. c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 3 years, 5 months ago
  2. b441e99 bpo-40128: Fix IDLE autocomplete on macOS (GH-26672) by Miss Islington (bot) · 3 years, 5 months ago
  3. 42612db bpo-44381: Windows build now allows enabling control flow guard (GH-26645) by Miss Islington (bot) · 3 years, 5 months ago
  4. 9c0180a bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674) by Miss Islington (bot) · 3 years, 5 months ago
  5. 0a186b1 bpo-44242: [Enum] improve error messages (GH-26669) by Miss Islington (bot) · 3 years, 5 months ago
  6. e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 3 years, 5 months ago
  7. d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 3 years, 5 months ago
  8. b613132 bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660) by Miss Islington (bot) · 3 years, 5 months ago
  9. 3e13742 bpo-44385: Remove unused grammar rules (GH-26655) by Miss Islington (bot) · 3 years, 5 months ago
  10. 0128601 bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653) by Miss Islington (bot) · 3 years, 5 months ago
  11. e3bc32f bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650) by Miss Islington (bot) · 3 years, 5 months ago
  12. 540ebc4 bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by Miss Islington (bot) · 3 years, 5 months ago
  13. 7496486 [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635) by Ethan Furman · 3 years, 5 months ago
  14. 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 3 years, 5 months ago
  15. f807a4f bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630) by Miss Islington (bot) · 3 years, 5 months ago
  16. 664ae29 bpo-40468: Split IDLE settings General tab (GH-26621) by Miss Islington (bot) · 3 years, 5 months ago
  17. 33a7a24 bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618) by Miss Islington (bot) · 3 years, 5 months ago
  18. c049609 bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616) by Miss Islington (bot) · 3 years, 5 months ago
  19. eeefa7f bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) by Miss Islington (bot) · 3 years, 5 months ago
  20. 2cfe0e7 bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593) by Miss Islington (bot) · 3 years, 5 months ago
  21. 2a8d712 bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608) by Miss Islington (bot) · 3 years, 5 months ago
  22. bd6f0d3 [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607) by Batuhan Taskaya · 3 years, 5 months ago
  23. 7518556 bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603) by Miss Islington (bot) · 3 years, 5 months ago
  24. 933b5b6 bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589) by Miss Islington (bot) · 3 years, 5 months ago
  25. d80f426 fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582) by Miss Islington (bot) · 3 years, 5 months ago
  26. 8524e32 Use absolute imports in IDLE tests (GH-26581) by Miss Islington (bot) · 3 years, 5 months ago
  27. 2af690f bpo-44322: Document more SyntaxError details. (GH-26562) by Miss Islington (bot) · 3 years, 5 months ago
  28. b5cedd0 bpo-44227: Update bisect docstrings (GH-26548) (GH-26563) by Miss Islington (bot) · 3 years, 5 months ago
  29. 3b87137 bpo-44320: Fix markup for W3C C14N test suite (GH-26556) by Miss Islington (bot) · 3 years, 5 months ago
  30. 317e9ed bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552) by Miss Islington (bot) · 3 years, 5 months ago
  31. ad2f3b7 bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545) by Miss Islington (bot) · 3 years, 5 months ago
  32. 4642caf Update nonstandard variable names (GH-26540) (GH-26546) by Miss Islington (bot) · 3 years, 5 months ago
  33. 5442cfa Improve speed and accuracy for correlation() (GH-26135) (GH-26151) by Miss Islington (bot) · 3 years, 5 months ago
  34. 0d441d2 bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544) by Miss Islington (bot) · 3 years, 5 months ago
  35. 1065ba6 bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538) by Miss Islington (bot) · 3 years, 5 months ago
  36. 067d6d4 bpo-43853: Handle sqlite3_value_text() errors (GH-25422) by Miss Islington (bot) · 3 years, 5 months ago
  37. 3f4d801 bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531) by Miss Islington (bot) · 3 years, 5 months ago
  38. e53f72a [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524) by Pablo Galindo · 3 years, 5 months ago
  39. 3283bf4 [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478) by Pablo Galindo · 3 years, 5 months ago
  40. 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 3 years, 5 months ago
  41. d2ab15f bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518) by Miss Islington (bot) · 3 years, 5 months ago
  42. cea0585 [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) by Mark Shannon · 3 years, 5 months ago
  43. 84d80f5 [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515) by Erlend Egeberg Aasland · 3 years, 5 months ago
  44. 4131780 Add bpo-42914 to What's New (GH-25124) by Miss Islington (bot) · 3 years, 5 months ago
  45. 98e5a79 bpo-44022: Improve the regression test. (GH-26503) by Miss Islington (bot) · 3 years, 5 months ago
  46. 9c89d62 bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491) (GH-26499) by Miss Islington (bot) · 3 years, 5 months ago
  47. 0e9af8c bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) by Miss Islington (bot) · 3 years, 5 months ago
  48. e5e93e6 bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489) by Miss Islington (bot) · 3 years, 5 months ago
  49. 6563ea5 [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480) by Irit Katriel · 3 years, 5 months ago
  50. d0991e2 bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472) (#26473) by Miss Islington (bot) · 3 years, 5 months ago
  51. 7207203 [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) by Miss Islington (bot) · 3 years, 5 months ago
  52. d1480ad bpo-44246: Entry points performance improvements. (GH-26467) by Miss Islington (bot) · 3 years, 5 months ago
  53. 3f592c3 Post 3.10.0b2 by Pablo Galindo · 3 years, 5 months ago
  54. 3173141 Python 3.10.0b2 by Pablo Galindo · 3 years, 5 months ago
  55. 7fe9cad bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465) by Miss Islington (bot) · 3 years, 5 months ago
  56. f097d23 bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460) by Miss Islington (bot) · 3 years, 5 months ago
  57. ff359d7 bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461) by Miss Islington (bot) · 3 years, 5 months ago
  58. d338ce0 bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453) by Miss Islington (bot) · 3 years, 5 months ago
  59. d8ce746 bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446) by Miss Islington (bot) · 3 years, 5 months ago
  60. addd329 bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448) by Miss Islington (bot) · 3 years, 5 months ago
  61. 11049be bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442) (GH-26443) by Miss Islington (bot) · 3 years, 5 months ago
  62. 1757ddd Fix dataclass comment typo _eq__ -> __eq__ (GH-26433) (GH-26436) by Miss Islington (bot) · 3 years, 5 months ago
  63. a7aa105 bpo-44252: Correctly implement gc support for SSLError objects (GH-26439) (GH-26441) by Miss Islington (bot) · 3 years, 5 months ago
  64. 7261b29 bpo-44249: Fix 3 README.rst typos (GH-26385) by Miss Islington (bot) · 3 years, 5 months ago
  65. 0d39951 [3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) (#26430) by Ken Jin · 3 years, 5 months ago
  66. 1c0106c bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423) by Miss Islington (bot) · 3 years, 5 months ago
  67. eb8ab04 bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363) (GH-26424) by Miss Islington (bot) · 3 years, 5 months ago
  68. 35be1f3 bpo-44256: Do not expose _functools._list_elem_type (GH-26416) by Miss Islington (bot) · 3 years, 5 months ago
  69. 448abe8 bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404) by Miss Islington (bot) · 3 years, 5 months ago
  70. da9e0cb bpo-42972: Fully implement GC protocol for re types (GH-26368) (GH-26414) by Miss Islington (bot) · 3 years, 5 months ago
  71. 59f9594 [3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26415) by Miss Islington (bot) · 3 years, 5 months ago
  72. d1c7329 bpo-42972: Fully support GC protocol for _operator heap types (GH-26371) (GH-26413) by Miss Islington (bot) · 3 years, 5 months ago
  73. 0574b06 bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409) by Miss Islington (bot) · 3 years, 5 months ago
  74. da8097a bpo-42972: Fully support GC for mmap heap types (GH-26373) by Miss Islington (bot) · 3 years, 5 months ago
  75. e73b3b1 bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) (GH-26406) by Miss Islington (bot) · 3 years, 5 months ago
  76. ea47a8a bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370) (GH-26399) by Miss Islington (bot) · 3 years, 5 months ago
  77. 0bf0500 bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376) by Miss Islington (bot) · 3 years, 5 months ago
  78. 5e6219b bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400) by Miss Islington (bot) · 3 years, 5 months ago
  79. 09696a3 [3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096) (GH-26337) by Miss Islington (bot) · 3 years, 5 months ago
  80. 4431922 [3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374) (GH-26398) by Miss Islington (bot) · 3 years, 5 months ago
  81. 5d569ef [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382) (GH-26395) by Miss Islington (bot) · 3 years, 5 months ago
  82. 4115996 bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391) (GH-26393) by Miss Islington (bot) · 3 years, 5 months ago
  83. 150a8e8 [3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357) (GH-26390) by Miss Islington (bot) · 3 years, 5 months ago
  84. 97b4576 bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387) (#26389) by Miss Islington (bot) · 3 years, 5 months ago
  85. 78a8428 bpo-38693: importlib.metadata f-strings (GH-26383) by Miss Islington (bot) · 3 years, 5 months ago
  86. 1261941 bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199) (GH-26379) by Miss Islington (bot) · 3 years, 5 months ago
  87. 7b3b698 bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365) by Miss Islington (bot) · 3 years, 5 months ago
  88. 2442b34 Point to recent link to PyFLTK (GH-26315) (GH-26366) by Miss Islington (bot) · 3 years, 6 months ago
  89. 534da74 bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114) by Miss Islington (bot) · 3 years, 6 months ago
  90. e8d9df0 bpo-42972: Fully implement GC protocol for sqlite3 heap types (GH-26104) by Miss Islington (bot) · 3 years, 6 months ago
  91. 05f8ad0 bpo-20408: Fix memoryview() signature in docs (GH-24431) by Miss Islington (bot) · 3 years, 6 months ago
  92. 68b9c20 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) (GH-26353) by Miss Islington (bot) · 3 years, 6 months ago
  93. ddc503c bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349) by Miss Islington (bot) · 3 years, 6 months ago
  94. a682519 bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345) by Miss Islington (bot) · 3 years, 6 months ago
  95. 25a9cf1 bpo-43109: Fix --with-lto configure option on macOS (GH-26341) by Miss Islington (bot) · 3 years, 6 months ago
  96. 8677987 bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338) by Miss Islington (bot) · 3 years, 6 months ago
  97. 1c454eb bpo-41282: Fix broken `make install` (GH-26329) by Miss Islington (bot) · 3 years, 6 months ago
  98. d309bcc bpo-44195: Use 'TraversableResources' in the docs to match the implementation. (GH-26317) by Miss Islington (bot) · 3 years, 6 months ago
  99. 04a4934 Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323) by Miss Islington (bot) · 3 years, 6 months ago
  100. 069bc4f bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517) by Miss Islington (bot) · 3 years, 6 months ago