cpython/Lib
Miss Islington (bot) dd28db664b
Some checks failed
Tests / (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / iOS (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
JIT / Interpreter (Debug) (push) Has been cancelled
Tail calling interpreter / aarch64-apple-darwin/clang (push) Has been cancelled
Tail calling interpreter / aarch64-unknown-linux-gnu/gcc (push) Has been cancelled
Tail calling interpreter / x86_64-pc-windows-msvc/msvc (push) Has been cancelled
Tail calling interpreter / x86_64-apple-darwin/clang (push) Has been cancelled
Tail calling interpreter / free-threading (push) Has been cancelled
Tail calling interpreter / x86_64-unknown-linux-gnu/gcc (push) Has been cancelled
JIT / aarch64-pc-windows-msvc/msvc (Release) (push) Has been cancelled
JIT / aarch64-pc-windows-msvc/msvc (Debug) (push) Has been cancelled
JIT / i686-pc-windows-msvc/msvc (Release) (push) Has been cancelled
JIT / i686-pc-windows-msvc/msvc (Debug) (push) Has been cancelled
JIT / aarch64-apple-darwin/clang (Release) (push) Has been cancelled
JIT / aarch64-unknown-linux-gnu/gcc (Release) (push) Has been cancelled
JIT / aarch64-apple-darwin/clang (Debug) (push) Has been cancelled
JIT / aarch64-unknown-linux-gnu/gcc (Debug) (push) Has been cancelled
JIT / x86_64-pc-windows-msvc/msvc (Release) (push) Has been cancelled
JIT / x86_64-pc-windows-msvc/msvc (Debug) (push) Has been cancelled
JIT / x86_64-apple-darwin/clang (Release) (push) Has been cancelled
JIT / x86_64-unknown-linux-gnu/gcc (Release) (push) Has been cancelled
JIT / x86_64-apple-darwin/clang (Debug) (push) Has been cancelled
JIT / x86_64-unknown-linux-gnu/gcc (Debug) (push) Has been cancelled
JIT / JIT with tail calling interpreter (push) Has been cancelled
[3.14] gh-137969: Fix double evaluation of ForwardRefs which rely on globals (GH-140974) (#141527)
gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (GH-140974)
(cherry picked from commit 209eaff68c)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
2025-11-13 13:26:58 -08:00
..
__phello__
_pyrepl [3.14] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-140796) 2025-11-07 13:50:06 +01:00
asyncio [3.14] gh-103847: fix cancellation safety of asyncio.create_subprocess_exec (GH-140805) (#141446) 2025-11-13 17:03:04 +05:30
collections
compression
concurrent [3.14] gh-141125: delete unused import textwrap in interpreter.py (GH-141126) (#141177) 2025-11-07 00:29:25 +00:00
ctypes [3.14] gh-140041: Fix import of ctypes on Android and Cygwin when ABI flags are present (GH-140178) (#140180) 2025-10-15 22:08:35 +00:00
curses
dbm [3.14] gh-135386: Fix "unable to open database file" errors on readonly DB (GH-135566) (GH-138056) 2025-10-08 11:41:09 +03:00
email [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025) 2025-11-04 16:23:16 -05:00
encodings
ensurepip [3.14] gh-140874: Upgrade bundled pip to 25.3 (GH-140876) (gh-140881) 2025-11-01 11:21:51 +00:00
html [3.14] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140841) 2025-10-31 16:13:13 +00:00
http [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025) 2025-11-04 16:23:16 -05:00
idlelib [3.14] Minor fixes to idle.rst and regenerate help.html (GH-140037) (#141121) 2025-11-06 08:51:28 +00:00
importlib [3.14] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140660) 2025-10-27 14:08:00 +01:00
json [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227) 2025-11-08 10:32:44 +00:00
logging [3.14] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140784) 2025-10-30 11:19:27 +00:00
multiprocessing [3.14] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132) (#141384) 2025-11-11 05:24:24 +00:00
pathlib [3.14] GH-133789: Fix unpickling of pathlib objects pickled in Python 3.13 (GH-133831) (#140276) 2025-10-17 22:23:01 +00:00
pydoc_data
re [3.14] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982) 2025-11-04 11:21:33 +00:00
site-packages
sqlite3
string
sysconfig
test [3.14] gh-137969: Fix double evaluation of ForwardRefs which rely on globals (GH-140974) (#141527) 2025-11-13 13:26:58 -08:00
tkinter [3.14] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) (GH-137660) 2025-10-07 22:34:36 +02:00
tomllib
turtledemo
unittest
urllib [3.14] gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502) (GH-138548) 2025-10-08 14:22:44 +02:00
venv
wsgiref
xml
xmlrpc
zipfile [3.14] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139706) 2025-10-07 23:16:26 +02:00
zoneinfo [3.14] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138084) 2025-10-08 14:28:41 +02:00
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_ast_unparse.py [3.14] gh-138774: use value to ast.unparse code when str is None in ast.Interpolation (GH-139415) (#140503) 2025-10-23 14:39:02 +00:00
_collections_abc.py
_colorize.py [3.14] gh-133346: make _colorize.Argparse kw-only constructible (GH-140620) (#140621) 2025-10-26 12:00:10 +00:00
_compat_pickle.py
_ios_support.py
_markupbase.py
_opcode_metadata.py
_osx_support.py
_py_abc.py
_py_warnings.py [3.14] gh-138010: Fix __init_subclass__ forwarding by warnings.deprecated (GH-138210) (#138561) 2025-10-07 21:29:28 -07:00
_pydatetime.py
_pydecimal.py [3.14] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836) (#140105) 2025-10-14 15:44:30 +02:00
_pyio.py [3.14] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) (#140728) 2025-10-29 13:31:48 +01:00
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
annotationlib.py [3.14] gh-137969: Fix double evaluation of ForwardRefs which rely on globals (GH-140974) (#141527) 2025-11-13 13:26:58 -08:00
antigravity.py
argparse.py [3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866) 2025-10-09 17:19:54 +00:00
ast.py
base64.py [3.14] gh-138775: fix handle python -m base64 stdin correct with EOF signal (GH-138776) (#141432) 2025-11-12 00:12:57 +00:00
bdb.py
bisect.py
bz2.py
calendar.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
csv.py
dataclasses.py [3.14] gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711) (#141352) 2025-11-10 07:14:32 -08:00
datetime.py
decimal.py
difflib.py
dis.py
doctest.py [3.14] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930) (#137616) 2025-10-07 20:48:10 +02:00
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py [3.14] docs: be clearer that glob results are unordered (GH-140184) (#140339) 2025-10-20 07:31:05 +03:00
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py [3.14] gh-136912: fix handling of OverflowError in hmac.digest (GH-136917) (#137116) 2025-10-08 12:09:45 +02:00
imaplib.py [3.14] gh-78319: Fix implementation of IMAP APPEND UTF8 (GH-9436) (GH-139406) 2025-10-07 22:12:30 +02:00
inspect.py [3.14] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836) (GH-139889) 2025-10-10 08:18:32 +00:00
io.py
ipaddress.py
keyword.py
linecache.py [3.14] gh-140228: Avoid making unnecessary syscalls in linecache for frozen modules (GH-140377) (#140738) 2025-10-29 09:26:38 -07:00
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py [3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140844) 2025-10-31 17:43:23 +01:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py [3.14] gh-120057: add os.reload_environ to __all__ (GH-140763) (#140773) 2025-10-29 22:22:20 +00:00
pdb.py [3.14] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (GH-139185) (GH-139305) (GH-139280) 2025-10-10 16:23:52 +02:00
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py [3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140844) 2025-10-31 17:43:23 +01:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py [3.14] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139160) 2025-10-07 21:57:28 +02:00
queue.py [3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073) 2025-11-06 11:11:31 +05:30
quopri.py
random.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py [3.14] gh-138993: Dedent credits text (GH-138994) (#140088) 2025-10-15 14:05:47 +03:00
smtplib.py [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025) 2025-11-04 16:23:16 -05:00
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
stringprep.py
struct.py
subprocess.py
symtable.py
tabnanny.py
tarfile.py [3.14] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137365) 2025-10-07 20:40:42 +02:00
tempfile.py
textwrap.py [3.14] gh-139065: Fix trailing space before long word in textwrap (GH-139070) (GH-139902) 2025-10-10 13:54:46 +00:00
this.py
threading.py [3.14] gh-114827: clarify threading.Event.wait timeout behavior (GH-114834) (#140100) 2025-10-14 14:13:33 +00:00
timeit.py
token.py
tokenize.py [3.14] gh-63161: Fix tokenize.detect_encoding() (GH-139446) (GH-140378) 2025-10-20 17:34:56 +00:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py [3.14] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140047) 2025-10-13 15:56:26 +00:00
types.py
typing.py [3.14] gh-138859: Account for ParamSpec defaults that are not lists … (GH-138868) (#140207) 2025-10-16 13:26:29 -07:00
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py
zipimport.py