Commits
User selector
Commit History
Commits on Nov 21, 2022
[3.8] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99661)
Show description for b50b6f9andauthored
Commits on Sep 5, 2022
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
Show description for b5e331fauthored
Commits on Mar 2, 2020
bpo-38410: Properly handle PySys_Audit() failures (GH-18658)
Show description for 87a4cd5andauthored
Commits on Dec 9, 2019
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)
Show description for c93d68bandauthored
Commits on Nov 28, 2019
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are invoked (GH-17392)
Show description for b74a6f1authored
Commits on Sep 29, 2019
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Show description for c9ed9e6andauthored
Commits on Sep 14, 2019
[3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141)
Show description for d322abbauthored
Commits on Sep 12, 2019
- authored andcommitted
Commits on Sep 1, 2019
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
Show description for 353053dauthored
Commits on Aug 23, 2019
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
Show description for af84a88authoredbpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420)
Show description for ca9ae94authored
Commits on Jun 29, 2019
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467)
Show description for 323e743authored
Commits on Jun 21, 2019
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Show description for 6c79477authored
Commits on Jun 4, 2019
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Show description for 0fd2c30authored
Commits on Jun 1, 2019
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Show description for 396e0a8authored
Commits on May 29, 2019
bpo-36974: implement PEP 590 (GH-13185)
Show description for aacc77fauthored andcommitted
Commits on May 28, 2019
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Show description for 3880f26authored andcommitted
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authoredbpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Show description for 71c52e3authored
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthored
Commits on May 22, 2019
bpo-36829: Add sys.unraisablehook() (GH-13187)
Show description for ef9d9b6authored
Commits on May 6, 2019
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Show description for 1a2252eauthored andcommitted
Commits on May 2, 2019
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Show description for 709d23dauthored
Commits on Apr 24, 2019
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Show description for 4312522authored
Commits on Mar 27, 2019
bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586)
Show description for 34ef64fauthored andcommitted- authored
Commits on Mar 26, 2019
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Show description for 2000495authored
Commits on Mar 25, 2019
Commits on Mar 19, 2019
bpo-36236: Handle removed cwd at Python init (GH-12424)
Show description for dcf6171authored
Commits on Mar 15, 2019
bpo-36301: Add _PyWstrList structure (GH-12343)
Show description for 74f6568authored
Commits on Mar 5, 2019
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Show description for b35be4bauthoredbpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Show description for 5a02e0dauthoredbpo-36142: Add _PyPreConfig structure (GH-12172)
Show description for cad1f74authored
Commits on Feb 3, 2019
bpo-35890 : Fix some API calling consistency (GH-11742)
Show description for 8ebc645authored andcommitted
Commits on Feb 2, 2019
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Show description for 4860f01authored andcommitted