1. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  2. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  3. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  4. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  5. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 8 years ago
  6. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  7. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 9 years ago
  8. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  9. 187aa54 Signal condition variables with the mutex held. Destroy condition variables by Kristján Valur Jónsson · 12 years ago
  10. 6a002c0 Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. by Antoine Pitrou · 14 years ago
  11. 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
  12. e1dd174 Issue #8411: new condition variable emulation under Windows for the new GIL, by Antoine Pitrou · 14 years ago
  13. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  14. a1d2332 Try to strengthen condition-waiting under Windows. by Antoine Pitrou · 15 years ago
  15. cf4cabb Our condition variable emulation under Windows is imperfect, which by Antoine Pitrou · 15 years ago
  16. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago