COMMITS
/ Lib/test/test_audit.py September 19, 2025
L
gh-138310: Adds sys.audit event for import_module (#138311)
Lisa Roach committed
June 19, 2025
N
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
Nadeshiko Manju committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 13, 2025
R
GH-115322: Add missing audit hooks (GH-115624)
Robin Jadoul committed
March 28, 2025
S
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower committed
October 27, 2024
D
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin committed
June 24, 2024
I
gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)
Itamar Oren committed
May 29, 2024
S
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 16, 2024
M
gh-114271: Fix race in `Thread.join()` (#114839)
mpage committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
September 5, 2023
P
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin committed
August 23, 2023
P
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin committed
August 10, 2023
M
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon committed
January 13, 2023
S
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
Steve Dower committed
November 17, 2022
November 16, 2022
S
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower committed
November 14, 2022
October 7, 2022
S
Add more syslog tests (GH-97953)
Serhiy Storchaka committed
September 7, 2022
July 31, 2022
P
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
Pablo Galindo Salgado committed
July 26, 2022
E
gh-95291: Use import helper to improve sqlite3 audit tests (#95292)
Erlend Egeberg Aasland committed
July 17, 2022
S
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
October 13, 2021
P
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Pablo Galindo Salgado committed
June 30, 2021
May 2, 2021
E
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818)
Erlend Egeberg Aasland committed
April 26, 2021
E
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland committed
April 23, 2021
S
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou committed
March 10, 2021
P
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo committed
August 7, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi committed
July 3, 2020
K
March 31, 2020
S
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower committed
December 9, 2019
S
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower committed
November 28, 2019
July 1, 2019
V
Remove unused imports in tests (GH-14518)
Victor Stinner committed
June 21, 2019
Z
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz committed
May 29, 2019
S
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Steve Dower committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed