| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344) | Sam Gross | 2023-09-19 | 1 | -0/+16 |
|
|
* | bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) | Victor Stinner | 2018-10-30 | 1 | -535/+0 |
|
|
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -9/+9 |
|
|
* | bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) | Steve Dower | 2017-09-07 | 1 | -8/+8 |
|
|
* | bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140) | Segev Finer | 2017-08-20 | 1 | -4/+4 |
|
|
* | bpo-30747: Attempt to fix atomic load/store (#2383) | Pär Björklund | 2017-08-12 | 1 | -10/+295 |
|
|
* | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -2/+2 |
|
|
* | Use Py_uintptr_t for atomic pointers | Victor Stinner | 2016-01-22 | 1 | -3/+3 |
|
|
* | Issue #25150: Hide the private _Py_atomic_xxx symbols from the public | Victor Stinner | 2015-09-18 | 1 | -4/+2 |
|
|
* | Issue #23644: Fix issues with C++ when compiling Python extensions | Victor Stinner | 2015-03-17 | 1 | -9/+3 |
|
|
* | Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } | Victor Stinner | 2015-03-12 | 1 | -4/+4 |
|
|
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for | Victor Stinner | 2015-01-09 | 1 | -3/+77 |
|
|
* | - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix | Barry Warsaw | 2011-12-05 | 1 | -0/+1 |
|
|
* | Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER | Petri Lehtinen | 2011-11-19 | 1 | -2/+4 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+179 |
|
|