summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-151-0/+10
* First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz withTim Peters2002-04-121-22/+0
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-111-7/+0
* SF bug 525705: [2.2] underflow raise OverflowException.Tim Peters2002-03-091-0/+35
* Whether platform malloc(0) returns NULL has nothing to do with whetherTim Peters2002-03-021-2/+10
* OS/2 EMX port changes (Include part of patch #450267):Andrew MacIntyre2002-02-261-0/+3
* Got rid of a few more NeXT ifdefs. The last, I think.Jack Jansen2002-02-011-2/+1
* SF bug #495548: troublesome #define in pyport.hTim Peters2001-12-251-1/+0
* SF patch #475657 (Dietmar Schwertberger)Guido van Rossum2001-10-271-3/+4
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-0/+4
* Hide GCC attributes fom compilers that don't support them.Neil Schemenauer2001-10-231-0/+9
* SF patch [#466353] Py_HUGE_VAL on BeOS for Intel.Tim Peters2001-10-011-1/+5
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-3/+30