summaryrefslogtreecommitdiff
path: root/Python/dynload_next.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
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-221-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-75/+75
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-1/+1
* Fix for 838140: don't call NSUnlinkModule when we fail to find ourJack Jansen2004-07-151-2/+2
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-231-1/+1
* Removed a spurious }. (How did it get there in the first place??)Jack Jansen2002-02-111-2/+0
* Got rid of an extra level of {} and funny formatting that was stillJack Jansen2002-02-011-58/+56
* A new dynload_next, which actually only works on OSX but isn't renamed yet.Jack Jansen2002-02-011-112/+56
* Don't fail on importing things with undefined references. Unfortunately weJack Jansen2001-12-061-1/+2
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-281-1/+1
* Patch by Jonathan Wight (slightly reformatted) to forestall loading theJack Jansen2001-08-111-3/+7
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-101-1/+3
* 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/+194