aboutsummaryrefslogtreecommitdiff
path: root/Python/dynload_hpux.c
AgeCommit message (Expand)Author
2020-10-15bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)Kevin Adler
2020-04-13bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)Victor Stinner
2019-05-28bpo-36900: Fix compilation on HP-UX (GH-13614)Victor Stinner
2019-05-27bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner
2019-05-14bpo-36900: Replace global conf vars with config (GH-13299)Victor Stinner
2015-05-23Issue #24268: Fix import naming when loading extension modules. Patch by Petr...Steve Dower
2015-05-23PEP 489: Multi-phase extension module initializationNick Coghlan
2012-05-04Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.Brett Cannon
2012-04-20Issue #14599: Support ImportError.path on AIX and HPUX when loadingBrett Cannon
2012-02-20Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou
2011-02-22Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2006-05-27Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters
2002-11-02Fix SF # 551504, python -v sometimes fails to find init (HPUX)Neal Norwitz
2002-01-26Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.Martin v. Löwis
2001-11-28Use PyOS_snprintf instead of sprintf.Jeremy Hylton
2000-09-01REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum
2000-06-30Change copyright notice - 2nd try.Guido van Rossum
2000-06-30Change copyright notice.Guido van Rossum
1999-12-22Cleanup patches from Greg Stein:Guido van Rossum
1999-12-20The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum