Commits
User selector
Commit History
Commits on Oct 22, 2021
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Mar 29, 2021
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Show description for 4827483authored
Commits on Mar 11, 2021
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Show description for ba251c2authored
Commits on Feb 19, 2021
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Show description for a486054authored
Commits on Jun 15, 2020
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Show description for e822e37authored
Commits on Mar 6, 2020
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Show description for 9e5d30cauthored
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Show description for a102ed7authored
Commits on Aug 25, 2019
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Show description for 5dbe0f5authored
Commits on May 4, 2019
Commits on Jan 24, 2019
bpo-35224: PEP 572 Implementation (#10497)
Show description for 8f59ee0authored
Commits on Nov 26, 2018
bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)
Show description for 5a8c240authored
Commits on Nov 2, 2018
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
Show description for e2ed5adauthored andcommitted
Commits on Aug 1, 2018
Commits on Jun 15, 2018
Commits on Jun 11, 2018
Clean up after bpo-33738. (GH-7627)
Show description for 5cbefa9authored
Commits on Jun 10, 2018
- authored andcommitted
Commits on Jun 9, 2018
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Show description for ea62ce7authored andcommitted
Commits on Oct 26, 2017
Commits on Oct 22, 2017
Move exc state to generator. Fixes bpo-25612 (#1773)
Show description for ae3087cauthored andcommitted
Commits on May 25, 2017
- authored andcommitted
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for a171a03committedIssue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8committed
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0dcommitted
Commits on Oct 21, 2016
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Show description for 467ab19committed
Commits on Sep 7, 2016
Commits on Jul 3, 2015
- committed
Yury Selivanov
Commits on May 12, 2015
- committed
Yury Selivanov
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951committed
Commits on Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 78184afcommittedIssue #21715: Extracted shared complicated code in the _io module to new
Show description for e2bd2a7committed
Commits on Sep 30, 2014
Commits on Feb 10, 2014
- committed
Issue #20517: Functions in the os module that accept two filenames
Show description for b082731committed