| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -11/+0 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -42/+42 |
|
|
* | - fix build failure in Modules/fpectlmodule.c (not built by default) | Matthias Klose | 2008-11-26 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+25 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+4 |
|
|
* | Patch for the DEC Alpha under Linux, by Lee Busby. | Guido van Rossum | 2002-09-26 | 1 | -0/+8 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -2/+2 |
|
|
* | Got rid of a few more NeXT ifdefs. The last, I think. | Jack Jansen | 2002-02-01 | 1 | -6/+0 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -2/+2 |
|
|
* | Define sunmath prototypes if sunmath.h was not included. | Martin v. Löwis | 2001-03-07 | 1 | -0/+6 |
|
|
* | Patch #103012: Update fpectlmodule for current glibc; | Andrew M. Kuchling | 2001-01-04 | 1 | -0/+7 |
|
|
* | Use PyOS_setsig() instead of signal(). Also remove redundant spaces | Guido van Rossum | 2000-09-21 | 1 | -15/+15 |
|
|
* | Randall Hopper: Add fpectl functionality patch for FreeBSD. | Guido van Rossum | 2000-09-19 | 1 | -0/+15 |
|
|
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 1 | -1/+1 |
|
|
* | Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. | Guido van Rossum | 1999-04-19 | 1 | -1/+1 |
|
|
* | Needed to add DL_EXPORT to (redundant?) extern decl of module init function. | Guido van Rossum | 1998-12-10 | 1 | -1/+1 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Patch by Oliver Andrich for Lunix using glibc. | Guido van Rossum | 1997-12-15 | 1 | -0/+4 |
|
|
* | Some patches to Lee Busby's fpectl mods that accidentally didn't make it | Guido van Rossum | 1997-10-20 | 1 | -3/+2 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -9/+3 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-04-29 | 1 | -2/+2 |
|
|
* | Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. | Guido van Rossum | 1997-03-14 | 1 | -0/+1 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+244 |
|
|