Steve Dower
|
b5d4347950
|
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
Also updates calls in collections, doctest, enum, and typing modules to use _getframemodulename first when available.
|
2023-01-13 11:31:06 +00:00 |
Steve Dower
|
5fdd49dc65
|
gh-99377: Revert audit events for thread state creation and free, because the GIL is not properly held at these times (GH-99543)
|
2022-11-17 00:24:16 +00:00 |
Steve Dower
|
19c1462e8d
|
gh-99377: Add audit events for thread creation and clear (GH-99378)
|
2022-11-16 17:15:52 +00:00 |
Steve Dower
|
4e4b13e8f6
|
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
|
2022-11-14 21:39:18 +00:00 |
Serhiy Storchaka
|
cae7d1d7a7
|
Add more syslog tests (GH-97953)
|
2022-10-07 20:17:08 +03:00 |
Steve Dower
|
de33df27aa
|
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
|
2022-09-07 21:09:20 +01:00 |
Pablo Galindo Salgado
|
aa37ffda29
|
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
|
2022-07-31 16:33:56 +01:00 |
Erlend Egeberg Aasland
|
152eb90311
|
gh-95291: Use import helper to improve sqlite3 audit tests (#95292)
Now the tests are correctly reported as skipped if sqlite3 is not available.
|
2022-07-26 21:18:16 +02:00 |
Steve Dower
|
044a593cbb
|
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
|
2022-07-17 16:11:24 +01:00 |
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 |