1. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  2. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  3. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  4. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  5. 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 25 years ago
  6. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  7. 933c91e Vladimir Marangozov fixes an AIX-specific problem, writing: by Guido van Rossum · 25 years ago
  8. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  9. df69365 Ty Sarna writes: by Guido van Rossum · 26 years ago
  10. cad3d47 Chris Herborth writes: by Guido van Rossum · 26 years ago
  11. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  12. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  13. 0f8b30f On Win32, use by Guido van Rossum · 26 years ago
  14. e364b7d Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  15. 65f15d4 In FreeBSD when using ELF, an underscore is needed in front of the by Guido van Rossum · 26 years ago
  16. a0f0a33 Mac-specific mod to enable aliases on import paths. by Guido van Rossum · 26 years ago
  17. ab076fd Ted Horst writes in psa-members@python.org: by Guido van Rossum · 26 years ago
  18. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  19. bb71ab6 Reindented some OS/2 and hpux code that looked ugly or at least inconsistent. by Guido van Rossum · 26 years ago
  20. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  21. 6b07787 Remove use of RTLD_GLOBAL. by Guido van Rossum · 26 years ago
  22. 859b16c In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. by Guido van Rossum · 26 years ago
  23. 1f74016 Support for OpenBSD :-( by Guido van Rossum · 26 years ago
  24. cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 26 years ago
  25. 42e8e5d Protect PyErr_Format format string argument from overflow. by Guido van Rossum · 26 years ago
  26. 15af20a Better #ifdefs for NetBSD, taking into account that at least on netBSD by Guido van Rossum · 26 years ago
  27. 08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. by Guido van Rossum · 27 years ago
  28. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  29. 2e58ff3 Fix importing of shared libraries from inside packages. by Guido van Rossum · 27 years ago
  30. 3b31cd2 Shared libraries didn't quite work under AIX because of the change in by Guido van Rossum · 27 years ago
  31. 54dec59 set sharedlib extensions properly for NeXT (Ted Horst) by Guido van Rossum · 27 years ago
  32. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  33. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  34. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  35. 9218b70 Remove 2 out of 3 __FreeBSD__ tests. by Guido van Rossum · 27 years ago
  36. bc2472d Avoid some potential (though unlikely) sprintf buffer overflows. by Guido van Rossum · 27 years ago
  37. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  38. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  39. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  40. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  41. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  42. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  43. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  44. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  45. 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
  46. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  47. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  48. 236f62d Corrections to aix_loaderror(), by Manus Hand. by Guido van Rossum · 28 years ago
  49. dadc824 removed verbose decl; added win3.1 dynamic linking. by Guido van Rossum · 28 years ago
  50. e71a947 Under NT, change "long" sharedlib extension to ".dll". (Mark H.) by Guido van Rossum · 28 years ago
  51. 25e8529 __FreeBSD__ shared libraries by Guido van Rossum · 28 years ago
  52. ff4af06 __hpux -> hpux equivalence by Guido van Rossum · 28 years ago
  53. 0a72e8d Added missing include for <Aliases.h> by Jack Jansen · 29 years ago
  54. 11a3f0c2 NT specific change for nicer error message (Mark H) by Guido van Rossum · 29 years ago
  55. eceb3e3 Porting to CW CFM68K by Jack Jansen · 29 years ago
  56. 75f288d re-enabled NeXT dynamic linking (#ifdef NeXT) by Guido van Rossum · 29 years ago
  57. 5d9acb6 Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. by Jack Jansen · 29 years ago
  58. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  59. 0fbec64 for BorlandC by Guido van Rossum · 29 years ago
  60. 3097c3a change ifdefs and fix "%#s" format by Guido van Rossum · 29 years ago
  61. 6a75d26 ported to 68K Mac; changed suffix to .slb by Guido van Rossum · 29 years ago
  62. 4e04373 Added code to import dynamic modules using mac CFM. by Jack Jansen · 29 years ago
  63. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 29 years ago
  64. 6da5bfa remove nogus reload check by Guido van Rossum · 30 years ago
  65. 5fb1da7 NT dlls have .pyd extension instead of .dll by Guido van Rossum · 30 years ago
  66. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  67. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago