COMMITS
/ Python/pystate.c September 9, 2016
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
V
Use Py_uintptr_t for atomic pointers
Victor Stinner committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
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