cpython/Doc/library
Miss Islington (bot) 108ff59c8f
[3.12] gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107) (GH-115117)
change versionchanged to versionadded
(cherry picked from commit 3f71c416c0)

Co-authored-by: Finite State Machine <38001514+finite-state-machine@users.noreply.github.com>
2024-02-08 14:03:12 -08:00
..
2to3.rst
__future__.rst [3.12] gh-110893: Improve the documentation for __future__ module (GH-114642) (#114702) 2024-01-29 09:46:48 +00:00
__main__.rst [3.12] gh-112165: Fix typo in __main__.py (GH-112183) (#112184) 2023-11-17 01:11:46 +00:00
_thread.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
abc.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/abc.rst (#112703) (#112705) 2023-12-04 13:12:38 +00:00
aifc.rst
allos.rst
archiving.rst
argparse.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
array.rst [3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417) 2024-01-22 09:37:16 +00:00
ast.rst [3.12] gh-101100: Fix Sphinx warnings in library/ast.rst (GH-113289) (#113290) 2023-12-19 18:12:30 +02:00
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst [3.12] gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst (GH-111222) (#111469) 2023-10-29 19:39:27 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst [3.12] gh-101100: Fix sphinx warnings in asyncio-task.rst (GH-114469) (#114519) 2024-01-24 00:40:22 -07:00
asyncio.rst [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269) 2023-10-24 15:30:21 +00:00
atexit.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
audioop.rst
audit_events.rst
base64.rst
bdb.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
binary.rst
binascii.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
bisect.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
builtins.rst
bz2.rst [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +00:00
calendar.rst [3.12] gh-101100: Fix Sphinx warnings in library/calendar.rst (GH-113500) (#113509) 2023-12-27 09:45:32 +00:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst [3.12] gh-101100: Fix Sphinx warnings in library/cmd.rst (GH-113502) (#113511) 2023-12-27 10:27:13 +00:00
cmdline.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
code.rst
codecs.rst [3.12] gh-101100: Fix sphinx warnings in library/codecs.rst (GH-110979) (#111070) 2023-10-20 11:09:18 +03:00
codeop.rst
collections.abc.rst [3.12] gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) (gh-114961) 2024-02-03 15:41:04 +00:00
collections.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
colorsys.rst
compileall.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
concurrency.rst
concurrent.futures.rst [3.12] gh-101100: Fix sphinx warnings in concurrent.futures.rst (GH-114521) (#114525) 2024-01-24 13:44:22 +00:00
concurrent.rst
configparser.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
constants.rst
contextlib.rst [3.12] Fix a typo in the contextlib documentation (GH-114507) (#114514) 2024-01-24 04:22:37 +00:00
contextvars.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst [3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018) 2024-02-05 04:17:58 +00:00
ctypes.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
curses.ascii.rst
curses.panel.rst
curses.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
custominterp.rst
dataclasses.rst [3.12] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404) (#114162) 2024-01-17 01:33:02 +00:00
datatypes.rst
datetime.rst [3.12] Correct timedelta description (GH-101417) (GH-114938) 2024-02-02 21:48:44 +00:00
dbm.rst [3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762) (#114783) 2024-01-31 07:06:13 +00:00
debug.rst
decimal.rst [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738) 2023-10-11 23:12:36 +02:00
development.rst
devmode.rst
dialog.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
difflib.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
dis.rst [3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434) 2024-01-22 16:03:22 +00:00
distribution.rst
doctest.rst [3.12] gh-108303: Move all doctest related files and tests to Lib/test/test_doctest/ (GH-112109) (#114254) 2024-01-18 16:25:04 +00:00
email.charset.rst
email.compat32-message.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
email.contentmanager.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
email.encoders.rst
email.errors.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst [3.12] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#114225) 2024-01-17 21:55:40 -05:00
email.mime.rst [3.12] gh-101100: Fix sphinx warnings in library/email.mime.rst (GH-114635) (GH-114640) 2024-01-27 08:53:34 +00:00
email.parser.rst
email.policy.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
email.rst
email.utils.rst
ensurepip.rst
enum.rst [3.12] gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH-115107) (GH-115117) 2024-02-08 14:03:12 -08:00
errno.rst
exceptions.rst [3.12] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (GH-114968) (#115033) 2024-02-05 20:30:38 +00:00
faulthandler.rst
fcntl.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst [3.12] gh-94220: Align fnmatch docs with the implementation and amend markup (GH-114152) (#114155) 2024-01-16 23:42:29 +01:00
fractions.rst
frameworks.rst
ftplib.rst [3.12] Docs: mark up the FTP_TLS() docs with param list (GH-114510) (#114532) 2024-01-24 17:28:34 +01:00
functional.rst
functions.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
functools.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
gc.rst
getopt.rst
getpass.rst [3.12] gh-101100: Fix sphinx warnings in library/getpass.rst (GH-110461) (#111080) 2023-10-19 15:38:58 +00:00
gettext.rst [3.12] gh-101100: Fix Sphinx warning in library/gettext.rst (GH-112668) (#112674) 2023-12-03 20:32:57 +00:00
glob.rst
graphlib.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
grp.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
gzip.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
hashlib-blake2-tree.png
hashlib.rst
heapq.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
hmac.rst [3.12] gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000) (GH-113019) 2023-12-12 17:20:51 +00:00
html.entities.rst
html.parser.rst
html.rst
http.client.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
http.cookiejar.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
http.cookies.rst [3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) (#112929) 2023-12-10 12:59:25 +00:00
http.rst
http.server.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
i18n.rst
idle.rst [3.12] gh-72284: Revise lists in IDLE doc (GH-114174) (#114175) 2024-01-17 03:35:19 -05:00
imaplib.rst
imghdr.rst
importlib.metadata.rst
importlib.resources.abc.rst
importlib.resources.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
importlib.rst [3.12] Docs: fix markup for importlib.machinery.NamespaceLoader (GH-112479) (#112481) 2023-11-28 00:21:47 +00:00
index.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
inspect.rst [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974) 2023-12-12 10:10:27 +00:00
internet.rst
intro.rst
io.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
ipaddress.rst
ipc.rst
itertools.rst [3.12] Minor algebraic simplification for the totient() recipe (gh-113822) (gh-113823) 2024-01-08 19:22:42 +00:00
json.rst
kde_example.png [3.12] Improve kde graph with better caption and number formatting (gh-113967) (gh-113968) 2024-01-11 18:49:10 -06:00
keyword.rst
language.rst
linecache.rst
locale.rst [3.12] gh-101100: Fix sphinx warnings in Doc/library/locale.rst (GH-114425) (#114477) 2024-01-23 13:23:31 +02:00
logging.config.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
logging.handlers.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
logging.rst [3.12] gh-101100: Fix sphinx warnings in howto/logging.rst (GH-114846) (#114878) 2024-02-01 20:45:51 +00:00
lzma.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
mailbox.rst [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725) 2024-01-29 17:01:24 +00:00
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) 2024-01-11 23:13:02 +00:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst [3.12] Normalize heading underline in multiprocessing.rst (GH-114923) (#114946) 2024-02-03 02:02:26 +00:00
multiprocessing.shared_memory.rst [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114873) 2024-02-01 22:35:43 +02:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/numbers.rst (GH-113162) (#113182) 2023-12-15 17:21:09 +00:00
numeric.rst
operator.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
optparse.rst
os.path.rst
os.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.12] GH-105900: Fix pathlib.Path.symlink_to(target_is_directory=...) docs (GH-114035) (#114464) 2024-01-23 05:36:16 +00:00
pdb.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
persistence.rst
pickle.rst [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#114999) 2024-02-04 16:03:21 +00:00
pickletools.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
pprint.rst
profile.rst [3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262) 2023-11-19 10:03:07 +00:00
pty.rst [3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#113133) 2023-12-16 10:12:10 +01:00
pwd.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
py_compile.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
pyclbr.rst [3.12] gh-101100: Fix Sphinx warnings in library/pyclbr.rst (GH-113739) (#113748) 2024-01-05 21:36:31 +02:00
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst [3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113551) 2023-12-28 12:40:21 -07:00
re.rst [3.12] gh-114332: Fix the flags reference for `re.compile()` (GH-114334) (#114339) 2024-01-20 11:23:37 +00:00
readline.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
reprlib.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/reprlib.rst (GH-112811) (#112813) 2023-12-06 20:22:42 +00:00
resource.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
rlcompleter.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/rlcompleter.rst (GH-113125) (#113158) 2023-12-15 09:04:31 +00:00
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
selectors.rst [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +00:00
shelve.rst [3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354) (#113431) 2023-12-23 13:49:33 +01:00
shlex.rst
shutil.rst [3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837) (#115006) 2024-02-04 19:00:03 +00:00
signal.rst [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585) 2023-12-30 18:09:50 +01:00
site.rst
smtplib.rst
sndhdr.rst
socket.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
socketserver.rst [3.12] gh-111112: Avoid potential confusion in TCP server example. (GH-111113) (#114831) 2024-02-01 00:50:34 +00:00
spwd.rst
sqlite3.rst [3.12] Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#114400) (#114402) 2024-01-21 20:04:01 +00:00
ssl.rst [3.12] gh-104360: remove reference to removed module-level wrap_socket (GH-104361) (GH-114528) 2024-01-24 14:31:34 +00:00
stat.rst
statistics.rst [3.12] Update KDE recipe to match the standard use of the h parameter (gh-113958) (#114098) 2024-01-15 22:46:01 -06:00
stdtypes.rst [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) (GH-114907) 2024-02-02 13:38:58 +00:00
string.rst [3.12] Docs: Link tokens in the format string grammars (GH-108184) (#113839) 2024-01-09 02:54:07 +00:00
stringprep.rst
struct.rst
subprocess.rst [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942) 2024-02-02 23:22:22 +00:00
sunau.rst
superseded.rst
symtable.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
sys.monitoring.rst [3.12] GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112304) 2023-11-21 23:06:13 +00:00
sys.rst [3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540) 2024-02-04 22:27:17 +00:00
sys_path_init.rst
sysconfig.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
syslog.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
tabnanny.rst
tarfile.rst [3.12] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114714) 2024-01-29 14:25:46 +00:00
telnetlib.rst
tempfile.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/tempfile.rst (#112886) (#112910) 2023-12-09 22:47:01 +00:00
termios.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
test.rst [3.12] gh-101100: Fix Py_DEBUG dangling Sphinx references (GH-115003) (#115135) 2024-02-07 10:55:21 +00:00
text.rst
textwrap.rst [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473) 2023-10-06 14:33:16 +00:00
threading.rst
time.rst [3.12] gh-101100: Fix sphinx warnings in library/time.rst (GH-110862) (#110877) 2023-10-14 14:28:58 +00:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst [3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-111597) 2023-11-01 12:43:14 +02:00
tkinter.rst [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) 2023-11-29 15:55:46 +00:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst [3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) 2024-01-17 21:23:50 +02:00
token-list.inc
token.rst
tokenize.rst
tomllib.rst [3.12] gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236) (GH-113283) 2023-12-19 10:35:40 +00:00
trace.rst
traceback.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/traceback.rst (GH-113106) (#113111) 2023-12-14 14:17:28 +00:00
tracemalloc.rst
tty.rst [3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410) 2024-01-21 23:41:03 +00:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst [3.12] gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745) (GH-114536) 2024-01-24 20:05:24 +00:00
typing.rst [3.12] gh-113255: Clarify docs for typing.reveal_type (GH-113286) (#113323) 2023-12-20 17:36:45 +00:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst [3.12] Link to the glossary for "magic methods" in `MagicMock` (GH-111292) (#114002) 2024-01-12 23:00:50 +00:00
unittest.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
unix.rst
urllib.error.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
urllib.parse.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
urllib.request.rst [3.12] gh-101100: Fix Sphinx warnings in howto/urllib2.rst and library/http.client.rst (GH-114060) (#114063) 2024-01-14 21:14:08 +00:00
urllib.robotparser.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
urllib.rst
uu.rst
uuid.rst
venv.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
warnings.rst [3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#114837) 2024-02-01 01:54:25 +00:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) (#113183) 2023-12-15 17:22:07 +00:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
xml.dom.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
xml.etree.elementtree.rst [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854) 2024-02-01 09:41:01 +00:00
xml.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
xmlrpc.client.rst [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) (#113183) 2023-12-15 17:22:07 +00:00
xmlrpc.rst
xmlrpc.server.rst [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974) 2023-12-12 10:10:27 +00:00
zipapp.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
zipfile.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
zipimport.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
zlib.rst
zoneinfo.rst