summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX andMark Dickinson2010-11-201-8/+13
* follow up to #9778: define and use an unsigned hash typeBenjamin Peterson2010-10-231-1/+3
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-1/+4
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ...Daniel Stutzbach2010-09-141-7/+8
* Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-311-2/+0
* Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99Alexander Belopolsky2010-08-111-0/+10
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+14
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-101/+101
* Merged revisions 80178 via svnmerge fromRonald Oussoren2010-04-181-1/+10
* Merged revisions 76561 via svnmerge fromMark Dickinson2009-11-281-0/+4
* Merged revisions 76308 via svnmerge fromMark Dickinson2009-11-161-0/+16
* Merged revisions 73701 via svnmerge fromMark Dickinson2009-06-301-0/+6
* Add comments to pyport.h explaining how to enable support for shortMark Dickinson2009-04-191-5/+30
* The SSE2 detection and enabling could potentially causeMark Dickinson2009-04-181-1/+1
* Issue #5781: Only use legacy string<->double conversions whenMark Dickinson2009-04-181-2/+4
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+47
* Merged revisions 70489 via svnmerge fromMark Dickinson2009-03-201-7/+11
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-0/+51
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-0/+9
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-0/+11
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+6
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-0/+7
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-126/+0
* Merged revisions 60475-60479,60481-60488 via svnmerge fromChristian Heimes2008-02-011-1/+5
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-1/+1
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-2/+2
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-2/+9
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+32
* Remove support for BeOSSkip Montanaro2007-08-171-10/+4
* Remove RISCOS supportSkip Montanaro2007-08-161-7/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+16
* Change float.__str__() and complex.__str__() to returnWalter Dörwald2007-05-311-0/+1
* Cruft removal:Neal Norwitz2006-12-281-83/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+14
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+4
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+21
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+58
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-9/+51
* Fix intptr_t fallback for Py_ssize_t.Martin v. Löwis2006-02-181-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+9
* Remove INT_MIN that came from the AST merge.Neal Norwitz2005-10-211-1/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+1
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-1/+1
* Introduced a Py_IS_NAN macro, which probably works on the major platformsTim Peters2004-09-231-2/+17
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+33
* Moved SunPro warning suppression into pyport.h and out of individualNicholas Bastin2004-07-151-0/+7
* Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.Hye-Shik Chang2004-03-221-7/+20
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-2/+0
* Remove support for SunOS 4.Skip Montanaro2004-01-171-7/+0