]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`,...
authorSaiyang Gou <gousaiyang@163.com>
Thu, 13 Feb 2020 07:47:42 +0000 (23:47 -0800)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 07:47:42 +0000 (07:47 +0000)
commit7514f4f6254f4a2d13ea8e5632a8e5f22b637e0b
tree9010a9077eaee0c66eea85e36f60086de6fba731
parent597ebed748d0b0c061f8c108bd98270d103286c1
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`,  `shutil`, `signal`, `syslog` (GH-18407)
15 files changed:
Doc/library/fcntl.rst
Doc/library/msvcrt.rst
Doc/library/os.rst
Doc/library/resource.rst
Doc/library/shutil.rst
Doc/library/signal.rst
Doc/library/syslog.rst
Lib/shutil.py
Misc/NEWS.d/next/Security/2020-02-07-23-54-18.bpo-39184.v-ue-v.rst [new file with mode: 0644]
Modules/fcntlmodule.c
Modules/posixmodule.c
Modules/resource.c
Modules/signalmodule.c
Modules/syslogmodule.c
PC/msvcrtmodule.c