Pull requests · python/cpython
gh-93035: Fix IntFlag crash with no single bit members awaiting review
#93076 opened May 22, 2022 by tyehle Loading…
gh-91985: Ensure consistency when getpath re-initializes sys.path with PYTHONHOME awaiting review
#93075 opened May 22, 2022 by neonene Loading…
GH-89369: fix test_contextlib_async to finalize event loop after each test awaiting review needs backport to 3.10 needs backport to 3.11 skip news tests
#93074 opened May 22, 2022 by kumaraditya303 Loading…
gh-89158: Add some REPL secondary prompt markers awaiting review docs
#93073 opened May 22, 2022 by Gaasmann Loading…
gh-89973: Fix re.error in the fnmatch module. awaiting core review needs backport to 3.10 needs backport to 3.11
#93072 opened May 22, 2022 by serhiy-storchaka Loading…
Remove unnecessary for loop initializer in long_lshift1() awaiting review
#93071 opened May 22, 2022 by oda-gitso Loading…
gh-47937: Note that Popen attributes are read-only awaiting review docs skip news
#93070 opened May 22, 2022 by slateny Loading…
gh-48496: Added example and link to faq for UnboundLocalError in reference awaiting review docs skip news
#93068 opened May 22, 2022 by slateny Loading…
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees awaiting core review needs backport to 3.9 needs backport to 3.10 needs backport to 3.11
#93066 opened May 22, 2022 by 1st1 Loading…
gh-92859: Doc: add info about logging.debug() calling basicConfig() awaiting changes docs skip news
#93063 opened May 22, 2022 by Gaasmann Loading…
gh-93061: Mark as artificial: backwards jump after async for awaiting core review interpreter-core needs backport to 3.10 needs backport to 3.11 type-bug
#93062 opened May 22, 2022 by sweeneyde Loading…
binascii docs: strict_mode parameter is keyword-only awaiting core review docs needs backport to 3.11 skip issue skip news
#93055 opened May 21, 2022 by JelleZijlstra Loading…
gh-93033: Use wmemchr in find_char and replace_1char_inplace awaiting review
#93034 opened May 20, 2022 by goldsteinn Loading…
Use SyntaxError invalid range in tutorial introduction example awaiting review docs skip issue
#93031 opened May 20, 2022 by ehebert Loading…
Fix minor docstring issues in dataclasses.py
awaiting core review
skip issue
skip news
#93024 opened May 20, 2022 by romanngg Loading…
gh-93021: Fix __text_signature__ for __get__ awaiting core review needs backport to 3.10 needs backport to 3.11
#93023 opened May 20, 2022 by JelleZijlstra Loading…
gh-93018: Fix for the compatibility problems with expat started in 2.4.4, not just 2.4.5 awaiting review tests
#93022 opened May 20, 2022 by mcepl Loading…
GH-89914: Push two NULLs (instead of just one) before calls. Preparation for more efficient Python-to-Python call sequence. awaiting core review DO-NOT-MERGE
#93020 opened May 20, 2022 by markshannon Loading…
gh-93010: InvalidHeaderError used but nonexistent awaiting changes needs backport to 3.10 needs backport to 3.11
#93015 opened May 20, 2022 by oda-gitso Loading…
gh-68966: fix CVE-2015-20107 awaiting review
#93014 opened May 20, 2022 by xiaoge1001 Loading…
gh-60074: add new stable API function PyType_FromMetaModuleAndSpec awaiting change review
#93012 opened May 20, 2022 by wjakob Loading…
Minor: fix unicode-related inline function warnings awaiting merge skip issue skip news
#93011 opened May 20, 2022 by wjakob Loading…
gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler) awaiting merge interpreter-core skip news
#93009 opened May 20, 2022 by iritkatriel Loading…
gh-93005: Fixes launcher test when no Python install is available awaiting core review needs backport to 3.11 skip news
#93007 opened May 20, 2022 by zooba Loading…
gh-72572: Remove mention of synced None returns for utcoffset() and dst() awaiting review docs skip news
#93001 opened May 20, 2022 by slateny Loading…
ProTip! Adding no:label will show everything without a label.