| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) | Miss Islington (bot) | 2020-03-31 | 1 | -0/+12 |
| | | | | | | (cherry picked from commit 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
| * | bpo-39007: Add auditing events to functions in winreg (GH-17541) | Miss Islington (bot) | 2019-12-09 | 1 | -0/+14 |
| | | | | | | | Also allows winreg.CloseKey() to accept same types as other functions. (cherry picked from commit ee17e3735634c5fe15a43f897707de8011618627) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
| * | bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook ↵ | Steve Dower | 2019-11-28 | 1 | -14/+42 |
| | | | | | | are invoked (GH-17392) Also fixes some potential segfaults in unraisable hook handling. | ||||
| * | Remove unused imports in tests (GH-14518) (GH-14520) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
| | | | | (cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3) | ||||
| * | bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) | Steve Dower | 2019-06-21 | 1 | -0/+3 |
| | | | | Also, add a missing call to va_end() in PySys_Audit(). | ||||
| * | bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556) | Steve Dower | 2019-05-29 | 1 | -209/+28 |
| | | |||||
| * | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+260 |
| Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | |||||
