1. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  2. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  3. 0267128 bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140) by Segev Finer · 7 years ago
  4. e664d7f bpo-30747: Attempt to fix atomic load/store (#2383) by Pär Björklund · 7 years ago
  5. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  6. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  7. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  8. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 9 years ago
  9. 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 9 years ago
  10. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
  11. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  12. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  13. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  14. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago