]> granicus.if.org Git - python/commit
bpo-37390: Add audit event table to documentations (GH-14406)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jun 2019 18:07:16 +0000 (11:07 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 18:07:16 +0000 (11:07 -0700)
commit4fee28aa42dbac7f08a6d2829546b7d8e848034d
tree119433f608f787c9e34aa68abd4277ec3e108e13
parent60f24b23bf6ac485d195bb904635bdc3fe646b07
bpo-37390: Add audit event table to documentations (GH-14406)

Also updates some (unreleased) event names to be consistent with the others.
(cherry picked from commit 44f91c388a6f4da9ed3300df32ca290b8aa104ea)

Co-authored-by: Steve Dower <steve.dower@python.org>
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