cpython/Doc/library
2024-12-10 10:12:33 +00:00
..
__future__.rst
__main__.rst
_thread.rst
abc.rst
aifc.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
allos.rst
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-127133: Remove ability to nest argument groups & mutually exclusive groups (#127186) 2024-11-24 15:20:37 +00:00
array.rst
ast.rst
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 Update documentation links to Microsoft's documentation pages (GH-126379) 2024-11-11 17:10:49 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst gh-126353: remove implicit creation of loop from asyncio.get_event_loop (#126354) 2024-11-04 14:21:20 +05:30
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst gh-126896: Fix docs about asyncio.start_server() (#126897) 2024-11-17 11:32:35 -08:00
asyncio-subprocess.rst
asyncio-sync.rst Link to correct class methods in asyncio primitives docs (#127270) 2024-11-29 16:20:40 +00:00
asyncio-task.rst
asyncio.rst
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
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
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-114990: Add missing mixin methods in collections.abc's document (GH-114991) 2024-10-30 13:17:20 -07:00
collections.rst gh-101100: Fix Sphinx warnings about list methods (#127054) 2024-12-02 15:51:35 +02:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Doc: Typo fix: nrace -> race (#127288) 2024-11-26 15:05:07 +02:00
concurrent.rst
configparser.rst gh-125436: Doc: Add missing `allow_unnamed_section parameter to ConfigParser` documentation (#125437) 2024-11-05 02:58:15 +00:00
constants.rst
contextlib.rst Fix indentation for contextlib.asynccontextmanager docs (#127333) 2024-11-27 06:38:55 -08:00
contextvars.rst
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 gh-127255: Make CopyComPointer public and add to ctypes doc. (GH-127275) 2024-12-03 16:35:08 +01:00
curses.ascii.rst
curses.panel.rst
curses.rst
custominterp.rst
dataclasses.rst
datatypes.rst
datetime.rst
dbm.rst
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst gh-127413: allow to show specialized bytecode via dis CLI (#127414) 2024-12-05 15:01:59 +00: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
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 docs: add a more precise example in enum doc (GH-121015) 2024-11-01 12:28:50 -07:00
errno.rst gh-126585: Add EHWPOISON error code (#126586) 2024-12-03 12:45:50 +00:00
exceptions.rst gh-123378: Ensure results of PyUnicode*Error_Get{Start,End} are clamped (GH-123380) 2024-12-04 14:13:52 +01:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst
frameworks.rst
ftplib.rst
functional.rst
functions.rst gh-119793: Add optional length-checking to map() (GH-120471) 2024-11-04 15:00:19 +01:00
functools.rst Python 3.14.0a2 2024-11-19 16:52:44 +02: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-126390: Support for preserving order of options and nonoption arguments in gnu_getopt() (GH-126393) 2024-11-13 22:50:46 +02:00
getpass.rst
gettext.rst
glob.rst
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
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst
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 Fix a few typos found in the docs (GH-127126) 2024-11-22 16:02:51 -08:00
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst
index.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
inspect.rst gh-126072: do not add None to co_consts if there is no docstring (GH-126101) 2024-10-30 09:01:09 +00:00
internet.rst
intro.rst
io.rst gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933) 2024-12-02 14:18:30 +01:00
ipaddress.rst
ipc.rst
itertools.rst Itertool recipe additions (gh-127483) 2024-12-03 18:20:01 -06:00
json.rst
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
logging.rst
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 Doc: Reorganize math module documentation (#126337) 2024-11-18 08:57:32 +01:00
mimetypes.rst
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 Fix a few typos found in the docs (GH-127126) 2024-11-22 16:02:51 -08: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
numeric.rst
operator.rst
optparse.rst
os.path.rst
os.rst Python 3.14.0a2 2024-11-19 16:52:44 +02: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-125413: Revert addition of pathlib.Path.scandir() method (#127377) 2024-12-05 21:39:43 +00:00
pdb.rst
persistence.rst
pickle.rst
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 gh-97850: remove `find_loader and get_loader from pkgutil` (#119656) 2024-11-01 18:35:22 +02:00
platform.rst gh-122549: Add platform.invalidate_caches() (#122547) 2024-11-15 13:52:56 +00:00
plistlib.rst
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
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst
readline.rst
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 gh-127481: Add EPOLLWAKEUP to the select module (GH-127482) 2024-12-04 14:30:38 +01:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035) 2024-11-22 17:52:15 +02:00
signal.rst
site.rst GH-126985: move pyvenv.cfg detection from site to getpath (#126987) 2024-11-26 13:46:33 +00: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
sndhdr.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
socket.rst Replace :platform: with .. availability:: in socket.ioctl doc. (GH-127122) 2024-11-25 13:53:17 +01:00
socketserver.rst
spwd.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
sqlite3.rst gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260) 2024-11-01 08:17:05 +01:00
ssl.rst
stat.rst
statistics.rst
stdtypes.rst gh-125420: implement Sequence.count API on memoryview objects (#125443) 2024-12-10 10:12:33 +00:00
string.rst gh-99880: document rounding mode for new-style formatting (GH-121481) 2024-11-02 10:11:12 -07: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
symtable.rst
sys.monitoring.rst
sys.rst GH-126985: move pyvenv.cfg detection from site to getpath (#126987) 2024-11-26 13:46:33 +00: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
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-127718: Add colour to test.regrtest output (#127719) 2024-12-10 09:44:15 +02:00
text.rst
textwrap.rst
threading.rst
time.rst Update documentation links to Microsoft's documentation pages (GH-126379) 2024-11-11 17:10:49 +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 gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304) 2024-11-29 04:00:50 -05:00
tokenize.rst
tomllib.rst Python 3.14.0a2 2024-11-19 16:52:44 +02:00
trace.rst
traceback.rst gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02:00
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 gh-126543: Docs: change "bound type var" to "bounded" when used in the context of the 'bound' kw argument to TypeVar (#126584) 2024-11-10 16:40:25 -08:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
unittest.rst gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02: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-127236: pathname2url(): generate RFC 1738 URL for absolute POSIX path (#127194) 2024-11-25 19:59:20 +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 Python 3.14.0a2 2024-11-19 16:52:44 +02:00
venv.rst GH-126985: move pyvenv.cfg detection from site to getpath (#126987) 2024-11-26 13:46:33 +00:00
warnings.rst gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126326) 2024-11-02 21:37:26 +10:00
wave.rst
weakref.rst
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
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
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst
zipimport.rst
zlib.rst
zoneinfo.rst