COMMITS
/ Python/pystate.c March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
March 1, 2019
February 24, 2019
E
February 23, 2019
E
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow committed
February 20, 2019
S
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
Stéphane Wirtel committed
February 12, 2019
A
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822)
Alexey Izbyshev committed
January 11, 2019
M
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127)
Michael Felt committed
December 5, 2018
Z
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
Zackery Spytz committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 30, 2018
V
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
Victor Stinner committed
September 14, 2018
E
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow committed
August 31, 2018
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 24, 2018
V
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner committed
June 2, 2018
E
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow committed
May 23, 2018
V
bpo-33612: Remove PyThreadState_Clear() assertion (#7069)
Victor Stinner committed
May 16, 2018
E
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow committed
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