aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/importdl.c
Commit message (Expand)AuthorAge
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11
* Move decl so it compiles with C89.Neal Norwitz2007-10-15
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-15
* Patch #794826: Add __file__ in dynamically loaded modules for multipleMartin v. Löwis2003-09-04
* Simplify, and avoid PyModule_GetDict() while we're at it.Fred Drake2002-08-26
* SF patch #471839: Bug when extensions import extensions (Shane Hathaway)Guido van Rossum2001-10-16
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-30
* Change copyright notice.Guido van Rossum2000-06-30
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-22
* Moved most of the platform-specific code to dynload_<platform>.c files.Guido van Rossum1999-12-20
* Patch by Vladimir Marangozov, inspired by a bug report from GaryGuido van Rossum1999-11-16
* Vladimir Marangozov fixes an AIX-specific problem, writing:Guido van Rossum1999-08-04
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-27
* Ty Sarna writes:Guido van Rossum1999-01-07
* Chris Herborth writes:Guido van Rossum1999-01-04
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-21
* Replace fprintf(stderr, ...) with PySys_WriteStderr(...).Guido van Rossum1998-10-12
* On Win32, useGuido van Rossum1998-10-08
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-01
* In FreeBSD when using ELF, an underscore is needed in front of theGuido van Rossum1998-09-30
* Mac-specific mod to enable aliases on import paths.Guido van Rossum1998-09-14
* Ted Horst writes in psa-members@python.org:Guido van Rossum1998-08-24
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-04
* Reindented some OS/2 and hpux code that looked ugly or at leastGuido van Rossum1998-07-08
* Windows-specific hack to make sure that when LoadLibrary() is called,Guido van Rossum1998-06-27
* Remove use of RTLD_GLOBAL.Guido van Rossum1998-05-18
* In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll.Guido van Rossum1998-05-15
* Support for OpenBSD :-(Guido van Rossum1998-04-13
* Move #include <sys/param.h> to before osdefs.h (Donn Cave).Guido van Rossum1998-04-10
* Protect PyErr_Format format string argument from overflow.Guido van Rossum1998-01-19
* Better #ifdefs for NetBSD, taking into account that at least on netBSDGuido van Rossum1998-01-19
* Add the flag RTLD_GLOBAL to the dlopen() options.Guido van Rossum1997-12-02
* os2 patch by Jeff RushGuido van Rossum1997-11-22
* Fix importing of shared libraries from inside packages.Guido van Rossum1997-11-19
* Shared libraries didn't quite work under AIX because of the change inGuido van Rossum1997-10-10
* set sharedlib extensions properly for NeXT (Ted Horst)Guido van Rossum1997-08-16
* The last of the mass checkins for separate (sub)interpreters.Guido van Rossum1997-08-02
* Removed some variables that are used to exchange data between import.c andGuido van Rossum1997-07-21
* One last rename glitch: import_modules -> _PyImport_Modules.Guido van Rossum1997-05-14
* Remove 2 out of 3 __FreeBSD__ tests.Guido van Rossum1997-05-05
* Avoid some potential (though unlikely) sprintf buffer overflows.Guido van Rossum1997-04-30
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-29
* (Jack:) On the Mac, don't automatically enable dynamic loading.Guido van Rossum1997-04-11
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-09
* Some extra flags that an HPUX user wants me to add.Guido van Rossum1996-12-05
* New permission notice, includes CNRI.Guido van Rossum1996-10-25
* Rationalized MS ifdefsGuido van Rossum1996-09-11
* Don't require <dlfcn.h> -- rely on existence of dlopen().Guido van Rossum1996-08-20