python/cpython
[3.10] bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090) CLA signed awaiting merge skip news type-documentation
#26099 opened May 13, 2021 by miss-islington • Approved
bpo-44114: Remove redundant cast. CLA signed awaiting core review needs backport to 3.10 needs backport to 3.8 needs backport to 3.9 skip news
#26098 opened May 13, 2021 by methane
bpo-42130: Fix swallowing of cancellation by wait_for CLA not signed awaiting core review
#26097 opened May 13, 2021 by ods
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news CLA signed awaiting review needs backport to 3.10 type-documentation
#26096 opened May 13, 2021 by Fidget-Spinner
[3.9] bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) CLA signed awaiting merge
#26093 opened May 13, 2021 by miss-islington • Approved
[3.10] bpo-44098: Drop ParamSpec from most __parameters__ in typing generics (GH-26013)
CLA signed
awaiting review
#26091 opened May 13, 2021 by miss-islington
bpo-41111: Extending Argument Clinic to support to use the limited C API. CLA signed awaiting review skip news
#26080 opened May 12, 2021 by shihai1991
Fix typo in configure CLA signed awaiting review
#26078 opened May 12, 2021 by eltociear
bpo-44032: Move data stack to thread from FrameObject. CLA signed awaiting core review
#26076 opened May 12, 2021 by markshannon
bpo-44117: Remove PyEval_InitThreads() CLA signed awaiting core review
#26070 opened May 12, 2021 by vstinner
bpo-44115: improve duck-typing of fractions CLA signed awaiting review
#26064 opened May 12, 2021 by tecki
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers CLA signed awaiting merge skip news
#26061 opened May 12, 2021 by markshannon • Approved
bpo-21261: IDLE: add completion of dict keys of type str CLA signed awaiting core review type-enhancement
#26039 opened May 11, 2021 by taleinat
Doc: Fix ambiguous pronoun CLA not signed awaiting review type-documentation
#26037 opened May 11, 2021 by danielshahaf
[3.10] bpo-43795: PEP 652 user documentation (GH-25668) CLA signed awaiting review skip news type-documentation
#26034 opened May 11, 2021 by miss-islington
Update datastructures.rst CLA not signed awaiting review type-documentation
#26033 opened May 11, 2021 by Van-Quyet-DO
bpo-44108: normalise SQL quoted literals in sqlite3 test suite CLA signed awaiting review
#26032 opened May 11, 2021 by erlend-aasland
[WIP] bpo-44092: Don't reset statements/cursors before rollback CLA signed awaiting review
#26026 opened May 10, 2021 by erlend-aasland • Draft 0 of 3
bpo-43804: Improve "Building C and C++ Extensions on Windows" docs CLA signed awaiting review type-documentation
#26020 opened May 10, 2021 by shreyanavigyan
[minor code fix] Remove redundant reset() CLA signed awaiting review
#26015 opened May 10, 2021 by gstein
bpo-26110: Add CALL_METHOD_KW opcode to speedup method calls with keywords
CLA signed
awaiting review
#26014 opened May 10, 2021 by Fidget-Spinner