summaryrefslogtreecommitdiff
path: root/Python/importdl.h
Commit message (Expand)AuthorAgeFilesLines
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-2/+1
* #16135: Removal of OS/2 support (I)Jesus Cea2012-10-051-5/+0
* Issue #13959: Move module type constants to Lib/imp.py.Brett Cannon2012-05-041-15/+0
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-7/+2
* Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and pathVictor Stinner2011-03-141-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-14/+14
* PEP 302 + zipimport:Just van Rossum2002-12-301-1/+2
* OS/2 EMX port changes (Python part of patch #450267):Andrew MacIntyre2002-02-261-1/+1
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-051-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* For Windows, need to add #include <windows.h>.Guido van Rossum1999-12-201-0/+1
* Some rearrangements for the importdl.c restructuring.Guido van Rossum1999-12-201-2/+27
* Added declarations for Mac code resource modules (Jack Jansen).Guido van Rossum1998-08-061-1/+2
* First part of package support.Guido van Rossum1997-09-051-5/+10
* Removed some variables that are used to exchange data between import.c andGuido van Rossum1997-07-211-3/+2
* One last rename glitch: import_modules -> _PyImport_Modules.Guido van Rossum1997-05-141-1/+1
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-291-4/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Check if we've already loaded a dynamic module under a different name.Sjoerd Mullender1995-06-121-1/+1
* Added hooks to support importing pyc code from a resource on the mac.Jack Jansen1995-02-151-1/+4
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-0/+39