Commits
User selector
Commit History
Commits on Jun 7, 2021
bpo-44187: Quickening infrastructure (GH-26264)
Show description for 001eb52authored
Commits on May 13, 2021
bpo-44113: Fix compiler warning in PySys_AddWarnOption() (GH-26084)
Show description for ec7c09bauthored
Commits on May 3, 2021
Commits on Apr 30, 2021
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Show description for 4908faeauthoredbpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Show description for 3bb0994authored
Commits on Apr 22, 2021
Commits on Apr 13, 2021
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Show description for 9e7b207authored
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483authored
Commits on Feb 28, 2021
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094bauthoredbpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Show description for acde3f1authored
Commits on Jan 25, 2021
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Show description for 9852cb3authoredbpo-42955: Add sys.modules_names (GH-24238)
Show description for db584bdauthored
Commits on Dec 22, 2020
Commits on Dec 2, 2020
bpo-42500: Fix recursion in or after except (GH-23568)
Show description for 4e7a69bauthored
Commits on Nov 12, 2020
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Show description for ef75a62authored
Commits on Nov 10, 2020
bpo-42260: Compute the path config in the main init (GH-23211)
Show description for 9e1b828authored
Commits on Nov 5, 2020
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Show description for f3cb814authored
Commits on Nov 4, 2020
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Show description for af1d64dauthored
Commits on Nov 2, 2020
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Show description for 64366faauthored
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored
Commits on Oct 11, 2020
bpo-42002: Clean up initialization of the sys module. (GH-22642)
Show description for fa1d83dauthored
Commits on Jun 29, 2020
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Show description for dd8a93eauthored
Commits on Jun 22, 2020
Commits on Jun 8, 2020
Commits on Jun 1, 2020
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Show description for 3026cadauthored
Commits on Apr 29, 2020
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Show description for 7036477authored
Commits on Apr 23, 2020
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775authored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored
Commits on Apr 15, 2020
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Show description for 361dcdcauthored- authored
bpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8authored