COMMITS
/ Include/pystate.h September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow 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 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
May 24, 2017
E
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow committed
E
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow 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
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
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 5, 2016
B
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon committed
August 2, 2016
S
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka committed
March 25, 2016
V
Merge 3.5 (pystate.h)
Victor Stinner committed
March 24, 2016
V
pystate.h: fix _PyThreadState_UncheckedGet()
Victor Stinner 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 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
September 18, 2015
V
Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
Victor Stinner committed
June 2, 2015
Y
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
March 17, 2015
V
Issue #23644: Fix issues with C++ when compiling Python extensions
Victor Stinner committed
February 10, 2014
S
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
October 9, 2013
V
Close #19199: Remove ``PyThreadState.tick_counter`` field
Victor Stinner committed
September 7, 2013
A
August 10, 2013
A
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou committed
August 2, 2013
A
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object.
Antoine Pitrou committed
August 1, 2013
A
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou committed
May 8, 2013
C
Issue #17912: Use a doubly linked-list for thread states.
Charles-Francois Natali committed
May 5, 2013
A
Issue #17094: Clear stale thread states after fork().
Antoine Pitrou committed
March 23, 2013
K
Issue #17522: Add the PyGILState_Check() API.
Kristján Valur Jónsson committed
September 5, 2012
A
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou committed
June 22, 2012
M
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. Löwis committed
April 29, 2012
B
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
August 7, 2011
S
#10741: merge with 3.2
Sandro Tosi committed
S
#10741: add documentation for PyGILState_GetThisThreadState()
Sandro Tosi committed
April 27, 2011
A
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou committed
A
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou committed
April 26, 2011
V
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner committed
V
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner committed
V
PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
March 3, 2010
V
Merged revisions 78638 via svnmerge from
Victor Stinner committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed