index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pystate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove ceval timestamp support
Benjamin Peterson
2016-09-09
1
-3
/
+0
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
1
-0
/
+5
*
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon
2016-09-07
1
-0
/
+1
*
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
1
-1
/
+1
*
Implement the frame evaluation API aspect of PEP 523.
Brett Cannon
2016-09-05
1
-0
/
+1
*
Issue #27587: Merge from 3.5
Berker Peksag
2016-08-22
1
-8
/
+30
|
\
|
*
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka
2016-08-02
1
-0
/
+2
|
*
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
Serhiy Storchaka
2016-05-04
1
-2
/
+2
|
*
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
1
-0
/
+6
|
*
Add more checks on the GIL
Victor Stinner
2016-03-14
1
-5
/
+19
|
*
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
1
-23
/
+24
|
*
Merge 3.5
Victor Stinner
2016-01-20
1
-1
/
+1
|
|
\
|
|
*
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-1
/
+1
*
|
|
Issue #27587: Move null pointer check earlier in _PyState_AddModule()
Berker Peksag
2016-08-22
1
-2
/
+4
*
|
|
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
1
-23
/
+24
|
/
/
*
|
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-13
/
+20
|
/
*
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Yury Selivanov
2015-06-02
1
-0
/
+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-2
/
+17
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
1
-0
/
+4
*
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-11
/
+0
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-1
/
+1
*
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
1
-0
/
+11
*
Fixed few compiler warnings.
Serhiy Storchaka
2015-02-16
1
-2
/
+2
*
revert tstate_delete_common, since it's pretty much wrong
Benjamin Peterson
2014-06-17
1
-8
/
+1
*
remove extra call to tstate_delete_common (merge artifact)
Benjamin Peterson
2014-06-16
1
-3
/
+2
*
avoid a deadlock with the interpreter head lock and the GIL during finalization
Benjamin Peterson
2014-06-16
1
-0
/
+8
*
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka
2014-02-10
1
-0
/
+2
*
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner
2013-12-13
1
-9
/
+9
*
Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python
Victor Stinner
2013-12-13
1
-0
/
+5
*
Close #19199: Remove ``PyThreadState.tick_counter`` field
Victor Stinner
2013-10-09
1
-1
/
+0
*
Issue #18808: Thread.join() now waits for the underlying thread state to be d...
Antoine Pitrou
2013-09-07
1
-0
/
+5
*
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou
2013-08-11
1
-0
/
+25
*
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...
Antoine Pitrou
2013-08-02
1
-25
/
+0
*
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou
2013-08-01
1
-0
/
+25
*
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner
2013-07-07
1
-10
/
+10
*
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-23
/
+55
|
\
|
*
Issue #17912: Use a doubly linked-list for thread states.
Charles-Francois Natali
2013-05-08
1
-41
/
+17
|
*
Issue #17094: Clear stale thread states after fork().
Antoine Pitrou
2013-05-05
1
-0
/
+47
|
*
Issue #17522: Add the PyGILState_Check() API.
Kristj?n Valur J?nsson
2013-03-23
1
-0
/
+9
*
|
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
Christian Heimes
2013-07-01
1
-2
/
+2
|
/
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-06
1
-0
/
+3
*
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
1
-4
/
+45
|
\
|
*
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. L?wis
2012-06-22
1
-2
/
+43
|
*
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Brett Cannon
2012-04-29
1
-2
/
+0
|
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-0
/
+2
*
|
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
1
-1
/
+1
|
/
*
move outside WITH_THREAD conditional
Benjamin Peterson
2012-04-13
1
-2
/
+2
*
take linkage def outside of WITH_THREAD conditional (closes #14569)
Benjamin Peterson
2012-04-13
1
-4
/
+3
*
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
Charles-François Natali
2011-11-22
1
-4
/
+5
*
Issue #10363: Deallocate global locks in Py_Finalize().
Antoine Pitrou
2011-10-30
1
-0
/
+6
[next]