COMMITS
/ Include/pythonrun.h April 22, 2022
P
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
April 23, 2021
P
bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442)
Petr Viktorin committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
December 8, 2020
V
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner committed
June 21, 2020
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
June 17, 2019
V
bpo-37189: Export old PyRun_XXX() functions (#14142)
Victor Stinner committed
May 28, 2019
D
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland committed
April 18, 2019
P
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
November 6, 2013
V
Issue #19512: Add PyRun_InteractiveOneObject() function
Victor Stinner committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
October 18, 2013
N
Issue #16129: Py_SetStandardStreamEncoding cleanups
Nick Coghlan committed
October 17, 2013
N
Issue #16129: Move Py_SetStandardStreamEncoding declaration
Nick Coghlan committed
N
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan committed
August 30, 2013
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
May 6, 2013
A
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
Antoine Pitrou committed
May 4, 2013
June 19, 2012
June 3, 2012
E
Issue #14090: fix some minor C API problems in default branch (3.3)
Eli Bendersky committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
February 21, 2012
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
November 18, 2011
A
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
March 6, 2011
G
Remove sys.subversion and svn build identification leftovers.
Georg Brandl committed
G
Merge build identification to 3.2 branch.
Georg Brandl committed
March 5, 2011
G
Commit the hg build identification patch from the pymigr repo.
Georg Brandl committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 4, 2010
M
Expose CompileString, not CompileStringFlags under the
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 27, 2010
K
issue 9910
Kristján Valur Jónsson committed
August 8, 2010
A
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 14, 2010
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed