cpython/Lib
2025-06-29 02:47:38 -04:00
..
__phello__
_pyrepl Bump mypy to 1.16.1 (#135720) 2025-06-23 15:29:30 +03:00
asyncio gh-135371: Fix asyncio introspection output to include internal coroutine chains (#135436) 2025-06-14 13:48:25 +01:00
collections
compression
concurrent gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
ctypes
curses
dbm
email gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (#92900) 2025-06-15 15:29:38 -04:00
encodings gh-135995: Fix missing char in palmos encoding (#135990) 2025-06-26 18:35:45 -04:00
ensurepip
html gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) 2025-06-13 19:57:48 +03:00
http gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) 2025-06-15 06:34:29 +01:00
idlelib Doc: Fix duplicate words in idlelib (#136089) 2025-06-29 02:47:38 -04:00
importlib
json
logging gh-91555: Revert disabling of logger while handling log record. (GH-135858) 2025-06-25 06:42:38 +01:00
multiprocessing gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338) 2025-06-18 14:17:02 +02:00
pathlib
pydoc_data
re
site-packages
sqlite3 gh-133934: Mention special commands in sqlite3 .help message (GH-135224) 2025-06-19 13:47:29 +02:00
string
sysconfig
test gh-91048: Fix external inspection multi-threaded performance (#136005) 2025-06-28 14:11:31 +01:00
tkinter
tomllib
turtledemo
unittest Fix a typo in Lib/unittest/mock.py (#136067) 2025-06-28 10:25:07 +01:00
urllib
venv
wsgiref
xml
xmlrpc gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) 2025-06-15 06:34:29 +01:00
zipfile
zoneinfo gh-135273: Unify ZoneInfo.from_file signatures (#135274) 2025-06-19 16:47:35 +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 gh-135956: Remove duplicate word in _pydatetime docstring (#135957) 2025-06-25 23:44:08 -04:00
_pydecimal.py
_pyio.py
_pylong.py
_sitebuiltins.py
_strptime.py gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029) 2025-06-27 16:47:03 +03:00
_threading_local.py
_weakrefset.py
abc.py
annotationlib.py gh-135646: Raise consistent NameError exceptions in ForwardRef.evaluate() (#135663) 2025-06-18 13:00:55 +00:00
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 gh-65697: Improved error msg for configparser key validation (#135527) 2025-06-15 12:13:19 -04:00
contextlib.py
contextvars.py
copy.py
copyreg.py
cProfile.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) 2025-06-27 12:00:25 +02:00
dis.py
doctest.py
enum.py
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py
io.py
ipaddress.py
keyword.py
linecache.py
locale.py
lzma.py
mailbox.py
mimetypes.py
modulefinder.py
netrc.py gh-135823: improve error message in netrc security checks (#135827) 2025-06-23 12:49:27 +02:00
ntpath.py
nturl2path.py
numbers.py
opcode.py
operator.py
optparse.py
os.py
pdb.py
pickle.py
pickletools.py
pkgutil.py
platform.py gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) 2025-06-16 23:32:52 +09:00
plistlib.py
poplib.py
posixpath.py
pprint.py GH-90117: Check for list and tuple before MappingView in pprint (GH-135779) 2025-06-24 14:41:41 -07:00
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py gh-125142: remove duplicated import in Lib/pydoc.py (gh-135215) 2025-06-25 20:01:25 -07:00
queue.py
quopri.py
random.py
reprlib.py gh-135487: fix reprlib.Repr.repr_int when given very large integers (#135506) 2025-06-24 11:09:46 +00:00
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
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
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py
types.py
typing.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py
zipimport.py