1. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 10 years ago
  2. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  3. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) by Matthias Klose · 15 years ago
  5. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  6. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  7. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  8. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  9. 9b1a80b Patch for the DEC Alpha under Linux, by Lee Busby. by Guido van Rossum · 22 years ago
  10. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  11. 4892f24 Got rid of a few more NeXT ifdefs. The last, I think. by Jack Jansen · 22 years ago
  12. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  13. c4db476 Define sunmath prototypes if sunmath.h was not included. by Martin v. Löwis · 23 years ago
  14. 5a57163 Patch #103012: Update fpectlmodule for current glibc; by Andrew M. Kuchling · 23 years ago
  15. cf06571a Use PyOS_setsig() instead of signal(). Also remove redundant spaces by Guido van Rossum · 24 years ago
  16. 4622e14 Randall Hopper: Add fpectl functionality patch for FreeBSD. by Guido van Rossum · 24 years ago
  17. 4f1b208 Removed all instances of RETSIGTYPE from the source code: signal by Tim Peters · 24 years ago
  18. a7379d9 Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. by Guido van Rossum · 25 years ago
  19. 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 25 years ago
  20. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 25 years ago
  21. aa6fa6b Patch by Oliver Andrich for Lunix using glibc. by Guido van Rossum · 26 years ago
  22. e85da65 Some patches to Lee Busby's fpectl mods that accidentally didn't make it by Guido van Rossum · 27 years ago
  23. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  24. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  25. 1aeb104 Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. by Guido van Rossum · 27 years ago
  26. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago