cpython/Doc/library
Thomas Wouters 03cceb1a51
Some checks failed
Tests / Change detection (push) Has been cancelled
Lint / lint (push) Has been cancelled
Tests / Docs (push) Has been cancelled
Tests / (push) Has been cancelled
Tests / Windows MSI (push) Has been cancelled
Tests / Check if the ABI has changed (push) Has been cancelled
Tests / Check if Autoconf files are up to date (push) Has been cancelled
Tests / Check if generated files are up to date (push) Has been cancelled
Tests / Ubuntu SSL tests with OpenSSL (push) Has been cancelled
Tests / Android (aarch64) (push) Has been cancelled
Tests / Android (x86_64) (push) Has been cancelled
Tests / WASI (push) Has been cancelled
Tests / Hypothesis tests on Ubuntu (push) Has been cancelled
Tests / Address sanitizer (push) Has been cancelled
Tests / Sanitizers (push) Has been cancelled
Tests / CIFuzz (push) Has been cancelled
Tests / All required checks pass (push) Has been cancelled
Merge branch '3.13' of https://github.com/python/cpython into 3.13
2025-12-02 17:44:32 +01:00
..
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst [3.13] GH-141963: Clarify argparse documentation (GH-141964) (#142077) 2025-11-29 07:29:50 +00:00
array.rst
ast.rst
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst [3.13] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141111) 2025-11-06 10:35:01 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst
asyncio-subprocess.rst [3.13] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141111) 2025-11-06 10:35:01 +05:30
asyncio-sync.rst
asyncio-task.rst
asyncio.rst [3.13] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141116) 2025-11-06 05:45:18 +00:00
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 [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
cmdlinelibs.rst
code.rst
codecs.rst [3.13] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140308) 2025-10-18 19:03:38 +00:00
codeop.rst
collections.abc.rst
collections.rst [3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827) 2025-12-01 23:26:32 +01:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst
configparser.rst
constants.rst
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst [3.13] gh-137952: update csv.Sniffer().has_header() docs to describe the actual off-by-onish behavior (GH-137953) (#141435) 2025-11-11 16:13:19 -08:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst [3.13] gh-76007: remove curses.__version__ doc (GH-141052) (#141077) 2025-11-05 22:07:32 +00:00
custominterp.rst
dataclasses.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst [3.13] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142089) 2025-11-29 14:56:41 +00:00
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst
distribution.rst
distutils.rst
doctest.rst
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst [3.13] Docs: Fix typo in email.headerregistry.rst (GH-140965) (#141021) 2025-11-04 19:35:14 +00:00
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
enum.rst
errno.rst
exceptions.rst
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst [3.13] gh-141343: Fix swapped words in sorted doc (GH-141356) 2025-11-10 15:02:45 +00:00
functools.rst [3.13] gh-140873: Fix the singledispatchmethod documentation (GH-141523) (GH-141710) 2025-11-18 11:38:38 +00:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst [3.13] docs: be clearer that glob results are unordered (GH-140184) (#140340) 2025-10-20 07:32:05 +03:00
graphlib.rst
grp.rst
gzip.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
hashlib-blake2-tree.png
hashlib.rst
heapq.rst [3.13] Minor documentation improvements (GH-140626) (#141161) 2025-11-06 17:37:31 +00:00
hmac.rst
html.entities.rst
html.parser.rst [3.13] Fix the versionchanged directive for gh-137836 (GH-140859) 2025-10-31 16:55:54 +00:00
html.rst
http.client.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
http.cookiejar.rst [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977) 2025-11-04 14:11:15 +01:00
http.cookies.rst
http.rst
http.server.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
i18n.rst
idle.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
imaplib.rst
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226) 2025-10-16 20:10:31 +02:00
index.rst
inspect.rst [3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827) 2025-12-01 23:26:32 +01:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst [3.13] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141228) 2025-11-08 10:30:15 +00:00
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst [3.13] gh-141004: Document pyctype.h macros (GH-141272) (GH-141339) 2025-11-10 10:11:39 +00:00
logging.config.rst
logging.handlers.rst [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017) 2025-11-04 18:57:32 +00:00
logging.rst [3.13] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140785) 2025-10-30 11:31:54 +00:00
lzma.rst
mailbox.rst [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024) 2025-11-04 16:22:31 -05:00
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst [3.13] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141350) 2025-11-10 17:40:53 +01:00
multiprocessing.rst [3.13] gh-140578: Doc: Remove sencence implying that concurrent.futures.ThreadPoolExecutor does not exist (GH-140689) (#141383) 2025-11-11 04:58:30 +00:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst [3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827) 2025-12-01 23:26:32 +01:00
os.rst [3.13] Add missing backticks in os and decimal docs (GH-141699) (#141706) 2025-11-18 10:38:16 +00:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827) 2025-12-01 23:26:32 +01:00
pdb.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst Python 3.13.10 2025-12-02 13:49:50 +01:00
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
removed.rst
reprlib.rst
resource.rst [3.13] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140353) 2025-10-20 07:23:27 +00:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst [3.13] Document None for timeout argument of select.select (GH-142177) 2025-12-02 14:32:04 +01:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst [3.13] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140353) 2025-10-20 07:23:27 +00:00
site.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst [3.13] Docs: Prepare for Sphinx 9 (GH-142057) (#142092) 2025-11-29 15:52:05 +00:00
socketserver.rst [3.13] Docs: Fix typo in socketserver documentation (GH-140956) (#141798) 2025-11-20 16:35:54 +00:00
spwd.rst
sqlite3.rst
ssl.rst [3.13] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142089) 2025-11-29 14:56:41 +00:00
stat.rst
statistics.rst
stdtypes.rst [3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827) 2025-12-01 23:26:32 +01:00
string.rst
stringprep.rst
struct.rst
subprocess.rst [3.13] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142125) 2025-12-01 02:56:30 +00:00
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst [3.13] Document that returning sys.monitoring.DISABLE in response to a global event raises ValueError (GH-140726) (GH-141015) 2025-11-04 18:36:40 +00:00
sys.rst [3.13] gh-141004: correctly document Py_HASH_* and PyHASH_* as hash_info attributes (GH-141233) (#141235) 2025-11-08 12:29:55 +00:00
sys_path_init.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst [3.13] gh-141246: Link to correct Windows docs in time.sleep() doc (GH-141248) (#141252) 2025-11-08 15:03:07 +00:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst [3.13] gh-138997: Remove false justify fill option from Tkinter docs (GH-139023) (#140320) 2025-10-19 03:53:44 +00:00
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.13] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141422) 2025-11-11 19:42:01 +00:00
types.rst
typing.rst [3.13] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140387) 2025-10-20 13:23:28 -07:00
unicodedata.rst
unittest.mock-examples.rst [3.13] gh-62480: De-personalize "Partial mocking" section in unittest.mock examples (GH-141321) (#141327) 2025-11-09 18:08:09 -06:00
unittest.mock.rst
unittest.rst [3.13] gh-101100: Fix sphinx warnings in library/unittest.rst (GH-140109) (#141854) 2025-11-22 19:22:14 +00:00
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977) 2025-11-04 14:11:15 +01:00
urllib.rst
uu.rst
uuid.rst
venv.rst
warnings.rst [3.13] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140293) 2025-10-18 11:03:03 +00:00
wave.rst
weakref.rst
webbrowser.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
windows.rst
winreg.rst [3.13] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141350) 2025-11-10 17:40:53 +01:00
winsound.rst [3.13] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141350) 2025-11-10 17:40:53 +01:00
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst [3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742) 2025-11-19 13:07:07 +02:00
xml.dom.rst
xml.etree.elementtree.rst
xml.rst [3.13] gh-139313: Improve docs on XML security (GH-139460) (GH-141066) 2025-11-05 19:06:37 +00:00
xml.sax.handler.rst [3.13] gh-141994: Warn of XXE vulnerability in documentation of SAX feature xml.sax.handler.feature_external_ges (GH-141996) (#142073) 2025-11-29 07:14:23 +00:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst [3.13] gh-141650: Fix typo in xml.sax.saxutils.unescape documentation (GH-141652) (#141653) 2025-11-17 13:02:01 +00:00
xmlrpc.client.rst [3.13] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140567) 2025-10-24 20:53:38 +00:00
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst [3.13] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142075) 2025-11-29 07:18:06 +00:00
zipimport.rst
zlib.rst [3.13] zlib.rst: Link to constants and deduplicate text (GH-140115) (GH-140350) 2025-10-21 14:45:02 -07:00
zoneinfo.rst