COMMITS
/ Include/pyport.h 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
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
August 15, 2016
N
Issue #10910: merge from 3.5
Ned Deily committed
N
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
Ned Deily committed
N
Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Ned Deily committed
May 22, 2016
S
Issue #26857: The gethostbyaddr_r() workaround is no longer needed with
Stefan Krah committed
April 14, 2015
B
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag committed
B
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag committed
April 12, 2015
March 24, 2015
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
April 17, 2014
B
support setting fpu precision on m68k (closes #20904)
Benjamin Peterson committed
November 23, 2013
L
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
October 19, 2013
S
Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673).
Serhiy Storchaka committed
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
June 24, 2013
V
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner committed
June 23, 2013
C
Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead
Christian Heimes committed
June 22, 2013
V
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner committed
June 4, 2013
V
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
Victor Stinner committed
May 13, 2013
B
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
Benjamin Peterson committed
March 11, 2013
T
Issue #17047: remove doubled words added in 3.4,
Terry Jan Reedy committed
December 11, 2012
G
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith committed
G
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith committed
G
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith committed
December 2, 2012
M
Issue 10052: merge fix from 3.2.
Mark Dickinson committed
M
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
Mark Dickinson committed
M
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
Mark Dickinson committed