index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
pyport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1/+1
|
\
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1/+1
*
|
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 #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
*
Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #...
Serhiy Storchaka
2013-10-19
1
-4/+2
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-2/+4
*
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-24
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-22
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-13
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-11
1
-1/+1
|
\
\
|
|
/
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
|
|
\
|
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-1/+1
|
*
|
Issue 10052: merge fix from 3.2.
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
|
*
|
Backport 9dd4638de73b.
Stefan Krah
2012-11-18
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 #6308: Try to fix the termios build failure on HP-UX.
Stefan Krah
2012-11-18
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
*
|
|
#16135: Removal of OS/2 support (C code and Docs)
Jesus Cea
2012-10-05
1
-3/+0
|
/
/
*
|
Issue #13889: Merge fix from 3.2.
Mark Dickinson
2012-04-15
1
-0/+24
|
\
\
|
|
/
|
*
Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...
Mark Dickinson
2012-04-15
1
-0/+24
*
|
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith
2012-01-14
1
-1/+4
|
\
\
|
|
/
|
*
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
1
-1/+4
*
|
any_find_slice() doesn't use callbacks anymore
Victor Stinner
2011-10-10
1
-3/+0
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+3
*
|
Fix typo in comment: _PyHash_Double -> _Py_HashDouble.
Mark Dickinson
2011-09-24
1
-1/+1
|
/
*
Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and
Mark Dickinson
2010-11-20
1
-8/+13
*
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson
2010-10-23
1
-1/+3
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-1/+4
*
Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...
Daniel Stutzbach
2010-09-14
1
-7/+8
*
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...
Daniel Stutzbach
2010-08-31
1
-2/+0
*
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky
2010-08-11
1
-0/+10
*
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-0/+14
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-101/+101
*
Merged revisions 80178 via svnmerge from
Ronald Oussoren
2010-04-18
1
-1/+10
*
Merged revisions 76561 via svnmerge from
Mark Dickinson
2009-11-28
1
-0/+4
*
Merged revisions 76308 via svnmerge from
Mark Dickinson
2009-11-16
1
-0/+16
*
Merged revisions 73701 via svnmerge from
Mark Dickinson
2009-06-30
1
-0/+6
*
Add comments to pyport.h explaining how to enable support for short
Mark Dickinson
2009-04-19
1
-5/+30
*
The SSE2 detection and enabling could potentially cause
Mark Dickinson
2009-04-18
1
-1/+1
*
Issue #5781: Only use legacy string<->double conversions when
Mark Dickinson
2009-04-18
1
-2/+4
[next]