cpython/Doc/library
2025-10-08 08:28:29 -05:00
..
__future__.rst
__main__.rst
_thread.rst gh-137884: Added threading.get_native_id() on Illumos/Solaris (GH-137927) 2025-08-20 17:10:44 +00:00
abc.rst
aifc.rst
allos.rst
annotationlib.rst annotationlib: add note on security to docs (#138508) 2025-09-05 08:26:58 -07:00
archiving.rst
argparse.rst GH-139067: Add example for argparse's append action (#131389) 2025-09-17 17:24:20 +01:00
array.rst
ast.rst gh-132661: PEP 750 documentation: second pass (#137020) 2025-08-04 22:45:51 +01:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst gh-127859: Fixed documentation for call_later and call_at for early wakeup in asyncio (#137859) 2025-08-18 17:48:54 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncio-graph.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst gh-90483: fix docs of SubprocessTransport.get_pipe_transport (#137852) 2025-08-16 11:11:45 +00:00
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (#139564) 2025-10-04 21:44:05 +05:30
asyncio-subprocess.rst
asyncio-sync.rst gh-101359: clarify docs for asyncio.Event.clear (#137849) 2025-08-16 10:50:54 +00:00
asyncio-task.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncio.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
asyncore.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst GH-138465: Improve documentation for common sequence methods (#138474) 2025-09-05 20:55:02 +01:00
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
cmdline.rst
cmdlinelibs.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
code.rst
codecs.rst gh-83336: Add alias for consistency to utf-8-sig (#136530) 2025-09-24 10:38:57 +02:00
codeop.rst
collections.abc.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
collections.rst gh-138682: Add symmetric difference to Counter (gh-138766) 2025-09-26 00:04:49 -05:00
colorsys.rst
compileall.rst
compression.rst GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530) 2025-10-04 15:58:51 +03:00
compression.zstd.rst
concurrency.rst
concurrent.futures.rst Mention the "context manager" keyword in concurrent.futures documentation (#130976) 2025-08-15 15:30:22 +05:30
concurrent.interpreters.rst
concurrent.rst
configparser.rst
constants.rst gh-138307: Update the Ellipsis documentation (#138306) 2025-09-03 07:27:22 -04:00
contextlib.rst gh-139452: Clarify redirect_stdout, stderr behavior (gh-139490) 2025-10-08 08:28:29 -05:00
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst gh-138005: Document that CSV skipinitialspace=True and delimiter=' ' require quotation for empty fields (#138006) 2025-09-11 18:11:33 +03:00
ctypes.rst
curses.ascii.rst
curses.panel.rst
curses.rst GH-101100: Resolve reference warnings in whatsnew/3.3.rst (#138414) 2025-09-03 11:20:43 +00:00
custominterp.rst
dataclasses.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
datatypes.rst
datetime.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
dbm.rst Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989) 2025-09-20 11:01:44 +03:00
debug.rst
decimal.rst gh-131885: Use positional-only markers for the `decimal` module (#131990) 2025-08-18 12:49:21 +01:00
development.rst
devmode.rst
dialog.rst
difflib.rst Replace ambiguous word "pound" by "hash" in difflib docs (#139601) 2025-10-05 17:10:24 +00:00
dis.rst GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (#139402) 2025-09-29 15:11:54 +00:00
distribution.rst
distutils.rst
doctest.rst gh-44538: Mention nested classes/functions in doctest docs (GH-137870) 2025-08-18 10:58:23 -04:00
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
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst gh-139487: add missing imports for standalone doctest Enum examples (#139488) 2025-10-02 12:28:29 +02:00
errno.rst
exceptions.rst gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844) 2025-08-29 23:29:59 +10:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
ftplib.rst
functional.rst
functions.rst gh-137609: Update signatures of builtins in the documentation (GH-137610) 2025-08-25 15:28:27 +03:00
functools.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
gc.rst
getopt.rst
getpass.rst gh-138514: getpass: restrict echo_char to a single ASCII character (#138591) 2025-09-16 16:21:55 +02:00
gettext.rst
glob.rst
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) 2025-10-02 12:50:36 -07:00
heapq-binary-tree.svg
heapq.rst
hmac.rst GH-101100: Resolve reference warnings in whatsnew/3.7.rst (#138410) 2025-09-03 09:20:16 +03:00
html.entities.rst
html.parser.rst
html.rst gh-139006: Doc: Clarify html.escape function description (#139016) 2025-09-17 21:45:34 +08:00
http.client.rst
http.cookiejar.rst
http.cookies.rst gh-92936: update http.cookies docs post GH-113663 (#137566) 2025-08-15 13:47:46 -07:00
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (#136615) 2025-08-22 12:08:55 +02:00
imghdr.rst
imp.rst
importlib.metadata.rst
importlib.resources.abc.rst
importlib.resources.rst gh-138044: Remove deprecated parameter alias for importlib.resources.files (#138059) 2025-10-04 14:53:43 +01:00
importlib.rst gh-85076: Document exceptions that can be raised by importlib.import_module (GH-94662) 2025-09-09 12:52:00 -07:00
index.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
inspect.rst gh-138966: Add description for gi_suspended attribute (GH-139008) 2025-09-17 04:21:52 -04:00
internet.rst
intro.rst
io.rst
ipaddress.rst
ipc.rst
itertools.rst
json.rst
kde_example.png
keyword.rst
language.rst
linecache.rst
locale.rst gh-137729: Fix support for locales with @-modifiers (GH-137253) 2025-08-18 10:11:15 +03:00
logging.config.rst
logging.handlers.rst
logging.rst gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) 2025-09-05 22:07:04 +01:00
lzma.rst
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst gh-138092: Allow calling mmap.flush with offset only (#138093) 2025-09-30 11:08:50 +02:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst
os.path.rst GH-101100: Remove some entries from `nitpick_ignore` (#138464) 2025-09-08 22:10:26 +00:00
os.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst GH-101100: Remove some entries from `nitpick_ignore` (#138464) 2025-09-08 22:10:26 +00:00
pdb.rst GH-123299: Copyedit 3.14 What's New: Optimizations (#137789) 2025-08-15 11:14:45 +00:00
persistence.rst
pickle.rst GH-138465: Improve documentation for common sequence methods (#138474) 2025-09-05 20:55:02 +01:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962) 2025-09-17 15:56:21 +01:00
plistlib.rst
poplib.rst
posix.rst
pprint.rst
profile.rst gh-138122: Use `profiling.sampling` in the documentation (PEP 799) (#138389) 2025-09-02 17:45:00 +01:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst gh-90949: expose Expat API to tune exponential expansion protections (#139368) 2025-09-28 08:27:04 +00:00
python.rst
queue.rst
quopri.rst
random.rst Docs: Fix typo in random_derangement recipe (GH-138599) 2025-09-06 16:53:49 -04:00
re.rst
readline.rst
removed.rst
reprlib.rst
resource.rst gh-137044: To weaken the statement regarding the RLIM_INFINITY value (GH-137954) 2025-08-20 15:05:38 +03:00
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
select.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst GH-101100: Resolve reference warnings in whatsnew/2.7.rst (#138415) 2025-09-03 11:33:13 +00:00
signal.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
site.rst
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
socketserver.rst
spwd.rst
sqlite3.rst gh-139283: correctly handle size limit in cursor.fetchmany() (#139296) 2025-09-30 11:18:55 +02:00
ssl.rst gh-138633: fix Sphinx references in ssl documentation (#138648) 2025-09-08 11:31:40 +00:00
stat.rst
statistics.rst
stdtypes.rst Revert "gh-118803: Remove ByteString from typing and collections.abc (#118804)" (#138990) 2025-09-16 16:48:19 +01:00
string.rst gh-132661: PEP 750 documentation: second pass (#137020) 2025-08-04 22:45:51 +01:00
string.templatelib.rst gh-138558: Improve description of `Interpolation.expression` (#139187) 2025-10-04 22:06:56 +01:00
stringprep.rst
struct.rst
subprocess.rst
sunau.rst
superseded.rst
symtable.rst
sys.monitoring.rst
sys.rst gh-133143: Add sys.abi_info (GH-137476) 2025-09-08 14:35:44 +00:00
sys_path_init.rst
sysconfig.rst Synced docs and docstring for sysconfig.get_platform (#135530) 2025-09-16 12:16:48 +01:00
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst
termios.rst
test.rst Docs: Fix typo in test.support.linked_to_musl function name (#138406) 2025-09-03 14:52:13 +02:00
text.rst
textwrap.rst
threading.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
time.rst gh-67795: Accept any real numbers as timestamp and timeout (GH-139224) 2025-09-23 21:31:42 +03:00
timeit.rst
tk.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
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
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
types.rst
typing.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
unicodedata.rst Fix the reference to unicode specification (#139138) 2025-09-19 14:28:55 +02:00
unittest.mock-examples.rst
unittest.mock.rst Replace "ordered arguments" with "positional arguments" in unittest.mock documentation (GH-137552) 2025-08-08 14:00:18 +00:00
unittest.rst GH-101100: Resolve reference warnings in whatsnew/3.8.rst (#138409) 2025-09-03 11:24:42 +00:00
unix.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst gh-137847: Add examples for UUIDv6-8 (#137848) 2025-08-18 11:24:19 +00:00
venv.rst Fix Windows path in venv docs (GH-138476) 2025-09-03 20:15:47 +00:00
warnings.rst gh-105812: Use the `:deco:` role in place of manual decorator markup (#139619) 2025-10-05 21:15:36 +01:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst gh-138314: Add winreg.DeleteTree (GH-138388) 2025-09-02 17:04:57 +00:00
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst gh-127502: Fix typo in XML security notes (#139335) 2025-09-26 11:59:08 +02:00
xml.sax.handler.rst gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (#136612) 2025-09-03 01:35:21 +01:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst gh-133125: Clarify ZipInfo.date_time attribute documentation (#136082) 2025-08-22 16:52:30 -07:00
zipimport.rst gh-61206: Support zstandard compression in the zipimport module (GH-138254) 2025-09-01 17:14:23 -07:00
zlib.rst
zoneinfo.rst Doc/library/zoneinfo.rst: Fix typo (#139190) 2025-09-22 07:25:39 -04:00