COMMITS
/ Python/dynload_shlib.c October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
July 7, 2021
I
bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)
Ian Henriksen committed
October 15, 2020
K
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Kevin Adler committed
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
April 25, 2019
V
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
Victor Stinner committed
November 16, 2018
S
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766)
Stefano Rivera committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
July 23, 2013
B
return NULL here
Benjamin Peterson committed
July 20, 2013
C
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes committed
C
Check return value of fstat() in _PyImport_GetDynLoadFunc()
Christian Heimes committed
October 4, 2012
J
#16135: Removal of OS/2 support (I)
Jesus Cea committed
October 1, 2012
V
Close #15766: Catch exceptions while raising the ImportError in imp.load_dynamic()
Victor Stinner committed
August 22, 2012
V
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
Victor Stinner 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: Generalize a test for ImportError.path and add support
Brett Cannon committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
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
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 8, 2010
M
PEP 3149: Try to load the extension with the SOABI before trying
Matthias Klose committed
September 3, 2010
B
PEP 3149 is accepted.
Barry Warsaw 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
January 4, 2006
H
Fix a warning from gcc by adding a missed const qualifier.
Hye-Shik Chang committed
November 9, 2005
N
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
Neal Norwitz committed
October 3, 2004
M
Print verbose messages to stderr. Fixes #1036752.
Martin v. Löwis committed
March 25, 2004
N
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin committed
May 3, 2003
M
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis committed
February 26, 2002
A
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
October 18, 2001
M
Move dlfcn.h block out of NetBSD block, assuming that NetBSD before
Martin v. Löwis committed
M
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis committed
September 5, 2001
M
Patch #455231: Support ELF properly on OpenBSD.
Martin v. Löwis committed
July 18, 2001
M
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis committed
January 10, 2001
G
Oops, one more part of the cygwin patch (SF patch #102409 by jlt63:
Guido van Rossum committed
October 25, 2000
G
Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other
Guido van Rossum committed
October 5, 2000
T
SF "bug" 115973: patches from Norman Vine so that shared libraries and
Tim Peters 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