Commits
User selector
Commit History
Commits on Mar 29, 2021
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085)
Show description for 2f01c56authored
Commits on Jul 1, 2019
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515)
Show description for 8cbffc4authored
Commits on Jul 23, 2018
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423)
Show description for 220afffandcommitted
Commits on Jul 11, 2018
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Show description for 9beed0candauthored
Commits on Jul 3, 2018
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070)
Show description for 20ae4c6authored andcommitted
Commits on Jun 24, 2018
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Show description for 56aaef0andauthored
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
Commits on Nov 12, 2017
Commits on Nov 11, 2017
Commits on Oct 23, 2017
Commits on Oct 17, 2017
- authored andcommitted
Commits on Sep 14, 2017
bpo-30860: Fix a refleak. (#3567)
Show description for dae0276authoredbpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Show description for 93c92f7authored
Commits on Sep 12, 2017
bpo-30860: Fix a refleak. (#3506)
Show description for 8728018authored andcommitted
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ceauthored
Commits on May 24, 2017
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Show description for c7ec998authored
Commits on Feb 15, 2017
bpo-29556: Remove unused #include <langinfo.h> (#98)
Show description for 72e81d0authored andcommitted
Commits on Dec 19, 2016
Commits on Dec 11, 2016
Issue #25677: Correct syntax error caret for indented blocks.
Show description for ca3263ccommitted
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5bcommittedReplaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583committed
Commits on Nov 16, 2016
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for fab6acdcommittedIssue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Show description for f5894ddcommitted
Commits on Sep 6, 2016
Avoid calling functions with an empty string as format string
Show description for 3466bdecommitted
Commits on Aug 22, 2016
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Show description for 559bb6acommitted
Commits on Aug 19, 2016
PyErr_PrintEx() now uses fast call
Show description for 71cb64acommitted
Commits on May 26, 2016
- committed
Issue #27076: Doc, comment and tests spelling fixes
Show description for 46f5072committed
Commits on Feb 28, 2016
Commits on Sep 6, 2015
Issue #15989: Fixed some scarcely probable integer overflows.
Show description for 56f6e76committed