summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-141-0/+11
* Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
* Backport r55845: Provide LLONG_MAX for S390.Martin v. Löwis2007-06-091-0/+7
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-0/+3
* Guard uintptr_t test with HAVE_STDINT_H, test forMartin v. Löwis2006-10-021-0/+4
* Backport rev. 51971:Georg Brandl2006-09-251-1/+1
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-4/+4
* needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),Fredrik Lundh2006-05-281-0/+21
* needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in-Fredrik Lundh2006-05-271-8/+15
* needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive"Fredrik Lundh2006-05-261-0/+8
* use Py_LOCAL also for string and unicode objectsFredrik Lundh2006-05-261-2/+7
* needforspeed: added Py_LOCAL macro, based on the LOCAL macro usedFredrik Lundh2006-05-261-0/+17
* Fix incorrect documentation for the Py_IS_FINITE(X) macro.Kristján Valur Jónsson2006-05-251-3/+3
* Fix another typoAndrew M. Kuchling2006-05-251-1/+1
* Fix comment typosAndrew M. Kuchling2006-05-251-1/+1
* Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi...Kristján Valur Jónsson2006-05-251-0/+9
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-221-0/+12
* Fixed error in comment for new PY_SSIZE_T_MIN.Tim Peters2006-04-051-1/+1
* Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve.Martin v. Löwis2006-04-051-0/+2
* Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intelAnthony Baxter2006-04-011-1/+3
* Remove false information from the comment and reformat it like otherHye-Shik Chang2006-03-221-8/+6
* Get Py_DEPRECATED to work with gcc 4.x tooNeal Norwitz2006-03-201-1/+2
* Introduced symbol PY_FORMAT_SIZE_T. See the new commentsTim Peters2006-03-171-0/+39
* 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
* workaround for OpenBSD compiler bug w.r.t. handling of overflows.Anthony Baxter2003-09-301-1/+10
* Bug #794140: cygwin builds do not embedJason Tishler2003-09-041-1/+6
* This patch enables the building of Cygwin Python with a static coreJason Tishler2003-09-041-1/+2
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-0/+1
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-5/+5
* Make comments agree with code (I think).Michael W. Hudson2003-02-101-3/+4
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-1/+5
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-5/+10
* Update/correct commentNeal Norwitz2002-12-191-1/+1
* Provide mechanism to deprecate functions, types, and struct members.Neal Norwitz2002-12-191-0/+13
* Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCCNeil Schemenauer2002-09-151-1/+3
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-291-3/+3
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-22/+76
* Stop trying to cater to platforms with a broken HUGE_VAL definition. ItTim Peters2002-07-031-12/+7
* Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)Jason Tishler2002-06-041-0/+10
* Back out #555929Martin v. Löwis2002-05-151-10/+0