Christian Heimes
|
8464fbc42e
|
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
|
2022-01-25 08:09:06 +01:00 |
Pablo Galindo Salgado
|
db2b6a20cd
|
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
|
2021-10-13 18:08:19 +01:00 |
Steve Dower
|
139de04518
|
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26961)
|
2021-06-30 17:21:37 +01:00 |
Erlend Egeberg Aasland
|
c96cc089f6
|
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818)
|
2021-05-02 22:25:17 +01:00 |
Erlend Egeberg Aasland
|
7244c0060d
|
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
|
2021-04-27 00:16:46 +01:00 |
Saiyang Gou
|
927b841c21
|
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Add audit events to the `http.client` module
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
2021-04-23 12:19:08 +02:00 |
Pablo Galindo
|
b4f9089d4a
|
bpo-43439: Add audit hooks for gc functions (GH-24794)
|
2021-03-10 00:53:57 +00:00 |
Hai Shi
|
fcce8c649a
|
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
|
2020-08-07 23:55:35 +02:00 |
Konge
|
daa0fe03a5
|
bpo-41162: Clear audit hooks later during finalization (GH-21222)
|
2020-07-03 22:06:46 +01:00 |
Steve Dower
|
63ba5cccf4
|
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
|
2020-03-31 12:38:53 +01:00 |
Steve Dower
|
ee17e37356
|
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Also allows winreg.CloseKey() to accept same types as other functions.
|
2019-12-09 11:18:12 -08:00 |
Steve Dower
|
bea33f5e1d
|
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)
Also fixes some potential segfaults in unraisable hook handling.
|
2019-11-28 08:46:11 -08:00 |
Victor Stinner
|
8f4ef3b019
|
Remove unused imports in tests (GH-14518)
|
2019-07-01 18:28:25 +02:00 |
Zackery Spytz
|
08286d52b2
|
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Also, add a missing call to va_end() in PySys_Audit().
|
2019-06-21 08:31:59 -07:00 |
Steve Dower
|
9ddc416e9f
|
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
|
2019-05-29 08:20:35 -07:00 |
Steve Dower
|
b82e17e626
|
bpo-36842: Implement PEP 578 (GH-12613)
Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs.
|
2019-05-23 08:45:22 -07:00 |