COMMITS
/ Python/pystate.c June 2, 2015
Y
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
April 12, 2015
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
March 6, 2015
February 16, 2015
S
Fixed few compiler warnings.
Serhiy Storchaka committed
February 10, 2014
S
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka committed
December 13, 2013
V
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner committed
V
Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python
Victor Stinner 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
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
July 1, 2013
C
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes committed
C
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes 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
August 20, 2012
A
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou committed
A
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
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
April 13, 2012
B
move outside WITH_THREAD conditional
Benjamin Peterson committed
B
take linkage def outside of WITH_THREAD conditional (closes #14569)
Benjamin Peterson committed
November 22, 2011
C
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
Charles-François Natali committed
October 30, 2011
A
Issue #10363: Deallocate global locks in Py_Finalize().
Antoine Pitrou committed
April 26, 2011
V
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner committed
April 27, 2011
A
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
September 20, 2010
K
issue 9786 Native TLS support for pthreads
Kristján Valur Jónsson committed
September 8, 2010
A
Merged revisions 84623 via svnmerge from
Antoine Pitrou committed
A
Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid
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
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
March 3, 2010
V
Merged revisions 78639 via svnmerge from
Victor Stinner committed
V
Merged revisions 78638 via svnmerge from
Victor Stinner committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed
November 17, 2008
M
Issue #3327: Don't overallocate in the modules_by_index list.
Martin v. Löwis committed
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
August 12, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
January 21, 2008
C
Merged revisions 60143-60149 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed