COMMITS
/ Include/pyport.h March 4, 2021
March 1, 2021
J
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
Jozef Grajciar committed
February 9, 2021
S
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
Steve Dower committed
November 13, 2020
V
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
June 16, 2020
Z
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Zackery Spytz committed
June 10, 2020
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
June 2, 2020
B
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Batuhan Taskaya committed
April 17, 2020
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
March 29, 2020
B
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
Batuhan Taşkaya committed
October 15, 2019
September 24, 2019
August 30, 2019
I
bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
Inada Naoki committed
May 28, 2019
Z
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz committed
May 4, 2019
V
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner committed
May 2, 2019
V
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner committed
April 26, 2019
V
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
Victor Stinner committed
April 18, 2019
P
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
January 21, 2019
M
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong committed
October 29, 2018
V
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Victor Stinner committed
October 25, 2018
V
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner committed
July 24, 2018
S
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka committed
January 22, 2018
V
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner committed
November 23, 2017
X
bpo-29040: Support building Android with Unified Headers (GH-4492)
xdegaye committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
September 29, 2017
B
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson committed
September 12, 2017
E
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
April 21, 2017
B
remove configure test for inline keyword (#1231)
Benjamin Peterson committed
March 8, 2017
N
Fix the only non-C90 comment to be C90 compatible. (#566)
n.d. parker committed
March 3, 2017
J
Fixed a typo in the comment in Include/pyport.h (#425)
Joseph Shen committed
January 11, 2017
V
Disable _PyStack_AsTuple() inlining
Victor Stinner committed
January 5, 2017
V
Issue #27961: Define HAVE_LONG_LONG as 1.
Victor Stinner committed
December 8, 2016
B
merge 3.6 (#28898)
Benjamin Peterson committed
B
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
Benjamin Peterson committed
November 15, 2016
V
Issue #28618: Mark dict lookup functions as hot
Victor Stinner committed
November 11, 2016
V
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner committed
September 21, 2016
B
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson committed
September 20, 2016
B
merge 3.5 (#28184)
Benjamin Peterson committed
B
remove trailing whitespace
Benjamin Peterson committed
September 19, 2016
B
stop using Py_LL and Py_ULL
Benjamin Peterson committed
B
always define HAVE_LONG_LONG (#27961)
Benjamin Peterson committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
September 8, 2016
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
require uintptr_t to exist
Benjamin Peterson committed
B
only include inttypes.h (#17884)
Benjamin Peterson committed
B
require standard int types to be defined (#17884)
Benjamin Peterson committed