1. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  3. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  4. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  5. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 22 years ago
  6. 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 26 years ago
  7. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  8. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  9. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  10. 05bc4af Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3. by Guido van Rossum · 27 years ago
  11. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago