..
__phello__
_pyrepl
[3.13] gh-128231: Use runcode() return value for failing early (GH-129488) ( #130513 )
2025-03-28 13:11:45 +02:00
asyncio
[3.13] gh-128231: Use runcode() return value for failing early (GH-129488) ( #130513 )
2025-03-28 13:11:45 +02:00
collections
[3.13] Fix outdated reference link in collections module (gh-130349) (gh-130386)
2025-02-21 00:22:05 +00:00
concurrent
ctypes
curses
dbm
email
[3.13] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) ( #131403 )
2025-03-18 15:34:00 -04:00
encodings
ensurepip
[3.13] gh-129583: update bundled pip to 25.0.1 (GH-129909) ( #129946 )
2025-02-10 14:03:40 +02:00
html
http
[3.13] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) ( #132150 )
2025-04-06 08:53:15 +00:00
idlelib
[3.13] gh-69001: Convert links to more usable buttons (GH-129591) ( #130338 )
2025-02-20 08:54:31 +00:00
importlib
[3.13] gh-97850: Update the deprecation warning of importlib.abc.Loader.load_module (GH-129855) (GH-130013)
2025-02-11 19:28:25 +00:00
json
logging
[3.13] gh-127712: Fix secure argument of logging.handlers.SMTPHandler (GH-127726) (GH-129955)
2025-02-10 14:30:31 +00:00
multiprocessing
[3.13] gh-88887: Cleanup multiprocessing.resource_tracker.ResourceTracker upon deletion (GH-130429) ( #131516 )
2025-03-20 17:08:58 +00:00
pathlib
pydoc_data
[3.13] GH-121970: Extract pydoc_topics into a new extension ( #129116 ) ( #130441 )
2025-02-27 14:18:46 +00:00
re
site-packages
sqlite3
sysconfig
[3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) ( #130583 )
2025-02-27 18:16:33 +00:00
test
[3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217)
2025-04-07 14:52:02 +00:00
tkinter
tomllib
turtledemo
unittest
[3.13] gh-124234: Improve docs for Mock.reset_mock (GH-124237) ( #130408 )
2025-02-21 14:58:08 +00:00
urllib
venv
wsgiref
xml
xmlrpc
zipfile
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_collections_abc.py
_colorize.py
[3.13] gh-131507: Clean up tests and type checking for _pyrepl (GH-131509) (GH-131546)
2025-03-21 17:25:45 +01:00
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py
_osx_support.py
_py_abc.py
_pydatetime.py
[3.13] gh-130959: Reject whitespace in fractions, in pure Python fromisoformat() ( #130962 ) ( #131076 )
2025-03-11 12:39:27 +01:00
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
antigravity.py
argparse.py
ast.py
base64.py
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
datetime.py
decimal.py
difflib.py
[3.13] gh-131204: Fix difflib.HtmlDiff may not use monospaced font (GH-131221) ( #131242 )
2025-03-14 12:27:13 +00:00
dis.py
doctest.py
enum.py
[3.13] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) ( #131167 )
2025-03-23 17:51:26 +01:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
[3.13] gh-127750: Fix functools.singledispatchmethod() (GH-130029)
2025-02-17 11:12:24 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
[3.13] gh-129892: Doc: Remove unnecessary role directive in graphlib.py (GH-129896) ( #129904 )
2025-02-09 15:47:10 +00:00
gzip.py
[3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) ( #131518 )
2025-03-21 11:20:52 +01:00
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py
[3.13] gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500) ( #131060 )
2025-03-10 23:11:24 +00:00
io.py
ipaddress.py
keyword.py
linecache.py
[3.13] gh-117174: Fix reference leak and gdb tests (GH-131095) ( #131120 )
2025-03-11 23:43:07 +00:00
locale.py
[3.13] gh-129646: Update the locale alias mapping (GH-129647) (GH-129658)
2025-02-04 18:31:20 +02:00
lzma.py
mailbox.py
mimetypes.py
gh-128703: Fix mimetypes.guess_type for empty Content-Type in registry (GH-128854)
2025-02-17 15:36:49 +00:00
modulefinder.py
netrc.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
[3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869)
2025-03-29 06:49:15 +00:00
pdb.py
pickle.py
pickletools.py
pkgutil.py
platform.py
plistlib.py
poplib.py
[3.13] gh-130637: Add validation for numeric response data in stat() method (GH-130646) ( #130763 )
2025-03-02 20:28:56 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
[3.13] gh-128772: Fix pydoc for methods with __module__ is None (GH-129177) (GH-129653)
2025-02-05 14:42:51 +00:00
queue.py
quopri.py
random.py
[3.13] gh-130285: Fix handling of zero or empty counts in random.sample() (gh-130291) (gh-130416)
2025-02-21 17:56:51 +00:00
reprlib.py
rlcompleter.py
runpy.py
sched.py
secrets.py
selectors.py
shelve.py
shlex.py
shutil.py
signal.py
site.py
smtplib.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
statistics.py
string.py
stringprep.py
struct.py
subprocess.py
[3.13] gh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN environment knob (GH-132184) ( #132191 )
2025-04-06 23:24:24 -07:00
symtable.py
tabnanny.py
tarfile.py
tempfile.py
[3.13] gh-127371 Avoid unbounded growth SpooledTempfile.writelines (GH-127372) ( #130886 )
2025-03-05 18:42:55 +01:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py
[3.13] gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500) ( #131060 )
2025-03-10 23:11:24 +00:00
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uuid.py
warnings.py
[3.13] gh-132159: Do not shadow user arguments in generated __new__ by @warnings.deprecated (GH-132160) ( #132163 )
2025-04-06 17:00:54 +00:00
wave.py
weakref.py
webbrowser.py
zipapp.py
[3.13] gh-130379: Fix incorrect zipapp logic to avoid including the target in itself (gh-130509) (gh-130791)
2025-03-03 15:20:05 +00:00
zipimport.py