cpython/Doc/library
Miss Islington (bot) aa17c39339
[3.14] gh-136437: Document some os.path functions as requiring pos-only (GH-136812) (#136944)
gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812)
(cherry picked from commit b5428bb0e7)

Co-authored-by: sobolevn <mail@sobolevn.me>
2025-07-21 18:07:56 +00:00
..
__future__.rst [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370) 2025-07-07 12:55:20 +02:00
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
annotationlib.rst [3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (GH-134661) (#134662) 2025-05-25 10:39:44 -07:00
archiving.rst [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) 2025-05-21 14:24:23 +00:00
argparse.rst [3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886) 2025-07-20 15:22:53 -07:00
array.rst
ast.rst [3.14] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134940) 2025-05-30 19:30:13 +03:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst [3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202) (#134553) 2025-05-23 09:36:19 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
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 [3.14] gh-134664: document cleanup_socket parameter in asyncio.start_unix_server (GH-134750) (#134779) 2025-05-27 14:04:43 +05:30
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst [3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202) (#134553) 2025-05-23 09:36:19 +05:30
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
cmdline.rst
cmdlinelibs.rst
code.rst
codecs.rst [3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626) 2025-07-13 13:19:23 +00:00
codeop.rst
collections.abc.rst
collections.rst
colorsys.rst
compileall.rst [3.14] gh-133503: clarify compileall -s/-p docs (GH-134756) (#134997) 2025-06-01 08:24:41 +00:00
compression.rst [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) 2025-05-21 14:24:23 +00:00
compression.zstd.rst [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254) 2025-07-03 20:34:38 +00:00
concurrency.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
concurrent.futures.rst [3.14] gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-135695) 2025-06-19 00:23:12 +00:00
concurrent.interpreters.rst [3.14] gh-134939: Correct concurrent.interpreters source code link (GH-136564) (#136605) 2025-07-13 05:42:51 +00:00
concurrent.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
configparser.rst
constants.rst
contextlib.rst
contextvars.rst
copy.rst [3.14] gh-134559: Add versionadded for `object.__replace__()` (GH-134672) (#134699) 2025-05-26 10:29:51 +00:00
copyreg.rst
crypt.rst
crypto.rst
csv.rst [3.14] gh-131885: Update documented signatures for csv.{writer,reader} (GH-136085) (GH-136120) 2025-06-30 13:38:57 +00:00
ctypes.rst [3.14] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136785) 2025-07-19 10:26:22 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst [3.14] Fix presentation of dataclasses' unsafe_hash default value (GH-116532) (#135416) 2025-06-12 01:36:17 +00:00
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst [3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776) 2025-06-20 23:35:37 +00:00
difflib.rst
dis.rst [3.14] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) (GH-135649) 2025-06-18 15:27:26 +08:00
distribution.rst
distutils.rst
doctest.rst [3.14] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136688) 2025-07-15 15:58:52 +00:00
email.charset.rst
email.compat32-message.rst [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389) 2025-07-07 19:50:56 +03:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst [3.14] Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475)" (GH-136629) (#136646) 2025-07-14 13:19:23 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst [3.14] gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst (GH-136309) (#136414) 2025-07-08 12:11:28 +00:00
faulthandler.rst [3.14] gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) (GH-136102) 2025-06-29 15:05:40 +00:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst [3.14] gh-74598: document that fnmatch.filterfalse is affected by cache limitation (GH-136781) (#136782) 2025-07-19 09:56:55 +00:00
fractions.rst [3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136174) 2025-07-01 13:31:16 +00:00
frameworks.rst
ftplib.rst
functional.rst
functions.rst [3.14] Docs: Fix indentation in slice class of functions.rst (GH-134393) (#135948) 2025-06-25 17:52:59 +00:00
functools.rst [3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136552) 2025-07-11 17:09:22 +00:00
gc.rst [3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851) 2025-07-20 14:28:17 +03:00
getopt.rst
getpass.rst
gettext.rst
glob.rst
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst [3.14] Avoid __file__ in hashlib example (GH-134540) (#134549) 2025-05-22 21:37:52 +00:00
heapq.rst
hmac.rst [3.14] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#136678) 2025-07-15 12:09:54 +00:00
html.entities.rst
html.parser.rst
html.rst
http.client.rst
http.cookiejar.rst [3.14] gh-101100: Fix references in http.cookiejar docs (GH-136238) (GH-136318) 2025-07-05 13:35:24 +00:00
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.resources.abc.rst [3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419) 2025-05-21 13:58:09 +00:00
importlib.resources.rst
importlib.rst [3.14] gh-126548: Add a thread-unsafety warning for importlib.reload() (GH-136704) (GH-136723) 2025-07-16 16:40:11 +00:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst [3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444) 2025-05-21 09:50:02 -07:00
ipaddress.rst [3.14] gh-136752: Clarify documentation for `IPv{N}Address.is_reserved` (GH-136794) (#136827) 2025-07-19 14:50:30 +00:00
ipc.rst
itertools.rst [3.14] Docs: Improve example for `itertools.batched()` (GH-136775) (#136778) 2025-07-19 09:36:35 +00:00
json.rst
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685) 2025-06-18 17:39:06 +00:00
logging.handlers.rst [3.14] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135988) 2025-06-26 15:25:36 +01:00
logging.rst
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst [3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131) 2025-06-30 14:49:09 +00:00
mimetypes.rst
mm.rst
mmap.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst [3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136806) 2025-07-19 14:57:52 +02:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst [3.14] gh-135815: skip netrc security checks if os.getuid is missing (GH-135816) (#135825) 2025-06-22 20:12:57 +00:00
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst [3.14] gh-136437: Document some os.path functions as requiring pos-only (GH-136812) (#136944) 2025-07-21 18:07:56 +00:00
os.rst
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst [3.14] Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) (GH-135710) 2025-06-19 13:02:22 +00:00
platform.rst [3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136597) 2025-07-12 18:22:51 +00:00
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
python.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
queue.rst
quopri.rst
random.rst [3.14] gh-101100: Fix sphinx warnings in whatsnew/3.9 (GH-136163) (#136372) 2025-07-07 10:48:04 +00:00
re.rst
readline.rst
removed.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254) 2025-07-03 20:34:38 +00:00
signal.rst [3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134419) 2025-05-21 13:58:09 +00:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst [3.14] gh-122153: indicate that Windows does not support socket.{send,recv}_fds (GH-134960) (#135018) 2025-06-02 10:44:30 +00:00
socketserver.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
spwd.rst
sqlite3.rst [3.14] gh-131825: Fix sqlite3 timezone-naive adapter recipe (GH-136270) (GH-136467) 2025-07-09 14:12:47 +00:00
ssl.rst
stat.rst
statistics.rst
stdtypes.rst [3.14] gh-134833: improve docs for del s[i:j] in Mutable Sequence Types (GH-134834) (#136608) 2025-07-13 12:28:45 +05:30
string.rst [3.14] gh-134449: fix grammar for precision_with_grouping in format description (GH-134608) (#135015) 2025-06-02 09:51:45 +00:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst [3.14] gh-136697: Use the standard audit event format for sys.monitoring docs (GH-136747) (#136749) 2025-07-17 12:00:09 -07:00
sys.rst [3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928) 2025-07-21 12:29:51 +00:00
sys_path_init.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst [3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866) 2025-07-20 14:16:19 +01:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst [3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658) 2025-07-15 11:03:33 +05:30
text.rst
textwrap.rst
threading.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
time.rst [3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) (#136488) 2025-07-09 23:13:29 +00: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 [3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280) 2025-06-08 17:55:04 -04: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
types.rst
typing.rst [3.14] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (GH-134813) (#134822) 2025-05-27 23:15:17 -07:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst [3.14] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#136465) 2025-07-09 13:59:40 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst [3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) (#135747) 2025-06-20 11:09:14 +00:00
venv.rst [3.14] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136705) 2025-07-17 11:24:54 +01:00
warnings.rst
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.dom.pulldom.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.dom.rst
xml.etree.elementtree.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.sax.utils.rst
xmlrpc.client.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xmlrpc.rst
xmlrpc.server.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
zipapp.rst
zipfile.rst [3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254) 2025-07-03 20:34:38 +00:00
zipimport.rst
zlib.rst
zoneinfo.rst [3.14] gh-135273: Unify ZoneInfo.from_file signatures (GH-135274) (#135716) 2025-06-19 15:14:14 +00:00