1. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  2. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 8 years ago
  3. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  4. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 9 years ago
  5. 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 9 years ago
  6. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 9 years ago
  7. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 12 years ago
  8. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  9. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  10. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago