COMMITS
/ Include/pythonrun.h July 1, 2025
V
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
Victor Stinner committed
May 22, 2025
B
GH-130397: remove special-casing of C stack depth for WASI (#134469)
Brett Cannon committed
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
February 25, 2025
M
GH-130396: Include stack margin for debug windows builds (GH-130554)
Mark Shannon committed
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
March 21, 2023
March 16, 2023
I
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel committed
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