summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Repair indentation.Tim Peters2001-09-051-5/+5
* Try to recover from that glibc's ldexp apparently doesn't set errno onTim Peters2001-09-051-0/+20
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-291-5/+14
* Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3Tim Peters2001-08-081-12/+0
* Put conditional S_ISDIR definition(s) into pyport.h.Martin v. Löwis2001-08-081-0/+13
* Got rid of (hopefully) the last 68k-mac related ifdefs.Jack Jansen2001-08-071-62/+0
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-0/+9
* Remove include-file-dependant half-prototype of clnt_create().Thomas Wouters2001-01-221-3/+0
* Move declaration of 'clnt_create()' NIS function to pyport.h, as it'sThomas Wouters2001-01-211-0/+3
* Move distributed and duplicated config for stat() and fstat() into pyport.h.Tim Peters2001-01-181-2/+34
* Change LONG_BIT error warning to mention glibc, too, since this is reallyAndrew M. Kuchling2001-01-121-1/+1
* Added Py_FPROTO macro which was available in Python 1.5.x and below.Marc-André Lemburg2000-10-051-0/+3
* Move LONG_BIT from intobject.c to pyport.h. #error if it's already beenTim Peters2000-10-051-0/+13
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-0/+32
* Close SF bug 110826: a complaint about the way Python #define'd NULL.Tim Peters2000-09-101-4/+0
* A #define didn't start in column 1. Closes SF bug 113888.Tim Peters2000-09-081-1/+1
* Add missing Py_PROTO macro for backward compatibility with old extensionsVladimir Marangozov2000-09-081-1/+7
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-8/+0
* Moved LONG_LONG #define from longobject.h to here, since it's neededBarry Warsaw2000-08-181-0/+43
* Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.Tim Peters2000-08-151-1/+9
* #include reordering so that extern "C" does not interfere withVladimir Marangozov2000-08-111-38/+40
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-2/+0
* Of course, you meant "#if 0" and not "#ifdef 0". :)Guido van Rossum2000-08-011-1/+1
* Guido said this is food for the beta-testers<wink>Peter Schneider-Kamp2000-08-011-0/+5
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-154/+5
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-0/+317
* Make mode_t available for the declaration of _getpty().Sjoerd Mullender2000-07-261-1/+1
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-0/+62
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-17/+0