index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
audit-tests.py
Commit message (
Expand
)
Author
Age
*
GH-115322: fix ctypes call_function audit hook on 32-bit platforms (GH-132496)
Gregory P. Smith
2025-04-14
*
GH-115322: Add missing audit hooks (GH-115624)
Robin Jadoul
2025-04-13
*
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower
2025-03-28
*
gh-128863: Deprecate private C API functions (#128864)
Victor Stinner
2025-01-22
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower
2024-05-29
*
gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)
Steve Dower
2024-01-26
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
*
gh-108294: Add error handling for time.sleep audit event (GH-108363)
Petr Viktorin
2023-09-05
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-05
*
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...
Mariusz Felisiak
2023-08-23
*
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin
2023-08-23
*
GH-107774: Add missing audit event for PEP 669 (GH-107775)
Mark Shannon
2023-08-10
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
*
Add more syslog tests (GH-97953)
Serhiy Storchaka
2022-10-07
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-27
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Konge
2020-07-03
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
*
bpo-40121: Fix exception type in test (GH-19267)
Steve Dower
2020-04-01
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
*
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Steve Dower
2019-12-09
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...
Steve Dower
2019-11-28
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz
2019-06-21
*
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Steve Dower
2019-05-29