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