summaryrefslogtreecommitdiff
path: root/Python/dynload_dl.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24268: Fix import naming when loading extension modules. Patch by Petr...Steve Dower2015-05-231-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-3/+4
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-4/+1
* Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-201-1/+0
* dynload_dl.c: replace tabs by spacesVictor Stinner2011-02-231-7/+7
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-221-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+1
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-281-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfy as many declarations as possible.Thomas Wouters2000-07-221-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-221-1/+4
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-201-0/+53