cpython/Doc/library
2023-09-22 15:09:32 +02:00
..
__future__.rst
__main__.rst gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) 2023-07-21 12:34:30 +03:00
_thread.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
abc.rst
allos.rst
archiving.rst
argparse.rst
array.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
ast.rst Add version directives to ast docs (#108788) 2023-09-07 11:34:18 -07:00
asyncio-api-index.rst
asyncio-dev.rst gh-108224: Fix asyncio doc inconsistency (#108230) 2023-08-21 18:08:04 +00:00
asyncio-eventloop.rst gh-105857: Document that asyncio subprocess std{in,out,err} can be file handles (#107986) 2023-08-22 20:41:56 +02:00
asyncio-exceptions.rst
asyncio-extending.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
asyncio-future.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
asyncio-llapi-index.rst gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431) 2023-09-20 15:54:19 +02:00
asyncio-platforms.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-policy.rst
asyncio-protocol.rst gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431) 2023-09-20 15:54:19 +02:00
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst
asyncio-subprocess.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-sync.rst
asyncio-task.rst Fix a code snippet typo in asyncio docs (#108427) 2023-08-24 16:27:54 +00:00
asyncio.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
atexit.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
calendar.rst GH-108202: Document `calendar`'s command-line interface (#109020) 2023-09-06 21:19:54 +00:00
cmath.rst
cmd.rst
cmdline.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
code.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
codecs.rst
codeop.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
collections.abc.rst
collections.rst gh-108751: Add copy.replace() function (GH-108752) 2023-09-06 23:55:42 +03:00
colorsys.rst
compileall.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
concurrency.rst
concurrent.futures.rst
concurrent.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
configparser.rst gh-71770: Add more details on behavior of configparser's default_section (#31562) 2023-09-07 13:52:58 +00:00
constants.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
contextlib.rst
contextvars.rst
copy.rst gh-108751: Add copy.replace() function (GH-108752) 2023-09-06 23:55:42 +03:00
copyreg.rst
crypto.rst
csv.rst
ctypes.rst gh-107659: Improve wording of the description of ctypes.pointer and ctypes.POINTER (#107769) 2023-08-20 10:54:06 +00:00
curses.ascii.rst
curses.panel.rst
curses.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
custominterp.rst
dataclasses.rst gh-108751: Add copy.replace() function (GH-108752) 2023-09-06 23:55:42 +03:00
datatypes.rst
datetime.rst gh-108751: Add copy.replace() function (GH-108752) 2023-09-06 23:55:42 +03:00
dbm.rst gh-107122: Add clear method to dbm.ndbm module (gh-107126) 2023-07-23 14:26:23 +00:00
debug.rst
decimal.rst
development.rst
devmode.rst gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) 2023-07-21 12:34:30 +03:00
dialog.rst
difflib.rst
dis.rst GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300) 2023-09-13 10:25:45 -07:00
distribution.rst
doctest.rst gh-108794: doctest counts skipped tests (#108795) 2023-09-02 16:42:07 +02:00
email.charset.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.errors.rst
email.examples.rst
email.generator.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.mime.rst
email.parser.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst gh-107700: [Enum] Document that EnumType was added in 3.11 (GH-108260) 2023-08-22 07:34:18 -07:00
errno.rst gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (#107486) 2023-08-27 05:19:49 +00:00
exceptions.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
faulthandler.rst
fcntl.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
filecmp.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
fileformats.rst
fileinput.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
filesys.rst
fnmatch.rst
fractions.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
frameworks.rst
ftplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
functional.rst
functions.rst gh-107755: Document the correct default value of slice step (GH-107756) 2023-09-05 21:22:27 +02:00
functools.rst gh-102757: fix function signature mismatch for functools.reduce between code and documentation (#102759) 2023-09-18 10:42:58 -06:00
gc.rst gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) 2023-07-21 12:34:30 +03:00
getopt.rst
getpass.rst
gettext.rst gh-54738: Add argparse i18n howto (#104562) 2023-07-23 11:10:38 +02:00
glob.rst
graphlib.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
grp.rst
gzip.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
hashlib-blake2-tree.png
hashlib.rst gh-109054: Document configure variables (#109224) 2023-09-20 18:51:53 +02:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst gh-109096: Deprecate http.server.CGIHTTPRequestHandler (#109387) 2023-09-15 14:26:45 -07:00
i18n.rst
idle.rst Fix misc doc typos (#108592) 2023-08-29 00:14:21 +00:00
imaplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
importlib.metadata.rst
importlib.resources.abc.rst gh-105189: fix importlib.resources.abc deprecation docs (#105232) 2023-09-13 07:42:26 +03:00
importlib.resources.rst gh-107732: Mention dir support in importlib.resources docs (#107734) 2023-09-06 20:53:32 +00:00
importlib.rst gh-105189: fix importlib.resources.abc deprecation docs (#105232) 2023-09-13 07:42:26 +03:00
index.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
inspect.rst gh-108751: Add copy.replace() function (GH-108752) 2023-09-06 23:55:42 +03:00
internet.rst
intro.rst
io.rst gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) 2023-08-29 19:13:38 +00:00
ipaddress.rst
ipc.rst
itertools.rst Remove outdated docstring from the quantify itertools recipe (#109726) 2023-09-22 15:09:32 +02:00
json.rst gh-107544: Add docs about json.dumps(..., default=) (#108259) 2023-09-07 06:53:33 -07:00
kde_example.png Add another example to the statistics docs (GH-107904) 2023-08-13 08:01:23 -05:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst gh-103384: Generalize the regex pattern BaseConfigurator.INDEX_PATTERN to allow spaces and non-alphanumeric characters in keys. (GH-103391) 2023-08-25 09:15:26 +01:00
logging.handlers.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
logging.rst gh-109451: Fix wrong format specifier in logging documentation (GH-109465) 2023-09-16 10:06:04 +01:00
lzma.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
mailbox.rst gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) 2023-07-23 22:56:56 +02:00
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msvcrt.rst gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650) 2023-09-21 16:44:24 +01:00
multiprocessing.rst Fix typo in multiprocessing docs (#108666) 2023-08-30 12:05:29 +01:00
multiprocessing.shared_memory.rst gh-106939: document ShareableList nul-strip quirk. (#107266) 2023-07-25 14:09:25 -07:00
netdata.rst
netrc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
numbers.rst
numeric.rst
operator.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
optparse.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
os.path.rst gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) 2023-07-21 12:34:30 +03:00
os.rst gh-107924: re-order os.sendfile() flag documentation (#107926) 2023-09-07 18:50:10 +03:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst GH-70303: Emit FutureWarning when pathlib glob pattern ends with ** (GH-105413) 2023-08-04 23:12:12 +00:00
pdb.rst gh-108463: Make expressions/statements work as expected in pdb (#108464) 2023-09-04 21:44:40 +00:00
persistence.rst
pickle.rst Mention Ellipsis pickling in the docs (#103660) 2023-08-30 01:11:31 +00:00
pickletools.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
pkgutil.rst
platform.rst gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) 2023-07-21 12:34:30 +03:00
plistlib.rst
poplib.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
posix.rst
pprint.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
profile.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
pty.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
pwd.rst
py_compile.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) 2023-09-05 12:35:52 +01:00
queue.rst
quopri.rst
random.rst
re.rst gh-102211: Document re.{Pattern,Match}’s existence (#102212) 2023-08-25 10:53:11 -06:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Improve cross-references in runpy docs (#107673) 2023-08-06 21:11:16 +00:00
sched.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
secrets.rst
security_warnings.rst
select.rst gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) 2023-07-23 22:56:56 +02:00
selectors.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
shelve.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
shlex.rst
shutil.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
signal.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
site.rst GH-92584: Remove Installing Python Modules (Distutils version) (#108020) 2023-08-16 21:06:56 +00:00
smtplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
socket.rst socket documentation fix - rename triple to 3-tuple (#24722) 2023-09-07 10:33:02 +00:00
socketserver.rst
sqlite3.rst gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword (#108632) 2023-08-29 22:02:12 +02:00
ssl.rst gh-109109: Expose retrieving certificate chains in SSL module (#109113) 2023-09-20 01:20:54 +00:00
stat.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
statistics.rst Fix misc doc typos (#108592) 2023-08-29 00:14:21 +00:00
stdtypes.rst fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560) 2023-09-19 22:07:47 -07:00
string.rst
stringprep.rst Fix grammatical error in stringprep documentation (#108414) 2023-08-27 11:26:23 +00:00
struct.rst gh-107406: Add better struct.Struct repr (#107407) 2023-08-26 15:24:16 +05:30
subprocess.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
superseded.rst Docs: getopt is deprecated in Python 3.13 (#109438) 2023-09-18 13:45:59 +03:00
symtable.rst
sys.monitoring.rst GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) 2023-09-05 12:35:52 +01:00
sys.rst GH-90915: Document that SystemExit doesn't trigger sys.excepthook (#31357) 2023-09-07 13:14:27 +00:00
sys_path_init.rst
sysconfig.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
syslog.rst
tabnanny.rst
tarfile.rst gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) 2023-08-21 12:56:46 +02:00
tempfile.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
termios.rst
test.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
text.rst
textwrap.rst Docs: Fix Sphinx warnings in sys.rst (#108106) 2023-08-20 13:09:33 +02:00
threading.rst gh-101100: Fix sphinx warnings in threading.rst (#108684) 2023-08-31 10:28:27 +03:00
time.rst gh-108294: Add time.sleep audit event (GH-108298) 2023-08-23 11:00:22 +02:00
timeit.rst gh-105052:update timeit function's description (#105060) 2023-08-27 03:22:27 -04:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst Fix misc doc typos (#108592) 2023-08-29 00:14:21 +00:00
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
token.rst gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
tokenize.rst
tomllib.rst
trace.rst
traceback.rst gh-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) 2023-09-12 14:54:04 +00:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst gh-101100: Fix sphinx warnings in turtle.rst (#109394) 2023-09-14 14:24:18 -04:00
types.rst gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175) 2023-09-10 08:09:25 +03:00
typing.rst Fix typos in docs and comments (#109619) 2023-09-20 16:58:23 +00:00
unicodedata.rst fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560) 2023-09-19 22:07:47 -07:00
unittest.mock-examples.rst gh-109350: Fix outdated captured output in unittest.mock documentation (#109353) 2023-09-15 19:25:16 +01:00
unittest.mock.rst Fix typos in docs and comments (#109619) 2023-09-20 16:58:23 +00:00
unittest.rst gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670) 2023-08-30 09:36:59 +00:00
unix.rst
urllib.error.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
urllib.parse.rst
urllib.request.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
urllib.robotparser.rst
urllib.rst
uuid.rst gh-101100: Fix sphinx warnings in unittest.mock-examples.rst (#108810) 2023-09-02 13:05:44 +01:00
venv.rst gh-109414: Add some basic information about venvs in the introduction. (GH-109440) 2023-09-16 09:49:02 +01:00
warnings.rst
wave.rst
weakref.rst
webbrowser.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
windows.rst
winreg.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
winsound.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
wsgiref.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xml.sax.handler.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xmlrpc.client.rst
xmlrpc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xmlrpc.server.rst
zipapp.rst gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (#107296) 2023-09-11 15:44:13 -04:00
zipfile.rst
zipimport.rst
zlib.rst
zoneinfo.rst