Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15038: Optimize python Locks on Windows | Kristján Valur Jónsson | 2012-06-18 | 1 | -191/+27 |
* | Signal condition variables with the mutex held. Destroy condition variables | Kristján Valur Jónsson | 2012-06-05 | 1 | -4/+5 |
* | Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work ... | Antoine Pitrou | 2011-01-15 | 1 | -4/+7 |
* | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 | 1 | -0/+21 |
* | Issue #8411: new condition variable emulation under Windows for the new GIL, | Antoine Pitrou | 2010-08-10 | 1 | -52/+105 |
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -20/+28 |
* | Try to strengthen condition-waiting under Windows. | Antoine Pitrou | 2009-11-12 | 1 | -11/+9 |
* | Our condition variable emulation under Windows is imperfect, which | Antoine Pitrou | 2009-11-11 | 1 | -9/+24 |
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -0/+335 |