Commits
User selector
Commit History
Commits on Jul 3, 2020
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Show description for b9e288candauthored
Commits on Oct 1, 2019
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Show description for d49f096andauthored
Commits on Sep 30, 2019
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Show description for bdace21authored andcommitted
Commits on Sep 29, 2019
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Show description for c9ed9e6andauthored
Commits on Sep 28, 2019
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Show description for 6e12838authored
Commits on Sep 26, 2019
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Show description for 96c8475authored
Commits on Aug 23, 2019
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
Show description for af84a88authoredbpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Show description for a6427cbandauthored
Commits on Jul 1, 2019
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Show description for 746992candauthoredbpo-36763: Use PyConfig_Clear() (GH-14445)
Show description for 4c227e6andauthored
Commits on Jun 6, 2019
bpo-36763, _testembed: enable assert() in release mode (GH-13857)
Show description for 4062841andauthored
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 23, 2019
- authored
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthoredbpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Show description for 20e1e25authored
Commits on May 22, 2019
bpo-36763: Rename private Python initialization functions (GH-13511)
Show description for 5edcf26authoredbpo-36763: Add _PyPreConfig._config_init (GH-13481)
Show description for 022be02authored
Commits on May 20, 2019
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443)
Show description for 425717fauthoredbpo-36763: Fix Python preinitialization (GH-13432)
Show description for 6d1c467authored
Commits on May 18, 2019
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Show description for bab0db6authored
Commits on May 17, 2019
bpo-36763: Add _PyInitError functions (GH-13395)
Show description for 871ff77authoredbpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Show description for bcfbbd7authoredbpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Show description for cab5d07authoredbpo-36763: Add PyMemAllocatorName (GH-13387)
Show description for b16b4e4authoredbpo-36763: Remove _PyCoreConfig.program (GH-13373)
Show description for fed02e1authored
Commits on May 16, 2019
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Show description for 54b43bbauthoredbpo-36763: Add _Py_InitializeMain() (GH-13362)
Show description for 9ef5dcaauthoredbpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Show description for ae239f6authored
Commits on May 15, 2019
bpo-36763: InitConfigTests tests all core config (GH-13331)
Show description for 5eb8b07authored
Commits on May 14, 2019
bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275)
Show description for 91c9987authored
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
- authored
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Show description for 709d23dauthoredbpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Show description for cb9fbd3authored
Commits on Apr 18, 2019
bpo-36635: Add _testinternalcapi module (GH-12841)
Show description for 23bace2authored