1. 171fdf2 bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929) by Miss Islington (bot) · 2 years, 10 months ago
  2. a57ec7a bpo-43698: do not use `...` as argument name in docs (GH-30502) by Miss Islington (bot) · 2 years, 10 months ago
  3. 4371fbd [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914) by Christian Heimes · 2 years, 10 months ago
  4. c730342 bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911) by Miss Islington (bot) · 2 years, 10 months ago
  5. c1254c4 bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906) by Miss Islington (bot) · 2 years, 10 months ago
  6. 8356f6a bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) by Miss Islington (bot) · 2 years, 10 months ago
  7. 3fc8b74 [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898) by Pablo Galindo Salgado · 2 years, 10 months ago
  8. 4a57fa2 [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) by Victor Stinner · 2 years, 10 months ago
  9. 75d88b9 bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845) (#30860) by Miss Islington (bot) · 2 years, 10 months ago
  10. 9a7d010 [3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886) by Ken Jin · 2 years, 10 months ago
  11. 41e0aea bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864) by Miss Islington (bot) · 2 years, 10 months ago
  12. 367a37a [3.10] bpo-46496: Update IDLE News to 2021 Jan 24 (GH-30876) by Terry Jan Reedy · 2 years, 10 months ago
  13. ce79b50 bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870) by Miss Islington (bot) · 2 years, 10 months ago
  14. 894e8c1 bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866) by Miss Islington (bot) · 2 years, 10 months ago
  15. eaeb994 [3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641) (GH-30697) by Nikita Sobolev · 2 years, 10 months ago
  16. b2c7fe1 Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840) by Miss Islington (bot) · 2 years, 10 months ago
  17. e3ade66 bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) by Irit Katriel · 2 years, 10 months ago
  18. a7a4ca4 [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803) (GH-30827) by Jason R. Coombs · 2 years, 10 months ago
  19. 633db1c [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819) by Pablo Galindo Salgado · 2 years, 10 months ago
  20. f66ef3e bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424) by Miss Islington (bot) · 2 years, 10 months ago
  21. 486b4d3 bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH-30812) by Miss Islington (bot) · 2 years, 10 months ago
  22. 83aef4d bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765) by Miss Islington (bot) · 2 years, 10 months ago
  23. 923c994 bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776) (#30787) by Miss Islington (bot) · 2 years, 10 months ago
  24. acda9f3 bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789) by Miss Islington (bot) · 2 years, 10 months ago
  25. 6111d5d bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782) by Miss Islington (bot) · 2 years, 10 months ago
  26. 90e2998 [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784) by Miss Islington (bot) · 2 years, 10 months ago
  27. d4a9e34 bpo-46442: improve and rename testExceptionCleanupNames (GH-30758) by Miss Islington (bot) · 2 years, 10 months ago
  28. 46e6aad bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719) by Miss Islington (bot) · 2 years, 10 months ago
  29. d548c87 bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768) by Miss Islington (bot) · 2 years, 10 months ago
  30. 05063fa bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Miss Islington (bot) · 2 years, 10 months ago
  31. a1015c6 bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739) by Miss Islington (bot) · 2 years, 10 months ago
  32. 68a31db no-issue: Fix documentation typos. (GH-30576) by Miss Islington (bot) · 2 years, 10 months ago
  33. f6e5972 [3.10] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406) by Tal Einat · 2 years, 10 months ago
  34. 1d11fdd bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) by Miss Islington (bot) · 2 years, 10 months ago
  35. e5edc8d bpo-46080: fix argparse help generation exception in edge case (GH-30111) by Miss Islington (bot) · 2 years, 10 months ago
  36. 876ade1 [3.10] Mark all clinic headers as generated (GH-30679). (GH-30726) by Erlend Egeberg Aasland · 2 years, 10 months ago
  37. 1fb1f5d [3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) (GH-30542) by Miss Islington (bot) · 2 years, 10 months ago
  38. a6a0885 [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) by Nikita Sobolev · 2 years, 10 months ago
  39. 07b12fd bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704) by Miss Islington (bot) · 2 years, 10 months ago
  40. ee07750 doc: Clarify os.urandom return type (GH-30282) by Miss Islington (bot) · 2 years, 10 months ago
  41. d2b7e08 docs: correct outdated MappingProxyType docstrings (GH-30281) by Miss Islington (bot) · 2 years, 10 months ago
  42. c4fe0aa Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) by Miss Islington (bot) · 2 years, 10 months ago
  43. 39374c4 [3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640) (GH-30694) by Miss Islington (bot) · 2 years, 10 months ago
  44. baf26d0 bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663) by Miss Islington (bot) · 2 years, 10 months ago
  45. 24d0b33 [3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30688) by Miss Islington (bot) · 2 years, 10 months ago
  46. 0861a50 bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684) by Miss Islington (bot) · 2 years, 10 months ago
  47. 01e6cbe [3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30671) by Erlend Egeberg Aasland · 2 years, 10 months ago
  48. 4449a16 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by Miss Islington (bot) · 2 years, 10 months ago
  49. 9238a52 bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) by Miss Islington (bot) · 2 years, 10 months ago
  50. 42038d0 bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) by Miss Islington (bot) · 2 years, 10 months ago
  51. 7a822c9 bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610) by Miss Islington (bot) · 2 years, 10 months ago
  52. 1345b46 bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) by Miss Islington (bot) · 2 years, 10 months ago
  53. 93dc165 bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) by Miss Islington (bot) · 2 years, 10 months ago
  54. 30300f4 Merge remote-tracking branch 'upstream/3.10' into 3.10 by Pablo Galindo · 2 years, 10 months ago
  55. d5c4ccf Post 3.10.2 by Pablo Galindo · 2 years, 10 months ago
  56. 26039d1 bpo-23183: Document the timeit output (GH-30359) by Miss Islington (bot) · 2 years, 10 months ago
  57. 86d1801 bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) by Miss Islington (bot) · 2 years, 10 months ago
  58. 47422a8 [3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (GH-30585) by Miss Islington (bot) · 2 years, 10 months ago
  59. a58ebcc Python 3.10.2 by Pablo Galindo · 2 years, 10 months ago
  60. e6bb17f bpo-46070: _PyGC_Fini() untracks objects (GH-30577) by Miss Islington (bot) · 2 years, 10 months ago
  61. 3ce6945 Define Py_BUILD_CORE_MODULE by Miss Islington (bot) · 2 years, 10 months ago
  62. a468866 bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) by Miss Islington (bot) · 2 years, 10 months ago
  63. 6f9ca53 bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553) by Yury Selivanov · 2 years, 10 months ago
  64. b1a94f1 bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546) by Miss Islington (bot) · 2 years, 10 months ago
  65. 6f035c0 [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540) by Miss Islington (bot) · 2 years, 10 months ago
  66. 19a8550 bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) by Miss Islington (bot) · 2 years, 10 months ago
  67. 4cfb109 closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Miss Islington (bot) · 2 years, 10 months ago
  68. da8c075 Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) by Miss Islington (bot) · 2 years, 10 months ago
  69. e0ec08d bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 2 years, 10 months ago
  70. 2e6798f bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509) by Miss Islington (bot) · 2 years, 10 months ago
  71. b962544 bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH-30491) by Miss Islington (bot) · 2 years, 10 months ago
  72. 987fba1 bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Miss Islington (bot) · 2 years, 10 months ago
  73. 8bef658 bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Miss Islington (bot) · 2 years, 10 months ago
  74. d2245cf bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) by Miss Islington (bot) · 2 years, 10 months ago
  75. bea3f42 bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) by Miss Islington (bot) · 2 years, 10 months ago
  76. e35430b [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) by Miss Islington (bot) · 2 years, 10 months ago
  77. ed2656a bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Miss Islington (bot) · 2 years, 10 months ago
  78. 75a1865 [3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461) by Miss Islington (bot) · 2 years, 10 months ago
  79. 6630952 bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) by Miss Islington (bot) · 2 years, 10 months ago
  80. 9d18045 bpo-46070: Fix asyncio initialisation guard (GH-30423) by Miss Islington (bot) · 2 years, 10 months ago
  81. db60ed1 [3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447) by Miss Islington (bot) · 2 years, 10 months ago
  82. 3cb64ed bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) by Miss Islington (bot) · 2 years, 10 months ago
  83. b951dec bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) by Miss Islington (bot) · 2 years, 10 months ago
  84. 72c260c [3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) by Victor Stinner · 2 years, 10 months ago
  85. 861a9aa bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431) by Miss Islington (bot) · 2 years, 10 months ago
  86. 8670fbe Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-30428) by Miss Islington (bot) · 2 years, 10 months ago
  87. da8be15 bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) by Miss Islington (bot) · 2 years, 10 months ago
  88. 7e951f3 bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) by Miss Islington (bot) · 2 years, 10 months ago
  89. 289a32b Fix missing "," in the documentation of Executor Objects (GH-30404) by Miss Islington (bot) · 2 years, 10 months ago
  90. ba12467 bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 2 years, 10 months ago
  91. 01b1294 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30395) by Miss Islington (bot) · 2 years, 10 months ago
  92. 743394f bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) by Miss Islington (bot) · 2 years, 10 months ago
  93. cf48a14 bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) (#30388) by Miss Islington (bot) · 2 years, 10 months ago
  94. 685b628 Add doctest and improve readability for move_to_end() example. (GH-30370) (GH-30373) by Miss Islington (bot) · 2 years, 10 months ago
  95. 0b3c3cb bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 2 years, 10 months ago
  96. 8184a61 bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30368) by Miss Islington (bot) · 2 years, 10 months ago
  97. b312794 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) (GH-30349) by Miss Islington (bot) · 2 years, 10 months ago
  98. 74af713 argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339) by Miss Islington (bot) · 2 years, 10 months ago
  99. 35955e4 [3.10] Update copyright year to 2022. (GH-30335) (GH-30336) by Miss Islington (bot) · 2 years, 10 months ago
  100. e9783d6 bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330) by Miss Islington (bot) · 2 years, 10 months ago