cpython/Lib
2025-05-23 05:19:41 +00:00
..
__phello__
_pyrepl gh-127960 Fix the REPL to set the correct namespace by setting the correct __main__ module (gh-134275) 2025-05-22 02:18:00 +02:00
asyncio gh-134451: Converted asyncio.tools.CycleFoundException from dataclass to a regular exception type. (#134513) 2025-05-23 05:15:21 +00:00
collections
compression gh-132983: Style improvements for compression.zstd (#133547) 2025-05-14 12:08:27 +00:00
concurrent gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440) 2025-05-22 06:50:06 -06:00
ctypes
curses
dbm
email
encodings gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306) 2025-05-20 15:14:02 +02:00
ensurepip
html gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-22658) 2025-05-10 17:36:06 +00:00
http gh-131178: Add tests for http.server command-line interface (#132540) 2025-05-19 12:15:04 +00:00
idlelib
importlib
json
logging gh-134360 Add processName attribute to logging.Formatter docstring (GH-134371) 2025-05-21 05:49:06 +01:00
multiprocessing gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) 2025-05-21 10:10:31 -07:00
pathlib GH-128520: pathlib ABCs: add JoinablePath.__vfspath__() (#133437) 2025-05-12 19:00:36 +01:00
pydoc_data
re
site-packages
sqlite3 gh-133447: Add basic color to sqlite3 CLI (#133461) 2025-05-10 07:59:01 +00:00
string gh-134082: modernize string.Formatter class docstring (#134125) 2025-05-18 10:10:54 +02:00
sysconfig gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966) 2025-05-19 11:35:22 +01:00
test gh-133885: Use locks instead of critical sections for _zstd (gh-134289) 2025-05-22 23:30:10 -04:00
tkinter
tomllib
turtledemo
unittest
urllib
venv gh-119535: 3.15 minus π (#134037) 2025-05-15 02:39:42 -07:00
wsgiref gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag (#133811) 2025-05-17 09:58:16 +02:00
xml
xmlrpc
zipfile gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) 2025-05-20 18:32:41 -07:00
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_ast_unparse.py gh-133581: Improve AST unparsing of t-strings (#133635) 2025-05-08 06:13:57 -07:00
_collections_abc.py
_colorize.py
_compat_pickle.py gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag (#133811) 2025-05-17 09:58:16 +02:00
_ios_support.py
_markupbase.py
_opcode_metadata.py GH-134282: Always borrow references LOAD_CONST (GH-134284) 2025-05-20 11:24:11 -04:00
_osx_support.py
_py_abc.py
_py_warnings.py
_pydatetime.py gh-126883: Add check that timezone fields are in range for datetime.fromisoformat (#127242) 2025-05-19 14:07:11 -04:00
_pydecimal.py
_pyio.py gh-62184: Remove _pyio import of _io.FileIO (gh-134192) 2025-05-21 17:29:18 +02:00
_pylong.py
_sitebuiltins.py
_strptime.py gh-122781: Allow empty offset for %z in strptime (#132922) 2025-05-20 16:39:58 +00:00
_threading_local.py
_weakrefset.py
abc.py
annotationlib.py gh-133551: Support t-strings in annotationlib (#133553) 2025-05-07 18:10:35 -07:00
antigravity.py
argparse.py gh-134109: Fix showing comments in pydoc output for argparse (GH-134110) 2025-05-16 23:29:14 +03:00
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
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py gh-72902: improve Fraction constructor speed for typical inputs (GH-134320) 2025-05-20 12:47:27 +03:00
ftplib.py
functools.py gh-125028: Prohibit placeholders in partial keywords (GH-126062) 2025-05-08 10:53:53 +03:00
genericpath.py
getopt.py
getpass.py gh-77065: Use putwch instead of putch in getpass.win_getpass (#134058) 2025-05-15 15:14:31 +00:00
gettext.py
glob.py GH-128520: pathlib ABCs: add JoinablePath.__vfspath__() (#133437) 2025-05-12 19:00:36 +01:00
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (#133415) 2025-05-09 18:42:53 -07:00
io.py
ipaddress.py gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) 2025-05-21 19:48:10 -07:00
keyword.py
linecache.py gh-133253: making linecache thread-safe (#133305) 2025-05-09 12:15:16 +05:30
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py
ntpath.py gh-76023: Make os.path.realpath to ignore WinError 1005 in non-strict mode (GH-128328) 2025-05-19 09:33:15 +00:00
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py Add documentation for remote debugging with pdb (#134260) 2025-05-20 19:50:49 -04:00
pickle.py
pickletools.py
pkgutil.py
platform.py gh-133604: remove deprecated java_ver function (#133888) 2025-05-16 16:17:54 +02:00
plistlib.py
poplib.py
posixpath.py
pprint.py gh-90117: handle dict and mapping views in pprint (#30135) 2025-05-20 12:30:00 -07:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py gh-125225: Fix column misalignment in help('topics') output (gh-125226) 2025-05-19 16:10:17 +02: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 gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) 2025-05-20 21:47:57 +02:00
smtplib.py
socket.py gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482) 2025-05-22 03:38:44 +00:00
socketserver.py gh-80184: Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer (GH-134249) 2025-05-19 19:28:09 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py gh-133623: Add ssl.HAS_PSK_TLS13 to detect external TLS 1.3 PSK support (#133624) 2025-05-09 09:09:09 +02:00
stat.py
statistics.py
stringprep.py
struct.py
subprocess.py
symtable.py
tabnanny.py
tarfile.py gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) 2025-05-18 22:21:06 +03:00
tempfile.py gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) 2025-05-21 10:10:31 -07:00
textwrap.py
this.py
threading.py gh-134323: Fix the new threading.RLock.locked method (#134368) 2025-05-22 13:48:24 +00:00
timeit.py
token.py
tokenize.py
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py gh-133372: remove out of date todos from types module about generator wrapper (#134563) 2025-05-23 05:19:41 +00:00
typing.py gh-133701: Fix incorrect __annotations__ on TypedDict defined under PEP 563 (#133772) 2025-05-14 06:24:33 -07:00
uuid.py
warnings.py
wave.py gh-133873: remove deprecated mark interface for wave.Wave_{read,write} objects (#133874) 2025-05-15 14:52:07 +00:00
weakref.py
webbrowser.py
zipapp.py
zipimport.py