Commits
User selector
Commit History
Commits on Apr 23, 2021
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Show description for 91b69b7authored
Commits on Mar 19, 2021
bpo-43244: Remove symtable.h header file (GH-24910)
Show description for 28ad12fauthored
Commits on Dec 8, 2020
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Show description for fe6e5e7authored
Commits on Jun 21, 2020
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Show description for 564cd18authored
Commits on Jun 17, 2019
bpo-37189: Export old PyRun_XXX() functions (#14142)
Show description for 343ed0fauthored
Commits on May 28, 2019
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Show description for 4154069authored
Commits on Apr 18, 2019
- authored andcommitted
Commits on May 23, 2017
bpo-22257: Small changes for PEP 432. (#1728)
Show description for 6b4be19authored
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8committed
Commits on May 8, 2016
Commits on Dec 25, 2015
Commits on May 9, 2015
PEP 479: Change StopIteration handling inside generators.
Show description for 8170e8ccommitted
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951committed
Commits on Jan 3, 2014
Commits on Nov 6, 2013
Issue #19512: Add PyRun_InteractiveOneObject() function
Show description for 95701bdcommitted
Commits on Oct 19, 2013
Commits on Oct 18, 2013
Issue #16129: Py_SetStandardStreamEncoding cleanups
Show description for 1805a62committed
Commits on Oct 17, 2013
- committed
Issue #16129: Add `Py_SetStandardStreamEncoding`
Show description for 7d270eecommitted
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461dcommitted
Commits on Jul 22, 2013
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Show description for 1c8f059committed
Commits on May 6, 2013
Commits on Jun 3, 2012
Commits on Apr 14, 2012
Issue #2377: Make importlib the implementation of __import__().
Show description for fd07415committed
Commits on Feb 20, 2012
- committed
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 09a7c72committedIssue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 2daf6aecommitted
Commits on Nov 18, 2011
Issue #10227: Add an allocation cache for a single slice object.
Show description for f34a0cdcommitted
Commits on May 4, 2011
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Show description for fc20b0ccommitted