.. |
__phello__
|
|
|
_pyrepl
|
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value (#128653)
|
2025-01-22 16:15:23 +00:00 |
asyncio
|
GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling (#124640)
|
2025-01-22 17:25:29 +01:00 |
collections
|
|
|
concurrent
|
|
|
ctypes
|
|
|
curses
|
|
|
dbm
|
|
|
email
|
gh-80222: Fix email address header folding with long quoted-string (#122753)
|
2025-01-18 19:50:52 -05:00 |
encodings
|
|
|
ensurepip
|
|
|
html
|
|
|
http
|
|
|
idlelib
|
|
|
importlib
|
gh-121604: fix ResourceLoader deprecation warning message (GH-128859)
|
2025-01-15 21:13:59 +00:00 |
json
|
|
|
logging
|
|
|
multiprocessing
|
|
|
pathlib
|
GH-128520: Make pathlib._abc.WritablePath a sibling of ReadablePath (#129014)
|
2025-01-21 18:35:37 +00:00 |
pydoc_data
|
GH-121970: Extract `pydoc_topics ` into a new extension (#129116)
|
2025-01-21 23:28:32 +00:00 |
re
|
|
|
site-packages
|
|
|
sqlite3
|
|
|
sysconfig
|
GH-92897: schedule the check_home deprecation to 3.15 (#129102)
|
2025-01-20 21:25:14 +00:00 |
test
|
gh-101410: support custom messages for domain errors in the math module (#124299)
|
2025-01-23 13:55:25 +00:00 |
tkinter
|
gh-128562: Fix generation of the tkinter widget names (GH-128604)
|
2025-01-13 15:54:46 +00:00 |
tomllib
|
gh-118761: Improve import time of tomllib (#128907)
|
2025-01-16 18:48:42 -08:00 |
turtledemo
|
|
|
unittest
|
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)
|
2025-01-20 12:52:42 +02:00 |
urllib
|
Explicitly import urllib.error in urllib.robotparser (#128737)
|
2025-01-13 17:14:59 +01:00 |
venv
|
|
|
wsgiref
|
|
|
xml
|
|
|
xmlrpc
|
|
|
zipfile
|
gh-118761: Improve import time for pstats and zipfile (#128981)
|
2025-01-23 14:49:36 +00:00 |
zoneinfo
|
|
|
__future__.py
|
|
|
__hello__.py
|
|
|
_aix_support.py
|
|
|
_android_support.py
|
|
|
_apple_support.py
|
|
|
_collections_abc.py
|
|
|
_colorize.py
|
gh-127873: Only check sys.flags.ignore_environment for PYTHON* env vars (#127877)
|
2025-01-21 16:10:08 +00:00 |
_compat_pickle.py
|
|
|
_compression.py
|
|
|
_ios_support.py
|
|
|
_markupbase.py
|
|
|
_opcode_metadata.py
|
Revert "GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918)" (GH-129202)
|
2025-01-23 09:26:25 +00:00 |
_osx_support.py
|
|
|
_py_abc.py
|
|
|
_pydatetime.py
|
|
|
_pydecimal.py
|
|
|
_pyio.py
|
|
|
_pylong.py
|
|
|
_sitebuiltins.py
|
|
|
_strptime.py
|
|
|
_threading_local.py
|
|
|
_weakrefset.py
|
|
|
abc.py
|
|
|
annotationlib.py
|
|
|
antigravity.py
|
|
|
argparse.py
|
|
|
ast.py
|
|
|
base64.py
|
gh-118761: substitute re import in base64.b16decode for a more efficient alternative (#128736)
|
2025-01-14 13:25:33 +00:00 |
bdb.py
|
gh-128991: Release the enter frame reference within bdb callback (#128992)
|
2025-01-18 16:53:06 -05: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
|
gh-118761: Improve import time for csv (#128858)
|
2025-01-18 11:45:18 +01:00 |
dataclasses.py
|
|
|
datetime.py
|
|
|
decimal.py
|
|
|
difflib.py
|
|
|
dis.py
|
Revert "GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918)" (GH-129202)
|
2025-01-23 09:26:25 +00:00 |
doctest.py
|
gh-128595: Default to stdout isatty for colour detection instead of stderr (#128498)
|
2025-01-20 12:52:42 +02:00 |
enum.py
|
|
|
filecmp.py
|
|
|
fileinput.py
|
|
|
fnmatch.py
|
|
|
fractions.py
|
|
|
ftplib.py
|
|
|
functools.py
|
|
|
genericpath.py
|
|
|
getopt.py
|
|
|
getpass.py
|
|
|
gettext.py
|
gh-118761: Improve the import time of `gettext ` (#128898)
|
2025-01-20 00:01:20 +00:00 |
glob.py
|
|
|
graphlib.py
|
|
|
gzip.py
|
|
|
hashlib.py
|
|
|
heapq.py
|
|
|
hmac.py
|
|
|
imaplib.py
|
|
|
inspect.py
|
Revert "GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918)" (GH-129202)
|
2025-01-23 09:26:25 +00:00 |
io.py
|
|
|
ipaddress.py
|
|
|
keyword.py
|
|
|
linecache.py
|
|
|
locale.py
|
|
|
lzma.py
|
|
|
mailbox.py
|
|
|
mimetypes.py
|
|
|
modulefinder.py
|
|
|
netrc.py
|
|
|
ntpath.py
|
|
|
nturl2path.py
|
|
|
numbers.py
|
|
|
opcode.py
|
Revert "GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918)" (GH-129202)
|
2025-01-23 09:26:25 +00:00 |
operator.py
|
|
|
optparse.py
|
gh-118761: Redudce the import time of `optparse ` (#128899)
|
2025-01-20 00:03:19 +00:00 |
os.py
|
|
|
pdb.py
|
|
|
pickle.py
|
gh-118761: Improve import time of the pickle module. (#128732)
|
2025-01-14 12:26:26 +01:00 |
pickletools.py
|
|
|
pkgutil.py
|
|
|
platform.py
|
|
|
plistlib.py
|
|
|
poplib.py
|
|
|
posixpath.py
|
|
|
pprint.py
|
|
|
profile.py
|
|
|
pstats.py
|
gh-118761: Improve import time for pstats and zipfile (#128981)
|
2025-01-23 14:49:36 +00:00 |
pty.py
|
|
|
py_compile.py
|
|
|
pyclbr.py
|
|
|
pydoc.py
|
gh-128923: fix test_pydoc for object subclasses without __module__ (#128951)
|
2025-01-17 23:43:17 +01:00 |
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
|
|
|
smtplib.py
|
|
|
socket.py
|
gh-128916: Do not set SO_REUSEPORT on non-AF_INET* sockets (GH-128933)
|
2025-01-17 16:49:16 -08:00 |
socketserver.py
|
gh-128916: Do not set SO_REUSEPORT on non-AF_INET* sockets (GH-128933)
|
2025-01-17 16:49:16 -08:00 |
sre_compile.py
|
|
|
sre_constants.py
|
|
|
sre_parse.py
|
|
|
ssl.py
|
|
|
stat.py
|
|
|
statistics.py
|
|
|
string.py
|
|
|
stringprep.py
|
|
|
struct.py
|
|
|
subprocess.py
|
|
|
symtable.py
|
|
|
tabnanny.py
|
|
|
tarfile.py
|
|
|
tempfile.py
|
|
|
textwrap.py
|
|
|
this.py
|
|
|
threading.py
|
|
|
timeit.py
|
|
|
token.py
|
|
|
tokenize.py
|
gh-125553: Fix backslash continuation in untokenize (#126010)
|
2025-01-21 19:58:44 +00:00 |
trace.py
|
|
|
traceback.py
|
gh-128894: Fix TracebackException._format_syntax_error on custom SyntaxError metadata (#128946)
|
2025-01-22 12:47:03 +00:00 |
tracemalloc.py
|
|
|
tty.py
|
|
|
turtle.py
|
gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350)
|
2025-01-18 11:27:22 +01:00 |
types.py
|
|
|
typing.py
|
|
|
uuid.py
|
gh-128150: Improve performances of uuid.uuid* constructor functions. (#128151)
|
2025-01-13 12:46:13 +01:00 |
warnings.py
|
gh-128384: Add locking to warnings.py. (gh-128386)
|
2025-01-14 11:43:42 -08:00 |
wave.py
|
|
|
weakref.py
|
|
|
webbrowser.py
|
|
|
zipapp.py
|
|
|
zipimport.py
|
|
|