..
__phello__
_pyrepl
[3.13] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-141166)
2025-11-07 13:51:03 +01:00
asyncio
[3.13] gh-103847: fix cancellation safety of asyncio.create_subprocess_exec (GH-140805) ( #141447 )
2025-11-13 17:05:01 +05:30
collections
concurrent
ctypes
[3.13] gh-140041: Fix import of ctypes on Android and Cygwin when ABI flags are present (GH-140178) ( #140181 )
2025-10-15 22:03:25 +00:00
curses
dbm
email
[3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) ( #141024 )
2025-11-04 16:22:31 -05:00
encodings
ensurepip
[3.13] gh-140874: Upgrade bundled pip to 25.3 (GH-140876) (gh-140880)
2025-11-01 12:42:15 +00:00
html
[3.13] gh-140875: Fix handling of unclosed charrefs before EOF in HTMLParser (GH-140904) (GH-141746)
2025-11-19 12:17:54 +00:00
http
[3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) ( #141024 )
2025-11-04 16:22:31 -05:00
idlelib
[3.13] Minor fixes to idle.rst and regenerate help.html (GH-140037) ( #141122 )
2025-11-06 12:11:50 +00:00
importlib
[3.13] gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635) (GH-140659)
2025-10-27 14:08:09 +01:00
json
[3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228)
2025-11-08 10:30:15 +00:00
logging
[3.13] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140785)
2025-10-30 11:31:54 +00:00
multiprocessing
[3.13] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) ( #141873 )
2025-11-23 02:16:25 -08:00
pathlib
pydoc_data
Python 3.13.9
2025-10-14 15:52:31 +02:00
re
[3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140983)
2025-11-04 11:17:29 +00:00
site-packages
sqlite3
sysconfig
test
[3.13] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845) (gh-141880)
2025-11-23 15:30:37 +00:00
tkinter
tomllib
turtledemo
unittest
[3.13] gh-136442: Fix unittest to return exit code 5 when setUpClass raises an exception (GH-136487) ( #141577 )
2025-11-15 01:23:03 +00:00
urllib
[3.13] gh-140691: urllib.request: Close FTP control socket if data socket can't connect (GH-140835) (GH-141657)
2025-11-18 13:34:40 +01:00
venv
wsgiref
xml
xmlrpc
zipfile
zoneinfo
[3.13] GH-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) ( #141608 )
2025-11-20 18:23:26 +02:00
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_collections_abc.py
_colorize.py
[3.13] gh-141570: can_colorize: Expect fileno() to raise OSError, as documented ( #141716 ) ( #141748 )
2025-11-19 14:28:31 +00:00
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py
_osx_support.py
_py_abc.py
_pydatetime.py
_pydecimal.py
[3.13] gh-102431: Clarify constraints on operands of Decimal logical operations (GH-102836) ( #140106 )
2025-10-14 15:45:02 +02:00
_pyio.py
[3.13] gh-140607: Validate returned byte count in RawIOBase.read (GH-140611) ( #140730 )
2025-10-29 13:31:57 +01:00
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py
ast.py
base64.py
[3.13] gh-138775: fix handle python -m base64 stdin correct with EOF signal (GH-138776) ( #141433 )
2025-11-12 00:10:07 +00:00
bdb.py
[3.13] gh-136057: Allow step and next to step over for loops (GH-136160) ( #141641 )
2025-11-16 22:23:03 +00:00
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
datetime.py
decimal.py
difflib.py
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
[3.13] gh-140873: Fix the singledispatchmethod documentation (GH-141523) (GH-141710)
2025-11-18 11:38:38 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
[3.13] docs: be clearer that glob results are unordered (GH-140184) ( #140340 )
2025-10-20 07:32:05 +03:00
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py
[3.13] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836) (GH-139890)
2025-10-14 15:47:20 +02:00
io.py
ipaddress.py
[3.13] gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547) (GH-141695)
2025-11-18 11:43:15 +02:00
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py
[3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845)
2025-10-31 17:58:09 +01:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py
posixpath.py
[3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845)
2025-10-31 17:58:09 +01:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
queue.py
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.13] gh-138993: Dedent credits text (GH-138994) ( #140087 )
2025-10-15 14:05:53 +03:00
smtplib.py
[3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) ( #141024 )
2025-11-04 16:22:31 -05:00
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
[3.13] gh-140938: Raise ValueError for infinite inputs to stdev/pstdev (GH-141531) ( #141584 )
2025-11-15 04:45:28 +00:00
string.py
stringprep.py
struct.py
subprocess.py
symtable.py
tabnanny.py
tarfile.py
tempfile.py
textwrap.py
this.py
threading.py
[3.13] gh-114827: clarify threading.Event.wait timeout behavior (GH-114834) ( #140099 )
2025-10-14 14:13:31 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
[3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140048)
2025-10-13 15:56:31 +00:00
types.py
typing.py
[3.13] gh-138859: Account for ParamSpec defaults that are not lists … (GH-138868) ( #140208 )
2025-10-16 13:26:24 -07:00
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py
zipimport.py