COMMITS
/ Python/pystate.c March 6, 2018
V
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner committed
February 20, 2018
E
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow committed
February 17, 2018
E
February 3, 2018
E
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow committed
January 30, 2018
E
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed
December 20, 2017
M
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch committed
December 15, 2017
V
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
Victor Stinner committed
November 30, 2017
V
bpo-20891: Fix PyGILState_Ensure() (#4650)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 24, 2017
V
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner committed
November 22, 2017
V
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner committed
November 16, 2017
V
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner committed
V
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
October 26, 2017
S
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 14, 2017
E
bpo-30860: Fix a refleak. (#3567)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 12, 2017
E
bpo-30860: Fix a refleak. (#3506)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
B
correct initialization code (#3376)
Benjamin Peterson committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
June 21, 2017
D
bpo-30604: clean up co_extra support (#2144)
Dino Viehland committed
May 28, 2017
A
Doc nits for bpo-16500 (#1841)
Antoine Pitrou committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
E
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow committed
May 22, 2017
J
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
Jason Fried committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
September 9, 2016
B
remove ceval timestamp support
Benjamin Peterson committed
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
September 7, 2016
B
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
September 5, 2016
B
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon committed
August 22, 2016
B
Issue #27587: Merge from 3.5
Berker Peksag committed
B
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
Berker Peksag committed
August 2, 2016
S
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka committed
May 4, 2016
S
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
Serhiy Storchaka committed
March 16, 2016
V
faulthandler now works in non-Python threads
Victor Stinner committed
March 14, 2016
V
Add more checks on the GIL
Victor Stinner committed
January 22, 2016
V
Use Py_uintptr_t for atomic pointers
Victor Stinner committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed