]> granicus.if.org Git - python/commit
bpo-37390: Add audit event table to documentations (GH-14406)
authorSteve Dower <steve.dower@python.org>
Thu, 27 Jun 2019 17:47:59 +0000 (10:47 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 17:47:59 +0000 (10:47 -0700)
commit44f91c388a6f4da9ed3300df32ca290b8aa104ea
tree6e02d501dbcb28708fa662a33da2715a505389e5
parent21cfae107e410bf4b0ab3c142ca4449bc33290f5
bpo-37390: Add audit event table to documentations (GH-14406)

Also updates some (unreleased) event names to be consistent with the others.
34 files changed:
Doc/c-api/code.rst
Doc/c-api/sys.rst
Doc/library/array.rst
Doc/library/audit_events.rst [new file with mode: 0644]
Doc/library/ctypes.rst
Doc/library/debug.rst
Doc/library/ensurepip.rst
Doc/library/ftplib.rst
Doc/library/functions.rst
Doc/library/glob.rst
Doc/library/imaplib.rst
Doc/library/io.rst
Doc/library/mmap.rst
Doc/library/nntplib.rst
Doc/library/os.rst
Doc/library/pdb.rst
Doc/library/pickle.rst
Doc/library/poplib.rst
Doc/library/shutil.rst
Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/library/sqlite3.rst
Doc/library/subprocess.rst
Doc/library/sys.rst
Doc/library/telnetlib.rst
Doc/library/tempfile.rst
Doc/library/urllib.request.rst
Doc/library/webbrowser.rst
Doc/tools/extensions/pyspecific.py
Lib/ftplib.py
Lib/imaplib.py
Lib/nntplib.py
Lib/poplib.py
Lib/smtplib.py