| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-17 | 1 | -3/+2 |
|
|
* | avoid a deadlock with the interpreter head lock and the GIL during finalization | Benjamin Peterson | 2014-06-17 | 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-10 | 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 | -2/+2 |
|\ |
|
| * | Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the | Christian Heimes | 2013-07-01 | 1 | -2/+2 |
|
|
* | | 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 #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 1 | -0/+3 |
|
|
* | Issue #15726: Fix incorrect bounds checking in PyState_FindModule. | Antoine Pitrou | 2012-08-20 | 1 | -1/+1 |
|\ |
|
| * | Issue #15726: Fix incorrect bounds checking in PyState_FindModule. | Antoine Pitrou | 2012-08-20 | 1 | -1/+1 |
|
|
* | | 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 |
|/ |
|
* | 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 |
|
|
* | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -0/+1 |
|
|
* | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+17 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 84623 via svnmerge from | Antoine Pitrou | 2010-09-08 | 1 | -8/+7 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -388/+388 |
|
|
| * | Merged revisions 78639 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -5/+24 |
|
|
* | | issue 9786 Native TLS support for pthreads | Kristján Valur Jónsson | 2010-09-20 | 1 | -0/+2 |
|
|
* | | Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid | Antoine Pitrou | 2010-09-08 | 1 | -8/+7 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -393/+393 |
|
|
* | | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -16/+21 |
|
|
* | | Merged revisions 78638 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -5/+24 |
|
|
* | | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -0/+1 |
|/ |
|
* | Issue #3327: Don't overallocate in the modules_by_index list. | Martin v. Löwis | 2008-11-17 | 1 | -1/+1 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -0/+1 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -0/+4 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -0/+36 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 1 | -0/+10 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -0/+2 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+7 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -12/+27 |
|
|