| .. |
|
__phello__
|
|
|
|
_pyrepl
|
|
|
|
asyncio
|
|
|
|
collections
|
[3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141946)
|
2025-11-25 13:56:05 +00:00 |
|
compression
|
[3.14] gh-132983: Split `_zstd_set_c_parameters` (GH-133921) (#134838)
|
2025-05-28 17:25:06 +01:00 |
|
concurrent
|
|
|
|
ctypes
|
|
|
|
curses
|
|
|
|
dbm
|
|
|
|
email
|
[3.14] gh-136063: fix quadratic-complexity parsing in email.message._parseparam (GH-136072) (#140827)
|
2025-11-30 14:30:56 +02:00 |
|
encodings
|
|
|
|
ensurepip
|
|
|
|
html
|
[3.14] gh-140875: Fix handling of unclosed charrefs before EOF in HTMLParser (GH-140904) (GH-141745)
|
2025-11-19 12:43:24 +00:00 |
|
http
|
[3.14] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216)
|
2025-12-05 16:20:23 +02:00 |
|
idlelib
|
|
|
|
importlib
|
|
|
|
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
|
|
|
|
multiprocessing
|
|
|
|
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
|
|
|
|
site-packages
|
|
|
|
sqlite3
|
[3.14] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133738)
|
2025-05-09 15:17:24 +03:00 |
|
string
|
|
|
|
sysconfig
|
|
|
|
test
|
|
|
|
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
|
[3.14] gh-136442: Fix unittest to return exit code 5 when setUpClass raises an exception (GH-136487) (#141576)
|
2025-11-15 01:25:19 +00:00 |
|
urllib
|
|
|
|
venv
|
|
|
|
wsgiref
|
|
|
|
xml
|
[3.14] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142209)
|
2025-12-03 19:09:44 +00:00 |
|
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-137841: Open tzdata/zones file with UTF-8 encoding (GH-137872) (#141607)
|
2025-11-20 18:23:40 +02:00 |
|
__future__.py
|
|
|
|
__hello__.py
|
|
|
|
_aix_support.py
|
|
|
|
_android_support.py
|
|
|
|
_apple_support.py
|
|
|
|
_ast_unparse.py
|
|
|
|
_collections_abc.py
|
|
|
|
_colorize.py
|
|
|
|
_compat_pickle.py
|
|
|
|
_ios_support.py
|
|
|
|
_markupbase.py
|
|
|
|
_opcode_metadata.py
|
|
|
|
_osx_support.py
|
|
|
|
_py_abc.py
|
|
|
|
_py_warnings.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
|
|
|
|
bdb.py
|
|
|
|
bisect.py
|
|
|
|
bz2.py
|
|
|
|
calendar.py
|
|
|
|
cmd.py
|
gh-133363: Fix Cmd completion for lines beginning with ! (#133364)
|
2025-05-03 22:50:37 -04:00 |
|
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
|
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
|
2025-05-05 19:46:46 +02:00 |
|
configparser.py
|
[3.14] gh-65697: Improved error msg for configparser key validation (GH-135527) (#135541)
|
2025-06-15 16:38:15 +00:00 |
|
contextlib.py
|
gh-103791: handle BaseExceptionGroup in contextlib.suppress() (#111910)
|
2023-11-10 13:32:36 +00:00 |
|
contextvars.py
|
gh-126451: Register contextvars.Context to collections.abc.Mapping (#126452)
|
2024-11-07 01:12:45 +03:00 |
|
copy.py
|
gh-128118: Speed up copy.copy with fast lookup for atomic and container types (#128119)
|
2024-12-30 18:18:42 +01:00 |
|
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
|
|
|
|
csv.py
|
gh-118761: Improve import time for csv (#128858)
|
2025-01-18 11:45:18 +01:00 |
|
dataclasses.py
|
|
|
|
datetime.py
|
|
|
|
decimal.py
|
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613)
|
2024-09-28 20:51:49 +03:00 |
|
difflib.py
|
|
|
|
dis.py
|
|
|
|
doctest.py
|
|
|
|
enum.py
|
[3.14] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136841)
|
2025-07-19 11:00:15 -07:00 |
|
filecmp.py
|
|
|
|
fileinput.py
|
Use bool in fileinput.input() docstring and tests for the inplace argument (GH-111998)
|
2024-01-27 23:47:55 +02:00 |
|
fnmatch.py
|
|
|
|
fractions.py
|
|
|
|
ftplib.py
|
|
|
|
functools.py
|
|
|
|
genericpath.py
|
[3.14] gh-135034: Normalize link targets in tarfile, add os.path.realpath(strict='allow_missing') (gh-135037) (gh-135065)
|
2025-06-03 14:05:00 +02:00 |
|
getopt.py
|
|
|
|
getpass.py
|
|
|
|
gettext.py
|
|
|
|
glob.py
|
|
|
|
graphlib.py
|
|
|
|
gzip.py
|
|
|
|
hashlib.py
|
[3.14] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134961)
|
2025-06-01 10:26:56 +02:00 |
|
heapq.py
|
|
|
|
hmac.py
|
|
|
|
imaplib.py
|
|
|
|
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
|
[3.14] gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547) (GH-141673)
|
2025-11-17 17:56:55 +00:00 |
|
keyword.py
|
|
|
|
linecache.py
|
|
|
|
locale.py
|
[3.14] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135349)
|
2025-06-11 12:43:20 +03:00 |
|
lzma.py
|
|
|
|
mailbox.py
|
|
|
|
mimetypes.py
|
|
|
|
modulefinder.py
|
|
|
|
netrc.py
|
|
|
|
ntpath.py
|
|
|
|
nturl2path.py
|
GH-125866: Deprecate nturl2path module (#131432)
|
2025-03-19 19:33:01 +00:00 |
|
numbers.py
|
|
|
|
opcode.py
|
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
|
2025-03-28 10:35:20 +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
|
|
|
|
pickletools.py
|
|
|
|
pkgutil.py
|
gh-131152, pkgutil: Remove unused imports (#131149)
|
2025-03-12 15:03:36 +01:00 |
|
platform.py
|
|
|
|
plistlib.py
|
|
|
|
poplib.py
|
gh-130637: Add validation for numeric response data in stat() method (#130646)
|
2025-03-02 08:05:40 -05:00 |
|
posixpath.py
|
|
|
|
pprint.py
|
gh-118761: Improve import time of pprint (#122725)
|
2024-08-07 22:46:54 +03:00 |
|
profile.py
|
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
|
2024-05-29 12:43:19 -04:00 |
|
pstats.py
|
|
|
|
pty.py
|
gh-124405: Fix NameError in openpty (#124406)
|
2024-09-24 20:06:39 +02:00 |
|
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
|
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
|
2024-07-19 08:06:02 +00:00 |
|
secrets.py
|
gh-99305: Speed up secrets.token_hex() ~2x (#99306)
|
2022-11-11 14:45:24 -08:00 |
|
selectors.py
|
|
|
|
shelve.py
|
|
|
|
shlex.py
|
[3.14] gh-138804: Check type in shlex.quote (GH-138809) (#138846)
|
2025-09-13 21:29:50 +03:00 |
|
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
|
|
|
|
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
|
|
|
|
sre_compile.py
|
|
|
|
sre_constants.py
|
|
|
|
sre_parse.py
|
|
|
|
ssl.py
|
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
|
2024-12-24 18:29:27 +00:00 |
|
stat.py
|
gh-120417: Remove unused imports in the stdlib (#120420)
|
2024-06-12 20:56:42 +02:00 |
|
statistics.py
|
|
|
|
stringprep.py
|
Merged revisions 55007-55179 via svnmerge from
|
2007-05-07 22:24:25 +00:00 |
|
struct.py
|
gh-120417: Add #noqa to used imports in the stdlib (#120421)
|
2024-06-13 16:14:50 +02:00 |
|
subprocess.py
|
[3.14] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142064)
|
2025-11-28 23:03:05 -08:00 |
|
symtable.py
|
|
|
|
tabnanny.py
|
|
|
|
tarfile.py
|
|
|
|
tempfile.py
|
[3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447)
|
2025-05-21 17:36:32 +00:00 |
|
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
|
Fix most trivially-findable print statements.
|
2007-02-09 05:37:30 +00:00 |
|
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
|
[3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with PYTHONSTARTUP (GH-137625) (#137771)
|
2025-08-27 18:28:20 +03:00 |
|
tracemalloc.py
|
|
|
|
tty.py
|
|
|
|
turtle.py
|
|
|
|
types.py
|
|
|
|
typing.py
|
|
|
|
uuid.py
|
[3.14] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#135255)
|
2025-06-08 12:13:04 +00:00 |
|
warnings.py
|
|
|
|
wave.py
|
|
|
|
weakref.py
|
|
|
|
webbrowser.py
|
|
|
|
zipapp.py
|
|
|
|
zipimport.py
|
|
|