1. e209739 Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  2. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago
  3. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  4. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  5. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  6. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  7. 8e54b1c Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure by Victor Stinner · 11 years ago
  8. 7ce57d6 Issue #18426: improve exception message. Courtesy of Amaury by Christian Heimes · 11 years ago
  9. 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 11 years ago
  10. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 12 years ago
  11. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  12. 65b7eff _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII by Victor Stinner · 13 years ago
  13. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 13 years ago
  14. fefd70c Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path by Victor Stinner · 13 years ago
  15. 9587286 Issue #3080: Import builtins using Unicode strings by Victor Stinner · 13 years ago
  16. 42040fb Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() by Victor Stinner · 13 years ago
  17. 49d3f25 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding by Victor Stinner · 14 years ago
  18. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  19. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  20. e20ad35 Move decl so it compiles with C89. by Neal Norwitz · 17 years ago
  21. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  22. e81e9b1 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 21 years ago
  23. 6049cb8 Simplify, and avoid PyModule_GetDict() while we're at it. by Fred Drake · 22 years ago
  24. ae9e796 SF patch #471839: Bug when extensions import extensions (Shane Hathaway) by Guido van Rossum · 23 years ago
  25. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  26. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  27. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  28. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  29. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 24 years ago
  30. 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 24 years ago
  31. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  32. 933c91e Vladimir Marangozov fixes an AIX-specific problem, writing: by Guido van Rossum · 25 years ago
  33. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  34. df69365 Ty Sarna writes: by Guido van Rossum · 25 years ago
  35. cad3d47 Chris Herborth writes: by Guido van Rossum · 25 years ago
  36. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 25 years ago
  37. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  38. 0f8b30f On Win32, use by Guido van Rossum · 26 years ago
  39. e364b7d Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  40. 65f15d4 In FreeBSD when using ELF, an underscore is needed in front of the by Guido van Rossum · 26 years ago
  41. a0f0a33 Mac-specific mod to enable aliases on import paths. by Guido van Rossum · 26 years ago
  42. ab076fd Ted Horst writes in psa-members@python.org: by Guido van Rossum · 26 years ago
  43. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  44. bb71ab6 Reindented some OS/2 and hpux code that looked ugly or at least inconsistent. by Guido van Rossum · 26 years ago
  45. a5e1b00 Windows-specific hack to make sure that when LoadLibrary() is called, by Guido van Rossum · 26 years ago
  46. 6b07787 Remove use of RTLD_GLOBAL. by Guido van Rossum · 26 years ago
  47. 859b16c In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. by Guido van Rossum · 26 years ago
  48. 1f74016 Support for OpenBSD :-( by Guido van Rossum · 26 years ago
  49. cecadc4 Move #include <sys/param.h> to before osdefs.h (Donn Cave). by Guido van Rossum · 26 years ago
  50. 42e8e5d Protect PyErr_Format format string argument from overflow. by Guido van Rossum · 26 years ago
  51. 15af20a Better #ifdefs for NetBSD, taking into account that at least on netBSD by Guido van Rossum · 26 years ago
  52. 08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. by Guido van Rossum · 26 years ago
  53. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  54. 2e58ff3 Fix importing of shared libraries from inside packages. by Guido van Rossum · 27 years ago
  55. 3b31cd2 Shared libraries didn't quite work under AIX because of the change in by Guido van Rossum · 27 years ago
  56. 54dec59 set sharedlib extensions properly for NeXT (Ted Horst) by Guido van Rossum · 27 years ago
  57. 25ce566 The last of the mass checkins for separate (sub)interpreters. by Guido van Rossum · 27 years ago
  58. ef3d02e Removed some variables that are used to exchange data between import.c and by Guido van Rossum · 27 years ago
  59. af5dfb4 One last rename glitch: import_modules -> _PyImport_Modules. by Guido van Rossum · 27 years ago
  60. 9218b70 Remove 2 out of 3 __FreeBSD__ tests. by Guido van Rossum · 27 years ago
  61. bc2472d Avoid some potential (though unlikely) sprintf buffer overflows. by Guido van Rossum · 27 years ago
  62. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  63. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  64. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  65. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 27 years ago
  66. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  67. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  68. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  69. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  70. 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
  71. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  72. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  73. 236f62d Corrections to aix_loaderror(), by Manus Hand. by Guido van Rossum · 28 years ago
  74. dadc824 removed verbose decl; added win3.1 dynamic linking. by Guido van Rossum · 28 years ago
  75. e71a947 Under NT, change "long" sharedlib extension to ".dll". (Mark H.) by Guido van Rossum · 28 years ago
  76. 25e8529 __FreeBSD__ shared libraries by Guido van Rossum · 28 years ago
  77. ff4af06 __hpux -> hpux equivalence by Guido van Rossum · 28 years ago
  78. 0a72e8d Added missing include for <Aliases.h> by Jack Jansen · 29 years ago
  79. 11a3f0c2 NT specific change for nicer error message (Mark H) by Guido van Rossum · 29 years ago
  80. eceb3e3 Porting to CW CFM68K by Jack Jansen · 29 years ago
  81. 75f288d re-enabled NeXT dynamic linking (#ifdef NeXT) by Guido van Rossum · 29 years ago
  82. 5d9acb6 Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. by Jack Jansen · 29 years ago
  83. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  84. 0fbec64 for BorlandC by Guido van Rossum · 29 years ago
  85. 3097c3a change ifdefs and fix "%#s" format by Guido van Rossum · 29 years ago
  86. 6a75d26 ported to 68K Mac; changed suffix to .slb by Guido van Rossum · 29 years ago
  87. 4e04373 Added code to import dynamic modules using mac CFM. by Jack Jansen · 29 years ago
  88. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 29 years ago
  89. 6da5bfa remove nogus reload check by Guido van Rossum · 29 years ago
  90. 5fb1da7 NT dlls have .pyd extension instead of .dll by Guido van Rossum · 29 years ago
  91. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  92. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 29 years ago