| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) | Petr Viktorin | 2021-04-23 | 1 | -0/+2 |
|
|
* | bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739) | db3l | 2021-03-04 | 1 | -1/+2 |
|
|
* | bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G... | Jozef Grajciar | 2021-03-01 | 1 | -1/+3 |
|
|
* | bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485) | Steve Dower | 2021-02-09 | 1 | -3/+3 |
|
|
* | bpo-41617: Add _Py__has_builtin() macro (GH-23260) | Victor Stinner | 2020-11-13 | 1 | -0/+12 |
|
|
* | bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) | Victor Stinner | 2020-11-01 | 1 | -2/+6 |
|
|
* | bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) | Zackery Spytz | 2020-06-16 | 1 | -0/+20 |
|
|
* | bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) | Victor Stinner | 2020-06-10 | 1 | -1/+3 |
|
|
* | bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) | Batuhan Taskaya | 2020-06-02 | 1 | -2/+2 |
|
|
* | bpo-40302: Add pycore_byteswap.h header file (GH-19552) | Victor Stinner | 2020-04-17 | 1 | -4/+4 |
|
|
* | bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204) | Batuhan Taşkaya | 2020-03-29 | 1 | -0/+1 |
|
|
* | bpo-11410: Standardize and use symbol visibility attributes across POSIX and ... | Vinay Sajip | 2019-10-15 | 1 | -11/+13 |
|
|
* | closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) | Hai Shi | 2019-09-24 | 1 | -1/+1 |
|
|
* | bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156) | Inada Naoki | 2019-08-30 | 1 | -13/+6 |
|
|
* | bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) | Zackery Spytz | 2019-05-28 | 1 | -3/+7 |
|
|
* | bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068) | Victor Stinner | 2019-05-04 | 1 | -0/+14 |
|
|
* | bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) | Victor Stinner | 2019-05-02 | 1 | -0/+10 |
|
|
* | bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973) | Victor Stinner | 2019-04-26 | 1 | -4/+10 |
|
|
* | bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) | Paul Monson | 2019-04-18 | 1 | -1/+1 |
|
|
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -2/+23 |
|
|
* | bpo-35758: Fix building on ARM + MSVC (gh-11531) | Minmin Gong | 2019-01-21 | 1 | -1/+1 |
|
|
* | bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) | Victor Stinner | 2018-10-29 | 1 | -17/+0 |
|
|
* | bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) | Victor Stinner | 2018-10-25 | 1 | -11/+28 |
|
|
* | bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) | Serhiy Storchaka | 2018-07-24 | 1 | -2/+4 |
|
|
* | bpo-32593: Drop FreeBSD 9 and older support (#5232) | Victor Stinner | 2018-01-22 | 1 | -11/+1 |
|
|
* | bpo-29040: Support building Android with Unified Headers (GH-4492) | xdegaye | 2017-11-23 | 1 | -1/+3 |
|
|
* | bpo-30768: Recompute timeout on interrupted lock (GH-4103) | Victor Stinner | 2017-10-24 | 1 | -0/+3 |
|
|
* | remove support for BSD/OS (closes bpo-31624) (#3812) | Benjamin Peterson | 2017-09-29 | 1 | -10/+0 |
|
|
* | bpo-30860: Move windows.h include out of internal/*.h. (#3458) | Eric Snow | 2017-09-12 | 1 | -2/+2 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -0/+8 |
|
|
* | remove configure test for inline keyword (#1231) | Benjamin Peterson | 2017-04-21 | 1 | -4/+1 |
|
|
* | Fix the only non-C90 comment to be C90 compatible. (#566) | n.d. parker | 2017-03-08 | 1 | -1/+1 |
|
|
* | Fixed a typo in the comment in Include/pyport.h (#425) | Joseph Shen | 2017-03-03 | 1 | -1/+1 |
|
|
* | Disable _PyStack_AsTuple() inlining | Victor Stinner | 2017-01-11 | 1 | -1/+14 |
|
|
* | Merge 3.6 | Victor Stinner | 2017-01-05 | 1 | -1/+1 |
|\ |
|
| * | Issue #27961: Define HAVE_LONG_LONG as 1. | Victor Stinner | 2017-01-05 | 1 | -1/+1 |
|
|
* | | merge 3.6 (#28898) | Benjamin Peterson | 2016-12-08 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | guard HAVE_LONG_LONG definition to prevent redefinition (#28898) | Benjamin Peterson | 2016-12-08 | 1 | -2/+3 |
|
|
* | | Issue #28618: Mark dict lookup functions as hot | Victor Stinner | 2016-11-15 | 1 | -2/+2 |
|
|
* | | Issue #28618: Make hot functions using __attribute__((hot)) | Victor Stinner | 2016-11-11 | 1 | -2/+25 |
|/ |
|
* | replace usage of Py_VA_COPY with the (C99) standard va_copy | Benjamin Peterson | 2016-09-21 | 1 | -9/+1 |
|
|
* | merge 3.5 (#28184) | Benjamin Peterson | 2016-09-20 | 1 | -1/+1 |
|\ |
|
| * | remove trailing whitespace | Benjamin Peterson | 2016-09-20 | 1 | -1/+1 |
|
|
* | | stop using Py_LL and Py_ULL | Benjamin Peterson | 2016-09-19 | 1 | -4/+0 |
|
|
* | | always define HAVE_LONG_LONG (#27961) | Benjamin Peterson | 2016-09-19 | 1 | -0/+3 |
|
|
* | | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt... | Christian Heimes | 2016-09-13 | 1 | -31/+14 |
|
|
* | | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 | 1 | -30/+0 |
|
|
* | | replace PY_SIZE_MAX with SIZE_MAX | Benjamin Peterson | 2016-09-07 | 1 | -9/+1 |
|
|
* | | require uintptr_t to exist | Benjamin Peterson | 2016-09-06 | 1 | -21/+0 |
|
|
* | | only include inttypes.h (#17884) | Benjamin Peterson | 2016-09-06 | 1 | -3/+0 |
|
|