1. adc2fb8 Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin. by Steve Dower · 9 years ago
  2. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  3. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  4. c229e6e Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). by Antoine Pitrou · 12 years ago
  5. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 13 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. e497978 Fix for 838140: don't call NSUnlinkModule when we fail to find our by Jack Jansen · 20 years ago
  9. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 21 years ago
  10. 58e7a68 Removed a spurious }. (How did it get there in the first place??) by Jack Jansen · 22 years ago
  11. a762f4c Got rid of an extra level of {} and funny formatting that was still by Jack Jansen · 22 years ago
  12. d4c76bf A new dynload_next, which actually only works on OSX but isn't renamed yet. by Jack Jansen · 22 years ago
  13. e3d7622 Don't fail on importing things with undefined references. Unfortunately we by Jack Jansen · 22 years ago
  14. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  15. abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
  16. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  17. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  18. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  19. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  20. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  21. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 24 years ago
  22. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 24 years ago