summaryrefslogtreecommitdiff
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...Vinay Sajip2019-10-151-11/+13
* closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230)Hai Shi2019-09-231-1/+1
* bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)Inada Naoki2019-08-311-13/+6
* bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz2019-05-281-3/+7
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-041-0/+14
* bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)Victor Stinner2019-05-021-0/+10
* bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)Victor Stinner2019-04-261-4/+10
* bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)Paul Monson2019-04-171-1/+1
* bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)Victor Stinner2019-04-171-2/+23
* bpo-35758: Fix building on ARM + MSVC (gh-11531)Minmin Gong2019-01-211-1/+1
* bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)Victor Stinner2018-10-291-17/+0
* bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)Victor Stinner2018-10-251-11/+28
* bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)Serhiy Storchaka2018-07-241-2/+4
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-11/+1
* bpo-29040: Support building Android with Unified Headers (GH-4492)xdegaye2017-11-231-1/+3
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-0/+3
* remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson2017-09-281-10/+0
* bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow2017-09-111-2/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-0/+8
* remove configure test for inline keyword (#1231)Benjamin Peterson2017-04-201-4/+1
* Fix the only non-C90 comment to be C90 compatible. (#566)n.d. parker2017-03-081-1/+1
* Fixed a typo in the comment in Include/pyport.h (#425)Joseph Shen2017-03-031-1/+1
* Disable _PyStack_AsTuple() inliningVictor Stinner2017-01-111-1/+14
* Merge 3.6Victor Stinner2017-01-051-1/+1
|\
| * Issue #27961: Define HAVE_LONG_LONG as 1.Victor Stinner2017-01-051-1/+1
* | merge 3.6 (#28898)Benjamin Peterson2016-12-071-2/+3
|\ \ | |/
| * guard HAVE_LONG_LONG definition to prevent redefinition (#28898)Benjamin Peterson2016-12-071-2/+3
* | Issue #28618: Mark dict lookup functions as hotVictor Stinner2016-11-151-2/+2
* | Issue #28618: Make hot functions using __attribute__((hot))Victor Stinner2016-11-111-2/+25
|/
* replace usage of Py_VA_COPY with the (C99) standard va_copyBenjamin Peterson2016-09-201-9/+1
* merge 3.5 (#28184)Benjamin Peterson2016-09-191-1/+1
|\
| * remove trailing whitespaceBenjamin Peterson2016-09-191-1/+1
* | stop using Py_LL and Py_ULLBenjamin Peterson2016-09-181-4/+0
* | always define HAVE_LONG_LONG (#27961)Benjamin Peterson2016-09-181-0/+3
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-31/+14
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-30/+0
* | replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-9/+1
* | require uintptr_t to existBenjamin Peterson2016-09-061-21/+0
* | only include inttypes.h (#17884)Benjamin Peterson2016-09-061-3/+0
* | require standard int types to be defined (#17884)Benjamin Peterson2016-09-061-51/+1
* | replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-2/+2
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-051-17/+8
* | Issue #10910: merge from 3.5Ned Deily2016-08-151-1/+10
|\ \ | |/
| * Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-1/+3
| * Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7
* | Issue #26857: The gethostbyaddr_r() workaround is no longer needed withStefan Krah2016-05-221-0/+4
|/
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|\
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-121-0/+20
* | Issue #23753: Python doesn't support anymore platforms without stat() orVictor Stinner2015-03-241-22/+0