Commits
User selector
Commit History
Commits on Mar 29, 2021
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
Show description for ba7f863andauthored
Commits on Dec 8, 2020
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-23696)
Show description for b5cf308authored
Commits on Jun 28, 2020
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 Nov 5, 2019
closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056)
Show description for 4c22e16andauthored
Commits on Jul 1, 2019
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Show description for 2683dedandauthored
Commits on Jun 13, 2019
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Show description for 92e836candauthored
Commits on May 28, 2019
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Show description for 4154069authoredbpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
Show description for a85a1d3authored
Commits on May 27, 2019
bpo-1230540: Add threading.excepthook() (GH-13515)
Show description for cd590a7authoredbpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 24, 2019
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Show description for 438a12dauthored
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthored
Commits on May 17, 2019
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Show description for 1208328authored
Commits on May 16, 2019
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Show description for 9ef5dcaauthored
Commits on May 14, 2019
bpo-36900: Replace global conf vars with config (GH-13299)
Show description for c96be81authored
Commits on Mar 7, 2019
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Show description for 495da29authored andcommitted
Commits on Feb 21, 2019
Re-init _Py_UnhandledKeyboardInterrupt before run. (GH-11963)
Show description for d9bc543authored
Commits on Feb 16, 2019
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Show description for 38f11ccauthored
Commits on Jan 31, 2019
- authored andcommitted
Commits on Nov 29, 2018
Commits on Nov 22, 2018
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Show description for 3bb183dauthored
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Nov 11, 2018
bpo-35177: Add dependencies between header files (GH-10361)
Show description for 5f2df88authored
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1fauthored
Commits on Sep 13, 2018
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Show description for 53c427eauthored andcommitted
Commits on Sep 12, 2018
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55bauthored
Commits on Jul 23, 2018
Commits on Jul 11, 2018
- authored andcommitted
Commits on Jul 3, 2018
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Show description for d8cba5dauthored andcommitted
Commits on Jun 24, 2018
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Show description for ea73775authored andcommitted
Commits on Jun 15, 2018
Commits on Dec 9, 2017
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Show description for 42aa93bauthored
Commits on Nov 21, 2017
bpo-32030: Add more options to _PyCoreConfig (#4485)
Show description for 25420feauthored