cpython/Doc/library
2022-11-08 13:00:31 -08:00
..
2to3.rst
__future__.rst
__main__.rst
_thread.rst gh-96448: fix documentation for _thread.lock.acquire (#96449) 2022-10-04 15:18:04 -07:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst argparse docs: normalize constant references (#98765) 2022-10-28 13:15:39 +01:00
array.rst gh-98657: [docs] array.typecodes is a module-level attribute (#98729) 2022-10-28 12:26:01 +02:00
ast.rst gh-95588: Drop the safety claim from ast.literal_eval docs. (#95919) 2022-10-01 17:55:40 -07:00
asyncio-api-index.rst Doc: Found some remaining default roles. (GH-98392) 2022-10-18 15:46:18 +02:00
asyncio-dev.rst gh-65046: Link to logging cookbook from asyncio docs (#98207) 2022-10-11 21:42:57 -07:00
asyncio-eventloop.rst gh-92679: Clarify asyncio.loop.start_tls parameters (#92682) 2022-11-01 21:52:19 -07:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst GH-90985: Revert "Deprecate passing a message into cancel()" (#97999) 2022-10-06 17:30:27 -07:00
asyncio-llapi-index.rst gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603) 2022-09-27 16:47:14 -07:00
asyncio-platforms.rst
asyncio-policy.rst GH-94597: Deprecate child watcher getters and setters (#98215) 2022-10-15 16:09:30 -07:00
asyncio-protocol.rst GH-91635: clarify docs about closing of transport in asyncio (#98563) 2022-10-24 10:52:02 -07:00
asyncio-queue.rst
asyncio-runner.rst GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561) 2022-09-28 10:39:42 -07:00
asyncio-stream.rst gh-84747: Add async for comment for StreamReader (#98633) 2022-10-25 19:16:18 -07:00
asyncio-subprocess.rst Fix broken link in asyncio-subprocesses doc (GH-99214) 2022-11-08 08:26:06 -08:00
asyncio-sync.rst
asyncio-task.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
asyncio.rst
atexit.rst
audioop.rst
audit_events.rst
base64.rst
bdb.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
binary.rst
binascii.rst
bisect.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-24 14:38:53 +03:00
builtins.rst
bz2.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst
codecs.rst gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (#94370) 2022-10-21 16:01:05 -07:00
codeop.rst
collections.abc.rst
collections.rst include OrderedDict import in TimeBoundedLRU example (GH-96962) 2022-09-22 10:58:19 -05:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
concurrent.rst
configparser.rst gh-98644: point people to tomllib from configparser’s docs (#98645) 2022-10-26 07:06:20 -07:00
constants.rst
contextlib.rst Formatting fixes in contextlib docs (#98111) 2022-10-11 20:56:32 -07:00
contextvars.rst Fix typo in contextvars docs (#98823) 2022-10-28 22:13:48 +01:00
copy.rst
copyreg.rst gh-56133: copyreg docs: Clarify function/constructor parameter (#95497) 2022-10-09 17:51:02 -07:00
crypt.rst
crypto.rst
csv.rst gh-65496: Correct wording on csv's skipinitialspace argument (#96170) 2022-10-07 11:15:34 -07:00
ctypes.rst gh-92119: ctypes: Print exception class name instead of its representation (#98302) 2022-11-07 20:53:59 -08:00
curses.ascii.rst
curses.panel.rst
curses.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
custominterp.rst
dataclasses.rst gh-98576: Fix types in dataclass.InitVar example (gh-98577) 2022-10-31 11:02:02 -04:00
datatypes.rst
datetime.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
dbm.rst
debug.rst
decimal.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
development.rst
devmode.rst
dialog.rst
difflib.rst gh-97669: Move difflib examples to Doc/includes/ (#97964) 2022-10-07 10:57:48 -07:00
dis.rst GH-96793: Implement PEP 479 in bytecode. (GH-99006) 2022-11-03 11:38:51 +00:00
distribution.rst
doctest.rst
email.charset.rst
email.compat32-message.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst
email.examples.rst
email.generator.rst Fix capitalization of Unix in documentation (#96913) 2022-10-01 16:41:06 -07:00
email.header.rst
email.headerregistry.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
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-93464: [Enum] fix auto() failure during multiple assignment (GH-99148) 2022-11-05 18:01:08 -07:00
errno.rst gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034) 2022-08-17 07:24:53 +02:00
exceptions.rst gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) 2022-08-16 20:20:15 +02:00
faulthandler.rst
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst
fractions.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
frameworks.rst
ftplib.rst
functional.rst
functions.rst gh-94286 Fix documentation of print default param (GH-94297) 2022-11-06 20:14:58 +00:00
functools.rst Doc: sphinx-lint finds two other default roles. (GH-98019) 2022-10-07 09:10:51 +02:00
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
graphlib.rst
grp.rst gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10 (GH-95346) 2022-08-12 18:22:06 +02:00
gzip.rst
hashlib-blake2-tree.png
hashlib.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst Minor grammar changes to http.client docs (#96221) 2022-10-03 16:19:39 -07:00
http.cookiejar.rst gh-61105: Add default param, note on using cookiejar subclass (#95427) 2022-10-07 15:21:13 -07:00
http.cookies.rst
http.rst [Enum] bump version tag on HTTP status category indicators (GH-96508) 2022-09-02 13:11:18 -07:00
http.server.rst gh-97822: Fix http.server documentation reference to test() function (#98027) 2022-10-07 21:46:23 -07:00
i18n.rst
idle.rst gh-75510: Edit idlelib entry in doc (#95869) 2022-08-10 22:44:17 -04:00
imaplib.rst
imghdr.rst gh-85455: Add missing doc strings and improve docs (#21573) 2022-10-15 09:31:06 -04:00
imp.rst
importlib.metadata.rst docs: Change links to label refs (#98454) 2022-10-25 20:26:28 -07:00
importlib.resources.abc.rst
importlib.resources.rst
importlib.rst gh-97850: Remove deprecated functions from importlib.utils (#97898) 2022-10-06 17:57:10 -07:00
index.rst
inspect.rst gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304) 2022-10-22 20:12:04 +01:00
internet.rst
intro.rst
io.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
ipaddress.rst
ipc.rst
itertools.rst Doc: Fix sphinx-lint issues (GH-98911) 2022-10-31 16:30:29 +01:00
json.rst gh-96959: Update more HTTP links (GH-97536) 2022-09-27 14:08:11 +03:00
keyword.rst
language.rst
linecache.rst
locale.rst minor edits to locale doc (#98537) 2022-11-04 06:02:11 -07:00
logging.config.rst gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574) 2022-09-05 07:47:47 +01:00
logging.handlers.rst gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319) 2022-10-16 09:15:46 +01:00
logging.rst gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) 2022-09-20 09:40:06 +01:00
lzma.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
mailbox.rst gh-96959: Update more HTTP links (GH-97536) 2022-09-27 14:08:11 +03:00
mailcap.rst
markup.rst
marshal.rst
math.rst Doc: fix link redirect (GH-96606) 2022-09-21 21:47:46 +02:00
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst gh-85299: Add note warning about entry point guard for asyncio example (#93457) 2022-10-16 10:04:43 -07:00
multiprocessing.shared_memory.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-24 14:38:53 +03:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst gh-68163: Correct conversion of Rational instances to float (GH-25619) 2022-09-04 13:15:59 +01:00
numeric.rst
operator.rst
optparse.rst
os.path.rst Fix capitalization of Unix in documentation (#96913) 2022-10-01 16:41:06 -07:00
os.rst gh-95023: Added os.setns and os.unshare functions (#95046) 2022-10-20 11:08:54 +02:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst gh-98240: Updated Path.rename docs, when it is atomic (GH-98245) 2022-10-28 16:31:37 -07:00
pdb.rst
persistence.rst
pickle.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-24 14:38:53 +03:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst gh-97966: Update uname docs to clarify the special nature of the platform attribute and to indicate when it became late-bound. (#97972) 2022-10-30 11:53:58 -04:00
plistlib.rst
poplib.rst
posix.rst gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) 2022-10-05 11:01:14 -07:00
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst Move random selection recipes from itertools.rst to random.rst (GH-98369) 2022-10-17 17:30:49 -05:00
re.rst gh-98401: Invalid escape sequences emits SyntaxWarning (#99011) 2022-11-03 17:53:25 +01:00
readline.rst
reprlib.rst gh-92734: Add indentation feature to reprlib.Repr (GH-92735) 2022-09-08 13:51:44 -05:00
resource.rst
rlcompleter.rst
runpy.rst gh-65961: Do not rely solely on __cached__ (GH-97990) 2022-10-06 15:40:22 -07:00
sched.rst
secrets.rst
security_warnings.rst
select.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
selectors.rst
shelve.rst
shlex.rst
shutil.rst gh-74696: Pass root_dir to custom archivers which support it (GH-94251) 2022-10-05 12:48:59 +03:00
signal.rst
site.rst
smtplib.rst
sndhdr.rst gh-85525: Remove extra row in doc (#98337) 2022-10-16 13:43:31 -04:00
socket.rst gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390) 2022-11-07 15:27:37 +01:00
socketserver.rst gh-72719: Remove asyncore and asynchat modules (#96580) 2022-11-08 16:48:58 +01:00
spwd.rst
sqlite3.rst Docs: add argument spec to sqlite3 CLI docs (#99200) 2022-11-07 14:18:36 +01:00
ssl.rst gh-94199: Remove ssl.wrap_socket() documentation (#99023) 2022-11-03 13:33:33 +01:00
stat.rst
statistics.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
stdtypes.rst gh-77753: Add example for values that compare equal in stdtypes (#98497) 2022-10-25 19:54:27 -07:00
string.rst
stringprep.rst
struct.rst gh-65002: Make note that null bytes are used to pad bytes (#98635) 2022-10-28 12:21:28 +02:00
subprocess.rst gh-99238: clarify the type of the env dict. (#99253) 2022-11-08 13:00:31 -08:00
sunau.rst
superseded.rst gh-72719: Remove asyncore and asynchat modules (#96580) 2022-11-08 16:48:58 +01:00
symtable.rst
sys.rst Fix typo in docs (GH-98863) 2022-10-29 15:44:06 -05:00
sys_path_init.rst
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst
tempfile.rst gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97015) 2022-10-04 23:37:33 +01:00
termios.rst
test.rst Fix capitalization of Unix in documentation (#96913) 2022-10-01 16:41:06 -07:00
text.rst
textwrap.rst
threading.rst GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504) 2022-08-24 23:21:39 +01:00
time.rst
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst gh-96959: Update more HTTP links (GH-97536) 2022-09-27 14:08:11 +03:00
tkinter.scrolledtext.rst
tkinter.tix.rst gh-96959: Update more HTTP links (GH-97536) 2022-09-27 14:08:11 +03:00
tkinter.ttk.rst gh-96959: Update more HTTP links (GH-97536) 2022-09-27 14:08:11 +03:00
token-list.inc gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
token.rst
tokenize.rst
tomllib.rst
trace.rst
traceback.rst [doc] Update example in traceback doc (GH-96600) 2022-09-05 14:30:51 -07: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-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958) 2022-11-01 20:51:45 -07:00
unicodedata.rst closes gh-96734: Update to Unicode 15.0.0. (GH-96809) 2022-09-13 15:45:12 -07:00
unittest.mock-examples.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
unittest.mock.rst
unittest.rst Fix typo in unittest docs (#97742) 2022-10-03 06:35:40 -07:00
unix.rst
urllib.error.rst
urllib.parse.rst gh-91708: Revert params note in urllib.parse.urlparse table (#96699) 2022-10-07 12:19:36 -07:00
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst [doc] Refresh the venv introduction documentation, and correct the statement about VIRTUAL_ENV (GH-98350) 2022-10-19 15:49:34 +01:00
warnings.rst
wave.rst gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509) 2022-09-23 16:08:21 +01:00
weakref.rst gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355) 2022-10-25 20:48:24 -07:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst
xdrlib.rst
xml.dom.minidom.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
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 gh-71616: Add note to warn against general translation of saxutils.escape() (#93450) 2022-10-11 05:27:49 -04:00
xmlrpc.client.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
xmlrpc.rst
xmlrpc.server.rst Docs: Fix backtick errors found by sphinx-lint (#97998) 2022-10-06 18:01:30 -07:00
zipapp.rst
zipfile.rst
zipimport.rst
zlib.rst
zoneinfo.rst