cpython/Lib
2025-01-06 08:42:26 +00:00
..
__phello__
_pyrepl Fix while statements with non-bool conditions in _pyrepl (#127509) 2025-01-01 20:39:28 +00:00
asyncio gh-127529: Correct asyncio's accept_connection behaviour for handling ConnectionAbortedError (#127532) 2025-01-03 10:32:36 +00:00
collections
concurrent
ctypes gh-112015: Implement ctypes.memoryview_at() (GH-112018) 2025-01-03 14:07:07 +01:00
curses
dbm
email gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (#127547) 2025-01-05 20:32:16 -05:00
encodings
ensurepip
html
http gh-127089: Add missing description for codes in http.HTTPStatus (#127100) 2024-12-27 15:12:25 +01:00
idlelib gh-127060: Disable traceback colors in IDLE (#128028) 2024-12-18 00:35:05 -05:00
importlib
json
logging
multiprocessing gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011) 2024-12-27 14:09:01 -08:00
pathlib GH-127381: pathlib ABCs: remove PathBase.move() and move_into() (#128337) 2025-01-04 12:53:51 +00:00
pydoc_data Python 3.14.0a3 2024-12-17 11:50:39 +02:00
re
site-packages
sqlite3
sysconfig
test gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (#127547) 2025-01-05 20:32:16 -05:00
tkinter gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015) 2025-01-02 17:51:57 +02:00
tomllib
turtledemo gh-128062: Fix the font size and shortcut display of the turtledemo menu (#128063) 2024-12-19 15:24:47 -05:00
unittest
urllib gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193) 2024-12-28 21:05:34 +00:00
venv GH-127724: don't use sysconfig to calculate the venv local include path (#127731) 2024-12-12 21:41:46 +00:00
wsgiref
xml
xmlrpc
zipfile gh-123424: add ZipInfo._for_archive to set suitable default properties (#123429) 2024-12-29 18:30:53 +00:00
zoneinfo
__future__.py
__hello__.py
_aix_support.py
_android_support.py
_apple_support.py
_collections_abc.py
_colorize.py gh-128317: Highlight today in colour in calendar CLI output (#128318) 2025-01-03 14:56:24 +02:00
_compat_pickle.py
_compression.py
_ios_support.py
_markupbase.py
_opcode_metadata.py GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564) 2024-12-19 16:59:51 +00:00
_osx_support.py
_py_abc.py
_pydatetime.py gh-127553: Remove outdated TODO comment in _pydatetime (#127564) 2025-01-04 23:38:49 +01:00
_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 gh-128317: Highlight today in colour in calendar CLI output (#128318) 2025-01-03 14:56:24 +02:00
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
compileall.py
configparser.py
contextlib.py
contextvars.py
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
cProfile.py
csv.py
dataclasses.py
datetime.py
decimal.py
difflib.py
dis.py gh-127274: Defer nested methods (#128012) 2024-12-19 13:03:14 -08:00
doctest.py
enum.py gh-112328: Make EnumDict usable on its own and document it (GH-123669) 2024-12-20 11:40:58 -08:00
filecmp.py
fileinput.py
fnmatch.py
fractions.py
ftplib.py
functools.py gh-121676: Raise a `DeprecationWarning if the Python implementation of functools.reduce is called with function or sequence` as a keyword args (#121677) 2025-01-01 13:36:47 +02:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
graphlib.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
inspect.py gh-127274: Defer nested methods (#128012) 2024-12-19 13:03:14 -08: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
operator.py
optparse.py
os.py
pdb.py
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
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
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
statistics.py
string.py
stringprep.py
struct.py
subprocess.py gh-128342: Specify timeout unit in subprocess docstrings (GH-128343) 2024-12-30 20:52:04 +00:00
symtable.py
tabnanny.py
tarfile.py
tempfile.py gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677) 2024-12-18 10:12:24 +00:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py gh-128519: Align the docstring of untokenize() to match the docs (#128521) 2025-01-06 08:42:26 +00:00
trace.py
traceback.py
tracemalloc.py
tty.py
turtle.py gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95378) 2025-01-02 11:45:07 +02:00
types.py
typing.py gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-128363) 2024-12-31 10:02:58 +02:00
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
zipapp.py
zipimport.py