index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
/
pyport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable _PyStack_AsTuple() inlining
Victor Stinner
2017-01-11
1
-1
/
+14
*
Merge 3.6
Victor Stinner
2017-01-05
1
-2
/
+25
|
\
|
*
merge 3.6 (#28898)
Benjamin Peterson
2016-12-07
1
-2
/
+3
|
|
\
|
|
*
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
Benjamin Peterson
2016-12-07
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
|
|
/
*
|
Issue #27961: Define HAVE_LONG_LONG as 1.
Victor Stinner
2017-01-05
1
-1
/
+1
*
|
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
Benjamin Peterson
2016-12-07
1
-2
/
+3
|
/
*
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson
2016-09-20
1
-9
/
+1
*
merge 3.5 (#28184)
Benjamin Peterson
2016-09-19
1
-158
/
+23
|
\
|
*
stop using Py_LL and Py_ULL
Benjamin Peterson
2016-09-18
1
-4
/
+0
|
*
always define HAVE_LONG_LONG (#27961)
Benjamin Peterson
2016-09-18
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
|
*
require standard int types to be defined (#17884)
Benjamin Peterson
2016-09-06
1
-51
/
+1
|
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-2
/
+2
|
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
1
-17
/
+8
|
*
Issue #10910: merge from 3.5
Ned Deily
2016-08-15
1
-1
/
+10
|
|
\
|
*
|
Issue #26857: The gethostbyaddr_r() workaround is no longer needed with
Stefan Krah
2016-05-22
1
-0
/
+4
*
|
|
remove trailing whitespace
Benjamin Peterson
2016-09-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.
Ned Deily
2016-08-15
1
-1
/
+3
*
|
Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
Ned Deily
2016-08-15
1
-0
/
+7
|
/
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-22
/
+39
|
\
|
*
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-0
/
+20
|
*
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner
2015-03-24
1
-22
/
+0
|
*
support setting fpu precision on m68k (closes #20904)
Benjamin Peterson
2014-04-17
1
-0
/
+19
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1
/
+1
|
/
*
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
1
-0
/
+7
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-17
/
+2
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2
/
+2
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2
/
+2
*
|
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-25
1
-1
/
+1
*
|
Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constant...
Christian Heimes
2013-06-23
1
-7
/
+8
*
|
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner
2013-06-23
1
-0
/
+8
*
|
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
Victor Stinner
2013-06-04
1
-4
/
+0
*
|
remove support GCC PyArg_ParseTuple format patch, last seen in 2006
Benjamin Peterson
2013-05-12
1
-9
/
+0
*
|
Issue #17047: remove doubled words added in 3.4,
Terry Jan Reedy
2013-03-11
1
-1
/
+1
*
|
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-10
1
-1
/
+1
|
|
\
|
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-10
1
-1
/
+1
|
*
|
Issue 10052: merge fix from 3.2.
Mark Dickinson
2012-12-02
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Backport 9dd4638de73b.
Stefan Krah
2012-11-19
1
-1
/
+1
|
*
|
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-8
/
+21
*
|
|
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-8
/
+21
*
|
|
Issue #6308: Try to fix the termios build failure on HP-UX.
Stefan Krah
2012-11-19
1
-1
/
+1
*
|
|
Minor typo fix.
Georg Brandl
2012-10-28
1
-1
/
+1
*
|
|
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes
2012-10-17
1
-0
/
+14
[next]