1. b1a94f1 bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546) by Miss Islington (bot) · 2 years, 9 months ago
  2. 19a8550 bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) by Miss Islington (bot) · 2 years, 9 months ago
  3. e0ec08d bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 2 years, 9 months ago
  4. bea3f42 bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) by Miss Islington (bot) · 2 years, 9 months ago
  5. e35430b [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) by Miss Islington (bot) · 2 years, 9 months ago
  6. 9d18045 bpo-46070: Fix asyncio initialisation guard (GH-30423) by Miss Islington (bot) · 2 years, 9 months ago
  7. b951dec bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) by Miss Islington (bot) · 2 years, 9 months ago
  8. 72c260c [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) by Victor Stinner · 2 years, 9 months ago
  9. 8670fbe Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-30428) by Miss Islington (bot) · 2 years, 9 months ago
  10. da8be15 bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) by Miss Islington (bot) · 2 years, 9 months ago
  11. 7e951f3 bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) by Miss Islington (bot) · 2 years, 9 months ago
  12. ba12467 bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 2 years, 9 months ago
  13. cf48a14 bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) (#30388) by Miss Islington (bot) · 2 years, 9 months ago
  14. b312794 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) (GH-30349) by Miss Islington (bot) · 2 years, 9 months ago
  15. 1b37268 bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) by Miss Islington (bot) · 2 years, 9 months ago
  16. 9f0e40f closes bpo-38522 docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284) (GH-30295) by Miss Islington (bot) · 2 years, 9 months ago
  17. ed1671c [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250) by Miss Islington (bot) · 2 years, 9 months ago
  18. 576e38f bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (GH-30040) by Miss Islington (bot) · 2 years, 9 months ago
  19. 11909c1 [3.10] Remove a NEWS entry for bpo-45878 (GH-30258) by Serhiy Storchaka · 2 years, 9 months ago
  20. 03c7449 [3.10] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) by Serhiy Storchaka · 2 years, 9 months ago
  21. a9e0b2b bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29748) by Miss Islington (bot) · 2 years, 9 months ago
  22. 8005e22 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 2 years, 9 months ago
  23. cf96c27 bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224) by Ned Deily · 2 years, 9 months ago
  24. dc73199 [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) by Pablo Galindo Salgado · 2 years, 9 months ago
  25. cdb4579 [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202) by Andrew Svetlov · 2 years, 9 months ago
  26. 251d2ea bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) by Miss Islington (bot) · 2 years, 10 months ago
  27. 87539cc bpo-45755: [typing] Reveal class attributes of generic in generic aliases in `dir()` (GH-29962) by Miss Islington (bot) · 2 years, 10 months ago
  28. 09d7319 bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151) by Miss Islington (bot) · 2 years, 10 months ago
  29. 8e4c962 bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30114) by Miss Islington (bot) · 2 years, 10 months ago
  30. e55deaa [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Serhiy Storchaka · 2 years, 10 months ago
  31. 7da9025 bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077) by Alex Waygood · 2 years, 10 months ago
  32. 94483f1 bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069) by Miss Islington (bot) · 2 years, 10 months ago
  33. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 2 years, 10 months ago
  34. 9917366 [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061) by Andrew Svetlov · 2 years, 10 months ago
  35. 1f70008 bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041) by Miss Islington (bot) · 2 years, 10 months ago
  36. 83fa129 [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29864) (GH-29929) by Serhiy Storchaka · 2 years, 10 months ago
  37. bb76410 bpo-46000: Improve NetBSD curses compatibility (GH-29947) by Miss Islington (bot) · 2 years, 10 months ago
  38. ca08655 bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) by Miss Islington (bot) · 2 years, 10 months ago
  39. 934a24c bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005) by Miss Islington (bot) · 2 years, 10 months ago
  40. 99c7232 [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) by Mark Shannon · 2 years, 10 months ago
  41. c521412 [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959). (GH-29961) by Pablo Galindo Salgado · 2 years, 10 months ago
  42. 2cd268a Python 3.10.1 by Pablo Galindo · 2 years, 10 months ago
  43. 1528d24 [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937) by Miss Islington (bot) · 2 years, 10 months ago
  44. 2080198 bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932) by Ned Deily · 2 years, 10 months ago
  45. cb68c0a bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) by Miss Islington (bot) · 2 years, 10 months ago
  46. abceb66 bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) by Miss Islington (bot) · 2 years, 10 months ago
  47. f1dd5ed bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) by Miss Islington (bot) · 2 years, 10 months ago
  48. beb8342 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 2 years, 10 months ago
  49. 32f1491 bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 2 years, 10 months ago
  50. 4b11d71 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 2 years, 10 months ago
  51. 4d2cc3e bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826) by Irit Katriel · 2 years, 10 months ago
  52. 305236e bpo-37658: Actually return result in race condition (GH-29202) by Miss Islington (bot) · 2 years, 10 months ago
  53. 8d1a580 [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815) by Pablo Galindo Salgado · 2 years, 10 months ago
  54. 2c398a5 [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818) by Miss Islington (bot) · 2 years, 10 months ago
  55. 545aebd [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753) by Christian Heimes · 2 years, 10 months ago
  56. 57100c8 [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811) by Miss Islington (bot) · 2 years, 10 months ago
  57. 3dcbe01 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 2 years, 10 months ago
  58. fc16ea9 bpo-45866: Fix typo in the NEWS entry (GH-29798) by Miss Islington (bot) · 2 years, 10 months ago
  59. b6defde bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) by Victor Stinner · 2 years, 10 months ago
  60. 3f565f8 [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782) by Christian Heimes · 2 years, 10 months ago
  61. ce5a646 bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732) by Victor Stinner · 2 years, 10 months ago
  62. 632d589 [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) by Miss Islington (bot) · 2 years, 10 months ago
  63. c72311d [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) by Pablo Galindo Salgado · 2 years, 10 months ago
  64. ae065f8 bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Miss Islington (bot) · 2 years, 10 months ago
  65. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 2 years, 10 months ago
  66. 99aad31 [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650) by Brett Cannon · 2 years, 10 months ago
  67. 10343bd bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692) by Miss Islington (bot) · 2 years, 10 months ago
  68. cf8c878 Added kw_only parameter to make_dataclasses. (GH-29679) by Miss Islington (bot) · 2 years, 10 months ago
  69. 904af3d [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661) by Łukasz Langa · 2 years, 10 months ago
  70. 2a630e7 [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) by Miss Islington (bot) · 2 years, 11 months ago
  71. 252d83c bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) by Miss Islington (bot) · 2 years, 11 months ago
  72. 6d66de9 bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152) by Miss Islington (bot) · 2 years, 11 months ago
  73. 5cf05c7 bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612) by Miss Islington (bot) · 2 years, 11 months ago
  74. 8eabe60 [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602) by Łukasz Langa · 2 years, 11 months ago
  75. b455df5 bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) by Miss Islington (bot) · 2 years, 11 months ago
  76. e3aa9fd [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586) by Pablo Galindo Salgado · 2 years, 11 months ago
  77. 4ffde90 bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29598) by Miss Islington (bot) · 2 years, 11 months ago
  78. 1079b3e bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) by Miss Islington (bot) · 2 years, 11 months ago
  79. 5618c81 [3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428) by Pablo Galindo Salgado · 2 years, 11 months ago
  80. 7c99e43 ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497) by Anthony Sottile · 2 years, 11 months ago
  81. 0320cf1 bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568) by Miss Islington (bot) · 2 years, 11 months ago
  82. bf26a6d bpo-45738: Fix computation of error location for invalid continuation (GH-29550) by Miss Islington (bot) · 2 years, 11 months ago
  83. ed55426 [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510) by Miss Islington (bot) · 2 years, 11 months ago
  84. 3f15792 [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542) by Miss Islington (bot) · 2 years, 11 months ago
  85. e4c5a5e bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530) by Miss Islington (bot) · 2 years, 11 months ago
  86. a89bbde [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526) by Brandt Bucher · 2 years, 11 months ago
  87. c5bfb88 [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506) by Irit Katriel · 2 years, 11 months ago
  88. 340ecaf bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) by Steve Dower · 2 years, 11 months ago
  89. 045f205 bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452) by Miss Islington (bot) · 2 years, 11 months ago
  90. 6603f6b bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445) by Miss Islington (bot) · 2 years, 11 months ago
  91. 804ea41 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 2 years, 11 months ago
  92. 279a7a0 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431) by Miss Islington (bot) · 2 years, 11 months ago
  93. bcb236c bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424) by Miss Islington (bot) · 2 years, 11 months ago
  94. 6340ba7 bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) by Steve Dower · 2 years, 11 months ago
  95. c108966 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 2 years, 11 months ago
  96. f191838 bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390) by Miss Islington (bot) · 2 years, 11 months ago
  97. fd6b70d [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385) by Łukasz Langa · 2 years, 11 months ago
  98. cfdd7d2 bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824) by Miss Islington (bot) · 2 years, 11 months ago
  99. b71bc05 [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362) by Miss Islington (bot) · 2 years, 11 months ago
  100. b2ae631 [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361) by Miss Islington (bot) · 2 years, 11 months ago