1. bb71ab6 Reindented some OS/2 and hpux code that looked ugly or at least inconsistent. by Guido van Rossum · 26 years ago
  2. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  3. 6b07787 Remove use of RTLD_GLOBAL. by Guido van Rossum · 26 years ago
  4. 859b16c In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. by Guido van Rossum · 26 years ago
  5. 1f74016 Support for OpenBSD :-( by Guido van Rossum · 26 years ago
  6. cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 26 years ago
  7. 42e8e5d Protect PyErr_Format format string argument from overflow. by Guido van Rossum · 27 years ago
  8. 15af20a Better #ifdefs for NetBSD, taking into account that at least on netBSD by Guido van Rossum · 27 years ago
  9. 08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. by Guido van Rossum · 27 years ago
  10. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  11. 2e58ff3 Fix importing of shared libraries from inside packages. by Guido van Rossum · 27 years ago
  12. 3b31cd2 Shared libraries didn't quite work under AIX because of the change in by Guido van Rossum · 27 years ago
  13. 54dec59 set sharedlib extensions properly for NeXT (Ted Horst) by Guido van Rossum · 27 years ago
  14. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  15. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  16. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  17. 9218b70 Remove 2 out of 3 __FreeBSD__ tests. by Guido van Rossum · 27 years ago
  18. bc2472d Avoid some potential (though unlikely) sprintf buffer overflows. by Guido van Rossum · 27 years ago
  19. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  20. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  21. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  22. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  25. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  26. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  27. 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
  28. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  29. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  30. 236f62d Corrections to aix_loaderror(), by Manus Hand. by Guido van Rossum · 28 years ago
  31. dadc824 removed verbose decl; added win3.1 dynamic linking. by Guido van Rossum · 28 years ago
  32. e71a947 Under NT, change "long" sharedlib extension to ".dll". (Mark H.) by Guido van Rossum · 28 years ago
  33. 25e8529 __FreeBSD__ shared libraries by Guido van Rossum · 28 years ago
  34. ff4af06 __hpux -> hpux equivalence by Guido van Rossum · 29 years ago
  35. 0a72e8d Added missing include for <Aliases.h> by Jack Jansen · 29 years ago
  36. 11a3f0c2 NT specific change for nicer error message (Mark H) by Guido van Rossum · 29 years ago
  37. eceb3e3 Porting to CW CFM68K by Jack Jansen · 29 years ago
  38. 75f288d re-enabled NeXT dynamic linking (#ifdef NeXT) by Guido van Rossum · 29 years ago
  39. 5d9acb6 Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. by Jack Jansen · 29 years ago
  40. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  41. 0fbec64 for BorlandC by Guido van Rossum · 29 years ago
  42. 3097c3a change ifdefs and fix "%#s" format by Guido van Rossum · 29 years ago
  43. 6a75d26 ported to 68K Mac; changed suffix to .slb by Guido van Rossum · 29 years ago
  44. 4e04373 Added code to import dynamic modules using mac CFM. by Jack Jansen · 29 years ago
  45. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 30 years ago
  46. 6da5bfa remove nogus reload check by Guido van Rossum · 30 years ago
  47. 5fb1da7 NT dlls have .pyd extension instead of .dll by Guido van Rossum · 30 years ago
  48. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  49. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago