summaryrefslogtreecommitdiffstats
path: root/Lib/test/audit-tests.py
Commit message (Expand)AuthorAgeFilesLines
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-041-0/+3
* gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)Serhiy Storchaka2023-11-031-2/+3
* gh-108294: Add error handling for time.sleep audit event (GH-108363)Petr Viktorin2023-09-051-10/+13
* gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)Victor Stinner2023-09-041-1/+1
* gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...Mariusz Felisiak2023-08-231-9/+12
* gh-108294: Add time.sleep audit event (GH-108298)Petr Viktorin2023-08-231-0/+15
* GH-107774: Add missing audit event for PEP 669 (GH-107775)Mark Shannon2023-08-101-0/+11
* gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...Steve Dower2023-01-131-0/+11
* gh-99377: Add audit events for thread creation and clear (GH-99378)Steve Dower2022-11-161-0/+42
* gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...Steve Dower2022-11-141-0/+11
* Add more syslog tests (GH-97953)Serhiy Storchaka2022-10-071-0/+20
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-071-0/+11
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Steve Dower2022-07-171-0/+11
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-301-0/+27
* bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...Erlend Egeberg Aasland2021-05-021-3/+4
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-261-0/+21
* bpo-37363: Add audit events to the `http.client` module (GH-21321)Saiyang Gou2021-04-231-0/+18
* bpo-43439: Add audit hooks for gc functions (GH-24794)Pablo Galindo2021-03-101-0/+18
* bpo-41162: Clear audit hooks later during finalization (GH-21222)Konge2020-07-031-26/+0
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)Victor Stinner2020-06-101-2/+2
* bpo-40121: Fix exception type in test (GH-19267)Steve Dower2020-04-011-1/+1
* bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)Steve Dower2020-03-311-0/+22
* bpo-39007: Add auditing events to functions in winreg (GH-17541)Steve Dower2019-12-091-0/+23
* bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...Steve Dower2019-11-281-0/+37
* bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)Zackery Spytz2019-06-211-0/+7
* bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)Steve Dower2019-05-291-0/+269