1. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  2. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  3. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  4. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 10 years ago
  5. 26421ab merge 3.3 by Benjamin Peterson · 11 years ago
  6. 7d28b6b return NULL here by Benjamin Peterson · 11 years ago
  7. 7bc80fc Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250 by Christian Heimes · 11 years ago
  8. 27c4c3e Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250 by Christian Heimes · 11 years ago
  9. b48925a #16135: Removal of OS/2 support (I) by Jesus Cea · 12 years ago
  10. 3b635cd Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic() by Victor Stinner · 12 years ago
  11. ad54c6d Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure by Victor Stinner · 12 years ago
  12. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  13. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 12 years ago
  14. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  15. c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 12 years ago
  16. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 13 years ago
  17. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  18. f69af1e PEP 3149: Try to load the extension with the SOABI before trying by Matthias Klose · 14 years ago
  19. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  22. 23f391c Fix a warning from gcc by adding a missed const qualifier. by Hye-Shik Chang · 18 years ago
  23. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  24. 507a485 Print verbose messages to stderr. Fixes #1036752. by Martin v. Löwis · 20 years ago
  25. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  26. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  27. d940054 OS/2 EMX port changes (Python part of patch #450267): by Andrew MacIntyre · 22 years ago
  28. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  29. 8a57f00 Move dlfcn.h block out of NetBSD block, assuming that NetBSD before by Martin v. Löwis · 23 years ago
  30. 0eb1ed5 Patch to bug #472202: Correctly recognize NetBSD before 199712. by Martin v. Löwis · 23 years ago
  31. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  32. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  33. fef1243 Oops, one more part of the cygwin patch (SF patch #102409 by jlt63: by Guido van Rossum · 23 years ago
  34. c8fcdcb Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other by Guido van Rossum · 24 years ago
  35. 98dc065 SF "bug" 115973: patches from Norman Vine so that shared libraries and by Tim Peters · 24 years ago
  36. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  37. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  38. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  39. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 24 years ago
  40. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 24 years ago