COMMITS
/ Python/dynload_hpux.c October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
September 8, 2021
F
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
Florin Spătar committed
October 15, 2020
K
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Kevin Adler committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
May 28, 2019
V
bpo-36900: Fix compilation on HP-UX (GH-13614)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
May 23, 2015
S
Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
Steve Dower committed
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 4, 2012
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon committed
April 20, 2012
B
Issue #14599: Support ImportError.path on AIX and HPUX when loading
Brett Cannon committed
February 20, 2012
A
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).
Antoine Pitrou committed
February 22, 2011
V
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
November 2, 2002
N
Fix SF # 551504, python -v sometimes fails to find init (HPUX)
Neal Norwitz committed
January 26, 2002
M
Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.
Martin v. Löwis committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
December 22, 1999
G
Cleanup patches from Greg Stein:
Guido van Rossum committed
December 20, 1999
G
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum committed