cpython/Doc/library
C.A.M. Gerlach 1b6045668d
gh-100925: Move array methods under class in array doc (#101485)
* Move array methods under class in array doc

* Fix a few internal references related to the touched lines
2023-02-03 08:03:27 +08:00
..
2to3.rst
__future__.rst
__main__.rst gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761) 2023-01-11 15:35:41 +05:30
_thread.rst gh-99377: Add audit events for thread creation and clear (GH-99378) 2022-11-16 17:15:52 +00:00
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627) 2022-12-26 00:22:53 -06:00
array.rst gh-100925: Move array methods under class in array doc (#101485) 2023-02-03 08:03:27 +08:00
ast.rst
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410) 2023-01-13 14:40:29 +02:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst
asyncio-llapi-index.rst gh-93453: No longer create an event loop in get_event_loop() (#98440) 2022-12-06 18:42:12 +01:00
asyncio-platforms.rst
asyncio-policy.rst gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410) 2023-01-13 14:40:29 +02:00
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462) 2022-11-14 10:18:51 -08:00
asyncio-stream.rst gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.start_tls` (#101335) 2023-02-01 16:33:59 +05:30
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 gh-101498 : Fix asyncio.Timeout example in docs (#101499) 2023-02-01 10:08:31 -08:00
asyncio.rst Added asyncio REPL example to docs. (#101243) 2023-01-23 17:01:13 +05:30
atexit.rst
audioop.rst
audit_events.rst
base64.rst gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187) 2022-11-29 16:21:01 +00:00
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst gh-89381: Fix invalid signatures of math/cmath.log (#101404) 2023-01-29 11:50:10 -08:00
cmd.rst
code.rst
codecs.rst
codeop.rst
collections.abc.rst
collections.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
colorsys.rst
compileall.rst gh-100472: Fix docs claim that compileall parameters could be bytes (#100473) 2022-12-24 14:22:49 -06:00
concurrency.rst
concurrent.futures.rst GH-84559: Deprecate fork being the multiprocessing default. (#100618) 2023-02-02 15:50:35 -08: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
contextvars.rst Clarify that every thread has its own default context in contextvars (#99246) 2022-12-20 11:35:48 +00:00
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst gh-99266: ctypes: Preserve more detailed exception in `ArgumentError` 2023-01-21 19:14:43 +05:30
curses.ascii.rst gh-85073: Add some missing links to source (GH-99363) 2022-11-18 11:33:40 -08:00
curses.panel.rst
curses.rst gh-100616: Document 'attr' parameter for window.vline() in curses module (#24961) 2022-12-30 08:35:04 -08:00
custominterp.rst
dataclasses.rst gh-99026 update dataclasses docs for when annotations are inspected (gh-100798) 2023-01-06 09:26:44 -05:00
datatypes.rst
datetime.rst datetime.rst: fix combine() signature (#101490) 2023-02-01 14:01:28 +04:00
dbm.rst
debug.rst
decimal.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
development.rst
devmode.rst gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761) 2023-01-11 15:35:41 +05:30
dialog.rst
difflib.rst
dis.rst gh-101454: fix documentation for END_ASYNC_FOR (#101455) 2023-02-01 12:49:59 +00:00
distribution.rst
doctest.rst gh-99970 Adding missing `optionflags` parameter in the documentation of `doctest` (#99971) 2022-12-10 15:42:40 +05:30
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 gh-101021: Document binary parameters as bytes (#101024) 2023-01-14 11:01:27 -08:00
email.parser.rst
email.policy.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
email.rst
email.utils.rst
ensurepip.rst gh-85073: Add some missing links to source (GH-99363) 2022-11-18 11:33:40 -08:00
enum.rst docs: Fix enum reassign `str` documentation (GH-101507) 2023-02-02 12:12:57 -08:00
errno.rst
exceptions.rst gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621) 2022-11-23 10:59:52 +00:00
faulthandler.rst gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761) 2023-01-11 15:35:41 +05:30
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst
filesys.rst
fnmatch.rst `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819) 2022-11-28 18:08:08 +00:00
fractions.rst gh-67790: Support float-style formatting for Fraction instances (#100161) 2023-01-22 18:44:49 +00:00
frameworks.rst
ftplib.rst gh-94172: Update docs for params removed in 3.12 (#100431) 2022-12-28 14:43:19 -05:00
functional.rst
functions.rst Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029) 2023-01-13 23:55:35 -06:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst
glob.rst
graphlib.rst
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst gh-94172: Update docs for params removed in 3.12 (#100431) 2022-12-28 14:43:19 -05:00
http.cookiejar.rst
http.cookies.rst
http.rst Fix misspelling in docs for http.HTTPMethod (#99376) 2022-11-13 12:46:28 -08:00
http.server.rst gh-91219: http - use subclassing to override index_pages attribute (GH-100731) 2023-01-03 15:20:08 -08:00
i18n.rst
idle.rst
imaplib.rst gh-94172: Update docs for params removed in 3.12 (#100431) 2022-12-28 14:43:19 -05:00
imghdr.rst
imp.rst
importlib.metadata.rst docs: Change links to label refs (#98454) 2022-10-25 20:26:28 -07:00
importlib.resources.abc.rst gh-99795: Fix typo in importlib.resources.abc (GH-99796) 2022-11-26 10:01:08 -08:00
importlib.resources.rst gh-97930: Apply changes from importlib_resources 5.10. (GH-100598) 2023-01-01 11:07:32 -05:00
importlib.rst
index.rst Update reference to the size of PyPI (#99076) 2022-11-09 11:26:46 -08:00
inspect.rst gh-94912: Added marker for non-standard coroutine function detection (#99247) 2022-12-18 11:13:24 -08:00
internet.rst
intro.rst Doc: Fix broken link to emscripten networking website (#99531) 2022-11-18 10:57:04 -08:00
io.rst gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177) 2023-01-20 23:06:10 +01:00
ipaddress.rst
ipc.rst
itertools.rst Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023) 2023-01-13 19:01:22 -06:00
json.rst
keyword.rst
language.rst
linecache.rst
locale.rst GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702) 2023-01-05 03:34:30 +00:00
logging.config.rst [doc] Add a section on logging handler configuration order. (GH-101380) 2023-01-27 19:01:30 +00:00
logging.handlers.rst
logging.rst
lzma.rst gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627) 2022-12-26 00:22:53 -06:00
mailbox.rst
mailcap.rst
markup.rst
marshal.rst
math.rst gh-89381: Fix invalid signatures of math/cmath.log (#101404) 2023-01-29 11:50:10 -08:00
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst
multiprocessing.rst GH-84559: Deprecate fork being the multiprocessing default. (#100618) 2023-02-02 15:50:35 -08:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst
optparse.rst GH-101111: Disambigaute origin of const for store_const and append_const (#101121) 2023-01-20 23:13:07 +01:00
os.path.rst gh-77607: Improve accuracy of os.path.join docs (#101406) 2023-01-30 21:39:30 -08:00
os.rst bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376) 2023-01-09 21:43:09 +00:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114) 2023-01-20 23:13:58 +01:00
pdb.rst
persistence.rst
pickle.rst
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 gh-94172: Update docs for params removed in 3.12 (#100431) 2022-12-28 14:43:19 -05:00
posix.rst
pprint.rst
profile.rst Fix: typo (Indention) (GH-99904) 2022-12-12 04:25:22 -08:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst gh-100583: Improve the `pydoc` documentation (#100590) 2022-12-29 20:47:20 +05:30
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (#101119) 2023-01-22 14:58:36 -06:00
re.rst gh-99308: Clarify re docs for byte pattern group names (#99311) 2022-12-25 12:25:27 +05:30
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst gh-77771: Add enterabs example in sched (#92716) 2022-12-23 23:21:52 -06:00
secrets.rst gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) 2022-11-26 01:33:48 -08:00
security_warnings.rst
select.rst
selectors.rst
shelve.rst
shlex.rst
shutil.rst
signal.rst gh-85073: Add some missing links to source (GH-99363) 2022-11-18 11:33:40 -08:00
site.rst gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761) 2023-01-11 15:35:41 +05:30
smtplib.rst gh-94172: Update docs for params removed in 3.12 (#100431) 2022-12-28 14:43:19 -05:00
sndhdr.rst
socket.rst GH-100813: Add `socket.IP_PKTINFO` constant (#10294) 2023-01-09 14:30:40 +05:30
socketserver.rst Docs: improve accuracy of socketserver reference (#24767) 2022-11-29 21:34:52 +01:00
spwd.rst
sqlite3.rst Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351) 2023-02-02 00:52:29 +01:00
ssl.rst Fix minor typos in SSL documentation (#101158) 2023-01-20 23:08:45 +01:00
stat.rst
statistics.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
stdtypes.rst gh-100268: Add is_integer method to int (#100439) 2022-12-23 18:30:27 -08:00
string.rst
stringprep.rst
struct.rst gh-101386: fix typos found by codespell (#101387) 2023-01-28 11:57:40 +02:00
subprocess.rst gh-88324: Clarify documentation for redirected stdout/stderr when using subprocess in Linux (#94035) 2023-01-19 23:56:13 -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 gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520) 2023-01-13 11:31:06 +00:00
sys_path_init.rst
sysconfig.rst GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (#100207) 2022-12-13 12:54:07 +02:00
syslog.rst gh-99127: Allow some features of syslog to the main interpreter only (gh-99128) 2022-11-30 07:58:20 +09:00
tabnanny.rst
tarfile.rst gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) 2023-01-30 09:56:33 -08:00
telnetlib.rst
tempfile.rst
termios.rst
test.rst
text.rst
textwrap.rst
threading.rst
time.rst
timeit.rst gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761) 2023-01-11 15:35:41 +05:30
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst
token-list.inc
token.rst
tokenize.rst
tomllib.rst
trace.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
traceback.rst
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-100673: Removed erroneous note in the get_type_hints docs (#100701) 2023-01-07 17:31:47 +00:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst gh-99087: Add missing newline for prompts in docs (GH-98993) 2022-12-08 19:31:19 -08:00
unittest.rst gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (#100825) 2023-01-08 13:37:16 +05:30
unix.rst
urllib.error.rst
urllib.parse.rst
urllib.request.rst
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248) 2023-01-25 09:39:42 -08:00
venv.rst gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177) 2022-12-14 11:37:11 +00:00
warnings.rst gh-39615: Add warnings.warn() skip_file_prefixes support (#100840) 2023-01-27 18:35:14 -08:00
wave.rst
weakref.rst gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (#91499) 2022-12-20 19:27:02 -08:00
webbrowser.rst
windows.rst
winreg.rst
winsound.rst
wsgiref.rst gh-85073: Add some missing links to source (GH-99363) 2022-11-18 11:33:40 -08:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst gh-83122: Deprecate testing element truth values in `ElementTree` (#31149) 2023-01-22 17:16:48 -08:00
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 gh-101144: Allow open and read_text encoding to be positional. (#101145) 2023-01-19 23:04:30 -08:00
zipimport.rst
zlib.rst
zoneinfo.rst gh-85073: Add some missing links to source (GH-99363) 2022-11-18 11:33:40 -08:00