| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #661760: Cygwin auto-import module patch | Jason Tishler | 2003-01-06 | 1 | -1/+5 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 1 | -5/+10 |
|
|
* | Update/correct comment | Neal Norwitz | 2002-12-19 | 1 | -1/+1 |
|
|
* | Provide mechanism to deprecate functions, types, and struct members. | Neal Norwitz | 2002-12-19 | 1 | -0/+13 |
|
|
* | Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC | Neil Schemenauer | 2002-09-15 | 1 | -1/+3 |
|
|
* | Excise DL_IMPORT/EXPORT from object.h, and related files. This patch | Mark Hammond | 2002-07-29 | 1 | -3/+3 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -22/+76 |
|
|
* | Stop trying to cater to platforms with a broken HUGE_VAL definition. It | Tim Peters | 2002-07-03 | 1 | -12/+7 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) | Jason Tishler | 2002-06-04 | 1 | -0/+10 |
|
|
* | Back out #555929 | Martin v. Löwis | 2002-05-15 | 1 | -10/+0 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch | Jason Tishler | 2002-05-15 | 1 | -0/+10 |
|
|
* | First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with | Tim Peters | 2002-04-12 | 1 | -22/+0 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 1 | -7/+0 |
|
|
* | SF bug 525705: [2.2] underflow raise OverflowException. | Tim Peters | 2002-03-09 | 1 | -0/+35 |
|
|
* | Whether platform malloc(0) returns NULL has nothing to do with whether | Tim Peters | 2002-03-02 | 1 | -2/+10 |
|
|
* | OS/2 EMX port changes (Include part of patch #450267): | Andrew MacIntyre | 2002-02-26 | 1 | -0/+3 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -2/+1 |
|
|
* | SF bug #495548: troublesome #define in pyport.h | Tim Peters | 2001-12-25 | 1 | -1/+0 |
|
|
* | SF patch #475657 (Dietmar Schwertberger) | Guido van Rossum | 2001-10-27 | 1 | -3/+4 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+4 |
|
|
* | Hide GCC attributes fom compilers that don't support them. | Neil Schemenauer | 2001-10-23 | 1 | -0/+9 |
|
|
* | SF patch [#466353] Py_HUGE_VAL on BeOS for Intel. | Tim Peters | 2001-10-01 | 1 | -1/+5 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -3/+30 |
|
|
* | Repair indentation. | Tim Peters | 2001-09-05 | 1 | -5/+5 |
|
|
* | Try to recover from that glibc's ldexp apparently doesn't set errno on | Tim Peters | 2001-09-05 | 1 | -0/+20 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -5/+14 |
|
|
* | Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 | Tim Peters | 2001-08-08 | 1 | -12/+0 |
|
|
* | Put conditional S_ISDIR definition(s) into pyport.h. | Martin v. Löwis | 2001-08-08 | 1 | -0/+13 |
|
|
* | Got rid of (hopefully) the last 68k-mac related ifdefs. | Jack Jansen | 2001-08-07 | 1 | -62/+0 |
|
|
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |
|
|
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 1 | -0/+9 |
|
|
* | Remove include-file-dependant half-prototype of clnt_create(). | Thomas Wouters | 2001-01-22 | 1 | -3/+0 |
|
|
* | Move declaration of 'clnt_create()' NIS function to pyport.h, as it's | Thomas Wouters | 2001-01-21 | 1 | -0/+3 |
|
|
* | Move distributed and duplicated config for stat() and fstat() into pyport.h. | Tim Peters | 2001-01-18 | 1 | -2/+34 |
|
|
* | Change LONG_BIT error warning to mention glibc, too, since this is really | Andrew M. Kuchling | 2001-01-12 | 1 | -1/+1 |
|
|
* | Added Py_FPROTO macro which was available in Python 1.5.x and below. | Marc-André Lemburg | 2000-10-05 | 1 | -0/+3 |
|
|
* | Move LONG_BIT from intobject.c to pyport.h. #error if it's already been | Tim Peters | 2000-10-05 | 1 | -0/+13 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -0/+32 |
|
|
* | Close SF bug 110826: a complaint about the way Python #define'd NULL. | Tim Peters | 2000-09-10 | 1 | -4/+0 |
|
|
* | A #define didn't start in column 1. Closes SF bug 113888. | Tim Peters | 2000-09-08 | 1 | -1/+1 |
|
|
* | Add missing Py_PROTO macro for backward compatibility with old extensions | Vladimir Marangozov | 2000-09-08 | 1 | -1/+7 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -8/+0 |
|
|
* | Moved LONG_LONG #define from longobject.h to here, since it's needed | Barry Warsaw | 2000-08-18 | 1 | -0/+43 |
|
|
* | Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. | Tim Peters | 2000-08-15 | 1 | -1/+9 |
|
|
* | #include reordering so that extern "C" does not interfere with | Vladimir Marangozov | 2000-08-11 | 1 | -38/+40 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 1 | -2/+0 |
|
|
* | Of course, you meant "#if 0" and not "#ifdef 0". :) | Guido van Rossum | 2000-08-01 | 1 | -1/+1 |
|
|
* | Guido said this is food for the beta-testers<wink> | Peter Schneider-Kamp | 2000-08-01 | 1 | -0/+5 |
|
|
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 1 | -154/+5 |
|
|