..
__future__.rst
__main__.rst
gh-128720: Fix doc inacurracy about __main__.__file__ existence in the REPL ( #128721 )
2025-01-21 19:52:21 +00:00
_thread.rst
abc.rst
Docs: Fix some semantic usages of iterator.__iter__ (GH-130172)
2025-02-25 13:38:47 +01:00
aifc.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
allos.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
annotationlib.rst
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib ( #124415 )
2024-11-26 15:40:13 +00:00
archiving.rst
argparse.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
array.rst
ast.rst
Clarify ast docs to use a less confusing example for ast.ParamSpec ( #127955 )
2024-12-15 12:28:43 +00:00
asynchat.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-graph.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
asyncio-protocol.rst
asyncio-queue.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-runner.rst
gh-127949: make deprecation of policy system more prominent ( #128290 )
2024-12-27 15:13:41 +00:00
asyncio-stream.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-subprocess.rst
gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst ( #130994 )
2025-03-10 12:38:08 +00:00
asyncio-sync.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-task.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
asyncio.rst
GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling ( #124640 )
2025-01-22 17:25:29 +01:00
asyncore.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
atexit.rst
audioop.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
gh-128317: Move CLI calendar highlighting to private class ( #129625 )
2025-02-08 15:56:57 +00:00
cgi.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
cgitb.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
chunk.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
cmath.rst
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
2024-11-26 17:57:39 +02:00
cmd.rst
cmdline.rst
cmdlinelibs.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
code.rst
codecs.rst
gh-123803: Support arbitrary code page encodings on Windows (GH-123804)
2024-11-18 17:45:25 +00:00
codeop.rst
collections.abc.rst
gh-130159: Fix list indentation in collections.abc ( #130165 )
2025-02-22 01:41:15 +00:00
collections.rst
gh-101100: Fix Sphinx documentation warnings in collections.rst ( #130629 )
2025-03-03 11:46:38 +02:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
gh-128041: Add terminate_workers and kill_workers methods to ProcessPoolExecutor (GH-130849)
2025-03-05 14:31:42 -08:00
concurrent.rst
configparser.rst
gh-65697: Prevent configparser from writing keys it cannot properly read ( #129270 )
2025-02-23 11:06:33 -05:00
constants.rst
gh-129015: Improve disambiguation between NotImplemented and NotImplementedError ( #129562 )
2025-03-03 09:23:41 +01:00
contextlib.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
contextvars.rst
gh-129889: Support context manager protocol by contextvars.Token ( #129888 )
2025-02-12 12:32:58 +01:00
copy.rst
copyreg.rst
crypt.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
crypto.rst
csv.rst
ctypes.rst
Fix some ctypes docs typos (GH-130307)
2025-02-20 11:58:50 +01:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst
gh-130130: Clarify hash=False docs in dataclasses.field ( #130324 )
2025-02-20 02:43:27 -05:00
datatypes.rst
datetime.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
dbm.rst
gh-101100: Docs: Fix some typos in the document ( #129988 )
2025-02-11 13:06:32 +02:00
debug.rst
decimal.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst
Add .. versionadded directive to dis CLI options ( #130267 )
2025-02-21 15:59:17 +03:00
distribution.rst
distutils.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
doctest.rst
gh-127221: Add colour to unittest output ( #127223 )
2024-12-05 21:10:46 +02:00
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
gh-121542: Document trailing newline behavior in set_content() ( #121543 )
2025-01-18 20:34:40 +02:00
email.encoders.rst
email.errors.rst
gh-101100: Fix sphinx warnings in library/email.errors.rst ( #130774 )
2025-03-03 11:56:45 +02:00
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
Docs: fix MessageDefect references in email.policy docs ( #128468 )
2025-01-05 22:58:31 +01:00
email.rst
email.utils.rst
ensurepip.rst
gh-130160: use .. program:: directive for documenting ensurepip CLI (gh-130253)
2025-02-18 12:09:22 +00:00
enum.rst
Fix typo in enum documentation ( #129920 )
2025-02-09 21:48:11 +00:00
errno.rst
gh-85046: Document errno constants ( #126420 )
2025-01-28 01:12:45 +01:00
exceptions.rst
gh-129015: Improve disambiguation between NotImplemented and NotImplementedError ( #129562 )
2025-03-03 09:23:41 +01:00
faulthandler.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
fcntl.rst
filecmp.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
fileformats.rst
fileinput.rst
filesys.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
fnmatch.rst
gh-123345: improve fnmatch docs ( #123346 )
2025-01-13 11:21:22 +01:00
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k (GH-118144)
2025-03-07 11:36:12 -08:00
functools.rst
gh-105499: Merge typing.Union and types.UnionType ( #105511 )
2025-03-04 11:44:19 -08:00
gc.rst
GH-127010: Don't lazily track and untrack dicts (GH-127027)
2024-11-20 16:41:20 +00:00
getopt.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
getpass.rst
gettext.rst
glob.rst
Revert "GH-116380: Speed up glob.[i]glob() by making fewer system calls. ( #116392 )" ( #130743 )
2025-03-01 20:04:01 +00:00
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst
http.cookies.rst
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)
2025-01-24 22:31:52 +00:00
http.rst
http.server.rst
i18n.rst
idle.rst
gh-130160: use .. program:: directive for documenting idle CLI ( #130278 )
2025-02-24 02:02:34 +00:00
imaplib.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
imghdr.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
imp.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
importlib.metadata.rst
Add link in the importlib.metadata.version() docs ( #130739 )
2025-03-02 10:23:32 +01:00
importlib.resources.abc.rst
GH-121970: Replace custom abstract method directive with the `:abstract:` option ( #129311 )
2025-02-22 01:53:57 +00:00
importlib.resources.rst
importlib.rst
GH-121970: Replace custom abstract method directive with the `:abstract:` option ( #129311 )
2025-02-22 01:53:57 +00:00
index.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
inspect.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
internet.rst
intro.rst
io.rst
gh-127647: Add typing.Reader and Writer protocols ( #127648 )
2025-03-06 07:36:19 -08:00
ipaddress.rst
ipc.rst
itertools.rst
Replace non-breaking spaces with normal spaces ( #130116 )
2025-02-16 09:33:14 +08:00
json.rst
gh-87506: Amend json.loads() post PR #127355 ( #128609 )
2025-01-08 09:36:44 +01:00
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
2024-11-21 13:16:08 +02:00
logging.config.rst
logging.handlers.rst
gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-126716)
2025-01-29 19:37:43 +00:00
logging.rst
gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850)
2025-02-21 07:10:04 +00:00
lzma.rst
mailbox.rst
mailcap.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
markup.rst
marshal.rst
Python 3.14.0a2
2024-11-19 16:52:44 +02:00
math.rst
gh-126719: Clarify math.fmod docs ( #127741 )
2025-01-04 18:38:57 +01:00
mimetypes.rst
gh-111637: Clarify MIME type recognition behavior in mimetypes documentation (GH-129546)
2025-02-03 16:42:12 +00:00
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
msvcrt.rst
multiprocessing.rst
gh-129948: Add set() to multiprocessing.managers.SyncManager ( #129949 )
2025-02-23 20:07:33 +00:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
nntplib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
numbers.rst
GH-121970: Replace custom abstract method directive with the `:abstract:` option ( #129311 )
2025-02-22 01:53:57 +00:00
numeric.rst
operator.rst
optparse.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
os.path.rst
os.rst
GH-121970: Replace custom abstract method directive with the `:abstract:` option ( #129311 )
2025-02-22 01:53:57 +00:00
ossaudiodev.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
GH-130608: Remove dirs_exist_ok argument from pathlib.Path.copy() ( #130610 )
2025-02-28 19:29:20 +00:00
pdb.rst
gh-130160: use .. program:: directive for documenting pdb CLI ( #130996 )
2025-03-09 11:55:23 -04:00
persistence.rst
pickle.rst
gh-125756: Document Pickler.clear_memo() (GH-125762)
2025-02-17 17:48:29 +02:00
pickletools.rst
pipes.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
pkgutil.rst
platform.rst
gh-122549: Add platform.invalidate_caches() ( #122547 )
2024-11-15 13:52:56 +00:00
plistlib.rst
gh-101100: Docs: Fix some typos in the document ( #129988 )
2025-02-11 13:06:32 +02:00
poplib.rst
posix.rst
pprint.rst
gh-126731: Update outdated project information in pprint.pp doc ( #126732 )
2024-11-13 20:58:06 -08:00
profile.rst
gh-130160: use .. program:: directive for documenting cProfile CLI ( #130314 )
2025-03-01 23:39:25 +03:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
python.rst
queue.rst
quopri.rst
random.rst
re.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
readline.rst
gh-101100: Fix sphinx warnings in readline.rst ( #130300 )
2025-02-20 14:56:27 +02:00
removed.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
selectors.rst
GH-121970: Replace custom abstract method directive with the `:abstract:` option ( #129311 )
2025-02-22 01:53:57 +00:00
shelve.rst
shlex.rst
shutil.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
signal.rst
site.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
smtpd.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
smtplib.rst
gh-101100: Docs: Fix some typos in the document ( #129988 )
2025-02-11 13:06:32 +02:00
sndhdr.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
socket.rst
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket address tuple ( #129293 )
2025-02-27 12:51:47 +00:00
socketserver.rst
gh-64414: mention AF_INET6 and IPv6 in socketserver docs. ( #129866 )
2025-02-08 12:06:28 -08:00
spwd.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
sqlite3.rst
Replace non-breaking spaces with normal spaces ( #130116 )
2025-02-16 09:33:14 +08:00
ssl.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
stat.rst
statistics.rst
stdtypes.rst
gh-105499: Merge typing.Union and types.UnionType ( #105511 )
2025-03-04 11:44:19 -08:00
string.rst
gh-87790: support thousands separators for formatting fractional part of floats ( #125304 )
2025-02-25 16:27:07 +01:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
superseded.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
symtable.rst
sys.monitoring.rst
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
2024-12-19 16:59:51 +00:00
sys.rst
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
2025-02-24 15:37:21 +01:00
sys_path_init.rst
GH-126985: move pyvenv.cfg detection from site to getpath ( #126987 )
2024-11-26 13:46:33 +00:00
sysconfig.rst
gh-128696: Add arm64 to the get_platform return val description ( #128701 )
2025-01-11 01:03:12 +00:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
tempfile.rst
termios.rst
test.rst
gh-127933: Add option to run regression tests in parallel (gh-128003)
2025-02-04 17:44:59 -05:00
text.rst
textwrap.rst
threading.rst
gh-59705: Document OS thread name change ( #128800 )
2025-01-14 16:31:13 +01:00
time.rst
gh-80421: Correct definitions of time ( #130984 )
2025-03-09 16:09:23 -04: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-127303: Add docs for token.EXACT_TOKEN_TYPES ( #127304 )
2024-11-29 04:00:50 -05:00
tokenize.rst
gh-129020: Remove ambiguous sentence from tokenize.untokenize docs ( #129021 )
2025-01-20 00:05:22 +00:00
tomllib.rst
Python 3.14.0a2
2024-11-19 16:52:44 +02:00
trace.rst
traceback.rst
gh-128481: indicate that the default value for FrameSummary.end_lineno changed in 3.13 ( #130755 )
2025-03-02 18:16:51 +01:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
types.rst
gh-105499: Merge typing.Union and types.UnionType ( #105511 )
2025-03-04 11:44:19 -08:00
typing.rst
Replace link to historical TypedDict PEP with current document on typing.python… ( #131096 )
2025-03-11 12:45:31 -04:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
gh-130106: Fix a typo in unittest.mock doc ( #130107 )
2025-02-15 03:30:12 +00:00
unittest.rst
gh-121970: Replace .. coroutine{method,function} with :async: ( #130448 )
2025-02-22 17:54:43 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst
Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659)
2024-11-15 18:09:05 -05:00
urllib.request.rst
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
2024-12-28 21:05:34 +00:00
urllib.robotparser.rst
urllib.rst
uu.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
uuid.rst
gh-89083: add support for UUID version 7 (RFC 9562) ( #121119 )
2025-03-04 10:47:19 +01:00
venv.rst
GH-126985: move pyvenv.cfg detection from site to getpath ( #126987 )
2024-11-26 13:46:33 +00:00
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
gh-130160: use .. program:: directive for documenting webbrowser CLI ( #130995 )
2025-03-09 09:57:59 +03:00
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
gh-127522: wsgiref: indicate that start_response objects should follow a specific protocol (GH-127525)
2025-02-24 13:43:56 +01:00
xdrlib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
Docs: Fix a misplaced statement in the document for ServerProxy (GH-130616)
2025-02-27 16:14:56 +01:00
xmlrpc.rst
gh-101100: Fix sphinx warnings in whatsnew/3.0.rst ( #127662 )
2024-12-10 12:22:37 +02:00
xmlrpc.server.rst
zipapp.rst
zipfile.rst
gh-123726: Document caveats of zipfile.Path around name sanitization ( #130537 )
2025-03-08 16:37:05 -05:00
zipimport.rst
gh-125746: Delay deprecated zipimport.zipimporter.load_module removal time to 3.15 ( #125748 )
2025-02-11 23:59:09 +00:00
zlib.rst
zoneinfo.rst