| .. |
|
__phello__
|
|
|
|
_pyrepl
|
gh-69605: Add module autocomplete to PyREPL (#129329)
|
2025-04-25 02:24:26 +01:00 |
|
asyncio
|
gh-86513: improve docs of loop.call_exception_handler (#132466)
|
2025-04-13 21:39:24 +00:00 |
|
collections
|
|
|
|
concurrent
|
|
|
|
ctypes
|
gh-121249: adjust formatting codes for complex types in struct/ctypes (#132827)
|
2025-04-23 15:38:24 +02:00 |
|
curses
|
|
|
|
dbm
|
|
|
|
email
|
|
|
|
encodings
|
|
|
|
ensurepip
|
|
|
|
html
|
|
|
|
http
|
gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632)
|
2025-04-09 11:08:04 +03:00 |
|
idlelib
|
|
|
|
importlib
|
|
|
|
json
|
gh-131952: Add colour to the `json` module CLI (#132126)
|
2025-04-19 18:11:21 +00:00 |
|
logging
|
gh-132106: Ensure that running logging.handlers.QueueListener cannot be started again (GH-132444)
|
2025-04-13 08:53:13 +01:00 |
|
multiprocessing
|
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
|
2025-04-22 23:55:24 -07:00 |
|
pathlib
|
GH-125866: Support complete "file:" URLs in urllib (#132378)
|
2025-04-14 01:49:02 +01:00 |
|
pydoc_data
|
|
|
|
re
|
|
|
|
site-packages
|
|
|
|
sqlite3
|
|
|
|
sysconfig
|
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
|
2025-04-11 16:19:03 +01:00 |
|
test
|
gh-91048: Refactor _testexternalinspection and add Windows support (#132852)
|
2025-04-25 14:12:16 +01:00 |
|
tkinter
|
|
|
|
tomllib
|
|
|
|
turtledemo
|
|
|
|
unittest
|
gh-128398: improve error messages when incorrectly using with and async with (#132218)
|
2025-04-19 10:44:01 +02:00 |
|
urllib
|
GH-123599: Match file: URL hostname against machine hostname in urllib (#132523)
|
2025-04-15 01:05:06 +01:00 |
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
|
|
|
xmlrpc
|
|
|
|
zipfile
|
|
|
|
zoneinfo
|
gh-114713: Handle case of an empty string passed to zoneinfo.ZoneInfo (#114731)
|
2025-04-15 18:41:52 +00:00 |
|
__future__.py
|
|
|
|
__hello__.py
|
|
|
|
_aix_support.py
|
|
|
|
_android_support.py
|
|
|
|
_apple_support.py
|
|
|
|
_ast_unparse.py
|
|
|
|
_collections_abc.py
|
gh-132491: Rename annotationlib.value_to_string to type_repr (#132492)
|
2025-04-15 20:10:53 +00:00 |
|
_colorize.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_compression.py
|
|
|
|
_ios_support.py
|
|
|
|
_markupbase.py
|
|
|
|
_opcode_metadata.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_py_warnings.py
|
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
|
2025-04-09 16:18:54 -07:00 |
|
_pydatetime.py
|
gh-89157: Make C and Python implementation of datetime.date.fromisoformat consistent (#131007)
|
2025-04-24 17:16:07 +03:00 |
|
_pydecimal.py
|
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
|
2025-04-16 18:32:41 +03:00 |
|
_pyio.py
|
|
|
|
_pylong.py
|
|
|
|
_sitebuiltins.py
|
|
|
|
_strptime.py
|
gh-131434: Improve error reporting for incorrect format in strptime() (GH-131568)
|
2025-04-09 13:26:50 +03:00 |
|
_threading_local.py
|
|
|
|
_weakrefset.py
|
|
|
|
abc.py
|
|
|
|
annotationlib.py
|
annotationlib: Move ForwardRef tests to test_annotationlib (#132571)
|
2025-04-16 13:40:29 +00:00 |
|
antigravity.py
|
|
|
|
argparse.py
|
|
|
|
ast.py
|
|
|
|
base64.py
|
|
|
|
bdb.py
|
gh-132536: Do not disable PY_THROW event in bdb (#132537)
|
2025-04-15 18:31:52 -04:00 |
|
bisect.py
|
|
|
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cmd.py
|
|
|
|
code.py
|
|
|
|
codecs.py
|
|
|
|
codeop.py
|
gh-132449: Improve syntax error messages for keywords with typos (#132450)
|
2025-04-22 11:01:55 +02:00 |
|
colorsys.py
|
|
|
|
compileall.py
|
|
|
|
configparser.py
|
gh-130941: Fix configparser parsing values with allow_no_value and interpolation set (GH-130949)
|
2025-04-16 12:39:11 +02:00 |
|
contextlib.py
|
|
|
|
contextvars.py
|
|
|
|
copy.py
|
|
|
|
copyreg.py
|
gh-132882: Fix copying of unions with members that do not support __or__ (#132883)
|
2025-04-24 16:49:09 +00:00 |
|
cProfile.py
|
gh-132737: Support profiling modules that require __main___ (#132738)
|
2025-04-24 14:41:01 -04:00 |
|
csv.py
|
|
|
|
dataclasses.py
|
|
|
|
datetime.py
|
|
|
|
decimal.py
|
|
|
|
difflib.py
|
|
|
|
dis.py
|
|
|
|
doctest.py
|
|
|
|
enum.py
|
gh-132684: [Enum] only call _missing_ in __contains__ for Flags (GH-132790)
|
2025-04-24 23:13:54 -07:00 |
|
filecmp.py
|
|
|
|
fileinput.py
|
|
|
|
fnmatch.py
|
|
|
|
fractions.py
|
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
|
2025-04-16 18:32:41 +03:00 |
|
ftplib.py
|
|
|
|
functools.py
|
|
|
|
genericpath.py
|
|
|
|
getopt.py
|
|
|
|
getpass.py
|
|
|
|
gettext.py
|
|
|
|
glob.py
|
|
|
|
graphlib.py
|
|
|
|
gzip.py
|
|
|
|
hashlib.py
|
gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)
|
2025-04-21 14:15:05 -07:00 |
|
heapq.py
|
|
|
|
hmac.py
|
gh-132388: Increase test coverage for HMAC (#132389)
|
2025-04-12 17:43:11 +00:00 |
|
imaplib.py
|
|
|
|
inspect.py
|
|
|
|
io.py
|
|
|
|
ipaddress.py
|
|
|
|
keyword.py
|
|
|
|
linecache.py
|
|
|
|
locale.py
|
|
|
|
lzma.py
|
|
|
|
mailbox.py
|
|
|
|
mimetypes.py
|
gh-132054: Add `application/yaml to mimetypes` (#132056)
|
2025-04-21 12:05:37 +03:00 |
|
modulefinder.py
|
|
|
|
netrc.py
|
|
|
|
ntpath.py
|
|
|
|
nturl2path.py
|
|
|
|
numbers.py
|
|
|
|
opcode.py
|
|
|
|
operator.py
|
|
|
|
optparse.py
|
|
|
|
os.py
|
|
|
|
pdb.py
|
gh-131591: Allow pdb to attach to a running process (#132451)
|
2025-04-25 01:43:23 +01:00 |
|
pickle.py
|
|
|
|
pickletools.py
|
|
|
|
pkgutil.py
|
|
|
|
platform.py
|
|
|
|
plistlib.py
|
|
|
|
poplib.py
|
|
|
|
posixpath.py
|
|
|
|
pprint.py
|
|
|
|
profile.py
|
|
|
|
pstats.py
|
|
|
|
pty.py
|
|
|
|
py_compile.py
|
|
|
|
pyclbr.py
|
|
|
|
pydoc.py
|
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
|
2025-04-10 21:13:26 -07:00 |
|
queue.py
|
|
|
|
quopri.py
|
|
|
|
random.py
|
|
|
|
reprlib.py
|
|
|
|
rlcompleter.py
|
|
|
|
runpy.py
|
|
|
|
sched.py
|
|
|
|
secrets.py
|
|
|
|
selectors.py
|
|
|
|
shelve.py
|
|
|
|
shlex.py
|
gh-118761: Optimise import time for `shlex` (#132036)
|
2025-04-24 16:10:46 +01:00 |
|
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
|
gh-132893: More accurate CDF computation (gh-132895)
|
2025-04-25 00:34:55 -05:00 |
|
string.py
|
|
|
|
stringprep.py
|
|
|
|
struct.py
|
|
|
|
subprocess.py
|
|
|
|
symtable.py
|
|
|
|
tabnanny.py
|
|
|
|
tarfile.py
|
|
|
|
tempfile.py
|
|
|
|
textwrap.py
|
gh-130167: Improve the error case for `textwrap.dedent` (#132666)
|
2025-04-19 16:18:03 +01:00 |
|
this.py
|
|
|
|
threading.py
|
gh-132578: Rename the threading.Thread._handle field (#132696)
|
2025-04-21 16:07:54 -07:00 |
|
timeit.py
|
|
|
|
token.py
|
|
|
|
tokenize.py
|
|
|
|
trace.py
|
|
|
|
traceback.py
|
gh-132449: Improve the algorithm to detect typos in keywords (#132837)
|
2025-04-23 14:45:18 +01:00 |
|
tracemalloc.py
|
|
|
|
tty.py
|
|
|
|
turtle.py
|
|
|
|
types.py
|
|
|
|
typing.py
|
gh-132493: Avoid eager import of annotationlib in typing (again) (#132596)
|
2025-04-17 16:03:53 +00:00 |
|
uuid.py
|
|
|
|
warnings.py
|
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
|
2025-04-09 16:18:54 -07:00 |
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
gh-113539: Enable using `$BROWSER` to reorder default seach order in webbrowser.py (#113561)
|
2025-04-25 14:36:18 +03:00 |
|
zipapp.py
|
|
|
|
zipimport.py
|
|
|