cpython/Doc/library
2025-07-19 13:26:50 +02:00
..
__future__.rst gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) 2025-07-07 12:31:13 +02:00
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
annotationlib.rst annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (#134661) 2025-05-25 17:23:28 +00:00
archiving.rst gh-132983: Add documentation for compression.zstd (GH-133911) 2025-05-21 07:18:21 -07:00
argparse.rst gh-136032: Fix argparse.BooleanOptionalAction doc (#136133) 2025-07-05 15:54:26 -07:00
array.rst
ast.rst gh-134718: Omit optional Load() values in ast.dump() (GH-134934) 2025-05-31 10:32:53 +03:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst gh-133515: fix docs for unawaited coroutines in debug mode (#134081) 2025-05-16 21:01:15 +05:30
asyncio-eventloop.rst gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (#134202) 2025-05-22 15:54:56 -07:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst gh-129169: update asyncio.ensure_future docs to suggest taskgroups 2025-04-13 07:59:22 +00:00
asyncio-graph.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst gh-134664: document cleanup_socket parameter in asyncio.start_unix_server (#134750) 2025-05-27 08:23:06 +00:00
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (#134202) 2025-05-22 15:54:56 -07:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
base64.rst gh-134201: Expand explanation of Base85 encodings in base64 docs (#134288) 2025-05-19 18:59:06 -05:00
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst gh-135001: Explicitly specify the encoding parameter value of calendar.HTMLCalendar as 'utf-8' (#135002) 2025-06-09 15:40:09 +02:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst Docs: Add a single table summary for `cmath` (#131887) 2025-04-07 00:36:21 +01:00
cmd.rst
cmdline.rst gh-123299: Copyedit "What's New in Python 3.14" (#133452) 2025-05-06 15:05:20 +03:00
cmdlinelibs.rst
code.rst gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) 2025-05-20 14:08:40 +02:00
codecs.rst gh-42237: Link to complete list of codec aliases (#136625) 2025-07-13 13:12:46 +00:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst gh-133503: clarify compileall -s/-p docs (#134756) 2025-06-01 10:18:31 +02:00
compression.rst gh-132983: Add documentation for compression.zstd (GH-133911) 2025-05-21 07:18:21 -07:00
compression.zstd.rst gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (#135311) 2025-07-03 20:28:25 +00:00
concurrency.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
concurrent.futures.rst gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
concurrent.interpreters.rst gh-134939: Correct concurrent.interpreters source code link (#136564) 2025-07-13 11:05:57 +05:30
concurrent.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
configparser.rst
constants.rst
contextlib.rst Docs: Add a missing trailing full stop (#130561) 2025-04-10 14:51:20 +03:00
contextvars.rst
copy.rst gh-134559: Add versionadded for `object.__replace__()` (#134672) 2025-05-26 10:39:04 +01:00
copyreg.rst
crypt.rst
crypto.rst
csv.rst gh-131885: Update documented signatures for csv.{writer,reader} (GH-136085) 2025-06-30 09:32:51 -04:00
ctypes.rst gh-136769: Include fixed-width integers in the fundamental data types table (#136784) 2025-07-19 11:19:41 +01:00
curses.ascii.rst
curses.panel.rst
curses.rst Fix signature of _curses.assume_default_colors in the docs (#134409) 2025-05-21 15:56:34 +03:00
custominterp.rst
dataclasses.rst Fix presentation of dataclasses' unsafe_hash default value (#116532) 2025-06-11 21:30:33 -04:00
datatypes.rst
datetime.rst gh-76075: Correct datetime.timestamp documentation (#131202) 2025-05-20 12:18:53 -04:00
dbm.rst gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005) 2025-06-02 21:08:26 +03:00
debug.rst
decimal.rst gh-101100: Fix Sphinx warnings in library/decimal.rst (#134303) 2025-05-20 17:46:13 +03:00
development.rst
devmode.rst
dialog.rst gh-135756: Fix nonexistent parameter in tkinter docs (#135770) 2025-06-20 18:45:36 -04:00
difflib.rst
dis.rst gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) 2025-06-18 10:39:41 +08:00
distribution.rst
distutils.rst
doctest.rst Fix index entry and anchor for module.__test__ (GH-136674) 2025-07-15 18:52:51 +03:00
email.charset.rst
email.compat32-message.rst gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (#136323) 2025-07-07 19:28:44 +03:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (#136475)" (#136629) 2025-07-14 12:13:15 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst (#136309) 2025-07-08 15:05:05 +03:00
faulthandler.rst gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) 2025-06-29 10:58:26 -04:00
fcntl.rst gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907) 2025-05-13 14:44:07 +00:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst gh-74598: document that fnmatch.filterfalse is affected by cache limitation (#136781) 2025-07-19 09:51:11 +00:00
fractions.rst gh-122450: Indicate that Fraction denominators are always positive (#136789) 2025-07-19 13:26:50 +02:00
frameworks.rst
ftplib.rst
functional.rst
functions.rst Docs: Fix indentation in slice class of functions.rst (GH-134393) 2025-06-25 13:40:00 -04:00
functools.rst gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) 2025-07-11 20:03:13 +03:00
gc.rst gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464) 2025-05-05 14:15:05 -07:00
getopt.rst
getpass.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
gettext.rst
glob.rst gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338) 2025-05-03 17:58:21 +03:00
graphlib.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
grp.rst
gzip.rst gh-98347: Add links to python-isal in the documentation (#98637) 2025-04-25 01:53:23 +00:00
hashlib-blake2-tree.png
hashlib.rst gh-134978: deprecate string keyword parameter for hash function constructors (#134979) 2025-06-02 10:25:50 +02:00
heapq-binary-tree.svg gh-133530: Replace binary tree textual digram with image (gh-133591) 2025-05-07 19:05:06 -05:00
heapq.rst gh-133530: Modify Heapq docs image settings (gh-133937) 2025-05-12 11:03:28 -05:00
hmac.rst gh-72570: mention the incompatibility of XOFs with HMAC (#136676) 2025-07-15 14:03:21 +02:00
html.entities.rst
html.parser.rst gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) 2025-05-07 18:50:05 +03:00
html.rst
http.client.rst
http.cookiejar.rst gh-101100: Fix references in http.cookiejar docs (GH-136238) 2025-07-05 09:29:02 -04:00
http.cookies.rst
http.rst
http.server.rst gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag (#133811) 2025-05-17 09:58:16 +02:00
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst Docs: fix a couple typos in Doc/ (GH-132927) 2025-04-27 15:56:58 -07:00
importlib.resources.abc.rst gh-110631: Fix some incorrect indents in the documentation (#129312) 2025-05-21 13:52:02 +00:00
importlib.resources.rst
importlib.rst gh-126548: Add a thread-unsafety warning for importlib.reload() (GH-136704) 2025-07-16 12:34:14 -04:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218) 2025-07-04 11:27:21 +09:00
ipaddress.rst
ipc.rst
itertools.rst Docs: Improve example for `itertools.batched()` (#136775) 2025-07-19 10:29:44 +01:00
json.rst gh-134150: Clarify distinction between JSON and Python objects (#134154) 2025-05-17 21:47:37 -04:00
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst Docs: Fix markups for emphasis (GH-135598) 2025-06-18 13:32:43 -04:00
logging.handlers.rst gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) 2025-06-26 15:18:32 +01:00
logging.rst fix grammar typo in logging.rst (#136584) 2025-07-16 12:31:26 +05:30
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst gh-135853: add math.fmax and math.fmin (#135888) 2025-07-12 11:31:10 +00:00
mimetypes.rst gh-75223: Deprecate undotted extensions in mimetypes.MimeTypes.add_type (#128638) 2025-04-28 14:23:57 +00:00
mm.rst
mmap.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst gh-109070: Document that get_context in multiprocessing have side effect (#136341) 2025-07-06 11:26:26 -07:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst gh-135815: skip netrc security checks if os.getuid is missing (#135816) 2025-06-22 19:48:06 +00:00
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst gh-136682: Remove incorrect statement that os.path.samestat accepts file-like objects (#136683) 2025-07-15 14:49:11 +02:00
os.rst GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712) 2025-07-15 10:45:41 +01:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
pdb.rst Add documentation for remote debugging with pdb (#134260) 2025-05-20 19:50:49 -04:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) 2025-06-19 08:56:43 -04:00
platform.rst gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) 2025-07-12 21:15:04 +03:00
plistlib.rst gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422) 2025-04-13 18:35:26 +00:00
poplib.rst
posix.rst
pprint.rst
profile.rst gh-135953: Implement sampling tool under profile.sample (#135998) 2025-07-10 18:44:24 +01:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
python.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
queue.rst
quopri.rst
random.rst gh-101100: Fix sphinx warnings in whatsnew/3.9 (#136163) 2025-07-07 13:41:11 +03:00
re.rst gh-122055: Clarify documentation for empty matches in RE (GH-133169) 2025-05-19 15:27:50 +02:00
readline.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
removed.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
select.rst
selectors.rst
shelve.rst gh-99631: Add custom loads and dumps support for the shelve module (#118065) 2025-07-12 14:27:32 +02:00
shlex.rst
shutil.rst gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (#135311) 2025-07-03 20:28:25 +00:00
signal.rst gh-110631: Fix some incorrect indents in the documentation (#129312) 2025-05-21 13:52:02 +00:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst gh-122153: indicate that Windows does not support socket.{send,recv}_fds (#134960) 2025-06-02 12:23:52 +02:00
socketserver.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
spwd.rst
sqlite3.rst gh-131825: Fix sqlite3 timezone-naive adapter recipe (GH-136270) 2025-07-09 10:06:42 -04:00
ssl.rst gh-99813: Start using SSL_sendfile when available (#99907) 2025-07-12 12:42:35 +00:00
stat.rst
statistics.rst
stdtypes.rst gh-134833: improve docs for del s[i:j] in Mutable Sequence Types (#134834) 2025-07-13 11:26:31 +05:30
string.rst gh-134449: fix grammar for precision_with_grouping in format description (#134608) 2025-06-02 11:45:48 +02:00
stringprep.rst
struct.rst gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249) 2025-05-02 18:27:07 +02:00
subprocess.rst gh-133089: Use original timeout value for TimeoutExpired when the func subprocess.run is called with a timeout (GH-133103) 2025-05-05 01:15:31 +00:00
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst gh-136697: Use the standard audit event format for sys.monitoring docs (#136747) 2025-07-17 11:10:10 -07:00
sys.rst gh-86682: Add versionadded for sys._getframemodulename (#136325) 2025-07-07 16:52:04 +05:30
sys_path_init.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sysconfig.rst gh-132726: Change the heading of sysconfig CLI section (#133035) 2025-04-28 17:44:49 +03:00
syslog.rst
tabnanny.rst
tarfile.rst Docs: Move "or" outside monospace syntax in tarfile.rst (GH-136263) 2025-07-04 10:40:32 -04:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst gh-116738: Make grp module thread-safe (#135434) 2025-07-14 11:18:41 -07:00
text.rst
textwrap.rst
threading.rst Docs: Fix duplicate word typos (GH-135958) 2025-06-26 20:00:19 -04:00
time.rst gh-102740: Clarify time.monotonic() "system-wide" in the doc (#136431) 2025-07-10 01:06:48 +02:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc
token.rst gh-135263: Fix typo in token.NAME documentation (#135275) 2025-06-08 22:59:26 +03:00
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Docs: delete title links in turtle.rst and typing.rst (#133283) 2025-05-02 13:15:26 +01:00
types.rst
typing.rst Fix typing.TYPE_CHECKING docs to reflect PEP 649. (#134813) 2025-05-27 23:08:52 -07:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst gh-133413: Fix references to removed Request.has_data (GH-133414) 2025-05-12 21:17:57 +03:00
unittest.rst Docs: unittest.enterModuleContext is not a classmethod (#136464) 2025-07-09 14:52:39 +01:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst gh-133413: Fix references to removed Request.has_data (GH-133414) 2025-05-12 21:17:57 +03:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst gh-89083: add links to RFC 9562 sections in UUID docs (#135684) 2025-06-20 11:03:41 +00:00
venv.rst Improved venv docs to indicate that isolation is the default. (#136698) 2025-07-16 08:55:31 -03:00
warnings.rst gh-128384: Use a context variable for warnings.catch_warnings (gh-130010) 2025-04-09 16:18:54 -07:00
wave.rst gh-133873: remove deprecated mark interface for wave.Wave_{read,write} objects (#133874) 2025-05-15 14:52:07 +00:00
weakref.rst
webbrowser.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.dom.pulldom.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.dom.rst
xml.etree.elementtree.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xml.sax.utils.rst
xmlrpc.client.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
xmlrpc.rst
xmlrpc.server.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
zipapp.rst
zipfile.rst gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (#135311) 2025-07-03 20:28:25 +00:00
zipimport.rst
zlib.rst gh-134635: add zlib.{adler32,crc32}_combine to combine checksums (#134650) 2025-05-27 10:48:34 +02:00
zoneinfo.rst gh-135273: Unify ZoneInfo.from_file signatures (#135274) 2025-06-19 16:47:35 +02:00