summaryrefslogtreecommitdiff
path: root/Python/dynload_hpux.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #24268: Fix import naming when loading extension modules. Patch by Petr...Steve Dower2015-05-231-2/+2
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-5/+7
* Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon2012-05-041-4/+1
* Issue #14599: Support ImportError.path on AIX and HPUX when loadingBrett Cannon2012-04-201-1/+11
* 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-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-37/+37
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Fix SF # 551504, python -v sometimes fails to find init (HPUX)Neal Norwitz2002-11-021-1/+1
* Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.Martin v. Löwis2002-01-261-1/+4
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-281-2/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-221-1/+8
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-201-0/+77